diff --git a/src/scripts/routes.js b/src/scripts/routes.js
index 6f13711b66..b5bb04683b 100644
--- a/src/scripts/routes.js
+++ b/src/scripts/routes.js
@@ -215,6 +215,12 @@ define([
roles: 'admin',
controller: 'dashboard/plugins/available'
});
+ defineRoute({
+ path: '/repositories.html',
+ autoFocus: false,
+ roles: 'admin',
+ controller: 'dashboard/plugins/repositories'
+ });
defineRoute({
path: '/home.html',
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index b8e081a588..0a6fc9aa9e 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1023,6 +1023,12 @@
"MessageItemsAdded": "Items added.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item or the global default value.",
"MessageNoAvailablePlugins": "No available plugins.",
+ "MessageNoRepositories": "No repositories.",
+ "HeaderNewRepository": "New Repository",
+ "LabelRepositoryUrl": "Repository URL",
+ "LabelRepositoryUrlHelp": "The location of the repository manifest you want to include.",
+ "LabelRepositoryName": "Repository Name",
+ "LabelRepositoryNameHelp": "A custom name to distinguish this repository from any others added to your server.",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, and Albums. Click the + button to start creating collections.",
"MessageNoGenresAvailable": "Enable some metadata providers to pull genres from the internet.",
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
@@ -1415,6 +1421,7 @@
"TabAlbums": "Albums",
"TabArtists": "Artists",
"TabCatalog": "Catalog",
+ "TabRepositories": "Repositories",
"TabChannels": "Channels",
"TabCodecs": "Codecs",
"TabCollections": "Collections",