-
Failed to load incoming requests
+
${MessagePleaseWait}
diff --git a/src/quickconnect.html b/src/quickconnect.html
index 7d7ec879a..dff74eb83 100644
--- a/src/quickconnect.html
+++ b/src/quickconnect.html
@@ -3,16 +3,16 @@
-
Quick Connect
+ ${QuickConnect}
- Quick connect is:
Failed to load status
+ ${LabelCurrentStatus}
diff --git a/src/scripts/librarymenu.js b/src/scripts/librarymenu.js
index 131dcf747..e3ef65f22 100644
--- a/src/scripts/librarymenu.js
+++ b/src/scripts/librarymenu.js
@@ -351,7 +351,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
icon: "devices"
});
links.push({
- name: "Quick Connect",
+ name: globalize.translate("QuickConnect"),
href: "quickconnect.html",
pageIds: ["quickConnectPage", "quickConnectPage"],
icon: "tap_and_play"
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index d5fc40ef0..ad390a0fe 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -48,6 +48,7 @@
"AuthProviderHelp": "Select an Authentication Provider to be used to authenticate this user's password.",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "Authorize": "authorize",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
@@ -63,6 +64,7 @@
"Browse": "Browse",
"BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins.",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when transcoding videos. Avoiding this will greatly improve performance. Select Auto to burn image based formats (VOBSUB, PGS, SUB, IDX) and certain ASS or SSA subtitles.",
+ "ButtonActivate": "Activate",
"ButtonAdd": "Add",
"ButtonAddImage": "Add Image",
"ButtonAddMediaLibrary": "Add Media Library",
@@ -140,6 +142,7 @@
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Uninstall",
"ButtonUp": "Up",
+ "ButtonUseQuickConnect": "Use Quick Connect",
"ButtonViewWebsite": "View website",
"ButtonWebsite": "Website",
"CancelRecording": "Cancel recording",
@@ -231,6 +234,7 @@
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnablePhotos": "Display photos",
"EnablePhotosHelp": "Images will be detected and displayed alongside other media files.",
+ "EnableQuickConnect": "Enable quick connect on this server",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
"EnableThemeSongs": "Theme songs",
@@ -587,6 +591,7 @@
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCurrentPassword": "Current password:",
+ "LabelCurrentStatus": "Current status:",
"LabelCustomCertificatePath": "Custom SSL certificate path:",
"LabelCustomCertificatePathHelp": "Path to a PKCS #12 file containing a certificate and private key to enable TLS support on a custom domain.",
"LabelCustomCss": "Custom CSS:",
@@ -1260,6 +1265,11 @@
"Programs": "Programs",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
+ "QuickConnect": "Quick Connect",
+ "QuickConnectActivationSuccessful": "Successfully activated",
+ "QuickConnectAuthorizeCode": "Authorize request {0} to continue",
+ "QuickConnectNoPending": "No pending login requests",
+ "QuickConnectNotAvailable": "Quick connect is not available on this server",
"Raised": "Raised",
"Rate": "Rate",
"RecentlyWatched": "Recently watched",