Browse Source

create single method to form api url

Luke Pulverenti 10 years ago
parent
commit
0052f0a09d
71 changed files with 20921 additions and 21563 deletions
  1. 7 1
      MediaBrowser.Controller/IServerApplicationHost.cs
  2. 1 1
      MediaBrowser.Dlna/Main/DlnaEntryPoint.cs
  3. 1 6
      MediaBrowser.Dlna/PlayTo/PlayToManager.cs
  4. 2 2
      MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
  5. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json
  6. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/bg_BG.json
  7. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json
  8. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json
  9. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/da.json
  10. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/de.json
  11. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/el.json
  12. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json
  13. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json
  14. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/es.json
  15. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
  16. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/fi.json
  17. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
  18. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/he.json
  19. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json
  20. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/it.json
  21. 10 10
      MediaBrowser.Server.Implementations/Localization/JavaScript/kk.json
  22. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json
  23. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json
  24. 23 23
      MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
  25. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json
  26. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json
  27. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json
  28. 8 8
      MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
  29. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/sl_SI.json
  30. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json
  31. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json
  32. 104 104
      MediaBrowser.Server.Implementations/Localization/JavaScript/uk.json
  33. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json
  34. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json
  35. 4 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json
  36. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/ar.json
  37. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/bg_BG.json
  38. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/ca.json
  39. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/cs.json
  40. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/da.json
  41. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/de.json
  42. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/el.json
  43. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
  44. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/en_US.json
  45. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/es.json
  46. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
  47. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/fi.json
  48. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/fr.json
  49. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/he.json
  50. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/hr.json
  51. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/it.json
  52. 667 667
      MediaBrowser.Server.Implementations/Localization/Server/kk.json
  53. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/ko.json
  54. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/ms.json
  55. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/nb.json
  56. 669 669
      MediaBrowser.Server.Implementations/Localization/Server/nl.json
  57. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/pl.json
  58. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
  59. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
  60. 6 663
      MediaBrowser.Server.Implementations/Localization/Server/ru.json
  61. 1 1
      MediaBrowser.Server.Implementations/Localization/Server/server.json
  62. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/sl_SI.json
  63. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/sv.json
  64. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/tr.json
  65. 668 668
      MediaBrowser.Server.Implementations/Localization/Server/uk.json
  66. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/vi.json
  67. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json
  68. 665 665
      MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json
  69. 13 6
      MediaBrowser.Server.Implementations/Session/SessionManager.cs
  70. 8 3
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs
  71. 5 3
      MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs

+ 7 - 1
MediaBrowser.Controller/IServerApplicationHost.cs

@@ -1,7 +1,6 @@
 using MediaBrowser.Common;
 using MediaBrowser.Model.System;
 using System;
-using System.Collections.Generic;
 
 namespace MediaBrowser.Controller
 {
@@ -65,5 +64,12 @@ namespace MediaBrowser.Controller
         /// </summary>
         /// <value>The local API URL.</value>
         string LocalApiUrl { get; }
+
+        /// <summary>
+        /// Gets the local API URL.
+        /// </summary>
+        /// <param name="host">The host.</param>
+        /// <returns>System.String.</returns>
+        string GetLocalApiUrl(string host);
     }
 }

+ 1 - 1
MediaBrowser.Dlna/Main/DlnaEntryPoint.cs

@@ -167,7 +167,7 @@ namespace MediaBrowser.Dlna.Main
 
                 var descriptorURI = "/dlna/" + guid.ToString("N") + "/description.xml";
 
-                var uri = new Uri(string.Format("http://{0}:{1}{2}", address, _appHost.HttpPort, descriptorURI));
+                var uri = new Uri(_appHost.GetLocalApiUrl(address) + descriptorURI);
 
                 var services = new List<string>
                 {

+ 1 - 6
MediaBrowser.Dlna/PlayTo/PlayToManager.cs

@@ -148,12 +148,7 @@ namespace MediaBrowser.Dlna.PlayTo
 
         private string GetServerAddress(IPAddress localIp)
         {
-            return string.Format("{0}://{1}:{2}",
-
-                "http",
-                localIp,
-                _appHost.HttpPort
-                );
+            return _appHost.GetLocalApiUrl(localIp.ToString());
         }
 
         public void Dispose()

+ 2 - 2
MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs

@@ -297,12 +297,12 @@ namespace MediaBrowser.Server.Implementations.HttpServer
 
             if (string.Equals(localPath, "/mediabrowser/", StringComparison.OrdinalIgnoreCase))
             {
-                httpRes.RedirectToUrl("/../" + DefaultRedirectPath);
+                httpRes.RedirectToUrl(DefaultRedirectPath);
                 return Task.FromResult(true);
             }
             if (string.Equals(localPath, "/mediabrowser", StringComparison.OrdinalIgnoreCase))
             {
-                httpRes.RedirectToUrl("../" + DefaultRedirectPath);
+                httpRes.RedirectToUrl("mediabrowser/" + DefaultRedirectPath);
                 return Task.FromResult(true);
             }
             if (string.Equals(localPath, "/", StringComparison.OrdinalIgnoreCase))

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/bg_BG.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "\u041a\u0430\u043d\u0430\u043b\u0438",
     "HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u041f\u0430\u043f\u043a\u0438",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kan\u00e1ly",
     "HeaderMediaFolders": "Slo\u017eky m\u00e9di\u00ed",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "Televizn\u00ed po\u0159ady",
     "OptionBlockTrailers": "Upout\u00e1vky",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/da.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kanaler",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/de.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "W\u00f6hle Untertitel",
     "ButtonMarkForRemoval": "Entferne von Ger\u00e4t",
     "ButtonUnmarkForRemoval": "Abbrechen von Entfernen von Ger\u00e4t",
-    "LabelSyncQualityHelp": "Verwenden Sie \"Hohe Qualit\u00e4t\" f\u00fcr die maximale vom Ger\u00e4t unterst\u00fctzte Qualit\u00e4t. Mittlere und geringe Qualit\u00e4t werden die erlaubte Datenrate reduzieren.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Erzwungen)",
     "LabelDefaultForcedStream": "(Standard\/Erzwungen)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kan\u00e4le",
     "HeaderMediaFolders": "Medienverzeichnisse",
-    "HeaderBlockItemsWithNoRating": "Blockiere Elemente ohne Bewertungsinformationen:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Andere",
     "OptionBlockTvShows": "TV Serien",
     "OptionBlockTrailers": "Trailer",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Synchronisiere mit:",
     "LabelSyncJobName": "Synchronisations-Aufgabe:",
     "LabelQuality": "Qualit\u00e4t:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Hoch",
     "OptionMedium": "Mittel",
     "OptionLow": "Niedrig",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synchronisiert",
     "SyncJobItemStatusFailed": "Fehlgeschlagen.",
     "SyncJobItemStatusRemovedFromDevice": "Entfernt von Ger\u00e4t",
-    "SyncJobItemStatusCancelled": "Abgebrochen",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Abgebrochen"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/el.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/es.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Seleccionar Subt\u00edtulos",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Por defecto)",
     "LabelForcedStream": "(Forzado)",
     "LabelDefaultForcedStream": "(Por defecto\/Forzado)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Inicio",
     "HeaderChannels": "Canales",
     "HeaderMediaFolders": "Carpetas de medios",
-    "HeaderBlockItemsWithNoRating": "Bloquear elementos sin informaci\u00f3n de clasificaci\u00f3n:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Otros",
     "OptionBlockTvShows": "Tv Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Seleccionar Subtitulos",
     "ButtonMarkForRemoval": "Remover de dispositivo",
     "ButtonUnmarkForRemoval": "Cancelar remover de dispositivo",
-    "LabelSyncQualityHelp": "Use alta calidad para la calidad m\u00e1xima soportada por el dispositivo. Media y baja calidad para reducir la transferencia de datos permitida.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Por defecto)",
     "LabelForcedStream": "(Forzado)",
     "LabelDefaultForcedStream": "(Por Defecto\/Forzado)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Iniciar",
     "HeaderChannels": "Canales",
     "HeaderMediaFolders": "Carpetas de Medios",
-    "HeaderBlockItemsWithNoRating": "Bloquear \u00edtems sin informaci\u00f3n de clasificaci\u00f3n",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Otros",
     "OptionBlockTvShows": "Programas de TV",
     "OptionBlockTrailers": "Avances",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sincronizar con:",
     "LabelSyncJobName": "Nombre del trabajo de sinc:",
     "LabelQuality": "Calidad:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Alta",
     "OptionMedium": "Media",
     "OptionLow": "Baja",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Sincronizado",
     "SyncJobItemStatusFailed": "Fall\u00f3",
     "SyncJobItemStatusRemovedFromDevice": "Eliminado del dispositivo",
-    "SyncJobItemStatusCancelled": "Cancelado",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelado"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/fi.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "S\u00e9lectionner sous-titres",
     "ButtonMarkForRemoval": "Supprimer de l'appareil",
     "ButtonUnmarkForRemoval": "Annuler la suppression de l'appareil",
-    "LabelSyncQualityHelp": "Choisissez haute qualit\u00e9 pour obtenir la qualit\u00e9 maximale support\u00e9e par l'appareil. Moyenne et basse qualit\u00e9 r\u00e9duiront le d\u00e9bit autoris\u00e9.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Par d\u00e9faut)",
     "LabelForcedStream": "(Forc\u00e9)",
     "LabelDefaultForcedStream": "(Par d\u00e9faut\/Forc\u00e9)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Commencer",
     "HeaderChannels": "Cha\u00eenes",
     "HeaderMediaFolders": "R\u00e9pertoires de m\u00e9dias",
-    "HeaderBlockItemsWithNoRating": "Bloquer les items ne comportant aucune information de classement :",
+    "HeaderBlockItemsWithNoRating": "Bloquer le contenu ne comportant aucune information de classement :",
     "OptionBlockOthers": "Autres",
     "OptionBlockTvShows": "S\u00e9ries TV",
     "OptionBlockTrailers": "Bandes-annonces",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Synchronis\u00e9 avec:",
     "LabelSyncJobName": "Nom du job de synchronisation:",
     "LabelQuality": "Qualit\u00e9:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Haute",
     "OptionMedium": "Moyenne",
     "OptionLow": "Basse",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synchronis\u00e9",
     "SyncJobItemStatusFailed": "Echou\u00e9",
     "SyncJobItemStatusRemovedFromDevice": "Supprim\u00e9 de l'appareil",
-    "SyncJobItemStatusCancelled": "Annul\u00e9",
-    "MessageJobItemHasNoActions": "D"
+    "SyncJobItemStatusCancelled": "Annul\u00e9"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/he.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "\u05e2\u05e8\u05d5\u05e6\u05d9\u05dd",
     "HeaderMediaFolders": "\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05de\u05d3\u05d9\u05d4",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Medijska mapa",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/it.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Seleziona sottotitoli",
     "ButtonMarkForRemoval": "Rimuovi dal dispositivo",
     "ButtonUnmarkForRemoval": "Annulla rimozione dal dispositivo",
-    "LabelSyncQualityHelp": "Usa qualit\u00e0 alta come livello di qualit\u00e0 massimo per il dispositivo. Media e bassa diminuiranno il bitrate consentito",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Predefinito)",
     "LabelForcedStream": "(forzato)",
     "LabelDefaultForcedStream": "(Predefinito\/Forzato)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Avvio",
     "HeaderChannels": "Canali",
     "HeaderMediaFolders": "Cartelle dei media",
-    "HeaderBlockItemsWithNoRating": "Blocca gli elementi senza informazioni di valutazione",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Altri",
     "OptionBlockTvShows": "Serie TV",
     "OptionBlockTrailers": "Trailer",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sincronizza su:",
     "LabelSyncJobName": "Nome Attivit\u00e0 di Sincroniz.:",
     "LabelQuality": "Qualit\u00e0:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Alto",
     "OptionMedium": "Medio",
     "OptionLow": "Basso",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Sincronizzato",
     "SyncJobItemStatusFailed": "Fallito",
     "SyncJobItemStatusRemovedFromDevice": "Rimosso dal dispositivo",
-    "SyncJobItemStatusCancelled": "Cancellato",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancellato"
 }

+ 10 - 10
MediaBrowser.Server.Implementations/Localization/JavaScript/kk.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0442\u0430\u04a3\u0434\u0430\u0443",
     "ButtonMarkForRemoval": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u0443",
     "ButtonUnmarkForRemoval": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u0443\u0434\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
-    "LabelSyncQualityHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b \u0431\u0430\u0440\u044b\u043d\u0448\u0430 \u049b\u043e\u043b\u0434\u0430\u0443 \u0441\u0430\u043f\u0430\u0441\u044b \u04af\u0448\u0456\u043d \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430\u043d\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437. \u041e\u0440\u0442\u0430 \u0436\u04d9\u043d\u0435 \u0442\u04e9\u043c\u0435\u043d \u0441\u0430\u043f\u0430\u043b\u0430\u0440 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u0437\u0430\u0439\u0442\u0430\u0434\u044b.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(\u04d8\u0434\u0435\u043f\u043a\u0456)",
     "LabelForcedStream": "(\u041c\u04d9\u0436\u0431\u04af\u0440\u043b\u0456)",
     "LabelDefaultForcedStream": "(\u04d8\u0434\u0435\u043f\u043a\u0456\/\u041c\u04d9\u0436\u0431\u04af\u0440\u043b\u0456)",
@@ -273,7 +273,7 @@
     "ButtonStart": "\u0411\u0430\u0441\u0442\u0430\u0443",
     "HeaderChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
     "HeaderMediaFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b",
-    "HeaderBlockItemsWithNoRating": "\u0416\u0430\u0441\u0442\u044b\u049b \u0441\u0430\u043d\u0430\u0442\u044b \u0436\u043e\u049b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
+    "HeaderBlockItemsWithNoRating": "\u0416\u0430\u0441\u0442\u044b\u049b \u0441\u0430\u043d\u0430\u0442\u044b \u0436\u043e\u049b \u043c\u0430\u0437\u04b1\u043d\u0434\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
     "OptionBlockOthers": "\u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440",
     "OptionBlockTvShows": "\u0422\u0414 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c\u0434\u0435\u0440\u0456",
     "OptionBlockTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440",
@@ -689,23 +689,24 @@
     "ButtonLinkMyMediaBrowserAccount": "\u0422\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u043c\u0434\u0456 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
     "MessageConnectAccountRequiredToInviteGuest": "\u049a\u043e\u043d\u0430\u049b\u0442\u0430\u0440\u0434\u044b \u0448\u0430\u049b\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u0435\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0441\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u0433\u0435 Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0434\u0456 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u0440\u0443\u044b\u04a3\u044b\u0437 \u049b\u0430\u0436\u0435\u0442.",
     "ButtonSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "SyncMedia": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "SyncMedia": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
     "HeaderCancelSyncJob": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0434\u0456 \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
     "CancelSyncJobConfirmation": "\u0428\u044b\u043d\u044b\u043c\u0435\u043d \u043e\u0441\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u0442\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443 \u049b\u0430\u0436\u0435\u0442 \u043f\u0435?",
     "TabSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
     "MessagePleaseSelectDeviceToSyncTo": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
     "MessageSyncJobCreated": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b \u0436\u0430\u0441\u0430\u043b\u0434\u044b.",
-    "LabelSyncTo": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
-    "LabelSyncJobName": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b\u043d\u044b\u04a3 \u0430\u0442\u044b:",
+    "LabelSyncTo": "\u041e\u0441\u044b\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
+    "LabelSyncJobName": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b\u043d\u044b\u04a3 \u0430\u0442\u044b:",
     "LabelQuality": "\u0421\u0430\u043f\u0430\u0441\u044b:",
+    "OptionOriginal": "Original",
     "OptionHigh": "\u0416\u043e\u0493\u0430\u0440\u044b",
     "OptionMedium": "\u041e\u0440\u0442\u0430\u0448\u0430",
     "OptionLow": "\u0422\u04e9\u043c\u0435\u043d",
     "HeaderSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440",
-    "OptionAutomaticallySyncNewContent": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "OptionAutomaticallySyncNewContent": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
     "OptionAutomaticallySyncNewContentHelp": "\u041e\u0441\u044b \u0441\u0430\u043d\u0430\u0442\u049b\u0430 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u0436\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0434\u0456.",
-    "OptionSyncUnwatchedVideosOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u043a\u04e9\u0440\u0456\u043b\u043c\u0435\u0433\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "OptionSyncUnwatchedVideosOnlyHelp": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u0440\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0434\u0456, \u0436\u04d9\u043d\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0430\u0434\u044b.",
+    "OptionSyncUnwatchedVideosOnly": "\u049a\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "OptionSyncUnwatchedVideosOnlyHelp": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0434\u0456, \u0436\u04d9\u043d\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0430\u0434\u044b.",
     "LabelItemLimit": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
     "LabelItemLimitHelp": "\u049a\u0430\u043b\u0430\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430: \u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0441\u0430\u043d\u044b \u04af\u0448\u0456\u043d \u0448\u0435\u043a\u0442\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
     "MessageBookPluginRequired": "Bookshelf \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443\u0434\u044b \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d",
     "SyncJobItemStatusFailed": "\u0421\u04d9\u0442\u0441\u0456\u0437",
     "SyncJobItemStatusRemovedFromDevice": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0493\u0430\u043d",
-    "SyncJobItemStatusCancelled": "\u0411\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "\u0411\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Velg Undertekst",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Standard)",
     "LabelForcedStream": "(Tvunget)",
     "LabelDefaultForcedStream": "(Standard\/Tvunget)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kanaler",
     "HeaderMediaFolders": "Media Mapper",
-    "HeaderBlockItemsWithNoRating": "Blokker elementer som har ingen rangeringsinformasjon:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Andre",
     "OptionBlockTvShows": "TV Serier",
     "OptionBlockTrailers": "Trailere",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 23 - 23
MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json

@@ -14,12 +14,12 @@
     "FileReadError": "Er is een fout opgetreden bij het lezen van het bestand.",
     "DeleteUser": "Verwijder gebruiker",
     "DeleteUserConfirmation": "Weet u zeker dat u deze gebruiker wilt verwijderen?",
-    "PasswordResetHeader": "Reset Password",
+    "PasswordResetHeader": "Reset Wachtwoord",
     "PasswordResetComplete": "Het wachtwoord is opnieuw ingesteld.",
-    "PinCodeResetComplete": "The pin code has been reset.",
+    "PinCodeResetComplete": "De pincode is gereset.",
     "PasswordResetConfirmation": "Weet u zeker dat u het wachtwoord opnieuw in wilt stellen?",
-    "PinCodeResetConfirmation": "Are you sure you wish to reset the pin code?",
-    "HeaderPinCodeReset": "Reset Pin Code",
+    "PinCodeResetConfirmation": "Weet u zeker dat u de pincode wilt resetten?",
+    "HeaderPinCodeReset": "Reset Pincode",
     "PasswordSaved": "Wachtwoord opgeslagen.",
     "PasswordMatchError": "Wachtwoord en wachtwoord bevestiging moeten hetzelfde zijn.",
     "OptionRelease": "Offici\u00eble Release",
@@ -50,19 +50,19 @@
     "ButtonSave": "Opslaan",
     "ButtonDownload": "Download",
     "SyncJobStatusQueued": "Queued",
-    "SyncJobStatusConverting": "Converting",
-    "SyncJobStatusFailed": "Failed",
-    "SyncJobStatusCancelled": "Cancelled",
-    "SyncJobStatusCompleted": "Synced",
-    "SyncJobStatusReadyToTransfer": "Ready to Transfer",
-    "SyncJobStatusTransferring": "Transferring",
+    "SyncJobStatusConverting": "Converteren",
+    "SyncJobStatusFailed": "Mislukt",
+    "SyncJobStatusCancelled": "Afgebroken",
+    "SyncJobStatusCompleted": "Gesynced",
+    "SyncJobStatusReadyToTransfer": "Klaar om te Verzenden",
+    "SyncJobStatusTransferring": "Verzenden",
     "SyncJobStatusCompletedWithError": "Synced with errors",
-    "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
-    "LabelCollection": "Verzameling",
-    "HeaderAddToCollection": "Toevoegen aan verzameling",
+    "SyncJobItemStatusReadyToTransfer": "Klaar om te Verzenden",
+    "LabelCollection": "Collectie",
+    "HeaderAddToCollection": "Toevoegen aan Collectie",
     "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
     "OptionSearchForInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
-    "LabelSelectCollection": "Selecteer verzameling:",
+    "LabelSelectCollection": "Selecteer collectie:",
     "HeaderDevices": "Apparaten",
     "ButtonScheduledTasks": "Geplande taken",
     "MessageItemsAdded": "Items toegevoegd",
@@ -95,9 +95,9 @@
     "LabelFree": "Gratis",
     "HeaderSelectAudio": "Selecteer Audio",
     "HeaderSelectSubtitles": "Selecteer Ondertitels",
-    "ButtonMarkForRemoval": "Remove from device",
-    "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "ButtonMarkForRemoval": "Van apparaat verwijderen",
+    "ButtonUnmarkForRemoval": "Afbreken verwijderen van apparaat",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Standaard)",
     "LabelForcedStream": "(Geforceerd)",
     "LabelDefaultForcedStream": "(Standaard \/ Georceerd)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kanalen",
     "HeaderMediaFolders": "Media Mappen",
-    "HeaderBlockItemsWithNoRating": "Blokkeren van onderdelen zonder classificatiegegevens:",
+    "HeaderBlockItemsWithNoRating": "Blokkeer inhoud zonder classificatiegegevens:",
     "OptionBlockOthers": "Overigen",
     "OptionBlockTvShows": "TV Series",
     "OptionBlockTrailers": "Trailers",
@@ -410,7 +410,7 @@
     "HeaderTrack": "Track",
     "HeaderDisc": "Schijf",
     "OptionMovies": "Films",
-    "OptionCollections": "Verzamelingen",
+    "OptionCollections": "Collecties",
     "OptionSeries": "Series",
     "OptionSeasons": "Seizoenen",
     "OptionEpisodes": "Afleveringen",
@@ -637,7 +637,7 @@
     "WebClientTourTapHold": "Klik en houd vast of rechtsklik op elke poster voor een context menu",
     "WebClientTourMetadataManager": "Klik wijzigen om de metadata manager te openen",
     "WebClientTourPlaylists": "Maak eenvoudig een afspeellijst en mixlijst, en speel deze op elk apparaat",
-    "WebClientTourCollections": "Maak film verzamelingen door films samen te voegen",
+    "WebClientTourCollections": "Maak film Collecties door boxsets samen te voegen",
     "WebClientTourUserPreferences1": "Gebruikersvoorkeuren stellen u in staat de manier waarop de bibliotheek aan gebruikers getoond wordt aan te passen",
     "WebClientTourUserPreferences2": "Configureer uw geluids- en ondertitelingsinstellingen eenmalig voor elke Media Browser app",
     "WebClientTourUserPreferences3": "Ontwerp de startpagina van de web client volgens uw wensen",
@@ -684,7 +684,7 @@
     "MessageForgotPasswordFileCreated": "Het volgende bestand met instructies hoe nu verder te gaan is gemaakt:",
     "MessageForgotPasswordFileExpiration": "De hertsel pincode verloopt {0}.",
     "MessageInvalidForgotPasswordPin": "Er is een ongeldige of verlopen pincode ingegeven. Probeer opnieuw.",
-    "MessagePasswordResetForUsers": "Passwords have been removed for the following users:",
+    "MessagePasswordResetForUsers": "Wachtwoorden zijn verwijderd van de volgende gebruikers:",
     "HeaderInviteGuest": "Nodig gast uit",
     "ButtonLinkMyMediaBrowserAccount": "Koppel mijn account nu",
     "MessageConnectAccountRequiredToInviteGuest": "Om gasten uit te kunnen nodigen moet uw Media Browser account aan deze server gekoppeld worden.",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Synchroniseer naar:",
     "LabelSyncJobName": "Naam synchroniseer taak:",
     "LabelQuality": "Kwaliteit",
+    "OptionOriginal": "Original",
     "OptionHigh": "Hoog",
     "OptionMedium": "Gemiddeld",
     "OptionLow": "Laag",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Gesynchroniseerd",
     "SyncJobItemStatusFailed": "Mislukt",
     "SyncJobItemStatusRemovedFromDevice": "Van apparaat verwijderd",
-    "SyncJobItemStatusCancelled": "Geannuleerd",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Geannuleerd"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Selecione Legendas",
     "ButtonMarkForRemoval": "Remover do dispositivo",
     "ButtonUnmarkForRemoval": "Cancelar remo\u00e7\u00e3o do dispositivo",
-    "LabelSyncQualityHelp": "Use alta qualidade para a qualidade m\u00e1xima suportada pelo dispositivo. Qualidades M\u00e9dia e Baixa reduzem a taxa permitida.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Padr\u00e3o)",
     "LabelForcedStream": "(For\u00e7ada)",
     "LabelDefaultForcedStream": "(Padr\u00e3o\/For\u00e7ada)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Iniciar",
     "HeaderChannels": "Canais",
     "HeaderMediaFolders": "Pastas de M\u00eddia",
-    "HeaderBlockItemsWithNoRating": "Bloquear itens sem informa\u00e7\u00e3o de classifica\u00e7\u00e3o:",
+    "HeaderBlockItemsWithNoRating": "Bloquear conte\u00fado sem informa\u00e7\u00e3o de classifica\u00e7\u00e3o:",
     "OptionBlockOthers": "Outros",
     "OptionBlockTvShows": "S\u00e9ries de TV",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sincronizar para:",
     "LabelSyncJobName": "Nome da tarefa de sincroniza\u00e7\u00e3o:",
     "LabelQuality": "Qualidade:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Alta",
     "OptionMedium": "M\u00e9dia",
     "OptionLow": "Baixa",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Sincronizado",
     "SyncJobItemStatusFailed": "Falhou",
     "SyncJobItemStatusRemovedFromDevice": "Removido do dispositivo",
-    "SyncJobItemStatusCancelled": "Cancelado",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelado"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Canais",
     "HeaderMediaFolders": "Pastas Multim\u00e9dia",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 8 - 8
MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "\u0412\u044b\u0431\u043e\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",
     "ButtonMarkForRemoval": "\u0418\u0437\u044a\u044f\u0442\u044c \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
     "ButtonUnmarkForRemoval": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u044a\u044f\u0442\u0438\u0435 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
-    "LabelSyncQualityHelp": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043c\u0430\u043a\u0441. \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043e\u0442 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430. \u0421\u0440\u0435\u0434\u043d\u0435\u0435 \u0438 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0442 \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435)",
     "LabelForcedStream": "(\u0424\u043e\u0440\u0441-\u044b\u0435)",
     "LabelDefaultForcedStream": "(\u0423\u043c\u043e\u043b\u0447.\/\u0424\u043e\u0440\u0441-\u044b\u0435)",
@@ -175,7 +175,7 @@
     "ButtonMoreItems": "\u0415\u0449\u0451...",
     "ButtonMore": "\u0415\u0449\u0451",
     "HeaderFavoriteMovies": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0444\u0438\u043b\u044c\u043c\u044b",
-    "HeaderFavoriteShows": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0446\u0438\u043a\u043b\u044b",
+    "HeaderFavoriteShows": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0422\u0412-\u0446\u0438\u043a\u043b\u044b",
     "HeaderFavoriteEpisodes": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
     "HeaderFavoriteGames": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0438\u0433\u0440\u044b",
     "HeaderRatingsDownloads": "\u041e\u0446\u0435\u043d\u043a\u0430 \/ \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0438",
@@ -273,7 +273,7 @@
     "ButtonStart": "\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c",
     "HeaderChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
     "HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438",
-    "HeaderBlockItemsWithNoRating": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u0435\u0437 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438:",
+    "HeaderBlockItemsWithNoRating": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0431\u0435\u0437 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438:",
     "OptionBlockOthers": "\u0414\u0440\u0443\u0433\u0438\u0435",
     "OptionBlockTvShows": "\u0422\u0412-\u0446\u0438\u043a\u043b\u044b",
     "OptionBlockTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
@@ -689,7 +689,7 @@
     "ButtonLinkMyMediaBrowserAccount": "\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043c\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c",
     "MessageConnectAccountRequiredToInviteGuest": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0442\u044c \u0433\u043e\u0441\u0442\u0435\u0439, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e, \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c, \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u044e \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Media Browser \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c.",
     "ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
-    "SyncMedia": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
+    "SyncMedia": "\u0421\u0438\u043d\u0445\u0440-\u0438\u044f",
     "HeaderCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
     "CancelSyncJobConfirmation": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438?",
     "TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
@@ -698,13 +698,14 @@
     "LabelSyncTo": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u0441:",
     "LabelSyncJobName": "\u0418\u043c\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438:",
     "LabelQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e:",
+    "OptionOriginal": "Original",
     "OptionHigh": "\u0412\u044b\u0441\u043e\u043a\u043e\u0435",
     "OptionMedium": "\u0421\u0440\u0435\u0434\u043d\u0435\u0435",
     "OptionLow": "\u041d\u0438\u0437\u043a\u043e\u0435",
     "HeaderSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
-    "OptionAutomaticallySyncNewContent": "\u0410\u0432\u0442\u043e-\u043a\u0438 \u0441\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
+    "OptionAutomaticallySyncNewContent": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
     "OptionAutomaticallySyncNewContentHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432 \u044d\u0442\u0443 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e, \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c.",
-    "OptionSyncUnwatchedVideosOnly": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
+    "OptionSyncUnwatchedVideosOnly": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
     "OptionSyncUnwatchedVideosOnlyHelp": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e, \u0430 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u044b\u043c\u0430\u044e\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430.",
     "LabelItemLimit": "\u041f\u0440\u0435\u0434\u0435\u043b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432:",
     "LabelItemLimitHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e. \u041f\u0440\u0435\u0434\u0435\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e",
     "SyncJobItemStatusFailed": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u043e",
     "SyncJobItemStatusRemovedFromDevice": "\u0418\u0437\u044a\u044f\u0442\u043e \u0438\u0437 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
-    "SyncJobItemStatusCancelled": "\u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "\u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/sl_SI.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Kvaliteta:",
+    "OptionOriginal": "Original",
     "OptionHigh": "Visoka",
     "OptionMedium": "Srednja",
     "OptionLow": "Nizka",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "V\u00e4lj undertexter",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(f\u00f6rvalda)",
     "LabelForcedStream": "(tvingade)",
     "LabelDefaultForcedStream": "(f\u00f6rvalda\/tvingade)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kanaler",
     "HeaderMediaFolders": "Mediamappar",
-    "HeaderBlockItemsWithNoRating": "Blockera objekt utan \u00e5ldersgr\u00e4ns:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "\u00d6vrigt",
     "OptionBlockTvShows": "TV-serier",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Kanallar",
     "HeaderMediaFolders": "Media Klas\u00f6rleri",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 104 - 104
MediaBrowser.Server.Implementations/Localization/JavaScript/uk.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -111,7 +111,7 @@
     "ButtonPlay": "Play",
     "ButtonEdit": "Edit",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0440\u0435\u0439\u043b\u0435\u0440",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0437\u0430\u043f\u0438\u0441",
     "LabelEnabled": "Enabled",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -357,21 +357,21 @@
     "LabelPackageInstallFailed": "{0} installation failed.",
     "LabelPackageInstallCancelled": "{0} installation cancelled.",
     "TabServer": "Server",
-    "TabUsers": "Users",
-    "TabLibrary": "Library",
+    "TabUsers": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456",
+    "TabLibrary": "\u0411\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430",
     "TabMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u0456",
     "TabDLNA": "DLNA",
     "TabLiveTV": "Live TV",
     "TabAutoOrganize": "Auto-Organize",
-    "TabPlugins": "Plugins",
+    "TabPlugins": "\u0414\u043e\u0434\u0430\u0442\u043a\u0438",
     "TabAdvanced": "Advanced",
-    "TabHelp": "Help",
+    "TabHelp": "\u0414\u043e\u0432\u0456\u0434\u043a\u0430",
     "TabScheduledTasks": "Scheduled Tasks",
     "ButtonFullscreen": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0435\u043a\u0440\u0430\u043d",
     "ButtonAudioTracks": "\u0410\u0443\u0434\u0456\u043e \u0434\u043e\u0440\u0456\u0436\u043a\u0438",
     "ButtonSubtitles": "Subtitles",
     "ButtonScenes": "Scenes",
-    "ButtonQuality": "Quality",
+    "ButtonQuality": "\u042f\u043a\u0456\u0441\u0442\u044c",
     "HeaderNotifications": "Notifications",
     "HeaderSelectPlayer": "Select Player:",
     "ButtonSelect": "Select",
@@ -399,29 +399,29 @@
     "HeaderParentalRating": "Parental rating",
     "HeaderReleaseDate": "Release date",
     "HeaderDateAdded": "Date added",
-    "HeaderSeries": "Series",
-    "HeaderSeason": "Season",
+    "HeaderSeries": "\u0421\u0435\u0440\u0456\u0457",
+    "HeaderSeason": "\u0421\u0435\u0437\u043e\u043d",
     "HeaderSeasonNumber": "Season number",
     "HeaderNetwork": "Network",
-    "HeaderYear": "Year",
+    "HeaderYear": "\u0420\u0456\u043a",
     "HeaderGameSystem": "Game system",
     "HeaderPlayers": "Players",
     "HeaderEmbeddedImage": "Embedded image",
-    "HeaderTrack": "Track",
-    "HeaderDisc": "Disc",
+    "HeaderTrack": "\u0414\u043e\u0440\u0456\u0436\u043a\u0430",
+    "HeaderDisc": "\u0414\u0438\u0441\u043a",
     "OptionMovies": "Movies",
-    "OptionCollections": "Collections",
-    "OptionSeries": "Series",
-    "OptionSeasons": "Seasons",
+    "OptionCollections": "\u041a\u043e\u043b\u0435\u043a\u0446\u0456\u044f",
+    "OptionSeries": "\u0421\u0435\u0440\u0456\u044f",
+    "OptionSeasons": "\u0421\u0435\u0437\u043e\u043d\u0438",
     "OptionEpisodes": "Episodes",
-    "OptionGames": "Games",
+    "OptionGames": "\u0406\u0433\u0440\u0438",
     "OptionGameSystems": "Game systems",
     "OptionMusicArtists": "Music artists",
     "OptionMusicAlbums": "Music albums",
     "OptionMusicVideos": "Music videos",
-    "OptionSongs": "Songs",
-    "OptionHomeVideos": "Home videos",
-    "OptionBooks": "Books",
+    "OptionSongs": "\u041f\u0456\u0441\u043d\u0456",
+    "OptionHomeVideos": "\u0414\u043e\u043c\u0430\u0448\u043d\u0454 \u0432\u0456\u0434\u0435\u043e",
+    "OptionBooks": "\u041a\u043d\u0438\u0433\u0438",
     "OptionAdultVideos": "Adult videos",
     "ButtonUp": "Up",
     "ButtonDown": "Down",
@@ -440,7 +440,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u0438\u043f\u0443\u0441\u043a\u0443",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -450,10 +450,10 @@
     "LabelReleaseDate": "Release date:",
     "LabelEndDate": "End date:",
     "LabelYear": "Year:",
-    "LabelDateOfBirth": "Date of birth:",
-    "LabelBirthYear": "Birth year:",
-    "LabelBirthDate": "Birth date:",
-    "LabelDeathDate": "Death date:",
+    "LabelDateOfBirth": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f:",
+    "LabelBirthYear": "\u0420\u0456\u043a \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f:",
+    "LabelBirthDate": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f:",
+    "LabelDeathDate": "\u0414\u0430\u0442\u0430 \u0441\u043c\u0435\u0440\u0442\u0456:",
     "HeaderRemoveMediaLocation": "Remove Media Location",
     "MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
     "HeaderRenameMediaFolder": "Rename Media Folder",
@@ -463,8 +463,8 @@
     "HeaderRemoveMediaFolder": "Remove Media Folder",
     "MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your library:",
     "MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?",
-    "ButtonRename": "Rename",
-    "ButtonChangeType": "Change type",
+    "ButtonRename": "\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438",
+    "ButtonChangeType": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0442\u0438\u043f",
     "HeaderMediaLocations": "Media Locations",
     "LabelContentTypeValue": "Content type: {0}",
     "LabelPathSubstitutionHelp": "Optional: Path substitution can map server paths to network shares that clients can access for direct playback.",
@@ -486,9 +486,9 @@
     "TabAlbums": "Albums",
     "TabSongs": "Songs",
     "TabMusicVideos": "Music Videos",
-    "BirthPlaceValue": "Birth place: {0}",
-    "DeathDateValue": "Died: {0}",
-    "BirthDateValue": "Born: {0}",
+    "BirthPlaceValue": "\u041c\u0456\u0441\u0446\u0435 \u043d\u0430\u0440\u043e\u0434\u0436\u0435\u043d\u043d\u044f: {0}",
+    "DeathDateValue": "\u041f\u043e\u043c\u0435\u0440: {0}",
+    "BirthDateValue": "\u041d\u0430\u0440\u043e\u0434\u0438\u0432\u0441\u044f: {0}",
     "HeaderLatestReviews": "Latest Reviews",
     "HeaderPluginInstallation": "Plugin Installation",
     "MessageAlreadyInstalled": "This version is already installed.",
@@ -497,7 +497,7 @@
     "MessageTrialExpired": "The trial period for this feature has expired",
     "MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)",
     "MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
-    "ValuePriceUSD": "Price: {0} (USD)",
+    "ValuePriceUSD": "\u0426\u0456\u043d\u0430: {0} (USD)",
     "MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active supporter membership.",
     "MessageChangeRecurringPlanConfirm": "After completing this transaction you will need to cancel your previous recurring donation from within your PayPal account. Thank you for supporting Media Browser.",
     "MessageSupporterMembershipExpiredOn": "Your supporter membership expired on {0}.",
@@ -511,91 +511,91 @@
     "MessageMediaBrowserAccontRemoved": "The Media Browser account has been removed from this user.",
     "TooltipLinkedToMediaBrowserConnect": "Linked to Media Browser Connect",
     "HeaderUnrated": "Unrated",
-    "ValueDiscNumber": "Disc {0}",
-    "HeaderUnknownDate": "Unknown Date",
-    "HeaderUnknownYear": "Unknown Year",
-    "ValueMinutes": "{0} min",
-    "ButtonPlayExternalPlayer": "Play with external player",
-    "HeaderSelectExternalPlayer": "Select External Player",
+    "ValueDiscNumber": "\u0414\u0438\u0441\u043a {0}",
+    "HeaderUnknownDate": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u0434\u0430\u0442\u0430",
+    "HeaderUnknownYear": "\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0438\u0439 \u0440\u0456\u043a",
+    "ValueMinutes": "{0} \u0445\u0432\u0438\u043b\u0438\u043d",
+    "ButtonPlayExternalPlayer": "\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0443 \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u044c\u043e\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447\u0456",
+    "HeaderSelectExternalPlayer": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0456\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447",
     "HeaderExternalPlayerPlayback": "External Player Playback",
     "ButtonImDone": "I'm Done",
     "OptionWatched": "Watched",
     "OptionUnwatched": "Unwatched",
     "ExternalPlayerPlaystateOptionsHelp": "Specify how you would like to resume playing this video next time.",
-    "LabelMarkAs": "Mark as:",
+    "LabelMarkAs": "\u041f\u043e\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u044f\u043a:",
     "OptionInProgress": "In-Progress",
     "LabelResumePoint": "Resume point:",
-    "ValueOneMovie": "1 movie",
-    "ValueMovieCount": "{0} movies",
-    "ValueOneTrailer": "1 trailer",
-    "ValueTrailerCount": "{0} trailers",
-    "ValueOneSeries": "1 series",
-    "ValueSeriesCount": "{0} series",
-    "ValueOneEpisode": "1 episode",
-    "ValueEpisodeCount": "{0} episodes",
-    "ValueOneGame": "1 game",
-    "ValueGameCount": "{0} games",
-    "ValueOneAlbum": "1 album",
-    "ValueAlbumCount": "{0} albums",
-    "ValueOneSong": "1 song",
-    "ValueSongCount": "{0} songs",
-    "ValueOneMusicVideo": "1 music video",
-    "ValueMusicVideoCount": "{0} music videos",
-    "HeaderOffline": "Offline",
+    "ValueOneMovie": "1 \u0444\u0456\u043b\u044c\u043c",
+    "ValueMovieCount": "{0} \u0444\u0456\u043b\u044c\u043c\u0456\u0432",
+    "ValueOneTrailer": "1 \u0442\u0440\u0435\u0439\u043b\u0435\u0440",
+    "ValueTrailerCount": "{0} \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0456\u0432",
+    "ValueOneSeries": "1 \u0441\u0435\u0440\u0456\u044f",
+    "ValueSeriesCount": "{0} \u0441\u0435\u0440\u0456\u0439",
+    "ValueOneEpisode": "1 \u0435\u043f\u0456\u0437\u043e\u0434",
+    "ValueEpisodeCount": "{0} \u0435\u043f\u0456\u0437\u043e\u0434\u0456\u0432",
+    "ValueOneGame": "1 \u0433\u0440\u0430",
+    "ValueGameCount": "{0} \u0456\u0433\u0440",
+    "ValueOneAlbum": "1 \u0430\u043b\u044c\u0431\u043e\u043c",
+    "ValueAlbumCount": "{0} \u0430\u043b\u044c\u0431\u043e\u043c\u0456\u0432",
+    "ValueOneSong": "1 \u043f\u0456\u0441\u043d\u044f",
+    "ValueSongCount": "{0} \u043f\u0456\u0441\u0435\u043d\u044c",
+    "ValueOneMusicVideo": "1 \u043c\u0443\u0437\u0438\u0447\u043d\u0438\u0439 \u043a\u043b\u0456\u043f",
+    "ValueMusicVideoCount": "{0} \u043c\u0443\u0437\u0438\u0447\u043d\u0438\u0445 \u043a\u043b\u0456\u043f\u0456\u0432",
+    "HeaderOffline": "\u041f\u043e\u0437\u0430 \u043c\u0435\u0440\u0435\u0436\u0435\u044e",
     "HeaderUnaired": "Unaired",
     "HeaderMissing": "Missing",
     "ButtonWebsite": "Website",
-    "TooltipFavorite": "Favorite",
-    "TooltipLike": "Like",
-    "TooltipDislike": "Dislike",
+    "TooltipFavorite": "\u0423\u043b\u044e\u0431\u043b\u0435\u043d\u0435",
+    "TooltipLike": "\u041f\u043e\u0434\u043e\u0431\u0430\u0454\u0442\u044c\u0441\u044f",
+    "TooltipDislike": "\u041d\u0435 \u043f\u043e\u0434\u043e\u0431\u0430\u0454\u0442\u044c\u0441\u044f",
     "TooltipPlayed": "Played",
     "ValueSeriesYearToPresent": "{0}-Present",
-    "ValueAwards": "Awards: {0}",
-    "ValueBudget": "Budget: {0}",
-    "ValueRevenue": "Revenue: {0}",
+    "ValueAwards": "\u041d\u0430\u0433\u043e\u0440\u043e\u0434\u0438: {0}",
+    "ValueBudget": "\u0411\u044e\u0434\u0436\u0435\u0442: {0}",
+    "ValueRevenue": "\u041a\u0430\u0441\u043e\u0432\u0456 \u0437\u0431\u043e\u0440\u0438: {0}",
     "ValuePremiered": "Premiered {0}",
     "ValuePremieres": "Premieres {0}",
-    "ValueStudio": "Studio: {0}",
-    "ValueStudios": "Studios: {0}",
+    "ValueStudio": "\u0421\u0442\u0443\u0434\u0456\u044f: {0}",
+    "ValueStudios": "\u0421\u0442\u0443\u0434\u0456\u0457: {0}",
     "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelLimit": "Limit:",
-    "ValueLinks": "Links: {0}",
+    "LabelLimit": "\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f:",
+    "ValueLinks": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f: {0}",
     "HeaderPeople": "People",
     "HeaderCastAndCrew": "Cast & Crew",
-    "ValueArtist": "Artist: {0}",
-    "ValueArtists": "Artists: {0}",
+    "ValueArtist": "\u0410\u043a\u0442\u043e\u0440: {0}",
+    "ValueArtists": "\u0410\u043a\u0442\u043e\u0440\u0438: {0}",
     "HeaderTags": "Tags",
     "MediaInfoCameraMake": "Camera make",
     "MediaInfoCameraModel": "Camera model",
-    "MediaInfoAltitude": "Altitude",
-    "MediaInfoAperture": "Aperture",
+    "MediaInfoAltitude": "\u0412\u0438\u0441\u043e\u0442\u0430",
+    "MediaInfoAperture": "\u0410\u043f\u0435\u0440\u0442\u0443\u0440\u0430",
     "MediaInfoExposureTime": "Exposure time",
     "MediaInfoFocalLength": "Focal length",
     "MediaInfoOrientation": "Orientation",
     "MediaInfoIsoSpeedRating": "Iso speed rating",
-    "MediaInfoLatitude": "Latitude",
-    "MediaInfoLongitude": "Longitude",
+    "MediaInfoLatitude": "\u0428\u0438\u0440\u043e\u0442\u0430",
+    "MediaInfoLongitude": "\u0414\u043e\u0432\u0433\u043e\u0442\u0430",
     "MediaInfoShutterSpeed": "Shutter speed",
     "MediaInfoSoftware": "Software",
     "HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...",
     "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderMovies": "Movies",
-    "HeaderAlbums": "Albums",
-    "HeaderGames": "Games",
-    "HeaderBooks": "Books",
+    "HeaderMovies": "\u0424\u0456\u043b\u044c\u043c\u0438",
+    "HeaderAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0438",
+    "HeaderGames": "\u0406\u0433\u0440\u0438",
+    "HeaderBooks": "\u041a\u043d\u0438\u0433\u0438",
     "HeaderEpisodes": "\u0415\u043f\u0456\u0437\u043e\u0434\u0438",
-    "HeaderSeasons": "Seasons",
-    "HeaderTracks": "Tracks",
+    "HeaderSeasons": "\u0421\u0435\u0437\u043e\u043d\u0438",
+    "HeaderTracks": "\u0414\u043e\u0440\u0456\u0436\u043a\u0438",
     "HeaderItems": "Items",
     "HeaderOtherItems": "Other Items",
     "ButtonFullReview": "Full review",
     "ValueAsRole": "as {0}",
     "ValueGuestStar": "Guest star",
-    "MediaInfoSize": "Size",
-    "MediaInfoPath": "Path",
-    "MediaInfoFormat": "Format",
-    "MediaInfoContainer": "Container",
-    "MediaInfoDefault": "Default",
+    "MediaInfoSize": "\u0420\u043e\u0437\u043c\u0456\u0440",
+    "MediaInfoPath": "\u0428\u043b\u044f\u0445",
+    "MediaInfoFormat": "\u0424\u043e\u0440\u043c\u0430\u0442",
+    "MediaInfoContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440",
+    "MediaInfoDefault": "\u0422\u0438\u043f\u043e\u0432\u043e",
     "MediaInfoForced": "Forced",
     "MediaInfoExternal": "External",
     "MediaInfoTimestamp": "Timestamp",
@@ -603,21 +603,21 @@
     "MediaInfoBitDepth": "Bit depth",
     "MediaInfoSampleRate": "Sample rate",
     "MediaInfoBitrate": "Bitrate",
-    "MediaInfoChannels": "Channels",
+    "MediaInfoChannels": "\u041a\u0430\u043d\u0430\u043b\u0438",
     "MediaInfoLayout": "Layout",
-    "MediaInfoLanguage": "Language",
-    "MediaInfoCodec": "Codec",
-    "MediaInfoProfile": "Profile",
-    "MediaInfoLevel": "Level",
-    "MediaInfoAspectRatio": "Aspect ratio",
+    "MediaInfoLanguage": "\u041c\u043e\u0432\u0430",
+    "MediaInfoCodec": "\u041a\u043e\u0434\u0435\u043a",
+    "MediaInfoProfile": "\u041f\u0440\u043e\u0444\u0456\u043b\u044c",
+    "MediaInfoLevel": "\u0420\u0456\u0432\u0435\u043d\u044c",
+    "MediaInfoAspectRatio": "\u0421\u043f\u0456\u0432\u0432\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d",
     "MediaInfoResolution": "Resolution",
     "MediaInfoAnamorphic": "Anamorphic",
     "MediaInfoInterlaced": "Interlaced",
     "MediaInfoFramerate": "Framerate",
-    "MediaInfoStreamTypeAudio": "Audio",
-    "MediaInfoStreamTypeData": "Data",
-    "MediaInfoStreamTypeVideo": "Video",
-    "MediaInfoStreamTypeSubtitle": "Subtitle",
+    "MediaInfoStreamTypeAudio": "\u0410\u0443\u0434\u0456\u043e",
+    "MediaInfoStreamTypeData": "\u0414\u0430\u0442\u0430",
+    "MediaInfoStreamTypeVideo": "\u0412\u0456\u0434\u0435\u043e",
+    "MediaInfoStreamTypeSubtitle": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
     "MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
     "MediaInfoRefFrames": "Ref frames",
     "TabPlayback": "Playback",
@@ -625,7 +625,7 @@
     "TabExpert": "Expert",
     "HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
     "HeaderRateAndReview": "Rate and Review",
-    "HeaderThankYou": "Thank You",
+    "HeaderThankYou": "\u0414\u044f\u043a\u0443\u044e",
     "MessageThankYouForYourReview": "Thank you for your review.",
     "LabelYourRating": "Your rating:",
     "LabelFullReview": "Full review:",
@@ -659,7 +659,7 @@
     "TabDevices": "Devices",
     "TabExtras": "Extras",
     "DeviceLastUsedByUserName": "Last used by {0}",
-    "HeaderDeleteDevice": "Delete Device",
+    "HeaderDeleteDevice": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",
     "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
     "LabelEnableCameraUploadFor": "Enable camera upload for:",
     "HeaderSelectUploadPath": "Select Upload Path",
@@ -667,25 +667,25 @@
     "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
     "ButtonLibraryAccess": "Library access",
     "ButtonParentalControl": "Parental control",
-    "HeaderInvitationSent": "Invitation Sent",
+    "HeaderInvitationSent": "\u0417\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u044f \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u043d\u043e",
     "MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
     "MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Media Browser.",
     "HeaderConnectionFailure": "Connection Failure",
     "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
-    "ButtonSelectServer": "Select server",
+    "ButtonSelectServer": "\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440",
     "MessagePluginConfigurationRequiresLocalAccess": "To configure this plugin please sign in to your local server directly.",
     "MessageLoggedOutParentalControl": "Access is currently restricted. Please try again later.",
     "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
-    "ButtonAccept": "Accept",
-    "ButtonReject": "Reject",
+    "ButtonAccept": "\u0414\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e",
+    "ButtonReject": "\u0412\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043e",
     "HeaderForgotPassword": "Forgot Password",
-    "MessageContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+    "MessageContactAdminToResetPassword": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0434\u043b\u044f \u0441\u043a\u0438\u0434\u0430\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0430\u0440\u043e\u043b\u044e.",
     "MessageForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
     "MessageForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
     "MessageForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
     "MessageInvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
     "MessagePasswordResetForUsers": "Passwords have been removed for the following users:",
-    "HeaderInviteGuest": "Invite Guest",
+    "HeaderInviteGuest": "\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u0433\u043e\u0441\u0442\u044f",
     "ButtonLinkMyMediaBrowserAccount": "Link my account now",
     "MessageConnectAccountRequiredToInviteGuest": "In order to invite guests you need to first link your Media Browser account to this server.",
     "ButtonSync": "Sync",
@@ -698,10 +698,11 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
-    "HeaderSettings": "Settings",
+    "HeaderSettings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
     "OptionAutomaticallySyncNewContent": "Automatically sync new content",
     "OptionAutomaticallySyncNewContentHelp": "New content added to this category will be automatically synced to the device.",
     "OptionSyncUnwatchedVideosOnly": "Sync unwatched videos only",
@@ -714,9 +715,8 @@
     "SyncJobItemStatusQueued": "Queued",
     "SyncJobItemStatusConverting": "Converting",
     "SyncJobItemStatusTransferring": "Transferring",
-    "SyncJobItemStatusSynced": "Synced",
+    "SyncJobItemStatusSynced": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u043e\u0432\u0430\u043d\u043e",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "\u0421\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "Channels",
     "HeaderMediaFolders": "Media Folders",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "\u9009\u62e9\u5b57\u5e55",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(\u9ed8\u8ba4)",
     "LabelForcedStream": "(\u5f3a\u5236)",
     "LabelDefaultForcedStream": "(\u9ed8\u8ba4\/\u5f3a\u5236)",
@@ -273,7 +273,7 @@
     "ButtonStart": "\u5f00\u59cb",
     "HeaderChannels": "\u9891\u9053",
     "HeaderMediaFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
-    "HeaderBlockItemsWithNoRating": "\u6ca1\u6709\u8bc4\u7ea7\u4fe1\u606f\u5757\u7684\u9879\u76ee\uff1a",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "\u5176\u4ed6",
     "OptionBlockTvShows": "\u7535\u89c6\u8282\u76ee",
     "OptionBlockTrailers": "\u9884\u544a\u7247",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 4 - 4
MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json

@@ -97,7 +97,7 @@
     "HeaderSelectSubtitles": "Select Subtitles",
     "ButtonMarkForRemoval": "Remove from device",
     "ButtonUnmarkForRemoval": "Cancel removal from device",
-    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.",
+    "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.",
     "LabelDefaultStream": "(Default)",
     "LabelForcedStream": "(Forced)",
     "LabelDefaultForcedStream": "(Default\/Forced)",
@@ -273,7 +273,7 @@
     "ButtonStart": "Start",
     "HeaderChannels": "\u983b\u5ea6",
     "HeaderMediaFolders": "\u5a92\u9ad4\u6587\u4ef6\u593e",
-    "HeaderBlockItemsWithNoRating": "Block items with no rating information:",
+    "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
     "OptionBlockOthers": "Others",
     "OptionBlockTvShows": "TV Shows",
     "OptionBlockTrailers": "Trailers",
@@ -698,6 +698,7 @@
     "LabelSyncTo": "Sync to:",
     "LabelSyncJobName": "Sync job name:",
     "LabelQuality": "Quality:",
+    "OptionOriginal": "Original",
     "OptionHigh": "High",
     "OptionMedium": "Medium",
     "OptionLow": "Low",
@@ -717,6 +718,5 @@
     "SyncJobItemStatusSynced": "Synced",
     "SyncJobItemStatusFailed": "Failed",
     "SyncJobItemStatusRemovedFromDevice": "Removed from device",
-    "SyncJobItemStatusCancelled": "Cancelled",
-    "MessageJobItemHasNoActions": "d"
+    "SyncJobItemStatusCancelled": "Cancelled"
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/ar.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u062e\u0631\u0648\u062c",
     "LabelVisitCommunity": "\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/bg_BG.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u0418\u0437\u043b\u0435\u0437",
     "LabelVisitCommunity": "\u041f\u043e\u0441\u0435\u0442\u0438 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f",
     "ButtonDonateWithPayPal": "\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u0434\u0430\u0440\u0435\u043d\u0438\u0435 \u0441 PayPal",
     "OptionDetectArchiveFilesAsMedia": "\u0420\u0430\u0437\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0430\u0440\u0445\u0438\u0432\u0438 \u043a\u0430\u0442\u043e \u043c\u0435\u0434\u0438\u0439\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
@@ -942,10 +285,10 @@
     "ButtonHelp": "\u041f\u043e\u043c\u043e\u0449",
     "OptionAllowUserToManageServer": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
     "HeaderFeatureAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u0438",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0434\u0440\u0443\u0433\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
     "OptionAllowRemoteSharedDevices": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
     "OptionAllowRemoteSharedDevicesHelp": "DLNA \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0435 \u0441\u0447\u0438\u0442\u0430\u0442 \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0434\u043e\u043a\u0430\u0442\u043e \u043d\u044f\u043a\u043e\u0439 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u043d\u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0435 \u0434\u0430 \u0433\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0430.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/ca.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Sortir",
     "LabelVisitCommunity": "Visitar la comunitat",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/cs.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Hled\u00e1n\u00ed",
-    "ButtonSettings": "Nastaven\u00ed",
-    "ButtonTakeScreenshot": "Zachytit obrazovku",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigace",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Sc\u00e9ny",
-    "ButtonSubtitles": "Titulky",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Kolekce",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Typ:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video kodeky:",
-    "LabelProfileAudioCodecs": "Audio kodeky:",
-    "LabelProfileCodecs": "Kodeky:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Fotografie",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identifikace",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "V\u00fdrobce",
-    "LabelManufacturerUrl": "Web v\u00fdrobce",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video kodek:",
-    "LabelTranscodingVideoProfile": "Video profil:",
-    "LabelTranscodingAudioCodec": "Audio kodek:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "P\u0159esko\u010dit, pokud video ji\u017e obsahuje grafick\u00e9 titulky",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Titulky",
-    "TabChapters": "Kapitoly",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Registrovat",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Vlo\u017ete text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Vyhledat titulky",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Jazyky",
-    "TabWebClient": "Web klient",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Povolit kulisy",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Hlavn\u00ed str\u00e1nka",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Ano",
-    "OptionNo": "Ne",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Pokra\u010dovat",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Hl\u00e1\u0161en\u00ed",
-    "HeaderMetadataManager": "Spr\u00e1vce metadat",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Ozna\u010dit jako p\u0159e\u010dten\u00e9",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Nejsledovan\u011bj\u0161\u00ed",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Zam\u00edtnout",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Filmy",
-    "ViewTypeTvShows": "Televize",
-    "ViewTypeGames": "Hry",
-    "ViewTypeMusic": "Hudba",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Kolekce",
-    "ViewTypeChannels": "Kan\u00e1ly",
-    "ViewTypeLiveTV": "\u017div\u00e1 TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Slo\u017eky m\u00e9di\u00ed",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Slu\u017eby",
-    "TabLogs": "Z\u00e1znamy",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "Seznam",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Z\u00e1znamy:",
-    "LabelMetadata": "Metadata",
-    "LabelImagesByName": "Obr\u00e1zky dle n\u00e1zvu:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "U\u017eivatel",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Zav\u0159\u00edt",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Zav\u0159\u00edt",
     "LabelVisitCommunity": "Nav\u0161t\u00edvit komunitu",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Povolit tomuto u\u017eivateli spr\u00e1vu serveru",
     "HeaderFeatureAccess": "P\u0159\u00edstup k funkc\u00edm",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Maxim\u00e1ln\u00ed kvalita",
     "OptionEnableDebugTranscodingLogging": "Povolit z\u00e1znam p\u0159ek\u00f3dov\u00e1n\u00ed (pro debugging)",
     "OptionEnableDebugTranscodingLoggingHelp": "Toto nastaven\u00ed vytv\u00e1\u0159\u00ed velmi velk\u00e9 soubory se z\u00e1znamy a doporu\u010duje se pouze v p\u0159\u00edpad\u011b probl\u00e9m\u016f",
-    "OptionUpscaling": "Povolit klient\u016fm po\u017eadovat zv\u011bt\u0161en\u00e1 videa",
-    "OptionUpscalingHelp": "V n\u011bkter\u00fdch p\u0159\u00edpadech bude m\u00edt za n\u00e1sledek lep\u0161\u00ed kvalitu obrazu, ale zv\u00fd\u0161\u00ed zat\u00ed\u017een\u00ed CPU.",
     "EditCollectionItemsHelp": "P\u0159idejte nebo odeberte v\u0161echny filmy, seri\u00e1ly, alba, knihy nebo hry, kter\u00e9 chcete seskupit v r\u00e1mci t\u00e9to kolekce.",
     "HeaderAddTitles": "P\u0159idat n\u00e1zvy",
     "LabelEnableDlnaPlayTo": "Povolit DLNA p\u0159ehr\u00e1v\u00e1n\u00ed",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Dom\u016f"
+    "ButtonHome": "Dom\u016f",
+    "ButtonSearch": "Hled\u00e1n\u00ed",
+    "ButtonSettings": "Nastaven\u00ed",
+    "ButtonTakeScreenshot": "Zachytit obrazovku",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigace",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Sc\u00e9ny",
+    "ButtonSubtitles": "Titulky",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Kolekce",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Typ:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video kodeky:",
+    "LabelProfileAudioCodecs": "Audio kodeky:",
+    "LabelProfileCodecs": "Kodeky:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Fotografie",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identifikace",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "V\u00fdrobce",
+    "LabelManufacturerUrl": "Web v\u00fdrobce",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video kodek:",
+    "LabelTranscodingVideoProfile": "Video profil:",
+    "LabelTranscodingAudioCodec": "Audio kodek:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "P\u0159esko\u010dit, pokud video ji\u017e obsahuje grafick\u00e9 titulky",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Titulky",
+    "TabChapters": "Kapitoly",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Registrovat",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Vlo\u017ete text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Vyhledat titulky",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Jazyky",
+    "TabWebClient": "Web klient",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Povolit kulisy",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Hlavn\u00ed str\u00e1nka",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Ano",
+    "OptionNo": "Ne",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Pokra\u010dovat",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Hl\u00e1\u0161en\u00ed",
+    "HeaderMetadataManager": "Spr\u00e1vce metadat",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Ozna\u010dit jako p\u0159e\u010dten\u00e9",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Nejsledovan\u011bj\u0161\u00ed",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Zam\u00edtnout",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Filmy",
+    "ViewTypeTvShows": "Televize",
+    "ViewTypeGames": "Hry",
+    "ViewTypeMusic": "Hudba",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Kolekce",
+    "ViewTypeChannels": "Kan\u00e1ly",
+    "ViewTypeLiveTV": "\u017div\u00e1 TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Slo\u017eky m\u00e9di\u00ed",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Slu\u017eby",
+    "TabLogs": "Z\u00e1znamy",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "Seznam",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Z\u00e1znamy:",
+    "LabelMetadata": "Metadata",
+    "LabelImagesByName": "Obr\u00e1zky dle n\u00e1zvu:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "U\u017eivatel",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Zav\u0159\u00edt",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/da.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "S\u00f8g",
-    "ButtonSettings": "Indstillinger",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Bogstav op",
-    "ButtonLetterDown": "Bogstav ned",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Spiler nu",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scener",
-    "ButtonSubtitles": "Undertekster",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin fejl",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Lyd",
-    "OptionProfileVideoAudio": "Video lyd",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "bruger bibliotek",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "System venligt navn",
-    "LabelManufacturer": "Producent",
-    "LabelManufacturerUrl": "Producent url",
-    "LabelModelName": "Model navn",
-    "LabelModelNumber": "Model nummer",
-    "LabelModelDescription": "Model beskrivelse",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Spring over hvis videioen allerede indeholder grafiske undertekster",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Undertekster",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles brugernavn:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles kode:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
-    "HeaderSendMessage": "Send besked",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Tekst besked",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Afslut",
     "LabelVisitCommunity": "Bes\u00f8g F\u00e6lleskab",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Tillad denne bruger at administrere serveren",
     "HeaderFeatureAccess": "Funktion Adgang",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "H\u00f8jeste kvalitet",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "Dette lave generer meget store log filer, og er kun anbefalet at bruge til fejlfindings form\u00e5l.",
-    "OptionUpscaling": "Tillad klienter at bede om opskaleret video",
-    "OptionUpscalingHelp": "I nogle tilf\u00e6lde vil dette f\u00f8rer til bedre video kvalitet, men vil for\u00f8ge CPU forbruget.",
     "EditCollectionItemsHelp": "Tilf\u00f8j eller fjern hvilken som helst film, serier, albums, bog eller spil, du har lyst til at tilf\u00f8je til denne samling.",
     "HeaderAddTitles": "Tilf\u00f8j Titler",
     "LabelEnableDlnaPlayTo": "Aktiver DLNA \"Afspil Til\"",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Side op",
     "ButtonPageDown": "Side ned",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Hjem"
+    "ButtonHome": "Hjem",
+    "ButtonSearch": "S\u00f8g",
+    "ButtonSettings": "Indstillinger",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Bogstav op",
+    "ButtonLetterDown": "Bogstav ned",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Spiler nu",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scener",
+    "ButtonSubtitles": "Undertekster",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin fejl",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Lyd",
+    "OptionProfileVideoAudio": "Video lyd",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "bruger bibliotek",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "System venligt navn",
+    "LabelManufacturer": "Producent",
+    "LabelManufacturerUrl": "Producent url",
+    "LabelModelName": "Model navn",
+    "LabelModelNumber": "Model nummer",
+    "LabelModelDescription": "Model beskrivelse",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Spring over hvis videioen allerede indeholder grafiske undertekster",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Undertekster",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles brugernavn:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles kode:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
+    "HeaderSendMessage": "Send besked",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Tekst besked",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/de.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Suche",
-    "ButtonSettings": "Einstellungen",
-    "ButtonTakeScreenshot": "Bildschirmfoto aufnehmen",
-    "ButtonLetterUp": "Buchstabe hoch",
-    "ButtonLetterDown": "Buchstabe runter",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Aktuelle Wiedergabe",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Vollbild umschalten",
-    "ButtonScenes": "Szenen",
-    "ButtonSubtitles": "Untertitel",
-    "ButtonAudioTracks": "Audiospuren",
-    "ButtonPreviousTrack": "Vorheriges St\u00fcck",
-    "ButtonNextTrack": "N\u00e4chstes St\u00fcck",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "N\u00e4chstes",
-    "ButtonPrevious": "Vorheriges",
-    "LabelGroupMoviesIntoCollections": "Gruppiere Filme in Collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "Wenn Filmlisten angezeigt werden, dann werden Filme, die zu einer Collection geh\u00f6ren, als ein gruppiertes Element angezeigt.",
-    "NotificationOptionPluginError": "Plugin Fehler",
-    "ButtonVolumeUp": "Lauter",
-    "ButtonVolumeDown": "Leiser",
-    "ButtonMute": "Stumm",
-    "HeaderLatestMedia": "Neueste Medien",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Getrennt durch Komma. Leerlassen, um auf alle Codecs anzuwenden.",
-    "LabelProfileContainersHelp": "Getrennt durch Komma. Leerlassen, um auf alle Container anzuwenden.",
-    "HeaderResponseProfile": "Antwort Profil",
-    "LabelType": "Typ:",
-    "LabelPersonRole": "Rolle:",
-    "LabelPersonRoleHelp": "Rollen sind generell nur f\u00fcr Schauspieler verf\u00fcgbar.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video Codecs:",
-    "LabelProfileAudioCodecs": "Audio Codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direktwiedergabe Profil",
-    "HeaderTranscodingProfile": "Transcoding Profil",
-    "HeaderCodecProfile": "Codec Profil",
-    "HeaderCodecProfileHelp": "Codec Profile weisen auf Beschr\u00e4nkungen eines Ger\u00e4tes beim Abspielen bestimmter Codecs hin. Wenn eine Beschr\u00e4nkung zutrifft, dann werden Medien transcodiert, auch wenn der Codec f\u00fcr die Direktwiedergabe konfiguriert ist.",
-    "HeaderContainerProfile": "Container Profil",
-    "HeaderContainerProfileHelp": "Container Profile weisen auf Beschr\u00e4nkungen einen Ger\u00e4tes beim Abspielen bestimmter Formate hin. Wenn eine Beschr\u00e4nkung zutrifft, dann werden Medien transcodiert, auch wenn das Format f\u00fcr die Direktwiedergabe konfiguriert ist.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "Benutzer Bibliothek:",
-    "LabelUserLibraryHelp": "W\u00e4hle aus, welche Medienbibliothek auf den Endger\u00e4ten angezeigt werden soll. Ohne Eintrag wird die Standardeinstellung beibehalten.",
-    "OptionPlainStorageFolders": "Zeige alle Verzeichnisse als reine Speicherorte an",
-    "OptionPlainStorageFoldersHelp": "Falls aktiviert, werden alle Verzeichnisse in DIDL als \"object.container.storageFolder\" angezeigt, anstatt eines spezifischen Typs wie beispielsweise \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Zeige alle Videos als reine Videodateien an",
-    "OptionPlainVideoItemsHelp": "Falls aktiviert, werden alle Videos in DIDL als \"object.item.videoItem\" angezeigt, anstatt eines spezifischen Typs wie beispielsweise \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Unterst\u00fczte Medientypen:",
-    "TabIdentification": "Identifikation",
-    "HeaderIdentification": "Identifizierung",
-    "TabDirectPlay": "Direktwiedergabe",
-    "TabContainers": "Container",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Antworten",
-    "HeaderProfileInformation": "Profil Infomationen",
-    "LabelEmbedAlbumArtDidl": "Integrierte Alben-Cover in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Einige Ger\u00e4te bevorzugen diese Methode um Album Art darstellen zu k\u00f6nnen. Andere wiederum k\u00f6nnen evtl. nichts abspielen, wenn diese Funktion aktiviert ist.",
-    "LabelAlbumArtPN": "Alben-Cover PN:",
-    "LabelAlbumArtHelp": "Die genutzte PN f\u00fcr Alben-Cover innerhalb der dlna:profileID Eigenschaften auf upnp:albumArtURL. Manche Abspielger\u00e4te ben\u00f6tigen einen bestimmten Wert, unabh\u00e4ngig von der Bildgr\u00f6\u00dfe.",
-    "LabelAlbumArtMaxWidth": "Maximale Breite f\u00fcr Album Art:",
-    "LabelAlbumArtMaxWidthHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Album Art:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Maximale H\u00f6he f\u00fcr Album Art:",
-    "LabelAlbumArtMaxHeightHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Album Art:albumArtURI.",
-    "LabelIconMaxWidth": "Maximale Iconbreite:",
-    "LabelIconMaxWidthHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Icons:icon.",
-    "LabelIconMaxHeight": "Maximale Iconh\u00f6he:",
-    "LabelIconMaxHeightHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Icons:icon.",
-    "LabelIdentificationFieldHelp": "Ein Teilstring oder Regex Ausdruck, der keine Gro\u00df- und Kleinschreibung ber\u00fccksichtigt.",
-    "HeaderProfileServerSettingsHelp": "Diese Einstellungen legen fest, wie sich MediaBrowser gegen\u00fcber den Endger\u00e4ten verh\u00e4lt.",
-    "LabelMaxBitrate": "Maximale Bitrate:",
-    "LabelMaxBitrateHelp": "Lege eine maximale Bitrate, f\u00fcr Anwendungsgebiete mit begrenzter Bandbreite oder bei durch die Endger\u00e4te auferlegten Banbdbreitenbegrenzungen, fest",
-    "LabelMaxStreamingBitrate": "Maximale Streamingbitrate",
-    "LabelMaxStreamingBitrateHelp": "W\u00e4hle die maximale Bitrate w\u00e4hrend des streamens.",
-    "LabelMaxStaticBitrate": "Maximale Synchronisierungsbitrate ",
-    "LabelMaxStaticBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das synchronisieren von Inhalten mit hoher Qualit\u00e4t.",
-    "LabelMusicStaticBitrate": "Musik Synchronisierungsbitrate:",
-    "LabelMusicStaticBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das synchronisieren von Musik",
-    "LabelMusicStreamingTranscodingBitrate": "Musik Transkodier Bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das streamen von Musik",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignoriere Anfragen f\u00fcr Transkodierbytebereiche",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Falls aktiviert, werden diese Anfragen ber\u00fccksichtigt aber Byte-Range-Header ignoriert werden.",
-    "LabelFriendlyName": "Freundlicher Name",
-    "LabelManufacturer": "Hersteller",
-    "LabelManufacturerUrl": "Hersteller URL",
-    "LabelModelName": "Modellname",
-    "LabelModelNumber": "Modellnummer",
-    "LabelModelDescription": "Modellbeschreibung",
-    "LabelModelUrl": "Modell URL",
-    "LabelSerialNumber": "Seriennummer",
-    "LabelDeviceDescription": "Ger\u00e4tebeschreibung",
-    "HeaderIdentificationCriteriaHelp": "Gebe mindestens ein Identifikationskriterium an.",
-    "HeaderDirectPlayProfileHelp": "F\u00fcge Direct-Play Profile hinzu um die nativen Abspielm\u00f6glichkeiten von Ger\u00e4ten festzulegen.",
-    "HeaderTranscodingProfileHelp": "F\u00fcge Transkodierprofile hinzu, um festzulegen welche Formate genutzt werden sollen, falls transkodiert werden muss.",
-    "HeaderResponseProfileHelp": "Antwortprofile bieten eine M\u00f6glichkeit die Informationen, die w\u00e4hrend dem abspielen diverser Medientypen an die Abspielger\u00e4te gesendet werden, zu personalisieren.",
-    "LabelXDlnaCap": "X-DLNA Grenze:",
-    "LabelXDlnaCapHelp": "Legt den Inhalt des  X_DLNACAP Elements in der  urn:schemas-dlna-org:device-1-0 namespace fest.",
-    "LabelXDlnaDoc": "X-DLNA Dokument:",
-    "LabelXDlnaDocHelp": "Legt den Inhalt des  X_DLNADOC Elements in der  urn:schemas-dlna-org:device-1-0 namespace fest.",
-    "LabelSonyAggregationFlags": "Sony Aggregation Flags:",
-    "LabelSonyAggregationFlagsHelp": "Legt den Inhalt des  aggregationFlags Elements in der  rn:schemas-sonycom:av namespace fest.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video Codec:",
-    "LabelTranscodingVideoProfile": "Video Profil:",
-    "LabelTranscodingAudioCodec": "Audio Codec:",
-    "OptionEnableM2tsMode": "Aktiviere M2TS Modus",
-    "OptionEnableM2tsModeHelp": "Aktiviere M2TS Modus beim Encodieren nach MPEGTS.",
-    "OptionEstimateContentLength": "Voraussichtliche Inhaltsl\u00e4nge beim Transkodieren",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Teilt die Unterst\u00fctzung der Bytesuche w\u00e4hrend des transkodierens auf dem Server mit.",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dies wird f\u00fcr manche Abspielger\u00e4te ben\u00f6tigt, auf denen die Zeitsuche nicht gut funktioniert.",
-    "HeaderSubtitleDownloadingHelp": "Wenn Media Browser deine Videodateien scannt kann er nach fehlenden Untertiteln suchen und diese mit Hilfe eines Untertitelanbieters, wie beispielsweise OpenSubtitles.org, herunterladen.",
-    "HeaderDownloadSubtitlesFor": "Lade Untertitel runter f\u00fcr",
-    "MessageNoChapterProviders": "Installiere ein Plugin f\u00fcr Kapitelinhalte, wie beispielsweise ChapterDb, um weitere Optionen f\u00fcr Kapitel zu erhalten.",
-    "LabelSkipIfGraphicalSubsPresent": "\u00dcberspringen, falls das Video bereits grafische Untertitel enth\u00e4lt",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Das Vorhalten von textbasierten Untertiteln f\u00fchrt zu einer effizienteren Anzeige und verringert die Wahrscheinlichkeit einer Videotranskodierung.",
-    "TabSubtitles": "Untertitel",
-    "TabChapters": "Kapitel",
-    "HeaderDownloadChaptersFor": "Lade Kapitelnamen herunter f\u00fcr:",
-    "LabelOpenSubtitlesUsername": "\"Open Subtitles\" Benutzername:",
-    "LabelOpenSubtitlesPassword": "\"Open Subtitles\" Passwort:",
-    "HeaderChapterDownloadingHelp": "Wenn Media Browser deine Videodateien scannt kann er nach passenden Kapitelnamen suchen und diese mit Hilfe eines Kapitel Plugins, wie beispielsweise ChapterDb, herunterladen.",
-    "LabelPlayDefaultAudioTrack": "Spiele unabh\u00e4ngig von der Sprache die Standardtonspur",
-    "LabelSubtitlePlaybackMode": "Untertitel Modus:",
-    "LabelDownloadLanguages": "Herunterzuladende Sprachen:",
-    "ButtonRegister": "Registrierung",
-    "LabelSkipIfAudioTrackPresent": "\u00dcberspringen, falls der Ton bereits der herunterladbaren Sprache entspricht",
-    "LabelSkipIfAudioTrackPresentHelp": "Entferne den Haken, um sicherzustellen das alle Videos Untertitel haben, unabh\u00e4ngig von der Audiosprache",
-    "HeaderSendMessage": "sende Nachricht",
-    "ButtonSend": "senden",
-    "LabelMessageText": "Inhalt der Nachricht",
-    "MessageNoAvailablePlugins": "Keine verf\u00fcgbaren Erweiterungen.",
-    "LabelDisplayPluginsFor": "Zeige Plugins f\u00fcr:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episodenname",
-    "LabelSeriesNamePlain": "Serienname",
-    "ValueSeriesNamePeriod": "Serien.Name",
-    "ValueSeriesNameUnderscore": "Serien_Name",
-    "ValueEpisodeNamePeriod": "Episodentitel",
-    "ValueEpisodeNameUnderscore": "Episoden_Name",
-    "LabelSeasonNumberPlain": "Staffelnummer",
-    "LabelEpisodeNumberPlain": "Episodennummer",
-    "LabelEndingEpisodeNumberPlain": "Nummer der letzten Episode",
-    "HeaderTypeText": "Texteingabe",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Suche nach Untertiteln",
-    "MessageNoSubtitleSearchResultsFound": "Keine Suchergebnisse gefunden",
-    "TabDisplay": "Anzeige",
-    "TabLanguages": "Sprachen",
-    "TabWebClient": "Webclient",
-    "LabelEnableThemeSongs": "Aktiviere Titelmelodie",
-    "LabelEnableBackdrops": "Aktiviere Hintergr\u00fcnde",
-    "LabelEnableThemeSongsHelp": "Wenn aktiviert, wird die Titelmusik w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt",
-    "LabelEnableBackdropsHelp": "Falls aktiviert, werden beim durchsuchen der Bibliothek auf einigen Seiten passende Hintergr\u00fcnde angezeigt.",
-    "HeaderHomePage": "Startseite",
-    "HeaderSettingsForThisDevice": "Einstellungen f\u00fcr dieses Ger\u00e4t",
-    "OptionAuto": "Auto",
-    "OptionYes": "Ja",
-    "OptionNo": "Nein",
-    "HeaderOptions": "Optionen",
-    "HeaderIdentificationResult": "Identifikationsergebnis",
-    "LabelHomePageSection1": "Startseite Bereich 1:",
-    "LabelHomePageSection2": "Startseite Bereich 2:",
-    "LabelHomePageSection3": "Startseite Bereich 3:",
-    "LabelHomePageSection4": "Startseite Bereich 4:",
-    "OptionMyViewsButtons": "Meine Ansichten (Tasten)",
-    "OptionMyViews": "Meine Ansichten",
-    "OptionMyViewsSmall": "Meine Ansichten (Klein)",
-    "OptionResumablemedia": "Wiederhole",
-    "OptionLatestMedia": "Neuste Medien",
-    "OptionLatestChannelMedia": "Neueste Channel Inhalte:",
-    "HeaderLatestChannelItems": "Neueste Channel Inhalte:",
-    "OptionNone": "Keines",
-    "HeaderLiveTv": "Live-TV",
-    "HeaderReports": "Berichte",
-    "HeaderMetadataManager": "Metadaten-Manager",
-    "HeaderPreferences": "Einstellungen",
-    "MessageLoadingChannels": "Lade Kanalinhalt...",
-    "MessageLoadingContent": "Lade Inhalt...",
-    "ButtonMarkRead": "Als gelesen markieren",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Meistgesehen",
-    "TabNextUp": "Als N\u00e4chstes",
-    "HeaderBecomeMediaBrowserSupporter": "Werden Sie ein Media Browser Unterst\u00fctzer",
-    "TextEnjoyBonusFeatures": "Erleben Sie Bonus Funktionen",
-    "MessageNoMovieSuggestionsAvailable": "Momentan sind keine Filmvorschl\u00e4ge verf\u00fcgbar. Schaue und bewerte zuerst deine Filme. Komme danach zur\u00fcck, um deine Filmvorschl\u00e4ge anzuschauen.",
-    "MessageNoCollectionsAvailable": "Sammlungen erlauben Ihnen eine personalisierte Gruppierung von Filmen, Serien, Alben, B\u00fcchern und Spielen. Klicken Sie die + Schaltfl\u00e4che um Sammlungen zu erstellen.",
-    "MessageNoPlaylistsAvailable": "Wiedergabeliste erlauben es dir eine Liste mit Inhalt zu erstellen der fortlaufend abgespielt wird. Um einer Wiedergabeliste Inhalte hinzuzuf\u00fcgen klicke rechts oder mache einen langen Tap und w\u00e4hle daraufhin \"Zur Wiedergabeliste hinzuf\u00fcgen\" aus.",
-    "MessageNoPlaylistItemsAvailable": "Diese Wiedergabeliste ist momentan leer.",
-    "ButtonDismiss": "Verwerfen",
-    "ButtonEditOtherUserPreferences": "Bearbeite dieses Benutzerprofil, Passwort und pers\u00f6nlichen Pr\u00e4ferenzen.",
-    "LabelChannelStreamQuality": "Bevorzugte Qualit\u00e4t des Internetstreams",
-    "LabelChannelStreamQualityHelp": "In einer Umgebung mit langsamer Bandbreite kann die Beschr\u00e4nkung der Wiedergabequalit\u00e4t eine fl\u00fcssige Darstellung sichern.",
-    "OptionBestAvailableStreamQuality": "Die besten verf\u00fcgbaren",
-    "LabelEnableChannelContentDownloadingFor": "Aktiviere das herunterladen von Channel Inhalten f\u00fcr:",
-    "LabelEnableChannelContentDownloadingForHelp": "Manche Kan\u00e4le unterst\u00fctzen das herunterladen von Inhalten vor dem eigentlichen ansehen. Aktiviere diese Funktion in Umgebungen mit langsamer Bandbreite, um Inhalte herunterzuladen w\u00e4hrend keine aktive Nutzung stattfindet. Die Inhalte werden dabei im Zuge der automatisierten Channel Download Aufgabe heruntergeladen.",
-    "LabelChannelDownloadPath": "Channel Inhalt Downloadverzeichnis:",
-    "LabelChannelDownloadPathHelp": "Lege, falls gew\u00fcnscht, einen eigenen Pfad f\u00fcr Downloads fest. Lasse das Feld frei, wenn in den internen Programmdatenordner heruntergeladen werden soll.",
-    "LabelChannelDownloadAge": "L\u00f6sche Inhalt nach: (Tagen)",
-    "LabelChannelDownloadAgeHelp": "Heruntergeladene Inhalte die \u00e4lter als dieser Wert sind werden gel\u00f6scht. Sie werden aber weiterhin \u00fcber das Internetstreaming verf\u00fcgbar sein.",
-    "ChannelSettingsFormHelp": "Installiere Kan\u00e4le wie beispielsweise \"Trailers\" oder \"Vimeo\" aus dem Plugin Katalog.",
-    "ButtonOptions": "Optionen",
-    "ViewTypeMovies": "Filme",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Spiele",
-    "ViewTypeMusic": "Musik",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "K\u00fcnstler",
-    "ViewTypeBoxSets": "Sammlungen",
-    "ViewTypeChannels": "Kan\u00e4le",
-    "ViewTypeLiveTV": "Live-TV",
-    "ViewTypeLiveTvNowPlaying": "Gerade ausgestrahlt",
-    "ViewTypeLatestGames": "Neueste Spiele",
-    "ViewTypeRecentlyPlayedGames": "K\u00fcrzlich abgespielt",
-    "ViewTypeGameFavorites": "Favoriten",
-    "ViewTypeGameSystems": "Spielesysteme",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Fortsetzen",
-    "ViewTypeTvNextUp": "Als n\u00e4chstes",
-    "ViewTypeTvLatest": "Neueste",
-    "ViewTypeTvShowSeries": "Serien",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Serien Favoriten",
-    "ViewTypeTvFavoriteEpisodes": "Episoden Favoriten",
-    "ViewTypeMovieResume": "Fortsetzen",
-    "ViewTypeMovieLatest": "Neueste",
-    "ViewTypeMovieMovies": "Filme",
-    "ViewTypeMovieCollections": "Sammlungen",
-    "ViewTypeMovieFavorites": "Favoriten",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Neueste",
-    "ViewTypeMusicAlbums": "Alben",
-    "ViewTypeMusicAlbumArtists": "Album-K\u00fcnstler",
-    "HeaderOtherDisplaySettings": "Anzeige Einstellungen",
-    "ViewTypeMusicSongs": "Lieder",
-    "ViewTypeMusicFavorites": "Favoriten",
-    "ViewTypeMusicFavoriteAlbums": "Album Favoriten",
-    "ViewTypeMusicFavoriteArtists": "Interpreten Favoriten",
-    "ViewTypeMusicFavoriteSongs": "Lieder Favoriten",
-    "HeaderMyViews": "Meine Ansichten",
-    "LabelSelectFolderGroups": "Gruppiere Inhalte von folgenden Verzeichnissen automatisch zu Ansichten wie beispielsweise  Filme, Musik und TV:",
-    "LabelSelectFolderGroupsHelp": "Verzeichnisse die nicht markiert sind werden alleine, mit ihren eigenen Ansichten, angezeigt.",
-    "OptionDisplayAdultContent": "Zeige Inhalt f\u00fcr Erwachsene an",
-    "OptionLibraryFolders": "Medienverzeichnisse",
-    "TitleRemoteControl": "Fernsteuerung",
-    "OptionLatestTvRecordings": "Neueste Aufnahmen",
-    "LabelProtocolInfo": "Protokoll Information:",
-    "LabelProtocolInfoHelp": "Der Wert, der f\u00fcr die Beantwortung von GetProtocolInfo Anfragen durch die Endger\u00e4te benutzt wird.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser unterst\u00fctzt Nfo Metadaten von Haus aus. Zum Ein und Ausschalten der Nfo Metadaten verwenden Sie die Erweiterte Konfiguration ihrer Medientypen.",
-    "LabelKodiMetadataUser": "Synchronisiere den \"Gesehen\" Status von Benutzern in NFO's f\u00fcr:",
-    "LabelKodiMetadataUserHelp": "Schalten Sie dies ein um den \"gesehen Status\" in Media Browser und Nfo-Dateien zu synchronisieren.",
-    "LabelKodiMetadataDateFormat": "Ver\u00f6ffentlichungsdatum Format:",
-    "LabelKodiMetadataDateFormatHelp": "Alle Daten in den NFO's werde unter Benutzung dieses Format gelesen und geschrieben.",
-    "LabelKodiMetadataSaveImagePaths": "Speicher Bildpfade innerhalb der NFO Dateien",
-    "LabelKodiMetadataSaveImagePathsHelp": "Dies ist empfehlenswert wenn du Dateinamen hast, die nicht den Kodi Richtlinien entsprechen.",
-    "LabelKodiMetadataEnablePathSubstitution": "Aktiviere Pfadersetzung",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiviert die Pfadersetzung f\u00fcr Bildpfade durch Benutzung der Server Pfadersetzung Einstellungen",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Siehe Pfadersetzung.",
-    "LabelGroupChannelsIntoViews": "Zeige die folgenden Kan\u00e4le direkt innerhalb meiner Ansichten:",
-    "LabelGroupChannelsIntoViewsHelp": "Falls aktiviert, werden diese Kan\u00e4le direkt neben den anderen Ansichten angezeigt. Falls deaktiviert, werden sie innerhalb einer separaten Kanalansicht angezeigt.",
-    "LabelDisplayCollectionsView": "Zeigt eine Ansicht f\u00fcr Sammlungen, um Filmsammlungen darzustellen",
-    "LabelDisplayCollectionsViewHelp": "Die erstellt eine eigene Ansicht f\u00fcr Sammlungen, auf denen Sie Zugriff haben. Um eine Sammlung zu erstellen benutzen Sie einen Rechtsklick oder halten Sie einen Film gedr\u00fcckt und w\u00e4hlen Sie 'Zu Sammlung hinzuf\u00fcgen'.",
-    "LabelKodiMetadataEnableExtraThumbs": "Kopiere Extrafanart in Extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Beim downloaden von Bildern k\u00f6nnen diese sowohl als Extrafanart als auch als Extrathumb gespeichert werden, um maximale Kodi Kompatibilit\u00e4t zu erzielen.",
-    "TabServices": "Dienste",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server Logdateien",
-    "TabBranding": "Markierung",
-    "HeaderBrandingHelp": "Personalisiere die Darstellung von Media Browser um sie den Bed\u00fcrfnissen deiner Gemeinschaft oder Organisation anzupassen.",
-    "LabelLoginDisclaimer": "Anmeldung Haftungsausschluss:",
-    "LabelLoginDisclaimerHelp": "Dies wird am Boden des Anmeldebildschirms angezeigt.",
-    "LabelAutomaticallyDonate": "Spende diesen Geldbetrag jeden Monat automatisch",
-    "LabelAutomaticallyDonateHelp": "Du kannst die Zahlungen jederzeit \u00fcber deinen PayPal Account deaktivieren.",
-    "OptionList": "List",
-    "TabDashboard": "\u00dcbersicht",
-    "TitleServer": "Server:",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadaten:",
-    "LabelImagesByName": "Bilder nach Namen:",
-    "LabelTranscodingTemporaryFiles": "Tempor\u00e4re Transkodierdateien:",
-    "HeaderLatestMusic": "Neueste Musik",
-    "HeaderBranding": "Markierung",
-    "HeaderApiKeys": "API Schl\u00fcssel",
-    "HeaderApiKeysHelp": "Externe Anwendungen ben\u00f6tigen API Schl\u00fcssel um mit Media Browser kommunizieren zu k\u00f6nnen. Schl\u00fcssel k\u00f6nnen automatisch, durch das einloggen \u00fcber einen Media Browser Benutzeraccount, oder \u00fcber das manuelle Eintragen des Schl\u00fcssels innerhalb der jeweiligen Anwendung vergeben werden.",
-    "HeaderApiKey": "API Schl\u00fcssel",
-    "HeaderApp": "App",
-    "HeaderDevice": "Endger\u00e4t",
-    "HeaderUser": "Benutzer",
-    "HeaderDateIssued": "Datum gesetzt",
-    "LabelChapterName": "Kapitel {0}",
-    "HeaderNewApiKey": "Neuer API Schl\u00fcssel",
-    "LabelAppName": "App Name",
-    "LabelAppNameExample": "Beispiel: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Erteile einer Anwendung Berechtigungen um mit Media Browser kommunizieren zu k\u00f6nnen.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identfikations Header",
-    "LabelValue": "Wert:",
-    "LabelMatchType": "\u00dcbereinstimmungstyp:",
-    "OptionEquals": "Gleiche",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "Ansicht",
-    "TabSort": "Sortieren",
-    "TabFilter": "Filter",
-    "ButtonView": "Ansicht",
-    "LabelPageSize": "Elementenbegrenzung:",
-    "LabelPath": "Pfad:",
-    "LabelView": "Ansicht:",
-    "TabUsers": "Benutzer",
-    "LabelSortName": "Sortiername:",
-    "LabelDateAdded": "Hinzugef\u00fcgt am:",
-    "HeaderFeatures": "Funktionen",
-    "HeaderAdvanced": "Erweitert",
-    "ButtonSync": "Synchronisieren",
-    "TabScheduledTasks": "Geplante Aufgaben",
-    "HeaderChapters": "Kapitel",
-    "HeaderResumeSettings": "Wiederaufnahme Einstellungen",
-    "TabSync": "Synchronisieren",
-    "TitleUsers": "Benutzer",
-    "LabelProtocol": "Protokoll: ",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Kontext:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Synchronisieren",
-    "ButtonAddToPlaylist": "Hinzuf\u00fcgen zur Wiedergabeliste",
-    "TabPlaylists": "Wiedergabelisten",
-    "ButtonClose": "Schlie\u00dfen",
-    "LabelAllLanguages": "Alle Sprachen",
-    "HeaderBrowseOnlineImages": "Durchsuche Onlinebilder",
-    "LabelSource": "Quelle:",
-    "OptionAll": "Alle",
-    "LabelImage": "Bild:",
-    "ButtonBrowseImages": "Durchsuche Bilder",
-    "HeaderImages": "Bilder",
-    "HeaderBackdrops": "Hintergr\u00fcnde",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Hinzuf\u00fcgen\/Aktualisieren von Bild",
-    "LabelJpgPngOnly": "Nur JPG\/PNG",
-    "LabelImageType": "Bildtyp:",
-    "OptionPrimary": "Prim\u00e4r",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box R\u00fcckseite",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Men\u00fc",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Gesperrt",
-    "OptionUnidentified": "Undefiniert",
-    "OptionMissingParentalRating": "Fehlende Altersfreigabe",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episoden:",
-    "OptionSeason0": "Staffel 0",
-    "LabelReport": "Bericht:",
-    "OptionReportSongs": "Lieder",
-    "OptionReportSeries": "Serien",
-    "OptionReportSeasons": "Staffeln",
-    "OptionReportTrailers": "Trailer",
-    "OptionReportMusicVideos": "Musikvideos",
-    "OptionReportMovies": "Filme",
-    "OptionReportHomeVideos": "Heimvideos",
-    "OptionReportGames": "Spiele",
-    "OptionReportEpisodes": "Episoden",
-    "OptionReportCollections": "Sammlungen",
-    "OptionReportBooks": "B\u00fccher",
-    "OptionReportArtists": "Interpreten",
-    "OptionReportAlbums": "Alben",
-    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
-    "ButtonMore": "Mehr",
-    "HeaderActivity": "Aktivit\u00e4ten",
-    "ScheduledTaskStartedWithName": "{0} gestartet",
-    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
-    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
-    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
-    "PluginInstalledWithName": "{0} wurde installiert",
-    "PluginUpdatedWithName": "{0} wurde aktualisiert",
-    "PluginUninstalledWithName": "{0} wurde deinstalliert",
-    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
-    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
-    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
-    "DeviceOnlineWithName": "{0} ist verbunden",
-    "UserOnlineFromDevice": "{0} ist online von {1}",
-    "DeviceOfflineWithName": "{0} wurde getrennt",
-    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
-    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
-    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
-    "LabelRunningTimeValue": "Laufzeit: {0}",
-    "LabelIpAddressValue": "IP Adresse: {0}",
-    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
-    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
-    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
-    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
-    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
-    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
-    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
-    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
-    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
-    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
-    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
-    "ProviderValue": "Anbieter: {0}",
-    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitiere die Gr\u00f6\u00dfe des Channel Download Verzeichnisses.",
-    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
-    "HeaderPeople": "Personen",
-    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
-    "OptionComposers": "Komponisten",
-    "OptionOthers": "Andere",
-    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
-    "ViewTypeFolders": "Verzeichnisse",
-    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
-    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
-    "ViewTypeLiveTvChannels": "Kan\u00e4le",
-    "LabelEasyPinCode": "Einfacher pin code:",
-    "EasyPasswordHelp": "Ihr einfacher PIN Code wird f\u00fcr den offline Zugriff mit unterst\u00fctzenden Media Browser Apps verwenden und kann ebenso verwendet werden wenn Sie sich im selben Netzwerk befinden.",
-    "LabelInNetworkSignInWithEasyPassword": "Schalte Login mit einfachen Passwort f\u00fcr das eigene Netzwerk ein.",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "Wenn eingeschaltet k\u00f6nnen Sie sich mit Ihrem einfachen PIN innerhalb Ihres Heimnetzwerkes anmelden. Ihr regul\u00e4res Passwort wird nur dann verwendet, wenn Sie nicht Zuhause sind. Wenn Sie dieses Passwort frei lassen ben\u00f6tigen Sie kein Passwort in Ihrem Heimnetzwerk.",
-    "HeaderPassword": "Passwort",
-    "HeaderLocalAccess": "Lokaler Zugriff",
-    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
-    "ButtonResetEasyPassword": "Einfachen PIN zur\u00fccksetzen",
-    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
-    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
-    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
-    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
-    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
-    "OptionRefreshAllData": "Aktualisiere alle Daten",
-    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
-    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
-    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
-    "HeaderPersonInfo": "Informationen zur Person",
-    "HeaderIdentifyItem": "Identifiziere Element",
-    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
-    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
-    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
-    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
-    "ButtonIdentify": "Identifizieren",
-    "LabelAlbumArtist": "Album-Interpret:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community Bewertung:",
-    "LabelVoteCount": "Stimmen:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Kritiker Bewertung:",
-    "LabelCriticRatingSummary": "Kritikerbewertungen:",
-    "LabelAwardSummary": "Auszeichnungen:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "\u00dcbersicht:",
-    "LabelShortOverview": "Kurz\u00fcbersicht:",
-    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
-    "LabelYear": "Jahr:",
-    "LabelPlaceOfBirth": "Geburtsort:",
-    "LabelEndDate": "Endzeit:",
-    "LabelAirDate": "Ausstrahlungstage:",
-    "LabelAirTime:": "Ausstrahlungszeit:",
-    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
-    "LabelParentalRating": "Altersfreigabe:",
-    "LabelCustomRating": "Eigene Bewertung:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Einnahmen ($):",
-    "LabelOriginalAspectRatio": "Original Seitenverh\u00e4ltnis:",
-    "LabelPlayers": "Schauspieler:",
-    "Label3DFormat": "3D Format:",
-    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
-    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
-    "HeaderExternalIds": "Externe Id's:",
-    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
-    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
-    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
-    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
-    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
-    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
-    "LabelTreatImageAs": "Bild behandeln, wie:",
-    "LabelDisplayOrder": "Anzeigereihenfolge:",
-    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
-    "HeaderCountries": "L\u00e4nder",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Handlungsstichworte",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadaten Einstellungen",
-    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
-    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
-    "TabDonate": "Spenden",
-    "HeaderDonationType": "Spendentyp:",
-    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
-    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
-    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
-    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
-    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
-    "OptionNoTrailer": "Kein Trailer",
-    "OptionNoThemeSong": "Kein Theme Song",
-    "OptionNoThemeVideo": "Kein Theme Video",
-    "LabelOneTimeDonationAmount": "Spendenbetrag:",
-    "ButtonDonate": "Spenden",
-    "OptionActor": "Schauspieler",
-    "OptionComposer": "Komponist",
-    "OptionDirector": "Regisseur",
-    "OptionGuestStar": "Gaststar",
-    "OptionProducer": "Produzent",
-    "OptionWriter": "Drehbuchautor",
-    "LabelAirDays": "Ausstrahlungstage:",
-    "LabelAirTime": "Ausstrahlungszeit:",
-    "HeaderMediaInfo": "Medieninformation",
-    "HeaderPhotoInfo": "Fotoinformation",
-    "HeaderInstall": "Installieren",
-    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
-    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
-    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
-    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
-    "HeaderReviews": "Bewertungen",
-    "HeaderDeveloperInfo": "Entwicklerinformationen",
-    "HeaderRevisionHistory": "Versionsverlauf",
-    "ButtonViewWebsite": "Besuche die Website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
-    "HeaderXmlSettings": "XML Einstellungen",
-    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
-    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
-    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
-    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
-    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Fall aktiviert, werden Kapitelbilder w\u00e4hrend des Imports von Videos beim Bibliothekenscan erzeugt. Falls deaktiviert, werden die Kapitelbilder w\u00e4hrend einer eigens daf\u00fcr geplanten Aufgabe erstellt, was den Bibliothekenscan beschleunigt.",
-    "LabelConnectGuestUserName": "Ihr Media Browser Benutzername oder E-Mail-Adresse:",
-    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
-    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um einen einfachen Zugang von jeder App aus zu aktivieren, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
-    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
-    "LabelExternalPlayersHelp": "Zeige Buttons um Inhalt auf externen Ger\u00e4te abzuspielen. Dies ist nur auf Ger\u00e4ten verf\u00fcgbar, die URL Schemes unterst\u00fctzen (Generell Android und iOS). In Verbindung mit externen Abspielern gibt es generell keine Unterst\u00fctzung f\u00fcr die Fernbedienung oder die Fortsetzung von gesehenen Inhalten.",
-    "HeaderSubtitleProfile": "Untertitel Profil",
-    "HeaderSubtitleProfiles": "Untertitel Profile",
-    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Methode:",
-    "LabelDidlMode": "DIDL Modus:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "Res Element",
-    "OptionEmbedSubtitles": "In Container eingebettet",
-    "OptionExternallyDownloaded": "Externer Download",
-    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
-    "LabelSubtitleFormatHelp": "Beispiel: srt",
-    "ButtonLearnMore": "Erfahre mehr",
-    "TabPlayback": "Wiedergabe",
-    "HeaderLanguagePreferences": "Spracheinstellungen",
-    "TabCinemaMode": "Kino-Modus",
-    "TitlePlayback": "Wiedergabe",
-    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
-    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
-    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
-    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
-    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
-    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
-    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
-    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
-    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
-    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
-    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
-    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
-    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
-    "HeaderCinemaMode": "Kino-Modus",
-    "LabelDateAddedBehavior": "Verhalten f\u00fcr Hinzuf\u00fcgedatum bei neuen Inhalten:",
-    "OptionDateAddedImportTime": "Benutze das Scandatum vom hinzuf\u00fcgen in die Bbliothek",
-    "OptionDateAddedFileTime": "Benutze das Erstellungsdatum der Datei",
-    "LabelDateAddedBehaviorHelp": "Wenn ein Metadatenwert vorhanden ist, wird dieser immer gegen\u00fcber den anderen Optionen bevorzugt werden.",
-    "LabelNumberTrailerToPlay": "Anzahl der abzuspielenden Trailer:",
-    "TitleDevices": "Ger\u00e4te",
-    "TabCameraUpload": "Kamera-Upload",
-    "TabDevices": "Ger\u00e4te",
-    "HeaderCameraUploadHelp": "Lade automatisch Bilder und Videos in Media Browser hoch, die mit deinen Mobilger\u00e4ten aufgenommen wurden.",
-    "MessageNoDevicesSupportCameraUpload": "Du hast bis jetzt keine Ger\u00e4t die den Kamera-Upload unterst\u00fctzen.",
-    "LabelCameraUploadPath": "Kamera-Upload Pfad:",
-    "LabelCameraUploadPathHelp": "W\u00e4hle, falls gew\u00fcnscht, einen eigenen Upload Pfad. Wird keiner festgelegt, so wird der Standard-Pfad verwendet. Ein eigener Pfad muss zus\u00e4tzlich in der Medien Bibliothek hinzugef\u00fcgt werden!",
-    "LabelCreateCameraUploadSubfolder": "Erstelle ein Unterverzeichnis f\u00fcr jedes Ger\u00e4t",
-    "LabelCreateCameraUploadSubfolderHelp": "Bestimmte Verzeichnisse k\u00f6nnen Ger\u00e4ten durch einen Klick auf der Ger\u00e4teseite zugewiesen werden.",
-    "LabelCustomDeviceDisplayName": "Angezeigter Name:",
-    "LabelCustomDeviceDisplayNameHelp": "Lege einen individuellen Anzeigenamen fest oder lasse das Feld leer, um den vom ger\u00e4t \u00fcbermittelten Namen zu nutzen.",
-    "HeaderInviteUser": "Lade Benutzer ein",
-    "LabelConnectGuestUserNameHelp": "Dies ist der Benutzername oder die E-Mail Adresse, die dein Freund benutzt, um sich auf der Media Browser Website anzumelden.",
-    "HeaderInviteUserHelp": "Mit Media Browser ist es leichter als je zuvor, deine Medien mit deinen Freunden zu teilen.",
-    "ButtonSendInvitation": "Sende Einladung",
-    "HeaderSignInWithConnect": "Melde dich mit Media Browser Connect an",
-    "HeaderGuests": "G\u00e4ste",
-    "HeaderLocalUsers": "Lokale Benutzer",
-    "HeaderPendingInvitations": "Ausstehende Einladungen",
-    "TabParentalControl": "Kindersicherung",
-    "HeaderAccessSchedule": "Zugangsplan",
-    "HeaderAccessScheduleHelp": "Erstelle einen Zugangsplan, um den Zugriff auf bestimmte Zeiten zu limitieren.",
-    "ButtonAddSchedule": "Plan hinzuf\u00fcgen",
-    "LabelAccessDay": "Wochentag:",
-    "LabelAccessStart": "Startzeit:",
-    "LabelAccessEnd": "Endzeit:",
-    "HeaderSchedule": "Zeitplan",
-    "OptionEveryday": "T\u00e4glich",
-    "OptionWeekdays": "W\u00f6chentlich",
-    "OptionWeekends": "An Wochenenden",
-    "MessageProfileInfoSynced": "Benutzerprofilinformationen mit Media Browser Connect synchronisiert.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Verkn\u00fcpfe deinen Media Browser Account",
-    "ButtonTrailerReel": "Trailer Rolle",
-    "HeaderTrailerReel": "Trailer Rolle",
-    "OptionPlayUnwatchedTrailersOnly": "Spiele nur bisher nicht gesehene Trailer",
-    "HeaderTrailerReelHelp": "Starte eine Trailer Rolle, um dir eine lang andauernde Playlist mit Trailern anzuschauen.",
-    "MessageNoTrailersFound": "Keine Trailer gefunden. Installieren Sie den Trailer-Channel um Ihre Film-Bibliothek mit Trailer aus dem Internet zu erweitern.",
-    "HeaderNewUsers": "Neue Benutzer",
-    "ButtonSignUp": "Anmeldung",
-    "ButtonForgotPassword": "Passwort vergessen",
-    "OptionDisableUserPreferences": "Deaktiviere den Zugriff auf Benutzereinstellungen",
-    "OptionDisableUserPreferencesHelp": "Falls aktiviert, werden nur Administratoren die M\u00f6glichkeit haben, Benutzerbilder, Passw\u00f6rter und Spracheinstellungen zu bearbeiten.",
-    "HeaderSelectServer": "W\u00e4hle Server",
-    "MessageNoServersAvailableToConnect": "Keine Server sind f\u00fcr eine Verbindung verf\u00fcgbar. Falls du dazu eingeladen wurdest einen Server zu teilen, best\u00e4tige bitte die Einladung unten oder durch einen Aufruf des Links in der E-Mail.",
-    "TitleNewUser": "Neuer Benutzer",
-    "ButtonConfigurePassword": "Passwort konfigurieren",
-    "HeaderDashboardUserPassword": "Benutzerpassw\u00f6rter werden in den pers\u00f6nlichen Profileinstellungen der einzelnen Benutzer verwaltet.",
-    "HeaderLibraryAccess": "Bibliothekszugriff",
-    "HeaderChannelAccess": "Channelzugriff",
-    "HeaderLatestItems": "Neueste Medien",
-    "LabelSelectLastestItemsFolders": "Beziehe Medien aus folgenden Sektionen in \"Neueste Medien\" mit ein",
-    "HeaderShareMediaFolders": "Teile Medienverzeichnisse",
-    "MessageGuestSharingPermissionsHelp": "Die meisten Funktionen sind f\u00fcr G\u00e4ste zun\u00e4chst nicht verf\u00fcgbar, k\u00f6nnen aber je nach Bedarf aktiviert werden.",
-    "HeaderInvitations": "Einladungen",
-    "LabelForgotPasswordUsernameHelp": "Bitte gib deinen Benutzernamen ein, falls du dich daran erinnerst.",
-    "HeaderForgotPassword": "Passwort vergessen",
-    "TitleForgotPassword": "Passwort vergessen",
-    "TitlePasswordReset": "Passwort zur\u00fccksetzen",
-    "LabelPasswordRecoveryPinCode": "PIN-Code:",
-    "HeaderPasswordReset": "Passwort zur\u00fccksetzen",
-    "HeaderParentalRatings": "Altersbeschr\u00e4nkung",
-    "HeaderVideoTypes": "Videotypen",
-    "HeaderYears": "Jahre",
-    "HeaderAddTag": "F\u00fcge Tag hinzu",
-    "LabelBlockItemsWithTags": "Blockiere Inhalte mit folgenden Tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Begrenze auf ein eingebundenes Bild",
-    "LabelEnableSingleImageInDidlLimitHelp": "Einige Ger\u00e4te zeigen m\u00f6glicherweise Darstellungsfehler wenn mehrere Bilder mit Didl eingebunden wurden.",
-    "TabActivity": "Aktivit\u00e4t",
-    "TitleSync": "Synchronisation",
-    "OptionAllowSyncContent": "Synchronisation",
-    "OptionAllowContentDownloading": "Medien Download",
-    "NameSeasonUnknown": "Staffel unbekannt",
-    "NameSeasonNumber": "Staffel {0}",
-    "LabelNewUserNameHelp": "Benutzernamen k\u00f6nnen Zeichen (a-z), Zahlen (0-9), Striche (-), Unterstriche (_), Apostrophe (') und Punkte (.) enthalten.",
-    "TabJobs": "Aufgaben",
-    "TabSyncJobs": "Synchronisations-Aufgaben",
     "LabelExit": "Beenden",
     "LabelVisitCommunity": "Besuche die Community",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Verzeichnis f\u00fcr tempor\u00e4re Dateien",
     "LabelSyncTempPathHelp": "Legen Sie einen eigenen Synchronisations-Arbeits Verzeichnis fest. Konvertierte Medien werden w\u00e4hrend der Synchronisation hier gespeichert.",
     "LabelCustomCertificatePath": "Eigener Zertifikats Ordner:",
-    "LabelCustomCertificatePathHelp": "Legen Sie ein eigenes SSL Zertifikat fest. Der Server wird ein selbst signiertes Zertifikat erstellen.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Benachrichtigungen",
     "ButtonDonateWithPayPal": "Spende mit PayPal",
     "OptionDetectArchiveFilesAsMedia": "Behandle Archive wie Medien",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Hilfe",
     "OptionAllowUserToManageServer": "Dieser Benutzer kann den Server managen",
     "HeaderFeatureAccess": "Funktionszugriff",
-    "OptionAllowMediaPlayback": "Medien Wiedergabe",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Medien L\u00f6schung",
-    "OptionAllowManageLiveTv": "TV Aufnahmen management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Erlaube Fernsteuerung anderer Benutzer",
     "OptionAllowRemoteSharedDevices": "Erlaube Fernsteuerung geteilter Ger\u00e4te",
     "OptionAllowRemoteSharedDevicesHelp": "DLNA-Ger\u00e4te werden gemeinsam genutzt, bis ein Benutzer die Steuerung \u00fcbernimmt.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Maximale Qualit\u00e4t",
     "OptionEnableDebugTranscodingLogging": "Aktiviere debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "Dies wird sehr lange Logdateien erzeugen und ist nur zur Fehlerbehebung empfehlenswert.",
-    "OptionUpscaling": "Erlaube den Clients ein hochskaliertes Video anzufordern",
-    "OptionUpscalingHelp": "In manchen F\u00e4llen wird dadurch die Videoqualit\u00e4t verbesserert, aber es erh\u00f6ht auch die CPU Last.",
     "EditCollectionItemsHelp": "Entferne oder f\u00fcge alle Filme, Serien, Alben, B\u00fccher oder Spiele, die du in dieser Sammlung gruppieren willst hinzu.",
     "HeaderAddTitles": "Titel hinzuf\u00fcgen",
     "LabelEnableDlnaPlayTo": "Aktiviere DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Bild auf",
     "ButtonPageDown": "Bild ab",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Suche",
+    "ButtonSettings": "Einstellungen",
+    "ButtonTakeScreenshot": "Bildschirmfoto aufnehmen",
+    "ButtonLetterUp": "Buchstabe hoch",
+    "ButtonLetterDown": "Buchstabe runter",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Aktuelle Wiedergabe",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Vollbild umschalten",
+    "ButtonScenes": "Szenen",
+    "ButtonSubtitles": "Untertitel",
+    "ButtonAudioTracks": "Audiospuren",
+    "ButtonPreviousTrack": "Vorheriges St\u00fcck",
+    "ButtonNextTrack": "N\u00e4chstes St\u00fcck",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "N\u00e4chstes",
+    "ButtonPrevious": "Vorheriges",
+    "LabelGroupMoviesIntoCollections": "Gruppiere Filme in Collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "Wenn Filmlisten angezeigt werden, dann werden Filme, die zu einer Collection geh\u00f6ren, als ein gruppiertes Element angezeigt.",
+    "NotificationOptionPluginError": "Plugin Fehler",
+    "ButtonVolumeUp": "Lauter",
+    "ButtonVolumeDown": "Leiser",
+    "ButtonMute": "Stumm",
+    "HeaderLatestMedia": "Neueste Medien",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Getrennt durch Komma. Leerlassen, um auf alle Codecs anzuwenden.",
+    "LabelProfileContainersHelp": "Getrennt durch Komma. Leerlassen, um auf alle Container anzuwenden.",
+    "HeaderResponseProfile": "Antwort Profil",
+    "LabelType": "Typ:",
+    "LabelPersonRole": "Rolle:",
+    "LabelPersonRoleHelp": "Rollen sind generell nur f\u00fcr Schauspieler verf\u00fcgbar.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video Codecs:",
+    "LabelProfileAudioCodecs": "Audio Codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direktwiedergabe Profil",
+    "HeaderTranscodingProfile": "Transcoding Profil",
+    "HeaderCodecProfile": "Codec Profil",
+    "HeaderCodecProfileHelp": "Codec Profile weisen auf Beschr\u00e4nkungen eines Ger\u00e4tes beim Abspielen bestimmter Codecs hin. Wenn eine Beschr\u00e4nkung zutrifft, dann werden Medien transcodiert, auch wenn der Codec f\u00fcr die Direktwiedergabe konfiguriert ist.",
+    "HeaderContainerProfile": "Container Profil",
+    "HeaderContainerProfileHelp": "Container Profile weisen auf Beschr\u00e4nkungen einen Ger\u00e4tes beim Abspielen bestimmter Formate hin. Wenn eine Beschr\u00e4nkung zutrifft, dann werden Medien transcodiert, auch wenn das Format f\u00fcr die Direktwiedergabe konfiguriert ist.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "Benutzer Bibliothek:",
+    "LabelUserLibraryHelp": "W\u00e4hle aus, welche Medienbibliothek auf den Endger\u00e4ten angezeigt werden soll. Ohne Eintrag wird die Standardeinstellung beibehalten.",
+    "OptionPlainStorageFolders": "Zeige alle Verzeichnisse als reine Speicherorte an",
+    "OptionPlainStorageFoldersHelp": "Falls aktiviert, werden alle Verzeichnisse in DIDL als \"object.container.storageFolder\" angezeigt, anstatt eines spezifischen Typs wie beispielsweise \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Zeige alle Videos als reine Videodateien an",
+    "OptionPlainVideoItemsHelp": "Falls aktiviert, werden alle Videos in DIDL als \"object.item.videoItem\" angezeigt, anstatt eines spezifischen Typs wie beispielsweise \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Unterst\u00fczte Medientypen:",
+    "TabIdentification": "Identifikation",
+    "HeaderIdentification": "Identifizierung",
+    "TabDirectPlay": "Direktwiedergabe",
+    "TabContainers": "Container",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Antworten",
+    "HeaderProfileInformation": "Profil Infomationen",
+    "LabelEmbedAlbumArtDidl": "Integrierte Alben-Cover in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Einige Ger\u00e4te bevorzugen diese Methode um Album Art darstellen zu k\u00f6nnen. Andere wiederum k\u00f6nnen evtl. nichts abspielen, wenn diese Funktion aktiviert ist.",
+    "LabelAlbumArtPN": "Alben-Cover PN:",
+    "LabelAlbumArtHelp": "Die genutzte PN f\u00fcr Alben-Cover innerhalb der dlna:profileID Eigenschaften auf upnp:albumArtURL. Manche Abspielger\u00e4te ben\u00f6tigen einen bestimmten Wert, unabh\u00e4ngig von der Bildgr\u00f6\u00dfe.",
+    "LabelAlbumArtMaxWidth": "Maximale Breite f\u00fcr Album Art:",
+    "LabelAlbumArtMaxWidthHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Album Art:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Maximale H\u00f6he f\u00fcr Album Art:",
+    "LabelAlbumArtMaxHeightHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Album Art:albumArtURI.",
+    "LabelIconMaxWidth": "Maximale Iconbreite:",
+    "LabelIconMaxWidthHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Icons:icon.",
+    "LabelIconMaxHeight": "Maximale Iconh\u00f6he:",
+    "LabelIconMaxHeightHelp": "Maximale Aufl\u00f6sung f\u00fcr durch UPnP \u00fcbermittelte Icons:icon.",
+    "LabelIdentificationFieldHelp": "Ein Teilstring oder Regex Ausdruck, der keine Gro\u00df- und Kleinschreibung ber\u00fccksichtigt.",
+    "HeaderProfileServerSettingsHelp": "Diese Einstellungen legen fest, wie sich MediaBrowser gegen\u00fcber den Endger\u00e4ten verh\u00e4lt.",
+    "LabelMaxBitrate": "Maximale Bitrate:",
+    "LabelMaxBitrateHelp": "Lege eine maximale Bitrate, f\u00fcr Anwendungsgebiete mit begrenzter Bandbreite oder bei durch die Endger\u00e4te auferlegten Banbdbreitenbegrenzungen, fest",
+    "LabelMaxStreamingBitrate": "Maximale Streamingbitrate",
+    "LabelMaxStreamingBitrateHelp": "W\u00e4hle die maximale Bitrate w\u00e4hrend des streamens.",
+    "LabelMaxStaticBitrate": "Maximale Synchronisierungsbitrate ",
+    "LabelMaxStaticBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das synchronisieren von Inhalten mit hoher Qualit\u00e4t.",
+    "LabelMusicStaticBitrate": "Musik Synchronisierungsbitrate:",
+    "LabelMusicStaticBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das synchronisieren von Musik",
+    "LabelMusicStreamingTranscodingBitrate": "Musik Transkodier Bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das streamen von Musik",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignoriere Anfragen f\u00fcr Transkodierbytebereiche",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Falls aktiviert, werden diese Anfragen ber\u00fccksichtigt aber Byte-Range-Header ignoriert werden.",
+    "LabelFriendlyName": "Freundlicher Name",
+    "LabelManufacturer": "Hersteller",
+    "LabelManufacturerUrl": "Hersteller URL",
+    "LabelModelName": "Modellname",
+    "LabelModelNumber": "Modellnummer",
+    "LabelModelDescription": "Modellbeschreibung",
+    "LabelModelUrl": "Modell URL",
+    "LabelSerialNumber": "Seriennummer",
+    "LabelDeviceDescription": "Ger\u00e4tebeschreibung",
+    "HeaderIdentificationCriteriaHelp": "Gebe mindestens ein Identifikationskriterium an.",
+    "HeaderDirectPlayProfileHelp": "F\u00fcge Direct-Play Profile hinzu um die nativen Abspielm\u00f6glichkeiten von Ger\u00e4ten festzulegen.",
+    "HeaderTranscodingProfileHelp": "F\u00fcge Transkodierprofile hinzu, um festzulegen welche Formate genutzt werden sollen, falls transkodiert werden muss.",
+    "HeaderResponseProfileHelp": "Antwortprofile bieten eine M\u00f6glichkeit die Informationen, die w\u00e4hrend dem abspielen diverser Medientypen an die Abspielger\u00e4te gesendet werden, zu personalisieren.",
+    "LabelXDlnaCap": "X-DLNA Grenze:",
+    "LabelXDlnaCapHelp": "Legt den Inhalt des  X_DLNACAP Elements in der  urn:schemas-dlna-org:device-1-0 namespace fest.",
+    "LabelXDlnaDoc": "X-DLNA Dokument:",
+    "LabelXDlnaDocHelp": "Legt den Inhalt des  X_DLNADOC Elements in der  urn:schemas-dlna-org:device-1-0 namespace fest.",
+    "LabelSonyAggregationFlags": "Sony Aggregation Flags:",
+    "LabelSonyAggregationFlagsHelp": "Legt den Inhalt des  aggregationFlags Elements in der  rn:schemas-sonycom:av namespace fest.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video Codec:",
+    "LabelTranscodingVideoProfile": "Video Profil:",
+    "LabelTranscodingAudioCodec": "Audio Codec:",
+    "OptionEnableM2tsMode": "Aktiviere M2TS Modus",
+    "OptionEnableM2tsModeHelp": "Aktiviere M2TS Modus beim Encodieren nach MPEGTS.",
+    "OptionEstimateContentLength": "Voraussichtliche Inhaltsl\u00e4nge beim Transkodieren",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Teilt die Unterst\u00fctzung der Bytesuche w\u00e4hrend des transkodierens auf dem Server mit.",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dies wird f\u00fcr manche Abspielger\u00e4te ben\u00f6tigt, auf denen die Zeitsuche nicht gut funktioniert.",
+    "HeaderSubtitleDownloadingHelp": "Wenn Media Browser deine Videodateien scannt kann er nach fehlenden Untertiteln suchen und diese mit Hilfe eines Untertitelanbieters, wie beispielsweise OpenSubtitles.org, herunterladen.",
+    "HeaderDownloadSubtitlesFor": "Lade Untertitel runter f\u00fcr",
+    "MessageNoChapterProviders": "Installiere ein Plugin f\u00fcr Kapitelinhalte, wie beispielsweise ChapterDb, um weitere Optionen f\u00fcr Kapitel zu erhalten.",
+    "LabelSkipIfGraphicalSubsPresent": "\u00dcberspringen, falls das Video bereits grafische Untertitel enth\u00e4lt",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Das Vorhalten von textbasierten Untertiteln f\u00fchrt zu einer effizienteren Anzeige und verringert die Wahrscheinlichkeit einer Videotranskodierung.",
+    "TabSubtitles": "Untertitel",
+    "TabChapters": "Kapitel",
+    "HeaderDownloadChaptersFor": "Lade Kapitelnamen herunter f\u00fcr:",
+    "LabelOpenSubtitlesUsername": "\"Open Subtitles\" Benutzername:",
+    "LabelOpenSubtitlesPassword": "\"Open Subtitles\" Passwort:",
+    "HeaderChapterDownloadingHelp": "Wenn Media Browser deine Videodateien scannt kann er nach passenden Kapitelnamen suchen und diese mit Hilfe eines Kapitel Plugins, wie beispielsweise ChapterDb, herunterladen.",
+    "LabelPlayDefaultAudioTrack": "Spiele unabh\u00e4ngig von der Sprache die Standardtonspur",
+    "LabelSubtitlePlaybackMode": "Untertitel Modus:",
+    "LabelDownloadLanguages": "Herunterzuladende Sprachen:",
+    "ButtonRegister": "Registrierung",
+    "LabelSkipIfAudioTrackPresent": "\u00dcberspringen, falls der Ton bereits der herunterladbaren Sprache entspricht",
+    "LabelSkipIfAudioTrackPresentHelp": "Entferne den Haken, um sicherzustellen das alle Videos Untertitel haben, unabh\u00e4ngig von der Audiosprache",
+    "HeaderSendMessage": "sende Nachricht",
+    "ButtonSend": "senden",
+    "LabelMessageText": "Inhalt der Nachricht",
+    "MessageNoAvailablePlugins": "Keine verf\u00fcgbaren Erweiterungen.",
+    "LabelDisplayPluginsFor": "Zeige Plugins f\u00fcr:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episodenname",
+    "LabelSeriesNamePlain": "Serienname",
+    "ValueSeriesNamePeriod": "Serien.Name",
+    "ValueSeriesNameUnderscore": "Serien_Name",
+    "ValueEpisodeNamePeriod": "Episodentitel",
+    "ValueEpisodeNameUnderscore": "Episoden_Name",
+    "LabelSeasonNumberPlain": "Staffelnummer",
+    "LabelEpisodeNumberPlain": "Episodennummer",
+    "LabelEndingEpisodeNumberPlain": "Nummer der letzten Episode",
+    "HeaderTypeText": "Texteingabe",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Suche nach Untertiteln",
+    "MessageNoSubtitleSearchResultsFound": "Keine Suchergebnisse gefunden",
+    "TabDisplay": "Anzeige",
+    "TabLanguages": "Sprachen",
+    "TabWebClient": "Webclient",
+    "LabelEnableThemeSongs": "Aktiviere Titelmelodie",
+    "LabelEnableBackdrops": "Aktiviere Hintergr\u00fcnde",
+    "LabelEnableThemeSongsHelp": "Wenn aktiviert, wird die Titelmusik w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt",
+    "LabelEnableBackdropsHelp": "Falls aktiviert, werden beim durchsuchen der Bibliothek auf einigen Seiten passende Hintergr\u00fcnde angezeigt.",
+    "HeaderHomePage": "Startseite",
+    "HeaderSettingsForThisDevice": "Einstellungen f\u00fcr dieses Ger\u00e4t",
+    "OptionAuto": "Auto",
+    "OptionYes": "Ja",
+    "OptionNo": "Nein",
+    "HeaderOptions": "Optionen",
+    "HeaderIdentificationResult": "Identifikationsergebnis",
+    "LabelHomePageSection1": "Startseite Bereich 1:",
+    "LabelHomePageSection2": "Startseite Bereich 2:",
+    "LabelHomePageSection3": "Startseite Bereich 3:",
+    "LabelHomePageSection4": "Startseite Bereich 4:",
+    "OptionMyViewsButtons": "Meine Ansichten (Tasten)",
+    "OptionMyViews": "Meine Ansichten",
+    "OptionMyViewsSmall": "Meine Ansichten (Klein)",
+    "OptionResumablemedia": "Wiederhole",
+    "OptionLatestMedia": "Neuste Medien",
+    "OptionLatestChannelMedia": "Neueste Channel Inhalte:",
+    "HeaderLatestChannelItems": "Neueste Channel Inhalte:",
+    "OptionNone": "Keines",
+    "HeaderLiveTv": "Live-TV",
+    "HeaderReports": "Berichte",
+    "HeaderMetadataManager": "Metadaten-Manager",
+    "HeaderPreferences": "Einstellungen",
+    "MessageLoadingChannels": "Lade Kanalinhalt...",
+    "MessageLoadingContent": "Lade Inhalt...",
+    "ButtonMarkRead": "Als gelesen markieren",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Meistgesehen",
+    "TabNextUp": "Als N\u00e4chstes",
+    "HeaderBecomeMediaBrowserSupporter": "Werden Sie ein Media Browser Unterst\u00fctzer",
+    "TextEnjoyBonusFeatures": "Erleben Sie Bonus Funktionen",
+    "MessageNoMovieSuggestionsAvailable": "Momentan sind keine Filmvorschl\u00e4ge verf\u00fcgbar. Schaue und bewerte zuerst deine Filme. Komme danach zur\u00fcck, um deine Filmvorschl\u00e4ge anzuschauen.",
+    "MessageNoCollectionsAvailable": "Sammlungen erlauben Ihnen eine personalisierte Gruppierung von Filmen, Serien, Alben, B\u00fcchern und Spielen. Klicken Sie die + Schaltfl\u00e4che um Sammlungen zu erstellen.",
+    "MessageNoPlaylistsAvailable": "Wiedergabeliste erlauben es dir eine Liste mit Inhalt zu erstellen der fortlaufend abgespielt wird. Um einer Wiedergabeliste Inhalte hinzuzuf\u00fcgen klicke rechts oder mache einen langen Tap und w\u00e4hle daraufhin \"Zur Wiedergabeliste hinzuf\u00fcgen\" aus.",
+    "MessageNoPlaylistItemsAvailable": "Diese Wiedergabeliste ist momentan leer.",
+    "ButtonDismiss": "Verwerfen",
+    "ButtonEditOtherUserPreferences": "Bearbeite dieses Benutzerprofil, Passwort und pers\u00f6nlichen Pr\u00e4ferenzen.",
+    "LabelChannelStreamQuality": "Bevorzugte Qualit\u00e4t des Internetstreams",
+    "LabelChannelStreamQualityHelp": "In einer Umgebung mit langsamer Bandbreite kann die Beschr\u00e4nkung der Wiedergabequalit\u00e4t eine fl\u00fcssige Darstellung sichern.",
+    "OptionBestAvailableStreamQuality": "Die besten verf\u00fcgbaren",
+    "LabelEnableChannelContentDownloadingFor": "Aktiviere das herunterladen von Channel Inhalten f\u00fcr:",
+    "LabelEnableChannelContentDownloadingForHelp": "Manche Kan\u00e4le unterst\u00fctzen das herunterladen von Inhalten vor dem eigentlichen ansehen. Aktiviere diese Funktion in Umgebungen mit langsamer Bandbreite, um Inhalte herunterzuladen w\u00e4hrend keine aktive Nutzung stattfindet. Die Inhalte werden dabei im Zuge der automatisierten Channel Download Aufgabe heruntergeladen.",
+    "LabelChannelDownloadPath": "Channel Inhalt Downloadverzeichnis:",
+    "LabelChannelDownloadPathHelp": "Lege, falls gew\u00fcnscht, einen eigenen Pfad f\u00fcr Downloads fest. Lasse das Feld frei, wenn in den internen Programmdatenordner heruntergeladen werden soll.",
+    "LabelChannelDownloadAge": "L\u00f6sche Inhalt nach: (Tagen)",
+    "LabelChannelDownloadAgeHelp": "Heruntergeladene Inhalte die \u00e4lter als dieser Wert sind werden gel\u00f6scht. Sie werden aber weiterhin \u00fcber das Internetstreaming verf\u00fcgbar sein.",
+    "ChannelSettingsFormHelp": "Installiere Kan\u00e4le wie beispielsweise \"Trailers\" oder \"Vimeo\" aus dem Plugin Katalog.",
+    "ButtonOptions": "Optionen",
+    "ViewTypeMovies": "Filme",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Spiele",
+    "ViewTypeMusic": "Musik",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "K\u00fcnstler",
+    "ViewTypeBoxSets": "Sammlungen",
+    "ViewTypeChannels": "Kan\u00e4le",
+    "ViewTypeLiveTV": "Live-TV",
+    "ViewTypeLiveTvNowPlaying": "Gerade ausgestrahlt",
+    "ViewTypeLatestGames": "Neueste Spiele",
+    "ViewTypeRecentlyPlayedGames": "K\u00fcrzlich abgespielt",
+    "ViewTypeGameFavorites": "Favoriten",
+    "ViewTypeGameSystems": "Spielesysteme",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Fortsetzen",
+    "ViewTypeTvNextUp": "Als n\u00e4chstes",
+    "ViewTypeTvLatest": "Neueste",
+    "ViewTypeTvShowSeries": "Serien",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Serien Favoriten",
+    "ViewTypeTvFavoriteEpisodes": "Episoden Favoriten",
+    "ViewTypeMovieResume": "Fortsetzen",
+    "ViewTypeMovieLatest": "Neueste",
+    "ViewTypeMovieMovies": "Filme",
+    "ViewTypeMovieCollections": "Sammlungen",
+    "ViewTypeMovieFavorites": "Favoriten",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Neueste",
+    "ViewTypeMusicAlbums": "Alben",
+    "ViewTypeMusicAlbumArtists": "Album-K\u00fcnstler",
+    "HeaderOtherDisplaySettings": "Anzeige Einstellungen",
+    "ViewTypeMusicSongs": "Lieder",
+    "ViewTypeMusicFavorites": "Favoriten",
+    "ViewTypeMusicFavoriteAlbums": "Album Favoriten",
+    "ViewTypeMusicFavoriteArtists": "Interpreten Favoriten",
+    "ViewTypeMusicFavoriteSongs": "Lieder Favoriten",
+    "HeaderMyViews": "Meine Ansichten",
+    "LabelSelectFolderGroups": "Gruppiere Inhalte von folgenden Verzeichnissen automatisch zu Ansichten wie beispielsweise  Filme, Musik und TV:",
+    "LabelSelectFolderGroupsHelp": "Verzeichnisse die nicht markiert sind werden alleine, mit ihren eigenen Ansichten, angezeigt.",
+    "OptionDisplayAdultContent": "Zeige Inhalt f\u00fcr Erwachsene an",
+    "OptionLibraryFolders": "Medienverzeichnisse",
+    "TitleRemoteControl": "Fernsteuerung",
+    "OptionLatestTvRecordings": "Neueste Aufnahmen",
+    "LabelProtocolInfo": "Protokoll Information:",
+    "LabelProtocolInfoHelp": "Der Wert, der f\u00fcr die Beantwortung von GetProtocolInfo Anfragen durch die Endger\u00e4te benutzt wird.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser unterst\u00fctzt Nfo Metadaten von Haus aus. Zum Ein und Ausschalten der Nfo Metadaten verwenden Sie die Erweiterte Konfiguration ihrer Medientypen.",
+    "LabelKodiMetadataUser": "Synchronisiere den \"Gesehen\" Status von Benutzern in NFO's f\u00fcr:",
+    "LabelKodiMetadataUserHelp": "Schalten Sie dies ein um den \"gesehen Status\" in Media Browser und Nfo-Dateien zu synchronisieren.",
+    "LabelKodiMetadataDateFormat": "Ver\u00f6ffentlichungsdatum Format:",
+    "LabelKodiMetadataDateFormatHelp": "Alle Daten in den NFO's werde unter Benutzung dieses Format gelesen und geschrieben.",
+    "LabelKodiMetadataSaveImagePaths": "Speicher Bildpfade innerhalb der NFO Dateien",
+    "LabelKodiMetadataSaveImagePathsHelp": "Dies ist empfehlenswert wenn du Dateinamen hast, die nicht den Kodi Richtlinien entsprechen.",
+    "LabelKodiMetadataEnablePathSubstitution": "Aktiviere Pfadersetzung",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiviert die Pfadersetzung f\u00fcr Bildpfade durch Benutzung der Server Pfadersetzung Einstellungen",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Siehe Pfadersetzung.",
+    "LabelGroupChannelsIntoViews": "Zeige die folgenden Kan\u00e4le direkt innerhalb meiner Ansichten:",
+    "LabelGroupChannelsIntoViewsHelp": "Falls aktiviert, werden diese Kan\u00e4le direkt neben den anderen Ansichten angezeigt. Falls deaktiviert, werden sie innerhalb einer separaten Kanalansicht angezeigt.",
+    "LabelDisplayCollectionsView": "Zeigt eine Ansicht f\u00fcr Sammlungen, um Filmsammlungen darzustellen",
+    "LabelDisplayCollectionsViewHelp": "Die erstellt eine eigene Ansicht f\u00fcr Sammlungen, auf denen Sie Zugriff haben. Um eine Sammlung zu erstellen benutzen Sie einen Rechtsklick oder halten Sie einen Film gedr\u00fcckt und w\u00e4hlen Sie 'Zu Sammlung hinzuf\u00fcgen'.",
+    "LabelKodiMetadataEnableExtraThumbs": "Kopiere Extrafanart in Extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Beim downloaden von Bildern k\u00f6nnen diese sowohl als Extrafanart als auch als Extrathumb gespeichert werden, um maximale Kodi Kompatibilit\u00e4t zu erzielen.",
+    "TabServices": "Dienste",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server Logdateien",
+    "TabBranding": "Markierung",
+    "HeaderBrandingHelp": "Personalisiere die Darstellung von Media Browser um sie den Bed\u00fcrfnissen deiner Gemeinschaft oder Organisation anzupassen.",
+    "LabelLoginDisclaimer": "Anmeldung Haftungsausschluss:",
+    "LabelLoginDisclaimerHelp": "Dies wird am Boden des Anmeldebildschirms angezeigt.",
+    "LabelAutomaticallyDonate": "Spende diesen Geldbetrag jeden Monat automatisch",
+    "LabelAutomaticallyDonateHelp": "Du kannst die Zahlungen jederzeit \u00fcber deinen PayPal Account deaktivieren.",
+    "OptionList": "List",
+    "TabDashboard": "\u00dcbersicht",
+    "TitleServer": "Server:",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadaten:",
+    "LabelImagesByName": "Bilder nach Namen:",
+    "LabelTranscodingTemporaryFiles": "Tempor\u00e4re Transkodierdateien:",
+    "HeaderLatestMusic": "Neueste Musik",
+    "HeaderBranding": "Markierung",
+    "HeaderApiKeys": "API Schl\u00fcssel",
+    "HeaderApiKeysHelp": "Externe Anwendungen ben\u00f6tigen API Schl\u00fcssel um mit Media Browser kommunizieren zu k\u00f6nnen. Schl\u00fcssel k\u00f6nnen automatisch, durch das einloggen \u00fcber einen Media Browser Benutzeraccount, oder \u00fcber das manuelle Eintragen des Schl\u00fcssels innerhalb der jeweiligen Anwendung vergeben werden.",
+    "HeaderApiKey": "API Schl\u00fcssel",
+    "HeaderApp": "App",
+    "HeaderDevice": "Endger\u00e4t",
+    "HeaderUser": "Benutzer",
+    "HeaderDateIssued": "Datum gesetzt",
+    "LabelChapterName": "Kapitel {0}",
+    "HeaderNewApiKey": "Neuer API Schl\u00fcssel",
+    "LabelAppName": "App Name",
+    "LabelAppNameExample": "Beispiel: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Erteile einer Anwendung Berechtigungen um mit Media Browser kommunizieren zu k\u00f6nnen.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identfikations Header",
+    "LabelValue": "Wert:",
+    "LabelMatchType": "\u00dcbereinstimmungstyp:",
+    "OptionEquals": "Gleiche",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "Ansicht",
+    "TabSort": "Sortieren",
+    "TabFilter": "Filter",
+    "ButtonView": "Ansicht",
+    "LabelPageSize": "Elementenbegrenzung:",
+    "LabelPath": "Pfad:",
+    "LabelView": "Ansicht:",
+    "TabUsers": "Benutzer",
+    "LabelSortName": "Sortiername:",
+    "LabelDateAdded": "Hinzugef\u00fcgt am:",
+    "HeaderFeatures": "Funktionen",
+    "HeaderAdvanced": "Erweitert",
+    "ButtonSync": "Synchronisieren",
+    "TabScheduledTasks": "Geplante Aufgaben",
+    "HeaderChapters": "Kapitel",
+    "HeaderResumeSettings": "Wiederaufnahme Einstellungen",
+    "TabSync": "Synchronisieren",
+    "TitleUsers": "Benutzer",
+    "LabelProtocol": "Protokoll: ",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Kontext:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Synchronisieren",
+    "ButtonAddToPlaylist": "Hinzuf\u00fcgen zur Wiedergabeliste",
+    "TabPlaylists": "Wiedergabelisten",
+    "ButtonClose": "Schlie\u00dfen",
+    "LabelAllLanguages": "Alle Sprachen",
+    "HeaderBrowseOnlineImages": "Durchsuche Onlinebilder",
+    "LabelSource": "Quelle:",
+    "OptionAll": "Alle",
+    "LabelImage": "Bild:",
+    "ButtonBrowseImages": "Durchsuche Bilder",
+    "HeaderImages": "Bilder",
+    "HeaderBackdrops": "Hintergr\u00fcnde",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Hinzuf\u00fcgen\/Aktualisieren von Bild",
+    "LabelJpgPngOnly": "Nur JPG\/PNG",
+    "LabelImageType": "Bildtyp:",
+    "OptionPrimary": "Prim\u00e4r",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box R\u00fcckseite",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Men\u00fc",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Gesperrt",
+    "OptionUnidentified": "Undefiniert",
+    "OptionMissingParentalRating": "Fehlende Altersfreigabe",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episoden:",
+    "OptionSeason0": "Staffel 0",
+    "LabelReport": "Bericht:",
+    "OptionReportSongs": "Lieder",
+    "OptionReportSeries": "Serien",
+    "OptionReportSeasons": "Staffeln",
+    "OptionReportTrailers": "Trailer",
+    "OptionReportMusicVideos": "Musikvideos",
+    "OptionReportMovies": "Filme",
+    "OptionReportHomeVideos": "Heimvideos",
+    "OptionReportGames": "Spiele",
+    "OptionReportEpisodes": "Episoden",
+    "OptionReportCollections": "Sammlungen",
+    "OptionReportBooks": "B\u00fccher",
+    "OptionReportArtists": "Interpreten",
+    "OptionReportAlbums": "Alben",
+    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
+    "ButtonMore": "Mehr",
+    "HeaderActivity": "Aktivit\u00e4ten",
+    "ScheduledTaskStartedWithName": "{0} gestartet",
+    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
+    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
+    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
+    "PluginInstalledWithName": "{0} wurde installiert",
+    "PluginUpdatedWithName": "{0} wurde aktualisiert",
+    "PluginUninstalledWithName": "{0} wurde deinstalliert",
+    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
+    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
+    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
+    "DeviceOnlineWithName": "{0} ist verbunden",
+    "UserOnlineFromDevice": "{0} ist online von {1}",
+    "DeviceOfflineWithName": "{0} wurde getrennt",
+    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
+    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
+    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
+    "LabelRunningTimeValue": "Laufzeit: {0}",
+    "LabelIpAddressValue": "IP Adresse: {0}",
+    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
+    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
+    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
+    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
+    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
+    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
+    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
+    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
+    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
+    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
+    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
+    "ProviderValue": "Anbieter: {0}",
+    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitiere die Gr\u00f6\u00dfe des Channel Download Verzeichnisses.",
+    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
+    "HeaderPeople": "Personen",
+    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
+    "OptionComposers": "Komponisten",
+    "OptionOthers": "Andere",
+    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
+    "ViewTypeFolders": "Verzeichnisse",
+    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
+    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
+    "ViewTypeLiveTvChannels": "Kan\u00e4le",
+    "LabelEasyPinCode": "Einfacher pin code:",
+    "EasyPasswordHelp": "Ihr einfacher PIN Code wird f\u00fcr den offline Zugriff mit unterst\u00fctzenden Media Browser Apps verwenden und kann ebenso verwendet werden wenn Sie sich im selben Netzwerk befinden.",
+    "LabelInNetworkSignInWithEasyPassword": "Schalte Login mit einfachen Passwort f\u00fcr das eigene Netzwerk ein.",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "Wenn eingeschaltet k\u00f6nnen Sie sich mit Ihrem einfachen PIN innerhalb Ihres Heimnetzwerkes anmelden. Ihr regul\u00e4res Passwort wird nur dann verwendet, wenn Sie nicht Zuhause sind. Wenn Sie dieses Passwort frei lassen ben\u00f6tigen Sie kein Passwort in Ihrem Heimnetzwerk.",
+    "HeaderPassword": "Passwort",
+    "HeaderLocalAccess": "Lokaler Zugriff",
+    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
+    "ButtonResetEasyPassword": "Einfachen PIN zur\u00fccksetzen",
+    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
+    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
+    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
+    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
+    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
+    "OptionRefreshAllData": "Aktualisiere alle Daten",
+    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
+    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
+    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
+    "HeaderPersonInfo": "Informationen zur Person",
+    "HeaderIdentifyItem": "Identifiziere Element",
+    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
+    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
+    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
+    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
+    "ButtonIdentify": "Identifizieren",
+    "LabelAlbumArtist": "Album-Interpret:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community Bewertung:",
+    "LabelVoteCount": "Stimmen:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Kritiker Bewertung:",
+    "LabelCriticRatingSummary": "Kritikerbewertungen:",
+    "LabelAwardSummary": "Auszeichnungen:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "\u00dcbersicht:",
+    "LabelShortOverview": "Kurz\u00fcbersicht:",
+    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
+    "LabelYear": "Jahr:",
+    "LabelPlaceOfBirth": "Geburtsort:",
+    "LabelEndDate": "Endzeit:",
+    "LabelAirDate": "Ausstrahlungstage:",
+    "LabelAirTime:": "Ausstrahlungszeit:",
+    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
+    "LabelParentalRating": "Altersfreigabe:",
+    "LabelCustomRating": "Eigene Bewertung:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Einnahmen ($):",
+    "LabelOriginalAspectRatio": "Original Seitenverh\u00e4ltnis:",
+    "LabelPlayers": "Schauspieler:",
+    "Label3DFormat": "3D Format:",
+    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
+    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
+    "HeaderExternalIds": "Externe Id's:",
+    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
+    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
+    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
+    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
+    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
+    "LabelTreatImageAs": "Bild behandeln, wie:",
+    "LabelDisplayOrder": "Anzeigereihenfolge:",
+    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
+    "HeaderCountries": "L\u00e4nder",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Handlungsstichworte",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadaten Einstellungen",
+    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
+    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
+    "TabDonate": "Spenden",
+    "HeaderDonationType": "Spendentyp:",
+    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
+    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
+    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionNoTrailer": "Kein Trailer",
+    "OptionNoThemeSong": "Kein Theme Song",
+    "OptionNoThemeVideo": "Kein Theme Video",
+    "LabelOneTimeDonationAmount": "Spendenbetrag:",
+    "ButtonDonate": "Spenden",
+    "OptionActor": "Schauspieler",
+    "OptionComposer": "Komponist",
+    "OptionDirector": "Regisseur",
+    "OptionGuestStar": "Gaststar",
+    "OptionProducer": "Produzent",
+    "OptionWriter": "Drehbuchautor",
+    "LabelAirDays": "Ausstrahlungstage:",
+    "LabelAirTime": "Ausstrahlungszeit:",
+    "HeaderMediaInfo": "Medieninformation",
+    "HeaderPhotoInfo": "Fotoinformation",
+    "HeaderInstall": "Installieren",
+    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
+    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
+    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "HeaderReviews": "Bewertungen",
+    "HeaderDeveloperInfo": "Entwicklerinformationen",
+    "HeaderRevisionHistory": "Versionsverlauf",
+    "ButtonViewWebsite": "Besuche die Website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
+    "HeaderXmlSettings": "XML Einstellungen",
+    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
+    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
+    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
+    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
+    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Fall aktiviert, werden Kapitelbilder w\u00e4hrend des Imports von Videos beim Bibliothekenscan erzeugt. Falls deaktiviert, werden die Kapitelbilder w\u00e4hrend einer eigens daf\u00fcr geplanten Aufgabe erstellt, was den Bibliothekenscan beschleunigt.",
+    "LabelConnectGuestUserName": "Ihr Media Browser Benutzername oder E-Mail-Adresse:",
+    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
+    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um einen einfachen Zugang von jeder App aus zu aktivieren, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
+    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
+    "LabelExternalPlayersHelp": "Zeige Buttons um Inhalt auf externen Ger\u00e4te abzuspielen. Dies ist nur auf Ger\u00e4ten verf\u00fcgbar, die URL Schemes unterst\u00fctzen (Generell Android und iOS). In Verbindung mit externen Abspielern gibt es generell keine Unterst\u00fctzung f\u00fcr die Fernbedienung oder die Fortsetzung von gesehenen Inhalten.",
+    "HeaderSubtitleProfile": "Untertitel Profil",
+    "HeaderSubtitleProfiles": "Untertitel Profile",
+    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Methode:",
+    "LabelDidlMode": "DIDL Modus:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "Res Element",
+    "OptionEmbedSubtitles": "In Container eingebettet",
+    "OptionExternallyDownloaded": "Externer Download",
+    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
+    "LabelSubtitleFormatHelp": "Beispiel: srt",
+    "ButtonLearnMore": "Erfahre mehr",
+    "TabPlayback": "Wiedergabe",
+    "HeaderLanguagePreferences": "Spracheinstellungen",
+    "TabCinemaMode": "Kino-Modus",
+    "TitlePlayback": "Wiedergabe",
+    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
+    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
+    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
+    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
+    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
+    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
+    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
+    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
+    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
+    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
+    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
+    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
+    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
+    "HeaderCinemaMode": "Kino-Modus",
+    "LabelDateAddedBehavior": "Verhalten f\u00fcr Hinzuf\u00fcgedatum bei neuen Inhalten:",
+    "OptionDateAddedImportTime": "Benutze das Scandatum vom hinzuf\u00fcgen in die Bbliothek",
+    "OptionDateAddedFileTime": "Benutze das Erstellungsdatum der Datei",
+    "LabelDateAddedBehaviorHelp": "Wenn ein Metadatenwert vorhanden ist, wird dieser immer gegen\u00fcber den anderen Optionen bevorzugt werden.",
+    "LabelNumberTrailerToPlay": "Anzahl der abzuspielenden Trailer:",
+    "TitleDevices": "Ger\u00e4te",
+    "TabCameraUpload": "Kamera-Upload",
+    "TabDevices": "Ger\u00e4te",
+    "HeaderCameraUploadHelp": "Lade automatisch Bilder und Videos in Media Browser hoch, die mit deinen Mobilger\u00e4ten aufgenommen wurden.",
+    "MessageNoDevicesSupportCameraUpload": "Du hast bis jetzt keine Ger\u00e4t die den Kamera-Upload unterst\u00fctzen.",
+    "LabelCameraUploadPath": "Kamera-Upload Pfad:",
+    "LabelCameraUploadPathHelp": "W\u00e4hle, falls gew\u00fcnscht, einen eigenen Upload Pfad. Wird keiner festgelegt, so wird der Standard-Pfad verwendet. Ein eigener Pfad muss zus\u00e4tzlich in der Medien Bibliothek hinzugef\u00fcgt werden!",
+    "LabelCreateCameraUploadSubfolder": "Erstelle ein Unterverzeichnis f\u00fcr jedes Ger\u00e4t",
+    "LabelCreateCameraUploadSubfolderHelp": "Bestimmte Verzeichnisse k\u00f6nnen Ger\u00e4ten durch einen Klick auf der Ger\u00e4teseite zugewiesen werden.",
+    "LabelCustomDeviceDisplayName": "Angezeigter Name:",
+    "LabelCustomDeviceDisplayNameHelp": "Lege einen individuellen Anzeigenamen fest oder lasse das Feld leer, um den vom ger\u00e4t \u00fcbermittelten Namen zu nutzen.",
+    "HeaderInviteUser": "Lade Benutzer ein",
+    "LabelConnectGuestUserNameHelp": "Dies ist der Benutzername oder die E-Mail Adresse, die dein Freund benutzt, um sich auf der Media Browser Website anzumelden.",
+    "HeaderInviteUserHelp": "Mit Media Browser ist es leichter als je zuvor, deine Medien mit deinen Freunden zu teilen.",
+    "ButtonSendInvitation": "Sende Einladung",
+    "HeaderSignInWithConnect": "Melde dich mit Media Browser Connect an",
+    "HeaderGuests": "G\u00e4ste",
+    "HeaderLocalUsers": "Lokale Benutzer",
+    "HeaderPendingInvitations": "Ausstehende Einladungen",
+    "TabParentalControl": "Kindersicherung",
+    "HeaderAccessSchedule": "Zugangsplan",
+    "HeaderAccessScheduleHelp": "Erstelle einen Zugangsplan, um den Zugriff auf bestimmte Zeiten zu limitieren.",
+    "ButtonAddSchedule": "Plan hinzuf\u00fcgen",
+    "LabelAccessDay": "Wochentag:",
+    "LabelAccessStart": "Startzeit:",
+    "LabelAccessEnd": "Endzeit:",
+    "HeaderSchedule": "Zeitplan",
+    "OptionEveryday": "T\u00e4glich",
+    "OptionWeekdays": "W\u00f6chentlich",
+    "OptionWeekends": "An Wochenenden",
+    "MessageProfileInfoSynced": "Benutzerprofilinformationen mit Media Browser Connect synchronisiert.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Verkn\u00fcpfe deinen Media Browser Account",
+    "ButtonTrailerReel": "Trailer Rolle",
+    "HeaderTrailerReel": "Trailer Rolle",
+    "OptionPlayUnwatchedTrailersOnly": "Spiele nur bisher nicht gesehene Trailer",
+    "HeaderTrailerReelHelp": "Starte eine Trailer Rolle, um dir eine lang andauernde Playlist mit Trailern anzuschauen.",
+    "MessageNoTrailersFound": "Keine Trailer gefunden. Installieren Sie den Trailer-Channel um Ihre Film-Bibliothek mit Trailer aus dem Internet zu erweitern.",
+    "HeaderNewUsers": "Neue Benutzer",
+    "ButtonSignUp": "Anmeldung",
+    "ButtonForgotPassword": "Passwort vergessen",
+    "OptionDisableUserPreferences": "Deaktiviere den Zugriff auf Benutzereinstellungen",
+    "OptionDisableUserPreferencesHelp": "Falls aktiviert, werden nur Administratoren die M\u00f6glichkeit haben, Benutzerbilder, Passw\u00f6rter und Spracheinstellungen zu bearbeiten.",
+    "HeaderSelectServer": "W\u00e4hle Server",
+    "MessageNoServersAvailableToConnect": "Keine Server sind f\u00fcr eine Verbindung verf\u00fcgbar. Falls du dazu eingeladen wurdest einen Server zu teilen, best\u00e4tige bitte die Einladung unten oder durch einen Aufruf des Links in der E-Mail.",
+    "TitleNewUser": "Neuer Benutzer",
+    "ButtonConfigurePassword": "Passwort konfigurieren",
+    "HeaderDashboardUserPassword": "Benutzerpassw\u00f6rter werden in den pers\u00f6nlichen Profileinstellungen der einzelnen Benutzer verwaltet.",
+    "HeaderLibraryAccess": "Bibliothekszugriff",
+    "HeaderChannelAccess": "Channelzugriff",
+    "HeaderLatestItems": "Neueste Medien",
+    "LabelSelectLastestItemsFolders": "Beziehe Medien aus folgenden Sektionen in \"Neueste Medien\" mit ein",
+    "HeaderShareMediaFolders": "Teile Medienverzeichnisse",
+    "MessageGuestSharingPermissionsHelp": "Die meisten Funktionen sind f\u00fcr G\u00e4ste zun\u00e4chst nicht verf\u00fcgbar, k\u00f6nnen aber je nach Bedarf aktiviert werden.",
+    "HeaderInvitations": "Einladungen",
+    "LabelForgotPasswordUsernameHelp": "Bitte gib deinen Benutzernamen ein, falls du dich daran erinnerst.",
+    "HeaderForgotPassword": "Passwort vergessen",
+    "TitleForgotPassword": "Passwort vergessen",
+    "TitlePasswordReset": "Passwort zur\u00fccksetzen",
+    "LabelPasswordRecoveryPinCode": "PIN-Code:",
+    "HeaderPasswordReset": "Passwort zur\u00fccksetzen",
+    "HeaderParentalRatings": "Altersbeschr\u00e4nkung",
+    "HeaderVideoTypes": "Videotypen",
+    "HeaderYears": "Jahre",
+    "HeaderAddTag": "F\u00fcge Tag hinzu",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Begrenze auf ein eingebundenes Bild",
+    "LabelEnableSingleImageInDidlLimitHelp": "Einige Ger\u00e4te zeigen m\u00f6glicherweise Darstellungsfehler wenn mehrere Bilder mit Didl eingebunden wurden.",
+    "TabActivity": "Aktivit\u00e4t",
+    "TitleSync": "Synchronisation",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Staffel unbekannt",
+    "NameSeasonNumber": "Staffel {0}",
+    "LabelNewUserNameHelp": "Benutzernamen k\u00f6nnen Zeichen (a-z), Zahlen (0-9), Striche (-), Unterstriche (_), Apostrophe (') und Punkte (.) enthalten.",
+    "TabJobs": "Aufgaben",
+    "TabSyncJobs": "Synchronisations-Aufgaben",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/el.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2",
     "LabelVisitCommunity": "\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/en_GB.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favourites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favourite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favourite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favourites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favourites",
-    "ViewTypeMusicFavoriteAlbums": "Favourite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favourite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favourite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customise the appearance of Media Browser to fit the needs of your group or organisation.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Exit",
     "LabelVisitCommunity": "Visit Community",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favourites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favourite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favourite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favourites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favourites",
+    "ViewTypeMusicFavoriteAlbums": "Favourite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favourite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favourite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customise the appearance of Media Browser to fit the needs of your group or organisation.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/en_US.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Exit",
     "LabelVisitCommunity": "Visit Community",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/es.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Buscar",
-    "ButtonSettings": "Opciones",
-    "ButtonTakeScreenshot": "Captura de pantalla",
-    "ButtonLetterUp": "Letter arriba",
-    "ButtonLetterDown": "Letter abajo",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Reproduciendo ahora",
-    "TabNavigation": "Navegaci\u00f3n",
-    "TabControls": "Controles",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Escenas",
-    "ButtonSubtitles": "Subt\u00edtulos",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Pista anterior",
-    "ButtonNextTrack": "Pista siguiente",
-    "ButtonStop": "Detener",
-    "ButtonPause": "Pausa",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Agrupar pel\u00edculas en colecciones",
-    "LabelGroupMoviesIntoCollectionsHelp": "Cuando se muestran las listas de pel\u00edculas, las pel\u00edculas pertenecientes a una colecci\u00f3n se mostrar\u00e1n como un elemento agrupado.",
-    "NotificationOptionPluginError": "Error en plugin",
-    "ButtonVolumeUp": "Subir volumen",
-    "ButtonVolumeDown": "Bajar volumen",
-    "ButtonMute": "Silencio",
-    "HeaderLatestMedia": "\u00daltimos medios",
-    "OptionSpecialFeatures": "Caracter\u00edsticas especiales",
-    "HeaderCollections": "Colecciones",
-    "LabelProfileCodecsHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los codecs.",
-    "LabelProfileContainersHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los contenedores.",
-    "HeaderResponseProfile": "Perfil de respuesta",
-    "LabelType": "Tipo:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Contenedor:",
-    "LabelProfileVideoCodecs": "Codecs de video:",
-    "LabelProfileAudioCodecs": "Codecs de audio:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Perfil de reproducci\u00f3n directa",
-    "HeaderTranscodingProfile": "Perfil de transcodificaci\u00f3n",
-    "HeaderCodecProfile": "Perfil de codec",
-    "HeaderCodecProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo cuando se reproducen codecs espec\u00edficos. Si se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el codec est\u00e1 configurado para reproducci\u00f3n directa.",
-    "HeaderContainerProfile": "Perfil de contenedor",
-    "HeaderContainerProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo mientras reproduce formatos espec\u00edficos. If se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el formato est\u00e1 configurado para reproducci\u00f3n directa.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video audio",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Librer\u00eda de usuario:",
-    "LabelUserLibraryHelp": "Seleccione de qu\u00e9 usuario se utilizar\u00e1 la librer\u00eda en el dispositivo. D\u00e9jelo vac\u00edo para utilizar la configuraci\u00f3n por defecto.",
-    "OptionPlainStorageFolders": "Ver todas las carpetas como carpetas de almacenamiento sin formato.",
-    "OptionPlainStorageFoldersHelp": "Si est\u00e1 activado, todas las carpetas se representan en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Mostrar todos los videos como elementos de video sin formato",
-    "OptionPlainVideoItemsHelp": "Si est\u00e1 habilitado, todos los v\u00eddeos est\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Tipos de medio soportados:",
-    "TabIdentification": "Identificaci\u00f3n",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Reproducci\u00f3n directa",
-    "TabContainers": "Contenedores",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Respuestas",
-    "HeaderProfileInformation": "Informaci\u00f3n del perfil",
-    "LabelEmbedAlbumArtDidl": "Incorporar la car\u00e1tula del \u00e1lbum en didl",
-    "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener la car\u00e1tula del \u00e1lbum. Otros pueden fallar al reproducir con esta opci\u00f3n habilitada.",
-    "LabelAlbumArtPN": "Car\u00e1tula del album PN:",
-    "LabelAlbumArtHelp": "PN utilizado para la car\u00e1tula del \u00e1lbum, dentro del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requieren un valor espec\u00edfico, independientemente del tama\u00f1o de la imagen.",
-    "LabelAlbumArtMaxWidth": "Anchura m\u00e1xima de la car\u00e1tula del album:",
-    "LabelAlbumArtMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima de la car\u00e1tula del album:",
-    "LabelAlbumArtMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Anchura m\u00e1xima de icono:",
-    "LabelIconMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
-    "LabelIconMaxHeight": "Altura m\u00e1xima de icono:",
-    "LabelIconMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
-    "LabelIdentificationFieldHelp": "Una subcadena insensible a may\u00fasculas o min\u00fasculas o una expresi\u00f3n regex.",
-    "HeaderProfileServerSettingsHelp": "Estos valores controlan el modo en que Media Browser se presentar\u00e1 en el dispositivo.",
-    "LabelMaxBitrate": "Bitrate m\u00e1ximo:",
-    "LabelMaxBitrateHelp": "Especificar una tasa de bits m\u00e1xima en entornos de ancho de banda limitado, o si el dispositivo impone su propio l\u00edmite.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar las solicitudes de intervalo de bytes de transcodificaci\u00f3n",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si est\u00e1 activado, estas solicitudes ser\u00e1n atendidas pero ignorar\u00e1n el encabezado de intervalo de bytes.",
-    "LabelFriendlyName": "Nombre amigable",
-    "LabelManufacturer": "Fabricante",
-    "LabelManufacturerUrl": "Url del fabricante",
-    "LabelModelName": "Nombre de modelo",
-    "LabelModelNumber": "N\u00famero de modelo",
-    "LabelModelDescription": "Descripci\u00f3n de modelo",
-    "LabelModelUrl": "Url del modelo",
-    "LabelSerialNumber": "N\u00famero de serie",
-    "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
-    "HeaderIdentificationCriteriaHelp": "Entre al menos un criterio de identificaci\u00f3n.",
-    "HeaderDirectPlayProfileHelp": "A\u00f1adir perfiles de reproducci\u00f3n directa para indicar qu\u00e9 formatos puede utilizar el dispositivo de forma nativa.",
-    "HeaderTranscodingProfileHelp": "A\u00f1adir perfiles de transcodificaci\u00f3n para indicar qu\u00e9 formatos se deben utilizar cuando se requiera transcodificaci\u00f3n.",
-    "HeaderResponseProfileHelp": "Perfiles de respuesta proporcionan una forma de personalizar la informaci\u00f3n que se env\u00eda al dispositivo cuando se reproducen ciertos tipos de medios.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el espacio de nombre urn:schemas-dlna-org:device-1-0.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el espacio de nombreurn:schemas-dlna-org:device-1-0.",
-    "LabelSonyAggregationFlags": "Agregaci\u00f3n de banderas Sony:",
-    "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el espacio de nombre urn:schemas-sonycom:av.",
-    "LabelTranscodingContainer": "Contenedor:",
-    "LabelTranscodingVideoCodec": "Codec de video:",
-    "LabelTranscodingVideoProfile": "Perfil de video:",
-    "LabelTranscodingAudioCodec": "Codec de audio:",
-    "OptionEnableM2tsMode": "Activar modo M2ts",
-    "OptionEnableM2tsModeHelp": "Activar modo m2ts cuando se codifique a mpegts",
-    "OptionEstimateContentLength": "Estimar longitud del contenido al transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Indicar que el servidor soporta la b\u00fasqueda de byte al transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es necesario para algunos dispositivos que no buscan el tiempo muy bien.",
-    "HeaderSubtitleDownloadingHelp": "Cuando Media Browser escanea los archivos de v\u00eddeo, puede buscar subt\u00edtulos faltantes y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Descarga subt\u00edtulos para:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subt\u00edtulos",
-    "TabChapters": "Cap\u00edtulos",
-    "HeaderDownloadChaptersFor": "Descarga nombres de los cap\u00edtulos de:",
-    "LabelOpenSubtitlesUsername": "Usuario de Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "\nReproducir pista de audio predeterminado, independientemente del idioma",
-    "LabelSubtitlePlaybackMode": "Modo de Subt\u00edtulo:",
-    "LabelDownloadLanguages": "Idiomas de descarga:",
-    "ButtonRegister": "Registrar",
-    "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el idioma de descarga",
-    "LabelSkipIfAudioTrackPresentHelp": "Desactive esta opci\u00f3n para asegurar que todos los v\u00eddeos tienen subt\u00edtulos, sin importar el idioma de audio.",
-    "HeaderSendMessage": "Enviar mensaje",
-    "ButtonSend": "Enviar",
-    "LabelMessageText": "Mensaje de texto:",
-    "MessageNoAvailablePlugins": "No hay plugins disponibles.",
-    "LabelDisplayPluginsFor": "Mostrar plugins para:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Entrar texto",
-    "LabelTypeText": "Texto",
-    "HeaderSearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos",
-    "MessageNoSubtitleSearchResultsFound": "No se han encontrado resultados en la b\u00fasqueda.",
-    "TabDisplay": "Pantalla",
-    "TabLanguages": "Idiomas",
-    "TabWebClient": "Cliente web",
-    "LabelEnableThemeSongs": "Habilitar temas musicales",
-    "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
-    "LabelEnableThemeSongsHelp": "Si est\u00e1 habilitado, se reproducir\u00e1n temas musicales de fondo mientras navega por la biblioteca.",
-    "LabelEnableBackdropsHelp": "Si est\u00e1 habilitado, se mostrar\u00e1n im\u00e1genes de fondo en algunas p\u00e1ginas mientras navega por la biblioteca.",
-    "HeaderHomePage": "P\u00e1gina de inicio",
-    "HeaderSettingsForThisDevice": "Opciones para este dispositivo",
-    "OptionAuto": "Auto",
-    "OptionYes": "Si",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "Mis vistas (botones)",
-    "OptionMyViews": "Mis vistas",
-    "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
-    "OptionResumablemedia": "Continuar",
-    "OptionLatestMedia": "\u00daltimos medios",
-    "OptionLatestChannelMedia": "Ultimos elementos de canales",
-    "HeaderLatestChannelItems": "Ultimos elementos de canales",
-    "OptionNone": "Nada",
-    "HeaderLiveTv": "TV en vivo",
-    "HeaderReports": "Informes",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferencias",
-    "MessageLoadingChannels": "Cargando contenidos del canal...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Marcar como le\u00eddo",
-    "OptionDefaultSort": "Por defecto",
-    "OptionCommunityMostWatchedSort": "M\u00e1s visto",
-    "TabNextUp": "Siguiendo",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles. Comience ver y calificar sus pel\u00edculas y vuelva para ver las recomendaciones.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Descartar",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
-    "LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
-    "OptionBestAvailableStreamQuality": "Mejor disponible",
-    "LabelEnableChannelContentDownloadingFor": "Habilitar descargas de contenido para el canal:",
-    "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan descargar contenido antes de ver. Habilite esta en ambientes de poco ancho de banda para descargar el contenido del canal durante las horas libres. El contenido se descarga como parte de la tarea programada de descargas de canal.",
-    "LabelChannelDownloadPath": "Ruta para descargas de contenidos de canales:",
-    "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada si lo desea. D\u00e9jelo en blanco para utilizar un carpeta interna del programa.",
-    "LabelChannelDownloadAge": "Borrar contenido despues de: (d\u00edas)",
-    "LabelChannelDownloadAgeHelp": "Todo contenido descargado anterior se borrar\u00e1. Continuar\u00e1 estando disponible v\u00eda streaming de internet.",
-    "ChannelSettingsFormHelp": "Instale canales como Trailers y Vimeo desde el cat\u00e1logo de plugins.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Pel\u00edculas",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Juegos",
-    "ViewTypeMusic": "M\u00fasica",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Colecciones",
-    "ViewTypeChannels": "Canales",
-    "ViewTypeLiveTV": "Tv en vivo",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Configuraci\u00f3n de pantalla",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "Mis vistas",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Mostrar contenido para adultos",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Control remoto",
-    "OptionLatestTvRecordings": "\u00daltimas grabaciones",
-    "LabelProtocolInfo": "Informaci\u00f3n de protocolo:",
-    "LabelProtocolInfoHelp": "El valor que se utilizar\u00e1 cuando se responde a una solicitud GetProtocolInfo desde el dispositivo.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "Si est\u00e1 activado, estos canales se mostrar\u00e1n directamente junto a Mis Vistas. Si est\u00e1 desactivada, ser\u00e1n mostrados separadamente en la vista de Canales.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Servicios",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Archivos de log del servidor:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Personalizar la apariencia de Explorador de medios para satisfacer las necesidades de su grupo u organizaci\u00f3n.",
-    "LabelLoginDisclaimer": "Login renuncia:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "Usted puede cancelar en cualquier momento desde su cuenta de PayPal.",
-    "OptionList": "Lista",
-    "TabDashboard": "Panel de control",
-    "TitleServer": "Servidor",
-    "LabelCache": "Cach\u00e9:",
-    "LabelLogs": "Registros:",
-    "LabelMetadata": "Metadatos:",
-    "LabelImagesByName": "Im\u00e1genes por nombre:",
-    "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
-    "HeaderLatestMusic": "\u00daltima m\u00fasica",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Keys de Api",
-    "HeaderApiKeysHelp": "Se requieren aplicaciones externas para tener una clave de API con el fin de comunicarse con Media Browser. Las claves son emitidas al iniciar una sesi\u00f3n con una cuenta de Media Browser, o mediante la introducci\u00f3n manualmente de una clave en la aplicaci\u00f3n.",
-    "HeaderApiKey": "Clave Api",
-    "HeaderApp": "App",
-    "HeaderDevice": "Dispositivo",
-    "HeaderUser": "Usuario",
-    "HeaderDateIssued": "Fecha de emisi\u00f3n",
-    "LabelChapterName": "Cap\u00edtulo {0}",
-    "HeaderNewApiKey": "Nueva Clave Api",
-    "LabelAppName": "Nombre de la app",
-    "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Otorgar un permiso a la aplicaci\u00f3n para comunicarse con Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Cerrar",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirmar borrado",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Salir",
     "LabelVisitCommunity": "Visitar la comunidad",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Permite a este usuario administrar el servidor",
     "HeaderFeatureAccess": "Permisos de acceso",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "M\u00e1xima calidad",
     "OptionEnableDebugTranscodingLogging": "Activar el registro de depuraci\u00f3n del transcodificador",
     "OptionEnableDebugTranscodingLoggingHelp": "Esto crear\u00e1 archivos de registro muy grandes y s\u00f3lo se recomienda cuando sea necesario para solucionar problemas.",
-    "OptionUpscaling": "Permitir que los clientes soliciten v\u00eddeo upscaled",
-    "OptionUpscalingHelp": "En algunos casos esto se traducir\u00e1 en una mejora de la calidad del v\u00eddeo, pero aumentar\u00e1 el uso de CPU.",
     "EditCollectionItemsHelp": "Agregar o quitar pel\u00edculas, series, discos, libros o juegos que desee agrupar dentro de esta colecci\u00f3n.",
     "HeaderAddTitles": "A\u00f1adir T\u00edtulos",
     "LabelEnableDlnaPlayTo": "Actvar la reproducci\u00f3n en DLNAi",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "P\u00e1gina arriba",
     "ButtonPageDown": "P\u00e1gina abajo",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Inicio"
+    "ButtonHome": "Inicio",
+    "ButtonSearch": "Buscar",
+    "ButtonSettings": "Opciones",
+    "ButtonTakeScreenshot": "Captura de pantalla",
+    "ButtonLetterUp": "Letter arriba",
+    "ButtonLetterDown": "Letter abajo",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Reproduciendo ahora",
+    "TabNavigation": "Navegaci\u00f3n",
+    "TabControls": "Controles",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Escenas",
+    "ButtonSubtitles": "Subt\u00edtulos",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Pista anterior",
+    "ButtonNextTrack": "Pista siguiente",
+    "ButtonStop": "Detener",
+    "ButtonPause": "Pausa",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Agrupar pel\u00edculas en colecciones",
+    "LabelGroupMoviesIntoCollectionsHelp": "Cuando se muestran las listas de pel\u00edculas, las pel\u00edculas pertenecientes a una colecci\u00f3n se mostrar\u00e1n como un elemento agrupado.",
+    "NotificationOptionPluginError": "Error en plugin",
+    "ButtonVolumeUp": "Subir volumen",
+    "ButtonVolumeDown": "Bajar volumen",
+    "ButtonMute": "Silencio",
+    "HeaderLatestMedia": "\u00daltimos medios",
+    "OptionSpecialFeatures": "Caracter\u00edsticas especiales",
+    "HeaderCollections": "Colecciones",
+    "LabelProfileCodecsHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los codecs.",
+    "LabelProfileContainersHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los contenedores.",
+    "HeaderResponseProfile": "Perfil de respuesta",
+    "LabelType": "Tipo:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Contenedor:",
+    "LabelProfileVideoCodecs": "Codecs de video:",
+    "LabelProfileAudioCodecs": "Codecs de audio:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Perfil de reproducci\u00f3n directa",
+    "HeaderTranscodingProfile": "Perfil de transcodificaci\u00f3n",
+    "HeaderCodecProfile": "Perfil de codec",
+    "HeaderCodecProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo cuando se reproducen codecs espec\u00edficos. Si se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el codec est\u00e1 configurado para reproducci\u00f3n directa.",
+    "HeaderContainerProfile": "Perfil de contenedor",
+    "HeaderContainerProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo mientras reproduce formatos espec\u00edficos. If se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el formato est\u00e1 configurado para reproducci\u00f3n directa.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video audio",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Librer\u00eda de usuario:",
+    "LabelUserLibraryHelp": "Seleccione de qu\u00e9 usuario se utilizar\u00e1 la librer\u00eda en el dispositivo. D\u00e9jelo vac\u00edo para utilizar la configuraci\u00f3n por defecto.",
+    "OptionPlainStorageFolders": "Ver todas las carpetas como carpetas de almacenamiento sin formato.",
+    "OptionPlainStorageFoldersHelp": "Si est\u00e1 activado, todas las carpetas se representan en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Mostrar todos los videos como elementos de video sin formato",
+    "OptionPlainVideoItemsHelp": "Si est\u00e1 habilitado, todos los v\u00eddeos est\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Tipos de medio soportados:",
+    "TabIdentification": "Identificaci\u00f3n",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Reproducci\u00f3n directa",
+    "TabContainers": "Contenedores",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Respuestas",
+    "HeaderProfileInformation": "Informaci\u00f3n del perfil",
+    "LabelEmbedAlbumArtDidl": "Incorporar la car\u00e1tula del \u00e1lbum en didl",
+    "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener la car\u00e1tula del \u00e1lbum. Otros pueden fallar al reproducir con esta opci\u00f3n habilitada.",
+    "LabelAlbumArtPN": "Car\u00e1tula del album PN:",
+    "LabelAlbumArtHelp": "PN utilizado para la car\u00e1tula del \u00e1lbum, dentro del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requieren un valor espec\u00edfico, independientemente del tama\u00f1o de la imagen.",
+    "LabelAlbumArtMaxWidth": "Anchura m\u00e1xima de la car\u00e1tula del album:",
+    "LabelAlbumArtMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima de la car\u00e1tula del album:",
+    "LabelAlbumArtMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Anchura m\u00e1xima de icono:",
+    "LabelIconMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
+    "LabelIconMaxHeight": "Altura m\u00e1xima de icono:",
+    "LabelIconMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
+    "LabelIdentificationFieldHelp": "Una subcadena insensible a may\u00fasculas o min\u00fasculas o una expresi\u00f3n regex.",
+    "HeaderProfileServerSettingsHelp": "Estos valores controlan el modo en que Media Browser se presentar\u00e1 en el dispositivo.",
+    "LabelMaxBitrate": "Bitrate m\u00e1ximo:",
+    "LabelMaxBitrateHelp": "Especificar una tasa de bits m\u00e1xima en entornos de ancho de banda limitado, o si el dispositivo impone su propio l\u00edmite.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar las solicitudes de intervalo de bytes de transcodificaci\u00f3n",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si est\u00e1 activado, estas solicitudes ser\u00e1n atendidas pero ignorar\u00e1n el encabezado de intervalo de bytes.",
+    "LabelFriendlyName": "Nombre amigable",
+    "LabelManufacturer": "Fabricante",
+    "LabelManufacturerUrl": "Url del fabricante",
+    "LabelModelName": "Nombre de modelo",
+    "LabelModelNumber": "N\u00famero de modelo",
+    "LabelModelDescription": "Descripci\u00f3n de modelo",
+    "LabelModelUrl": "Url del modelo",
+    "LabelSerialNumber": "N\u00famero de serie",
+    "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
+    "HeaderIdentificationCriteriaHelp": "Entre al menos un criterio de identificaci\u00f3n.",
+    "HeaderDirectPlayProfileHelp": "A\u00f1adir perfiles de reproducci\u00f3n directa para indicar qu\u00e9 formatos puede utilizar el dispositivo de forma nativa.",
+    "HeaderTranscodingProfileHelp": "A\u00f1adir perfiles de transcodificaci\u00f3n para indicar qu\u00e9 formatos se deben utilizar cuando se requiera transcodificaci\u00f3n.",
+    "HeaderResponseProfileHelp": "Perfiles de respuesta proporcionan una forma de personalizar la informaci\u00f3n que se env\u00eda al dispositivo cuando se reproducen ciertos tipos de medios.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el espacio de nombre urn:schemas-dlna-org:device-1-0.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el espacio de nombreurn:schemas-dlna-org:device-1-0.",
+    "LabelSonyAggregationFlags": "Agregaci\u00f3n de banderas Sony:",
+    "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el espacio de nombre urn:schemas-sonycom:av.",
+    "LabelTranscodingContainer": "Contenedor:",
+    "LabelTranscodingVideoCodec": "Codec de video:",
+    "LabelTranscodingVideoProfile": "Perfil de video:",
+    "LabelTranscodingAudioCodec": "Codec de audio:",
+    "OptionEnableM2tsMode": "Activar modo M2ts",
+    "OptionEnableM2tsModeHelp": "Activar modo m2ts cuando se codifique a mpegts",
+    "OptionEstimateContentLength": "Estimar longitud del contenido al transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Indicar que el servidor soporta la b\u00fasqueda de byte al transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es necesario para algunos dispositivos que no buscan el tiempo muy bien.",
+    "HeaderSubtitleDownloadingHelp": "Cuando Media Browser escanea los archivos de v\u00eddeo, puede buscar subt\u00edtulos faltantes y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Descarga subt\u00edtulos para:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subt\u00edtulos",
+    "TabChapters": "Cap\u00edtulos",
+    "HeaderDownloadChaptersFor": "Descarga nombres de los cap\u00edtulos de:",
+    "LabelOpenSubtitlesUsername": "Usuario de Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "\nReproducir pista de audio predeterminado, independientemente del idioma",
+    "LabelSubtitlePlaybackMode": "Modo de Subt\u00edtulo:",
+    "LabelDownloadLanguages": "Idiomas de descarga:",
+    "ButtonRegister": "Registrar",
+    "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el idioma de descarga",
+    "LabelSkipIfAudioTrackPresentHelp": "Desactive esta opci\u00f3n para asegurar que todos los v\u00eddeos tienen subt\u00edtulos, sin importar el idioma de audio.",
+    "HeaderSendMessage": "Enviar mensaje",
+    "ButtonSend": "Enviar",
+    "LabelMessageText": "Mensaje de texto:",
+    "MessageNoAvailablePlugins": "No hay plugins disponibles.",
+    "LabelDisplayPluginsFor": "Mostrar plugins para:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Entrar texto",
+    "LabelTypeText": "Texto",
+    "HeaderSearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos",
+    "MessageNoSubtitleSearchResultsFound": "No se han encontrado resultados en la b\u00fasqueda.",
+    "TabDisplay": "Pantalla",
+    "TabLanguages": "Idiomas",
+    "TabWebClient": "Cliente web",
+    "LabelEnableThemeSongs": "Habilitar temas musicales",
+    "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
+    "LabelEnableThemeSongsHelp": "Si est\u00e1 habilitado, se reproducir\u00e1n temas musicales de fondo mientras navega por la biblioteca.",
+    "LabelEnableBackdropsHelp": "Si est\u00e1 habilitado, se mostrar\u00e1n im\u00e1genes de fondo en algunas p\u00e1ginas mientras navega por la biblioteca.",
+    "HeaderHomePage": "P\u00e1gina de inicio",
+    "HeaderSettingsForThisDevice": "Opciones para este dispositivo",
+    "OptionAuto": "Auto",
+    "OptionYes": "Si",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "Mis vistas (botones)",
+    "OptionMyViews": "Mis vistas",
+    "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
+    "OptionResumablemedia": "Continuar",
+    "OptionLatestMedia": "\u00daltimos medios",
+    "OptionLatestChannelMedia": "Ultimos elementos de canales",
+    "HeaderLatestChannelItems": "Ultimos elementos de canales",
+    "OptionNone": "Nada",
+    "HeaderLiveTv": "TV en vivo",
+    "HeaderReports": "Informes",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferencias",
+    "MessageLoadingChannels": "Cargando contenidos del canal...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Marcar como le\u00eddo",
+    "OptionDefaultSort": "Por defecto",
+    "OptionCommunityMostWatchedSort": "M\u00e1s visto",
+    "TabNextUp": "Siguiendo",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles. Comience ver y calificar sus pel\u00edculas y vuelva para ver las recomendaciones.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Descartar",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
+    "LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
+    "OptionBestAvailableStreamQuality": "Mejor disponible",
+    "LabelEnableChannelContentDownloadingFor": "Habilitar descargas de contenido para el canal:",
+    "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan descargar contenido antes de ver. Habilite esta en ambientes de poco ancho de banda para descargar el contenido del canal durante las horas libres. El contenido se descarga como parte de la tarea programada de descargas de canal.",
+    "LabelChannelDownloadPath": "Ruta para descargas de contenidos de canales:",
+    "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada si lo desea. D\u00e9jelo en blanco para utilizar un carpeta interna del programa.",
+    "LabelChannelDownloadAge": "Borrar contenido despues de: (d\u00edas)",
+    "LabelChannelDownloadAgeHelp": "Todo contenido descargado anterior se borrar\u00e1. Continuar\u00e1 estando disponible v\u00eda streaming de internet.",
+    "ChannelSettingsFormHelp": "Instale canales como Trailers y Vimeo desde el cat\u00e1logo de plugins.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Pel\u00edculas",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Juegos",
+    "ViewTypeMusic": "M\u00fasica",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Colecciones",
+    "ViewTypeChannels": "Canales",
+    "ViewTypeLiveTV": "Tv en vivo",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Configuraci\u00f3n de pantalla",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "Mis vistas",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Mostrar contenido para adultos",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Control remoto",
+    "OptionLatestTvRecordings": "\u00daltimas grabaciones",
+    "LabelProtocolInfo": "Informaci\u00f3n de protocolo:",
+    "LabelProtocolInfoHelp": "El valor que se utilizar\u00e1 cuando se responde a una solicitud GetProtocolInfo desde el dispositivo.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "Si est\u00e1 activado, estos canales se mostrar\u00e1n directamente junto a Mis Vistas. Si est\u00e1 desactivada, ser\u00e1n mostrados separadamente en la vista de Canales.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Servicios",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Archivos de log del servidor:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Personalizar la apariencia de Explorador de medios para satisfacer las necesidades de su grupo u organizaci\u00f3n.",
+    "LabelLoginDisclaimer": "Login renuncia:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "Usted puede cancelar en cualquier momento desde su cuenta de PayPal.",
+    "OptionList": "Lista",
+    "TabDashboard": "Panel de control",
+    "TitleServer": "Servidor",
+    "LabelCache": "Cach\u00e9:",
+    "LabelLogs": "Registros:",
+    "LabelMetadata": "Metadatos:",
+    "LabelImagesByName": "Im\u00e1genes por nombre:",
+    "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
+    "HeaderLatestMusic": "\u00daltima m\u00fasica",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Keys de Api",
+    "HeaderApiKeysHelp": "Se requieren aplicaciones externas para tener una clave de API con el fin de comunicarse con Media Browser. Las claves son emitidas al iniciar una sesi\u00f3n con una cuenta de Media Browser, o mediante la introducci\u00f3n manualmente de una clave en la aplicaci\u00f3n.",
+    "HeaderApiKey": "Clave Api",
+    "HeaderApp": "App",
+    "HeaderDevice": "Dispositivo",
+    "HeaderUser": "Usuario",
+    "HeaderDateIssued": "Fecha de emisi\u00f3n",
+    "LabelChapterName": "Cap\u00edtulo {0}",
+    "HeaderNewApiKey": "Nueva Clave Api",
+    "LabelAppName": "Nombre de la app",
+    "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Otorgar un permiso a la aplicaci\u00f3n para comunicarse con Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Cerrar",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirmar borrado",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/es_MX.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "B\u00fasqueda",
-    "ButtonSettings": "Configuraci\u00f3n",
-    "ButtonTakeScreenshot": "Capturar Pantalla",
-    "ButtonLetterUp": "Siguiente letra",
-    "ButtonLetterDown": "Letra anterior",
-    "PageButtonAbbreviation": "Pag.",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Reproduci\u00e9ndo Ahora",
-    "TabNavigation": "Navegaci\u00f3n",
-    "TabControls": "Controles",
-    "ButtonFullscreen": "Cambiar a pantalla completa",
-    "ButtonScenes": "Escenas",
-    "ButtonSubtitles": "Subt\u00edtulos",
-    "ButtonAudioTracks": "Pistas de audio",
-    "ButtonPreviousTrack": "Pista anterior",
-    "ButtonNextTrack": "Pista siguiente",
-    "ButtonStop": "Detener",
-    "ButtonPause": "Pausar",
-    "ButtonNext": "Siguiente",
-    "ButtonPrevious": "Previo",
-    "LabelGroupMoviesIntoCollections": "Agrupar pel\u00edculas en colecciones",
-    "LabelGroupMoviesIntoCollectionsHelp": "Cuando se despliegan listados de pel\u00edculas, las pel\u00edculas que pertenecen a una colecci\u00f3n ser\u00e1n desplegadas agrupadas en un solo \u00edtem.",
-    "NotificationOptionPluginError": "Falla de complemento",
-    "ButtonVolumeUp": "Subir Volumen",
-    "ButtonVolumeDown": "Bajar Volumen",
-    "ButtonMute": "Mudo",
-    "HeaderLatestMedia": "Medios Recientes",
-    "OptionSpecialFeatures": "Caracter\u00edsticas Especiales",
-    "HeaderCollections": "Colecciones",
-    "LabelProfileCodecsHelp": "Separados por comas. Puede dejarse vaci\u00f3 para aplicarlo a todos los codecs.",
-    "LabelProfileContainersHelp": "Separados por comas. Puede dejarse vaci\u00f3 para aplicarlo a todos los contenedores.",
-    "HeaderResponseProfile": "Perfil de Respuesta:",
-    "LabelType": "Tipo:",
-    "LabelPersonRole": "Rol:",
-    "LabelPersonRoleHelp": "El Rol generalmente solo aplica a actores.",
-    "LabelProfileContainer": "Contenedor:",
-    "LabelProfileVideoCodecs": "Codecs de Video:",
-    "LabelProfileAudioCodecs": "Codecs de Audio:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Perfil de Reproducci\u00f3n Directa",
-    "HeaderTranscodingProfile": "Perfil de Transcodificaci\u00f3n",
-    "HeaderCodecProfile": "Perfil de Codecs",
-    "HeaderCodecProfileHelp": "Los perfiles de codificaci\u00f3n indican las limitaciones de un dispositivo al reproducir con codecs espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el codec ha sido configurado para reproduci\u00f3n directa.",
-    "HeaderContainerProfile": "Perfil del Contenedor",
-    "HeaderContainerProfileHelp": "Los perfiles de contenedor indican las limitaciones de un dispositivo al reproducir formatos espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el formato ha sifo configurado para reproducci\u00f3n directa.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Audio del Video",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Biblioteca del Usuario:",
-    "LabelUserLibraryHelp": "Seleccione la biblioteca de usuario a desplegar en el dispositivo. Deje vac\u00edo para heredar la configuraci\u00f3n por defecto.",
-    "OptionPlainStorageFolders": "Desplegar todas las carpetas como carpetas de almacenamiento simples.",
-    "OptionPlainStorageFoldersHelp": "Si se habilita, todos las carpetas ser\u00e1n representadas en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Desplegar todos los videos como elemenos de video simples",
-    "OptionPlainVideoItemsHelp": "Se se habilita, todos los videos ser\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Tipos de Medios Soportados:",
-    "TabIdentification": "Identificaci\u00f3n",
-    "HeaderIdentification": "Identificaci\u00f3n",
-    "TabDirectPlay": "Reproducci\u00f3n Directa",
-    "TabContainers": "Contenedores",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Respuestas",
-    "HeaderProfileInformation": "Informaci\u00f3n de Perfil",
-    "LabelEmbedAlbumArtDidl": "Incrustar arte del \u00e1lbum en DIDL",
-    "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener arte del \u00e1lbum. Otros podr\u00edan fallar al reproducir con esta opci\u00f3n habilitada.",
-    "LabelAlbumArtPN": "PN para arte del \u00e1lbum:",
-    "LabelAlbumArtHelp": "PN usado para arte del \u00e1lbum, dento del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requeren valores espec\u00edficos, independientemente del tama\u00f1o de la imagen.",
-    "LabelAlbumArtMaxWidth": "Ancho m\u00e1ximo para arte del \u00e1lbum:",
-    "LabelAlbumArtMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima para arte del \u00e1lbum:",
-    "LabelAlbumArtMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Ancho m\u00e1ximo de \u00efcono:",
-    "LabelIconMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
-    "LabelIconMaxHeight": "Altura m\u00e1xima de \u00efcono:",
-    "LabelIconMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
-    "LabelIdentificationFieldHelp": "Una subcadena insensible a la diferencia entre min\u00fasculas y may\u00fasculas o expresi\u00f3n regex.",
-    "HeaderProfileServerSettingsHelp": "Estos valores controlan la manera en que Media Browser se presentar\u00e1 a s\u00ed mismo ante el dispositivo.",
-    "LabelMaxBitrate": "Tasa de bits m\u00e1xima:",
-    "LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.",
-    "LabelMaxStreamingBitrate": "Tasa de bits m\u00e1xima para transmisi\u00f3n:",
-    "LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
-    "LabelMaxStaticBitrate": "Tasa m\u00e1xima de bits de sinc",
-    "LabelMaxStaticBitrateHelp": "Especifique una tasa de bits cuando al sincronizar contenido en alta calidad.",
-    "LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
-    "LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
-    "LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Especifique la tasa de bits m\u00e1xima al transferir musica en tiempo real",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar solicitudes de transcodificaci\u00f3n de rango de byte.",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si se habilita, estas solicitudes seran honradas pero se ignorar\u00e1 el encabezado de rango de byte.",
-    "LabelFriendlyName": "Nombre amistoso:",
-    "LabelManufacturer": "Fabricante:",
-    "LabelManufacturerUrl": "URL del fabricante:",
-    "LabelModelName": "Nombre del modelo:",
-    "LabelModelNumber": "N\u00famero del modelo:",
-    "LabelModelDescription": "Descripci\u00f3n del modelo:",
-    "LabelModelUrl": "URL del modelo:",
-    "LabelSerialNumber": "N\u00famero de serie:",
-    "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
-    "HeaderIdentificationCriteriaHelp": "Capture, al menos, un criterio de identificaci\u00f3n.",
-    "HeaderDirectPlayProfileHelp": "Agregue perfiles de reproducci\u00f3n directa para indicar que formatos puede manejar el dispositivo de manera nativa.",
-    "HeaderTranscodingProfileHelp": "Agruegue perfiles de transcodificaci\u00f3n para indicar que formatos deben ser usados cuando se requiera transcodificar.",
-    "HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan un medio para personalizar la informaci\u00f3n enviada a un dispositivo cuando se reproducen ciertos tipos de medios.",
-    "LabelXDlnaCap": "X-DLNA cap:",
-    "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el namespace urn:schemas-dlna-org:device-1-0.",
-    "LabelXDlnaDoc": "X-DLNA Doc:",
-    "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el namespace urn:schemas-dlna-org:device-1-0.",
-    "LabelSonyAggregationFlags": "Banderas de agregaci\u00f3n Sony:",
-    "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el namespace urn:schemas-sonycom:av",
-    "LabelTranscodingContainer": "Contenedor:",
-    "LabelTranscodingVideoCodec": "Codec de video:",
-    "LabelTranscodingVideoProfile": "Perfil de video:",
-    "LabelTranscodingAudioCodec": "Codec de audio:",
-    "OptionEnableM2tsMode": "Habilitar modo M2ts:",
-    "OptionEnableM2tsModeHelp": "Habilita el modo m2ts cuando se codifican mpegs.",
-    "OptionEstimateContentLength": "Estimar la duraci\u00f3n del contenido cuando se transcodifica",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que el servidor soporta busqueda de bytes al transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es requerido para algunos dispositivos que no pueden hacer b\u00fasquedas por tiempo muy bien.",
-    "HeaderSubtitleDownloadingHelp": "Cuando Media Browser examina sus archivos de video puede buscar los subt\u00edtulos faltantes, y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Descargar subt\u00edtulos para:",
-    "MessageNoChapterProviders": "Instale un complemento proveedor de cap\u00edtulos como ChapterDb para habilitar opciones adicionales de cap\u00edtulos.",
-    "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Manteniendo las versiones de texto de los subtitulos resultara una entrega mas eficiente de los mismos y disminuir\u00e1 las posibilidades de que un video sea transcodificado.",
-    "TabSubtitles": "Subt\u00edtulos",
-    "TabChapters": "Cap\u00edtulos",
-    "HeaderDownloadChaptersFor": "Descargar nombres de cap\u00edtulos para:",
-    "LabelOpenSubtitlesUsername": "Nombre de usuario de Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "Cuando Media Browser analiza sus archivos de video puede descargar nombres amigables de cap\u00edtulos desde el Internet usando complementos de cap\u00edtulos como ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
-    "LabelSubtitlePlaybackMode": "Modo de subt\u00edtulo:",
-    "LabelDownloadLanguages": "Descargar lenguajes:",
-    "ButtonRegister": "Registrar",
-    "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el lenguaje de descarga",
-    "LabelSkipIfAudioTrackPresentHelp": "Desactive esto para asegurar que todos los videos tengan subt\u00edtulos, independientemente del lenguaje del audio.",
-    "HeaderSendMessage": "Enviar Mensaje",
-    "ButtonSend": "Enviar",
-    "LabelMessageText": "Texto del Mensaje:",
-    "MessageNoAvailablePlugins": "No hay complementos disponibles.",
-    "LabelDisplayPluginsFor": "Desplegar complementos para:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Nombre del episodio",
-    "LabelSeriesNamePlain": "Nombre de la serie",
-    "ValueSeriesNamePeriod": "Nombre.serie",
-    "ValueSeriesNameUnderscore": "Nombre_serie",
-    "ValueEpisodeNamePeriod": "Nombre del episodio",
-    "ValueEpisodeNameUnderscore": "Nombre_episodio",
-    "LabelSeasonNumberPlain": "N\u00famero de temporada",
-    "LabelEpisodeNumberPlain": "N\u00famero de episodio",
-    "LabelEndingEpisodeNumberPlain": "N\u00famero del episodio final",
-    "HeaderTypeText": "Capturar Texto",
-    "LabelTypeText": "Texto",
-    "HeaderSearchForSubtitles": "Buscar Subtitulos",
-    "MessageNoSubtitleSearchResultsFound": "No se encontraron resultados en la b\u00fasqueda.",
-    "TabDisplay": "Pantalla",
-    "TabLanguages": "Idiomas",
-    "TabWebClient": "Cliente Web",
-    "LabelEnableThemeSongs": "Habilitar canciones de tema",
-    "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
-    "LabelEnableThemeSongsHelp": "Al activarse, las canciones de tema ser\u00e1n reproducidas en segundo plano mientras se navega en la biblioteca.",
-    "LabelEnableBackdropsHelp": "Al activarse, las im\u00e1genes de fondo ser\u00e1n mostradas en el fondo de algunas paginas mientras se navega en la biblioteca.",
-    "HeaderHomePage": "P\u00e1gina de Inicio",
-    "HeaderSettingsForThisDevice": "Configuraci\u00f3n de Este Dispositivo",
-    "OptionAuto": "Autom\u00e1tico",
-    "OptionYes": "Si",
-    "OptionNo": "No",
-    "HeaderOptions": "Opciones",
-    "HeaderIdentificationResult": "Resultado de la Identificaci\u00f3n",
-    "LabelHomePageSection1": "Pagina de Inicio secci\u00f3n uno:",
-    "LabelHomePageSection2": "Pagina de Inicio secci\u00f3n dos:",
-    "LabelHomePageSection3": "Pagina de Inicio secci\u00f3n tres:",
-    "LabelHomePageSection4": "Pagina de Inicio secci\u00f3n cuatro:",
-    "OptionMyViewsButtons": "Mis vistas (botones)",
-    "OptionMyViews": "Mis vistas",
-    "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
-    "OptionResumablemedia": "Continuar",
-    "OptionLatestMedia": "Medios recientes",
-    "OptionLatestChannelMedia": "Elementos recientes de canales",
-    "HeaderLatestChannelItems": "Elementos Recientes de Canales",
-    "OptionNone": "Ninguno",
-    "HeaderLiveTv": "TV en Vivo",
-    "HeaderReports": "Reportes",
-    "HeaderMetadataManager": "Administrador de Metadatos",
-    "HeaderPreferences": "Preferencias",
-    "MessageLoadingChannels": "Cargando contenidos del canal...",
-    "MessageLoadingContent": "Cargando contenido...",
-    "ButtonMarkRead": "Marcar como Le\u00eddo",
-    "OptionDefaultSort": "Por defecto",
-    "OptionCommunityMostWatchedSort": "M\u00e1s Visto",
-    "TabNextUp": "A Continuaci\u00f3n",
-    "HeaderBecomeMediaBrowserSupporter": "Convertirse en un Aficionado de Media Browser",
-    "TextEnjoyBonusFeatures": "Disfruta de Caracter\u00edsticas Premium",
-    "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles en este momento. Comienza a ver y a calificar tus pel\u00edculas, y regresa para ver tus recomendaciones.",
-    "MessageNoCollectionsAvailable": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de Pel\u00edculas, Series, \u00c1lbums, Libros y Juegos. Haga clic en el bot\u00f3n + para iniciar la creaci\u00f3n de Colecciones.",
-    "MessageNoPlaylistsAvailable": "Las listas de reproducci\u00f3n le permiten crear listas de contenidos a ser reproducidos de manera consecutiva. Para agregar \u00edtems a una lista de reproducci\u00f3n, haga clic derecho o seleccione y mantenga, despu\u00e9s seleccione Agregar a Lista de Reproducci\u00f3n.",
-    "MessageNoPlaylistItemsAvailable": "Esta lista de reproducci\u00f3n se encuentra vac\u00eda.",
-    "ButtonDismiss": "Descartar",
-    "ButtonEditOtherUserPreferences": "Editar la contrase\u00f1a y preferencias personales de este perfil de usuario.",
-    "LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
-    "LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
-    "OptionBestAvailableStreamQuality": "La mejor disponible",
-    "LabelEnableChannelContentDownloadingFor": "Habilitar descarga de contenidos del canal para:",
-    "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan la descarga de contenido previo a su despliegue. Habilite esto en ambientes de ancho de banda limitados para descargar contenido del canal en horarios no pico. El contenido es descargado como parte de la tarea programada para descarga del canal.",
-    "LabelChannelDownloadPath": "Ruta de descarga de contenido del canal:",
-    "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada para descargas si as\u00ed lo desea. D\u00e9jelo vac\u00edo para descargar a una carpeta de datos interna del programa.",
-    "LabelChannelDownloadAge": "Eliminar contenido despu\u00e9s de: (d\u00edas)",
-    "LabelChannelDownloadAgeHelp": "El contenido descargado anterior a esto ser\u00e1 eliminado. Permanecer\u00e1 reproducible via transmisi\u00f3n en tiempo real por Internet.",
-    "ChannelSettingsFormHelp": "Instale canales tales como Avances y Vimeo desde el cat\u00e1logo de complementos.",
-    "ButtonOptions": "Opciones",
-    "ViewTypeMovies": "Pel\u00edculas",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Juegos",
-    "ViewTypeMusic": "M\u00fasica",
-    "ViewTypeMusicGenres": "G\u00e9neros",
-    "ViewTypeMusicArtists": "Artistas",
-    "ViewTypeBoxSets": "Colecciones",
-    "ViewTypeChannels": "Canales",
-    "ViewTypeLiveTV": "TV en Vivo",
-    "ViewTypeLiveTvNowPlaying": "Transmiti\u00e9ndose",
-    "ViewTypeLatestGames": "Juegos Recientes",
-    "ViewTypeRecentlyPlayedGames": "Reproducido Reci\u00e9ntemente",
-    "ViewTypeGameFavorites": "Favoritos",
-    "ViewTypeGameSystems": "Sistemas de Juego",
-    "ViewTypeGameGenres": "G\u00e9neros",
-    "ViewTypeTvResume": "Continuar",
-    "ViewTypeTvNextUp": "Siguiente",
-    "ViewTypeTvLatest": "Recientes",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "G\u00e9neros",
-    "ViewTypeTvFavoriteSeries": "Series Favoritas",
-    "ViewTypeTvFavoriteEpisodes": "Episodios Favoritos",
-    "ViewTypeMovieResume": "Continuar",
-    "ViewTypeMovieLatest": "Recientes",
-    "ViewTypeMovieMovies": "Pel\u00edculas",
-    "ViewTypeMovieCollections": "Colecciones",
-    "ViewTypeMovieFavorites": "Favoritos",
-    "ViewTypeMovieGenres": "G\u00e9neros",
-    "ViewTypeMusicLatest": "Recientes",
-    "ViewTypeMusicAlbums": "\u00c1lbums",
-    "ViewTypeMusicAlbumArtists": "Artistas del \u00c1lbum",
-    "HeaderOtherDisplaySettings": "Configuraci\u00f3n de Pantalla",
-    "ViewTypeMusicSongs": "Canciones",
-    "ViewTypeMusicFavorites": "Favoritos",
-    "ViewTypeMusicFavoriteAlbums": "\u00c1lbums Favoritos",
-    "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
-    "ViewTypeMusicFavoriteSongs": "Canciones Favoritas",
-    "HeaderMyViews": "Mis Vistas",
-    "LabelSelectFolderGroups": "Agrupar autom\u00e1ticamente el contenido de las siguientes carpetas en vistas tales como Pel\u00edculas, M\u00fasica y TV:",
-    "LabelSelectFolderGroupsHelp": "Las carpetas sin marcar ser\u00e1n desplegadas individualmente en su propia vista.",
-    "OptionDisplayAdultContent": "Desplegar contenido para Adultos",
-    "OptionLibraryFolders": "Carpetas de medios",
-    "TitleRemoteControl": "Control Remoto",
-    "OptionLatestTvRecordings": "Grabaciones recientes",
-    "LabelProtocolInfo": "Informaci\u00f3n del protocolo:",
-    "LabelProtocolInfoHelp": "El valor que ser\u00e1 utilizado cuando se responde a solicitudes GetProtocolInfo desde el dispositivo.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser incluye soporte nativo para archivos de metadatos Nfo. Para habilitar o deshabilitar los metadatos Nfo, utilice la pesta\u00f1a Avanzado para configurar las opciones para sus tipos de medios.",
-    "LabelKodiMetadataUser": "Sincronizar informaci\u00f3n de vistos a nfo's para:",
-    "LabelKodiMetadataUserHelp": "Habilitar esto para mantener monitoreo de datos en sincron\u00eda entre Media Browser y los archivos Nfo.",
-    "LabelKodiMetadataDateFormat": "Formato de fecha de estreno:",
-    "LabelKodiMetadataDateFormatHelp": "Todas las fechas en los nfo\u00b4s ser\u00e1n le\u00eddas y escritas utilizando este formato.",
-    "LabelKodiMetadataSaveImagePaths": "Guardar trayectorias de im\u00e1genes en los archivos nfo",
-    "LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tiene nombres de imagenes que no se ajustan a los lineamientos de Kodi.",
-    "LabelKodiMetadataEnablePathSubstitution": "Habilitar sustituci\u00f3n de trayectorias",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Habilita la sustituci\u00f3n de trayectorias de im\u00e1genes usando la configuraci\u00f3n de sustituci\u00f3n de trayectorias del servidor.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver sustituci\u00f3n de trayectoras.",
-    "LabelGroupChannelsIntoViews": "Desplegar los siguientes canales directamente en mis vistas:",
-    "LabelGroupChannelsIntoViewsHelp": "Al activarse, estos canales ser\u00e1n desplegados directamente junto con otras vistas. Si permanecen deshabilitados, ser\u00e1n desplegados dentro de una vista independiente de Canales.",
-    "LabelDisplayCollectionsView": "Desplegar una vista de colecciones para mostrar las colecciones de pel\u00edculas",
-    "LabelDisplayCollectionsViewHelp": "Esto crear\u00e1 una vista separada para desplegar colecciones que usted haya creado o a las que tenga acceso. Para crear una colecci\u00f3n, haga clic derecho o presione y mantenga sobre cualquier pel\u00edcula y seleccione 'Agregar a Colecci\u00f3n'.",
-    "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart en extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Cuando se descargan im\u00e1genes pueden ser almacenadas tanto en extrafanart como extrathumb para maximizar la compatibilidad con skins de Kodi.",
-    "TabServices": "Servicios",
-    "TabLogs": "Bit\u00e1coras",
-    "HeaderServerLogFiles": "Archivos de registro del servidor:",
-    "TabBranding": "Establecer Marca",
-    "HeaderBrandingHelp": "Personaliza la apariencia de Media Browser para ajustarla a las necesidades de tu grupo u organizaci\u00f3n.",
-    "LabelLoginDisclaimer": "Aviso de Inicio de Sesi\u00f3n:",
-    "LabelLoginDisclaimerHelp": "Esto se mostrara al final de la pagina de inicio de sesi\u00f3n.",
-    "LabelAutomaticallyDonate": "Donar autom\u00e1ticamente este monto cada mes",
-    "LabelAutomaticallyDonateHelp": "Puedes cancelarlo en cualquier momento por medio de tu cuenta PayPal.",
-    "OptionList": "Lista",
-    "TabDashboard": "Panel de Control",
-    "TitleServer": "Servidor",
-    "LabelCache": "Cach\u00e9:",
-    "LabelLogs": "Bit\u00e1coras:",
-    "LabelMetadata": "Metadatos:",
-    "LabelImagesByName": "Im\u00e1genes por nombre:",
-    "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
-    "HeaderLatestMusic": "M\u00fasica Reciente",
-    "HeaderBranding": "Establecer Marca",
-    "HeaderApiKeys": "Llaves de API",
-    "HeaderApiKeysHelp": "Las aplicaciones externas requieren de una llave de API para comunicarse con Media Browser. Las llaves son otorgadas al iniciar sesi\u00f3n con una cuenta de Media Browser; o bien, otorgando manualmente una llave a la aplicaci\u00f3n.",
-    "HeaderApiKey": "Llave de API",
-    "HeaderApp": "App",
-    "HeaderDevice": "Dispositivo",
-    "HeaderUser": "Usuario",
-    "HeaderDateIssued": "Fecha de Emisi\u00f3n",
-    "LabelChapterName": "Cap\u00edtulo {0}",
-    "HeaderNewApiKey": "Nueva llave de API",
-    "LabelAppName": "Nombre del App",
-    "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Otorgar persmiso a una aplicaci\u00f3n para comunicarse con Media Browser.",
-    "HeaderHttpHeaders": "Encabezados Http",
-    "HeaderIdentificationHeader": "Encabezado de Identificaci\u00f3n",
-    "LabelValue": "Valor:",
-    "LabelMatchType": "Tipo de Coincidencia:",
-    "OptionEquals": "Igual a",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Subcadena",
-    "TabView": "Vista",
-    "TabSort": "Ordenaci\u00f3n",
-    "TabFilter": "Filtro",
-    "ButtonView": "Vista",
-    "LabelPageSize": "Cantidad de \u00cdtems:",
-    "LabelPath": "Trayectoria:",
-    "LabelView": "Vista:",
-    "TabUsers": "Usuarios",
-    "LabelSortName": "Nombre para ordenar:",
-    "LabelDateAdded": "Fecha de adici\u00f3n:",
-    "HeaderFeatures": "Caracter\u00edsticas",
-    "HeaderAdvanced": "Avanzado",
-    "ButtonSync": "SInc",
-    "TabScheduledTasks": "Tareas Programadas",
-    "HeaderChapters": "Cap\u00edtulos",
-    "HeaderResumeSettings": "Configuraci\u00f3n para Continuar",
-    "TabSync": "Sinc",
-    "TitleUsers": "Usuarios",
-    "LabelProtocol": "Protocolo:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Transmisi\u00f3n en vivo por Http",
-    "LabelContext": "Contexto:",
-    "OptionContextStreaming": "Transmisi\u00f3n",
-    "OptionContextStatic": "Sinc.",
-    "ButtonAddToPlaylist": "Agregar a lista de reproducci\u00f3n",
-    "TabPlaylists": "Listas de reproducci\u00f3n",
-    "ButtonClose": "Cerrar",
-    "LabelAllLanguages": "Todos los lenguajes",
-    "HeaderBrowseOnlineImages": "Buscar Im\u00e1genes en L\u00ednea",
-    "LabelSource": "Fuente:",
-    "OptionAll": "Todos",
-    "LabelImage": "Im\u00e1gen:",
-    "ButtonBrowseImages": "Buscar im\u00e1genes",
-    "HeaderImages": "Im\u00e1genes",
-    "HeaderBackdrops": "Im\u00e1genes de fondo",
-    "HeaderScreenshots": "Capturas de pantalla",
-    "HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen",
-    "LabelJpgPngOnly": "JPG\/PNG solamente",
-    "LabelImageType": "Tipo de Im\u00e1gen:",
-    "OptionPrimary": "Principal",
-    "OptionArt": "Arte",
-    "OptionBox": "Caja",
-    "OptionBoxRear": "Reverso de caja",
-    "OptionDisc": "Disco",
-    "OptionLogo": "Logotipo",
-    "OptionMenu": "Men\u00fa",
-    "OptionScreenshot": "Captura de pantalla",
-    "OptionLocked": "Bloqueado",
-    "OptionUnidentified": "No Identificado",
-    "OptionMissingParentalRating": "Falta clasificaci\u00f3n parental",
-    "OptionStub": "Plantilla",
-    "HeaderEpisodes": "Episodios:",
-    "OptionSeason0": "Temporada 0",
-    "LabelReport": "Reporte:",
-    "OptionReportSongs": "Canciones",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Temporadas",
-    "OptionReportTrailers": "Avances",
-    "OptionReportMusicVideos": "Videos Musicales",
-    "OptionReportMovies": "Pel\u00edculas",
-    "OptionReportHomeVideos": "Videos caseros",
-    "OptionReportGames": "Juegos",
-    "OptionReportEpisodes": "Episodios",
-    "OptionReportCollections": "Colecciones",
-    "OptionReportBooks": "Libros",
-    "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbums",
-    "OptionReportAdultVideos": "Videos para Adultos",
-    "ButtonMore": "M\u00e1s",
-    "HeaderActivity": "Actividad",
-    "ScheduledTaskStartedWithName": "{0} Iniciado",
-    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
-    "ScheduledTaskCompletedWithName": "{0} completado",
-    "ScheduledTaskFailed": "Tarea programada completada",
-    "PluginInstalledWithName": "{0} fue instalado",
-    "PluginUpdatedWithName": "{0} fue actualizado",
-    "PluginUninstalledWithName": "{0} fue desinstalado",
-    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
-    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
-    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
-    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
-    "DeviceOfflineWithName": "{0} se ha desconectado",
-    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
-    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
-    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
-    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
-    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
-    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
-    "UserCreatedWithName": "Se ha creado el usuario {0}",
-    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
-    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
-    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
-    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
-    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
-    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
-    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
-    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
-    "ProviderValue": "Proveedor: {0}",
-    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
-    "HeaderRecentActivity": "Actividad Reciente",
-    "HeaderPeople": "Personas",
-    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
-    "OptionComposers": "Compositores",
-    "OptionOthers": "Otros",
-    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
-    "ViewTypeFolders": "Carpetas",
-    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
-    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
-    "ViewTypeLiveTvChannels": "Canales",
-    "LabelEasyPinCode": "C\u00f3digo pin sencillo:",
-    "EasyPasswordHelp": "Tu c\u00f3digo pin sencillo es usado para el acceso fuera de linea con las aplicaciones Media Browser soportadas, y tambi\u00e9n puede ser usado para un inicio de sesi\u00f3n mas f\u00e1cil cuando esta conectado a su red.",
-    "LabelInNetworkSignInWithEasyPassword": "Habilitar inicio de sesi\u00f3n con mi c\u00f3digo pin sencillo para conexiones dentro de la red.",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "Si esta habilitado. Podr\u00e1s usar tu c\u00f3digo pin sencillo para iniciar sesi\u00f3n en las aplicaciones Media Browser dentro de tu red de hogar. La contrase\u00f1a regular sera necesaria solamente cuando este fuera de casa. Si el c\u00f3digo pin se deja en blanco, no se necesitara contrase\u00f1a dentro de su casa.",
-    "HeaderPassword": "Contrase\u00f1a",
-    "HeaderLocalAccess": "Acceso Local",
-    "HeaderViewOrder": "Orden de Despliegue",
-    "ButtonResetEasyPassword": "Restaurar c\u00f3digo pin sencillo",
-    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
-    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
-    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
-    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
-    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
-    "OptionRefreshAllData": "Actualizar todos los metadatos",
-    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
-    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
-    "HeaderRefreshMetadata": "Actualizar Metadatos",
-    "HeaderPersonInfo": "Info de la Persona",
-    "HeaderIdentifyItem": "Identificar \u00cdtem",
-    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
-    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
-    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
-    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
-    "ButtonIdentify": "Identificar",
-    "LabelAlbumArtist": "Artista del \u00e1lbum:",
-    "LabelAlbum": "\u00c1lbum",
-    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
-    "LabelVoteCount": "Cantidad de votos:",
-    "LabelMetascore": "Metaescore:",
-    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
-    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
-    "LabelAwardSummary": "Res\u00famen de premios:",
-    "LabelWebsite": "Sitio web:",
-    "LabelTagline": "Eslogan",
-    "LabelOverview": "Sinopsis:",
-    "LabelShortOverview": "Sinopsis corta:",
-    "LabelReleaseDate": "Fecha de estreno:",
-    "LabelYear": "A\u00f1o:",
-    "LabelPlaceOfBirth": "Lugar de nacimiento:",
-    "LabelEndDate": "Fecha de Fin:",
-    "LabelAirDate": "D\u00edas al aire:",
-    "LabelAirTime:": "Tiempo al \u00e1ire:",
-    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
-    "LabelParentalRating": "Calificaci\u00f3n parental:",
-    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
-    "LabelBudget": "Presupuesto",
-    "LabelRevenue": "Ingresos ($):",
-    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
-    "LabelPlayers": "Jugadores:",
-    "Label3DFormat": "Formato 3D:",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
-    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
-    "HeaderExternalIds": "Id\u00b4s Externos:",
-    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
-    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
-    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
-    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
-    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
-    "LabelTreatImageAs": "Tratar imagen como:",
-    "LabelDisplayOrder": "Ordenamiento de despliegue:",
-    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
-    "HeaderCountries": "Pa\u00edses",
-    "HeaderGenres": "G\u00e9neros",
-    "HeaderPlotKeywords": "Palabras clave de la Trama",
-    "HeaderStudios": "Estudios",
-    "HeaderTags": "Etiquetas",
-    "HeaderMetadataSettings": "Configuraciones de los metadatos",
-    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
-    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
-    "TabDonate": "Donar",
-    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
-    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
-    "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
-    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
-    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
-    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
-    "OptionNoTrailer": "Sin Avance",
-    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
-    "OptionNoThemeVideo": "Sin Video del Tema",
-    "LabelOneTimeDonationAmount": "Cantidad a donar:",
-    "ButtonDonate": "Donar",
-    "OptionActor": "Actor",
-    "OptionComposer": "Compositor",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Estrella invitada",
-    "OptionProducer": "Productor",
-    "OptionWriter": "Escritor",
-    "LabelAirDays": "Se emite los d\u00edas:",
-    "LabelAirTime": "Duraci\u00f3n:",
-    "HeaderMediaInfo": "Info del Medio",
-    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
-    "HeaderInstall": "Instalar",
-    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
-    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
-    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
-    "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
-    "HeaderReviews": "Rese\u00f1as",
-    "HeaderDeveloperInfo": "Info del desarrollador",
-    "HeaderRevisionHistory": "Historial de Versiones",
-    "ButtonViewWebsite": "Ver sitio web",
-    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrentes pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
-    "HeaderXmlSettings": "Configuraci\u00f3n XML",
-    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
-    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
-    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
-    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
-    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
-    "LabelConnectGuestUserName": "Su nombre de usuario de Media Browser o direcci\u00f3n de correo electr\u00f3nico:",
-    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
-    "LabelConnectUserNameHelp": "Conectar este usuario a una cuenta de Media Browser para habilitar un un inicio de sesi\u00f3n simplificado de Media Browser en cualquier aplicaci\u00f3n sin tener que conocer la direcci\u00f3n IP del servidor.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
-    "LabelExternalPlayers": "Reproductores Externos:",
-    "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
-    "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
-    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
-    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
-    "LabelFormat": "Formato:",
-    "LabelMethod": "M\u00e9todo:",
-    "LabelDidlMode": "Modo DIDL:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "Elemento res",
-    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
-    "OptionExternallyDownloaded": "Descarga externa",
-    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
-    "LabelSubtitleFormatHelp": "Ejemplo: srt",
-    "ButtonLearnMore": "Aprenda m\u00e1s",
-    "TabPlayback": "Reproducci\u00f3n",
-    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
-    "TabCinemaMode": "Modo Cine",
-    "TitlePlayback": "Reproducci\u00f3n",
-    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
-    "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
-    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
-    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
-    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
-    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
-    "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
-    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
-    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
-    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
-    "ValueSpecialEpisodeName": "Especial: {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
-    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
-    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
-    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
-    "LabelEnableCinemaMode": "Activar modo cine",
-    "HeaderCinemaMode": "Modo cine",
-    "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
-    "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
-    "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
-    "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
-    "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
-    "TitleDevices": "Dispositivos",
-    "TabCameraUpload": "Subir desde la C\u00e1mara",
-    "TabDevices": "Dispositivos",
-    "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
-    "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subir desde la c\u00e1mara.",
-    "LabelCameraUploadPath": "Ruta para subir desde la c\u00e1mara:",
-    "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada de subida. Si no se especifica, una carpeta por omisi\u00f3n ser\u00e1 usada. Si usa una trayectoria personalizada, tambi\u00e9n ser\u00e1 necesario agregarla en el \u00e1rea de configuraci\u00f3n de la biblioteca.",
-    "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
-    "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
-    "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
-    "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
-    "HeaderInviteUser": "Invitar Usuario",
-    "LabelConnectGuestUserNameHelp": "Este es el nombre de usuario que su amigo utiliza para iniciar sesi\u00f3n en el sitio web de Media Browser, o su cuenta de correo electr\u00f3nico.",
-    "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
-    "ButtonSendInvitation": "Enviar invitaci\u00f3n",
-    "HeaderSignInWithConnect": "Iniciar sesi\u00f3n con Media Browser Connect",
-    "HeaderGuests": "Invitados",
-    "HeaderLocalUsers": "Usuarios Locales",
-    "HeaderPendingInvitations": "Invitaciones Pendientes",
-    "TabParentalControl": "Control Parental",
-    "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
-    "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
-    "ButtonAddSchedule": "Agregar Programaci\u00f3n",
-    "LabelAccessDay": "D\u00eda de la semana:",
-    "LabelAccessStart": "Horario de comienzo:",
-    "LabelAccessEnd": "Horario de fin:",
-    "HeaderSchedule": "Programacion",
-    "OptionEveryday": "Todos los d\u00edas",
-    "OptionWeekdays": "D\u00edas de semana",
-    "OptionWeekends": "Fines de semana",
-    "MessageProfileInfoSynced": "La informaci\u00f3n del perfil de usuario se ha sincronizado con Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Vincular tu cuenta de Media Browser",
-    "ButtonTrailerReel": "Carrete de Avances",
-    "HeaderTrailerReel": "Carrete de Avances",
-    "OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente avances no vistos",
-    "HeaderTrailerReelHelp": "Iniciar un carrete de avances para reproducir una lista de reproducci\u00f3n de larga duraci\u00f3n de avances.",
-    "MessageNoTrailersFound": "No se encontraron avances. Instale el canal de avances para mejorar su experiencia con pel\u00edculas al agregar una biblioteca de avances desde el Internet.",
-    "HeaderNewUsers": "Nuevos Usuarios",
-    "ButtonSignUp": "Registrarse",
-    "ButtonForgotPassword": "Olvid\u00e9 contrase\u00f1a",
-    "OptionDisableUserPreferences": "Desactivar acceso a las preferencias de usuario",
-    "OptionDisableUserPreferencesHelp": "Al activarse, s\u00f3lo los administradores podr\u00e1n configurar las im\u00e1genes del perfil del usuario, contrase\u00f1as y preferencias de idioma.",
-    "HeaderSelectServer": "Seleccionar Servidor",
-    "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si se le ha invitado a compartir un servidor, aseg\u00farese de aceptarlo aqu\u00ed abajo o haciendo clic en la liga del correo electr\u00f3nico.",
-    "TitleNewUser": "Nuevo Usuario",
-    "ButtonConfigurePassword": "Configura una Contrase\u00f1a",
-    "HeaderDashboardUserPassword": "Las contrase\u00f1as de usuario son manejadas dentro de las configuraciones personales de cada perfil de usuario.",
-    "HeaderLibraryAccess": "Acceso a la Biblioteca",
-    "HeaderChannelAccess": "Acceso a los Canales",
-    "HeaderLatestItems": "Elementos Recientes",
-    "LabelSelectLastestItemsFolders": "Incluir medios de las siguientes secciones en Elementos Recientes",
-    "HeaderShareMediaFolders": "Compartir Carpetas de Medios",
-    "MessageGuestSharingPermissionsHelp": "Muchas de las caracter\u00edsticas no est\u00e1n disponibles inicialmente para invitados pero pueden ser activadas conforme se necesiten.",
-    "HeaderInvitations": "Invitaciones",
-    "LabelForgotPasswordUsernameHelp": "Ingresa tu nombre de usuario, si lo recuerdas.",
-    "HeaderForgotPassword": "Contrase\u00f1a Olvidada",
-    "TitleForgotPassword": "Contrase\u00f1a Olvidada",
-    "TitlePasswordReset": "Restablecer Contrase\u00f1a",
-    "LabelPasswordRecoveryPinCode": "C\u00f3digo pin:",
-    "HeaderPasswordReset": "Restablecer Contrase\u00f1a",
-    "HeaderParentalRatings": "Clasificaci\u00f3n Parental",
-    "HeaderVideoTypes": "Tipos de Video",
-    "HeaderYears": "A\u00f1os",
-    "HeaderAddTag": "Agregar Etiqueta",
-    "LabelBlockItemsWithTags": "Bloquear \u00edtems con etiquetas:",
-    "LabelTag": "Etiqueta:",
-    "LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
-    "LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderisaran apropiadamente si hay m\u00faltiples im\u00e1genes incrustadas en el Didl",
-    "TabActivity": "Actividad",
-    "TitleSync": "Sinc",
-    "OptionAllowSyncContent": "Sinc.",
-    "OptionAllowContentDownloading": "Descarga de medios",
-    "NameSeasonUnknown": "Temporada Desconocida",
-    "NameSeasonNumber": "Temporada {0}",
-    "LabelNewUserNameHelp": "Los nombres de usuario pueden contener letras (a-z), n\u00fameros (0-9), guiones (-), guiones bajos (_) y puntos (.)",
-    "TabJobs": "Trabajos",
-    "TabSyncJobs": "Trabajos de Sinc",
     "LabelExit": "Salir",
     "LabelVisitCommunity": "Visitar la Comunidad",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Trayectoria de archivos temporales:",
     "LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sinc. Los medios convertidos creados durante el proceso de sinc ser\u00e1n almacenados en este lugar.",
     "LabelCustomCertificatePath": "Trayectoria del certificado personalizado:",
-    "LabelCustomCertificatePathHelp": "Proporcione su certificado ssl propio. Si se omite, el servidor crear\u00e1 un certificado auto-firmado.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notificaciones",
     "ButtonDonateWithPayPal": "Donar con PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detectar archivos comprimidos como medios",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Ayuda",
     "OptionAllowUserToManageServer": "Permitir a este usuario administrar el servidor",
     "HeaderFeatureAccess": "Permisos de acceso",
-    "OptionAllowMediaPlayback": "Reproducci\u00f3n de medios",
-    "OptionAllowBrowsingLiveTv": "TV en vivo",
-    "OptionAllowDeleteLibraryContent": "Eliminaci\u00f3n de medios",
-    "OptionAllowManageLiveTv": "Administraci\u00f3n de grabaciones de TV en vivo",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Permitir control remoto de otros usuarios",
     "OptionAllowRemoteSharedDevices": "Permitir control remoto de dispositivos compartidos",
     "OptionAllowRemoteSharedDevicesHelp": "Los dispositivos dnla son considerados como compartidos hasta que alg\u00fan usuario comienza a controlarlo.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "M\u00e1xima calidad",
     "OptionEnableDebugTranscodingLogging": "Habilitar el registro de transcodificaci\u00f3n en la bit\u00e1cora",
     "OptionEnableDebugTranscodingLoggingHelp": "Esto crear\u00e1 archivos de bit\u00e1cora muy grandes y solo se recomienda cuando se requiera solucionar problemas.",
-    "OptionUpscaling": "Permitir que los clientes solicitar v\u00eddeo de escala aumentada",
-    "OptionUpscalingHelp": "En algunos casos esto resultar\u00e1 en una mejora de la calidad del video pero incrementar\u00e1 el uso del CPU.",
     "EditCollectionItemsHelp": "Agregar o quitar pel\u00edculas, series, discos, libros o juegos que usted desee agrupar dentro de esta colecci\u00f3n.",
     "HeaderAddTitles": "Agregar T\u00edtulos",
     "LabelEnableDlnaPlayTo": "Habilitar Reproducir En mediante DLNA",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "P\u00e1gina arriba",
     "ButtonPageDown": "P\u00e1gina abajo",
     "PageAbbreviation": "Pag.",
-    "ButtonHome": "Inicio"
+    "ButtonHome": "Inicio",
+    "ButtonSearch": "B\u00fasqueda",
+    "ButtonSettings": "Configuraci\u00f3n",
+    "ButtonTakeScreenshot": "Capturar Pantalla",
+    "ButtonLetterUp": "Siguiente letra",
+    "ButtonLetterDown": "Letra anterior",
+    "PageButtonAbbreviation": "Pag.",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Reproduci\u00e9ndo Ahora",
+    "TabNavigation": "Navegaci\u00f3n",
+    "TabControls": "Controles",
+    "ButtonFullscreen": "Cambiar a pantalla completa",
+    "ButtonScenes": "Escenas",
+    "ButtonSubtitles": "Subt\u00edtulos",
+    "ButtonAudioTracks": "Pistas de audio",
+    "ButtonPreviousTrack": "Pista anterior",
+    "ButtonNextTrack": "Pista siguiente",
+    "ButtonStop": "Detener",
+    "ButtonPause": "Pausar",
+    "ButtonNext": "Siguiente",
+    "ButtonPrevious": "Previo",
+    "LabelGroupMoviesIntoCollections": "Agrupar pel\u00edculas en colecciones",
+    "LabelGroupMoviesIntoCollectionsHelp": "Cuando se despliegan listados de pel\u00edculas, las pel\u00edculas que pertenecen a una colecci\u00f3n ser\u00e1n desplegadas agrupadas en un solo \u00edtem.",
+    "NotificationOptionPluginError": "Falla de complemento",
+    "ButtonVolumeUp": "Subir Volumen",
+    "ButtonVolumeDown": "Bajar Volumen",
+    "ButtonMute": "Mudo",
+    "HeaderLatestMedia": "Medios Recientes",
+    "OptionSpecialFeatures": "Caracter\u00edsticas Especiales",
+    "HeaderCollections": "Colecciones",
+    "LabelProfileCodecsHelp": "Separados por comas. Puede dejarse vaci\u00f3 para aplicarlo a todos los codecs.",
+    "LabelProfileContainersHelp": "Separados por comas. Puede dejarse vaci\u00f3 para aplicarlo a todos los contenedores.",
+    "HeaderResponseProfile": "Perfil de Respuesta:",
+    "LabelType": "Tipo:",
+    "LabelPersonRole": "Rol:",
+    "LabelPersonRoleHelp": "El Rol generalmente solo aplica a actores.",
+    "LabelProfileContainer": "Contenedor:",
+    "LabelProfileVideoCodecs": "Codecs de Video:",
+    "LabelProfileAudioCodecs": "Codecs de Audio:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Perfil de Reproducci\u00f3n Directa",
+    "HeaderTranscodingProfile": "Perfil de Transcodificaci\u00f3n",
+    "HeaderCodecProfile": "Perfil de Codecs",
+    "HeaderCodecProfileHelp": "Los perfiles de codificaci\u00f3n indican las limitaciones de un dispositivo al reproducir con codecs espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el codec ha sido configurado para reproduci\u00f3n directa.",
+    "HeaderContainerProfile": "Perfil del Contenedor",
+    "HeaderContainerProfileHelp": "Los perfiles de contenedor indican las limitaciones de un dispositivo al reproducir formatos espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el formato ha sifo configurado para reproducci\u00f3n directa.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Audio del Video",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Biblioteca del Usuario:",
+    "LabelUserLibraryHelp": "Seleccione la biblioteca de usuario a desplegar en el dispositivo. Deje vac\u00edo para heredar la configuraci\u00f3n por defecto.",
+    "OptionPlainStorageFolders": "Desplegar todas las carpetas como carpetas de almacenamiento simples.",
+    "OptionPlainStorageFoldersHelp": "Si se habilita, todos las carpetas ser\u00e1n representadas en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Desplegar todos los videos como elemenos de video simples",
+    "OptionPlainVideoItemsHelp": "Se se habilita, todos los videos ser\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Tipos de Medios Soportados:",
+    "TabIdentification": "Identificaci\u00f3n",
+    "HeaderIdentification": "Identificaci\u00f3n",
+    "TabDirectPlay": "Reproducci\u00f3n Directa",
+    "TabContainers": "Contenedores",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Respuestas",
+    "HeaderProfileInformation": "Informaci\u00f3n de Perfil",
+    "LabelEmbedAlbumArtDidl": "Incrustar arte del \u00e1lbum en DIDL",
+    "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener arte del \u00e1lbum. Otros podr\u00edan fallar al reproducir con esta opci\u00f3n habilitada.",
+    "LabelAlbumArtPN": "PN para arte del \u00e1lbum:",
+    "LabelAlbumArtHelp": "PN usado para arte del \u00e1lbum, dento del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requeren valores espec\u00edficos, independientemente del tama\u00f1o de la imagen.",
+    "LabelAlbumArtMaxWidth": "Ancho m\u00e1ximo para arte del \u00e1lbum:",
+    "LabelAlbumArtMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima para arte del \u00e1lbum:",
+    "LabelAlbumArtMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Ancho m\u00e1ximo de \u00efcono:",
+    "LabelIconMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
+    "LabelIconMaxHeight": "Altura m\u00e1xima de \u00efcono:",
+    "LabelIconMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
+    "LabelIdentificationFieldHelp": "Una subcadena insensible a la diferencia entre min\u00fasculas y may\u00fasculas o expresi\u00f3n regex.",
+    "HeaderProfileServerSettingsHelp": "Estos valores controlan la manera en que Media Browser se presentar\u00e1 a s\u00ed mismo ante el dispositivo.",
+    "LabelMaxBitrate": "Tasa de bits m\u00e1xima:",
+    "LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.",
+    "LabelMaxStreamingBitrate": "Tasa de bits m\u00e1xima para transmisi\u00f3n:",
+    "LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
+    "LabelMaxStaticBitrate": "Tasa m\u00e1xima de bits de sinc",
+    "LabelMaxStaticBitrateHelp": "Especifique una tasa de bits cuando al sincronizar contenido en alta calidad.",
+    "LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
+    "LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
+    "LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Especifique la tasa de bits m\u00e1xima al transferir musica en tiempo real",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar solicitudes de transcodificaci\u00f3n de rango de byte.",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si se habilita, estas solicitudes seran honradas pero se ignorar\u00e1 el encabezado de rango de byte.",
+    "LabelFriendlyName": "Nombre amistoso:",
+    "LabelManufacturer": "Fabricante:",
+    "LabelManufacturerUrl": "URL del fabricante:",
+    "LabelModelName": "Nombre del modelo:",
+    "LabelModelNumber": "N\u00famero del modelo:",
+    "LabelModelDescription": "Descripci\u00f3n del modelo:",
+    "LabelModelUrl": "URL del modelo:",
+    "LabelSerialNumber": "N\u00famero de serie:",
+    "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
+    "HeaderIdentificationCriteriaHelp": "Capture, al menos, un criterio de identificaci\u00f3n.",
+    "HeaderDirectPlayProfileHelp": "Agregue perfiles de reproducci\u00f3n directa para indicar que formatos puede manejar el dispositivo de manera nativa.",
+    "HeaderTranscodingProfileHelp": "Agruegue perfiles de transcodificaci\u00f3n para indicar que formatos deben ser usados cuando se requiera transcodificar.",
+    "HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan un medio para personalizar la informaci\u00f3n enviada a un dispositivo cuando se reproducen ciertos tipos de medios.",
+    "LabelXDlnaCap": "X-DLNA cap:",
+    "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el namespace urn:schemas-dlna-org:device-1-0.",
+    "LabelXDlnaDoc": "X-DLNA Doc:",
+    "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el namespace urn:schemas-dlna-org:device-1-0.",
+    "LabelSonyAggregationFlags": "Banderas de agregaci\u00f3n Sony:",
+    "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el namespace urn:schemas-sonycom:av",
+    "LabelTranscodingContainer": "Contenedor:",
+    "LabelTranscodingVideoCodec": "Codec de video:",
+    "LabelTranscodingVideoProfile": "Perfil de video:",
+    "LabelTranscodingAudioCodec": "Codec de audio:",
+    "OptionEnableM2tsMode": "Habilitar modo M2ts:",
+    "OptionEnableM2tsModeHelp": "Habilita el modo m2ts cuando se codifican mpegs.",
+    "OptionEstimateContentLength": "Estimar la duraci\u00f3n del contenido cuando se transcodifica",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que el servidor soporta busqueda de bytes al transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es requerido para algunos dispositivos que no pueden hacer b\u00fasquedas por tiempo muy bien.",
+    "HeaderSubtitleDownloadingHelp": "Cuando Media Browser examina sus archivos de video puede buscar los subt\u00edtulos faltantes, y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Descargar subt\u00edtulos para:",
+    "MessageNoChapterProviders": "Instale un complemento proveedor de cap\u00edtulos como ChapterDb para habilitar opciones adicionales de cap\u00edtulos.",
+    "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Manteniendo las versiones de texto de los subtitulos resultara una entrega mas eficiente de los mismos y disminuir\u00e1 las posibilidades de que un video sea transcodificado.",
+    "TabSubtitles": "Subt\u00edtulos",
+    "TabChapters": "Cap\u00edtulos",
+    "HeaderDownloadChaptersFor": "Descargar nombres de cap\u00edtulos para:",
+    "LabelOpenSubtitlesUsername": "Nombre de usuario de Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "Cuando Media Browser analiza sus archivos de video puede descargar nombres amigables de cap\u00edtulos desde el Internet usando complementos de cap\u00edtulos como ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
+    "LabelSubtitlePlaybackMode": "Modo de subt\u00edtulo:",
+    "LabelDownloadLanguages": "Descargar lenguajes:",
+    "ButtonRegister": "Registrar",
+    "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el lenguaje de descarga",
+    "LabelSkipIfAudioTrackPresentHelp": "Desactive esto para asegurar que todos los videos tengan subt\u00edtulos, independientemente del lenguaje del audio.",
+    "HeaderSendMessage": "Enviar Mensaje",
+    "ButtonSend": "Enviar",
+    "LabelMessageText": "Texto del Mensaje:",
+    "MessageNoAvailablePlugins": "No hay complementos disponibles.",
+    "LabelDisplayPluginsFor": "Desplegar complementos para:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Nombre del episodio",
+    "LabelSeriesNamePlain": "Nombre de la serie",
+    "ValueSeriesNamePeriod": "Nombre.serie",
+    "ValueSeriesNameUnderscore": "Nombre_serie",
+    "ValueEpisodeNamePeriod": "Nombre del episodio",
+    "ValueEpisodeNameUnderscore": "Nombre_episodio",
+    "LabelSeasonNumberPlain": "N\u00famero de temporada",
+    "LabelEpisodeNumberPlain": "N\u00famero de episodio",
+    "LabelEndingEpisodeNumberPlain": "N\u00famero del episodio final",
+    "HeaderTypeText": "Capturar Texto",
+    "LabelTypeText": "Texto",
+    "HeaderSearchForSubtitles": "Buscar Subtitulos",
+    "MessageNoSubtitleSearchResultsFound": "No se encontraron resultados en la b\u00fasqueda.",
+    "TabDisplay": "Pantalla",
+    "TabLanguages": "Idiomas",
+    "TabWebClient": "Cliente Web",
+    "LabelEnableThemeSongs": "Habilitar canciones de tema",
+    "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
+    "LabelEnableThemeSongsHelp": "Al activarse, las canciones de tema ser\u00e1n reproducidas en segundo plano mientras se navega en la biblioteca.",
+    "LabelEnableBackdropsHelp": "Al activarse, las im\u00e1genes de fondo ser\u00e1n mostradas en el fondo de algunas paginas mientras se navega en la biblioteca.",
+    "HeaderHomePage": "P\u00e1gina de Inicio",
+    "HeaderSettingsForThisDevice": "Configuraci\u00f3n de Este Dispositivo",
+    "OptionAuto": "Autom\u00e1tico",
+    "OptionYes": "Si",
+    "OptionNo": "No",
+    "HeaderOptions": "Opciones",
+    "HeaderIdentificationResult": "Resultado de la Identificaci\u00f3n",
+    "LabelHomePageSection1": "Pagina de Inicio secci\u00f3n uno:",
+    "LabelHomePageSection2": "Pagina de Inicio secci\u00f3n dos:",
+    "LabelHomePageSection3": "Pagina de Inicio secci\u00f3n tres:",
+    "LabelHomePageSection4": "Pagina de Inicio secci\u00f3n cuatro:",
+    "OptionMyViewsButtons": "Mis vistas (botones)",
+    "OptionMyViews": "Mis vistas",
+    "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
+    "OptionResumablemedia": "Continuar",
+    "OptionLatestMedia": "Medios recientes",
+    "OptionLatestChannelMedia": "Elementos recientes de canales",
+    "HeaderLatestChannelItems": "Elementos Recientes de Canales",
+    "OptionNone": "Ninguno",
+    "HeaderLiveTv": "TV en Vivo",
+    "HeaderReports": "Reportes",
+    "HeaderMetadataManager": "Administrador de Metadatos",
+    "HeaderPreferences": "Preferencias",
+    "MessageLoadingChannels": "Cargando contenidos del canal...",
+    "MessageLoadingContent": "Cargando contenido...",
+    "ButtonMarkRead": "Marcar como Le\u00eddo",
+    "OptionDefaultSort": "Por defecto",
+    "OptionCommunityMostWatchedSort": "M\u00e1s Visto",
+    "TabNextUp": "A Continuaci\u00f3n",
+    "HeaderBecomeMediaBrowserSupporter": "Convertirse en un Aficionado de Media Browser",
+    "TextEnjoyBonusFeatures": "Disfruta de Caracter\u00edsticas Premium",
+    "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles en este momento. Comienza a ver y a calificar tus pel\u00edculas, y regresa para ver tus recomendaciones.",
+    "MessageNoCollectionsAvailable": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de Pel\u00edculas, Series, \u00c1lbums, Libros y Juegos. Haga clic en el bot\u00f3n + para iniciar la creaci\u00f3n de Colecciones.",
+    "MessageNoPlaylistsAvailable": "Las listas de reproducci\u00f3n le permiten crear listas de contenidos a ser reproducidos de manera consecutiva. Para agregar \u00edtems a una lista de reproducci\u00f3n, haga clic derecho o seleccione y mantenga, despu\u00e9s seleccione Agregar a Lista de Reproducci\u00f3n.",
+    "MessageNoPlaylistItemsAvailable": "Esta lista de reproducci\u00f3n se encuentra vac\u00eda.",
+    "ButtonDismiss": "Descartar",
+    "ButtonEditOtherUserPreferences": "Editar la contrase\u00f1a y preferencias personales de este perfil de usuario.",
+    "LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
+    "LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
+    "OptionBestAvailableStreamQuality": "La mejor disponible",
+    "LabelEnableChannelContentDownloadingFor": "Habilitar descarga de contenidos del canal para:",
+    "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan la descarga de contenido previo a su despliegue. Habilite esto en ambientes de ancho de banda limitados para descargar contenido del canal en horarios no pico. El contenido es descargado como parte de la tarea programada para descarga del canal.",
+    "LabelChannelDownloadPath": "Ruta de descarga de contenido del canal:",
+    "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada para descargas si as\u00ed lo desea. D\u00e9jelo vac\u00edo para descargar a una carpeta de datos interna del programa.",
+    "LabelChannelDownloadAge": "Eliminar contenido despu\u00e9s de: (d\u00edas)",
+    "LabelChannelDownloadAgeHelp": "El contenido descargado anterior a esto ser\u00e1 eliminado. Permanecer\u00e1 reproducible via transmisi\u00f3n en tiempo real por Internet.",
+    "ChannelSettingsFormHelp": "Instale canales tales como Avances y Vimeo desde el cat\u00e1logo de complementos.",
+    "ButtonOptions": "Opciones",
+    "ViewTypeMovies": "Pel\u00edculas",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Juegos",
+    "ViewTypeMusic": "M\u00fasica",
+    "ViewTypeMusicGenres": "G\u00e9neros",
+    "ViewTypeMusicArtists": "Artistas",
+    "ViewTypeBoxSets": "Colecciones",
+    "ViewTypeChannels": "Canales",
+    "ViewTypeLiveTV": "TV en Vivo",
+    "ViewTypeLiveTvNowPlaying": "Transmiti\u00e9ndose",
+    "ViewTypeLatestGames": "Juegos Recientes",
+    "ViewTypeRecentlyPlayedGames": "Reproducido Reci\u00e9ntemente",
+    "ViewTypeGameFavorites": "Favoritos",
+    "ViewTypeGameSystems": "Sistemas de Juego",
+    "ViewTypeGameGenres": "G\u00e9neros",
+    "ViewTypeTvResume": "Continuar",
+    "ViewTypeTvNextUp": "Siguiente",
+    "ViewTypeTvLatest": "Recientes",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "G\u00e9neros",
+    "ViewTypeTvFavoriteSeries": "Series Favoritas",
+    "ViewTypeTvFavoriteEpisodes": "Episodios Favoritos",
+    "ViewTypeMovieResume": "Continuar",
+    "ViewTypeMovieLatest": "Recientes",
+    "ViewTypeMovieMovies": "Pel\u00edculas",
+    "ViewTypeMovieCollections": "Colecciones",
+    "ViewTypeMovieFavorites": "Favoritos",
+    "ViewTypeMovieGenres": "G\u00e9neros",
+    "ViewTypeMusicLatest": "Recientes",
+    "ViewTypeMusicAlbums": "\u00c1lbums",
+    "ViewTypeMusicAlbumArtists": "Artistas del \u00c1lbum",
+    "HeaderOtherDisplaySettings": "Configuraci\u00f3n de Pantalla",
+    "ViewTypeMusicSongs": "Canciones",
+    "ViewTypeMusicFavorites": "Favoritos",
+    "ViewTypeMusicFavoriteAlbums": "\u00c1lbums Favoritos",
+    "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
+    "ViewTypeMusicFavoriteSongs": "Canciones Favoritas",
+    "HeaderMyViews": "Mis Vistas",
+    "LabelSelectFolderGroups": "Agrupar autom\u00e1ticamente el contenido de las siguientes carpetas en vistas tales como Pel\u00edculas, M\u00fasica y TV:",
+    "LabelSelectFolderGroupsHelp": "Las carpetas sin marcar ser\u00e1n desplegadas individualmente en su propia vista.",
+    "OptionDisplayAdultContent": "Desplegar contenido para Adultos",
+    "OptionLibraryFolders": "Carpetas de medios",
+    "TitleRemoteControl": "Control Remoto",
+    "OptionLatestTvRecordings": "Grabaciones recientes",
+    "LabelProtocolInfo": "Informaci\u00f3n del protocolo:",
+    "LabelProtocolInfoHelp": "El valor que ser\u00e1 utilizado cuando se responde a solicitudes GetProtocolInfo desde el dispositivo.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser incluye soporte nativo para archivos de metadatos Nfo. Para habilitar o deshabilitar los metadatos Nfo, utilice la pesta\u00f1a Avanzado para configurar las opciones para sus tipos de medios.",
+    "LabelKodiMetadataUser": "Sincronizar informaci\u00f3n de vistos a nfo's para:",
+    "LabelKodiMetadataUserHelp": "Habilitar esto para mantener monitoreo de datos en sincron\u00eda entre Media Browser y los archivos Nfo.",
+    "LabelKodiMetadataDateFormat": "Formato de fecha de estreno:",
+    "LabelKodiMetadataDateFormatHelp": "Todas las fechas en los nfo\u00b4s ser\u00e1n le\u00eddas y escritas utilizando este formato.",
+    "LabelKodiMetadataSaveImagePaths": "Guardar trayectorias de im\u00e1genes en los archivos nfo",
+    "LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tiene nombres de imagenes que no se ajustan a los lineamientos de Kodi.",
+    "LabelKodiMetadataEnablePathSubstitution": "Habilitar sustituci\u00f3n de trayectorias",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Habilita la sustituci\u00f3n de trayectorias de im\u00e1genes usando la configuraci\u00f3n de sustituci\u00f3n de trayectorias del servidor.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver sustituci\u00f3n de trayectoras.",
+    "LabelGroupChannelsIntoViews": "Desplegar los siguientes canales directamente en mis vistas:",
+    "LabelGroupChannelsIntoViewsHelp": "Al activarse, estos canales ser\u00e1n desplegados directamente junto con otras vistas. Si permanecen deshabilitados, ser\u00e1n desplegados dentro de una vista independiente de Canales.",
+    "LabelDisplayCollectionsView": "Desplegar una vista de colecciones para mostrar las colecciones de pel\u00edculas",
+    "LabelDisplayCollectionsViewHelp": "Esto crear\u00e1 una vista separada para desplegar colecciones que usted haya creado o a las que tenga acceso. Para crear una colecci\u00f3n, haga clic derecho o presione y mantenga sobre cualquier pel\u00edcula y seleccione 'Agregar a Colecci\u00f3n'.",
+    "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart en extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Cuando se descargan im\u00e1genes pueden ser almacenadas tanto en extrafanart como extrathumb para maximizar la compatibilidad con skins de Kodi.",
+    "TabServices": "Servicios",
+    "TabLogs": "Bit\u00e1coras",
+    "HeaderServerLogFiles": "Archivos de registro del servidor:",
+    "TabBranding": "Establecer Marca",
+    "HeaderBrandingHelp": "Personaliza la apariencia de Media Browser para ajustarla a las necesidades de tu grupo u organizaci\u00f3n.",
+    "LabelLoginDisclaimer": "Aviso de Inicio de Sesi\u00f3n:",
+    "LabelLoginDisclaimerHelp": "Esto se mostrara al final de la pagina de inicio de sesi\u00f3n.",
+    "LabelAutomaticallyDonate": "Donar autom\u00e1ticamente este monto cada mes",
+    "LabelAutomaticallyDonateHelp": "Puedes cancelarlo en cualquier momento por medio de tu cuenta PayPal.",
+    "OptionList": "Lista",
+    "TabDashboard": "Panel de Control",
+    "TitleServer": "Servidor",
+    "LabelCache": "Cach\u00e9:",
+    "LabelLogs": "Bit\u00e1coras:",
+    "LabelMetadata": "Metadatos:",
+    "LabelImagesByName": "Im\u00e1genes por nombre:",
+    "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
+    "HeaderLatestMusic": "M\u00fasica Reciente",
+    "HeaderBranding": "Establecer Marca",
+    "HeaderApiKeys": "Llaves de API",
+    "HeaderApiKeysHelp": "Las aplicaciones externas requieren de una llave de API para comunicarse con Media Browser. Las llaves son otorgadas al iniciar sesi\u00f3n con una cuenta de Media Browser; o bien, otorgando manualmente una llave a la aplicaci\u00f3n.",
+    "HeaderApiKey": "Llave de API",
+    "HeaderApp": "App",
+    "HeaderDevice": "Dispositivo",
+    "HeaderUser": "Usuario",
+    "HeaderDateIssued": "Fecha de Emisi\u00f3n",
+    "LabelChapterName": "Cap\u00edtulo {0}",
+    "HeaderNewApiKey": "Nueva llave de API",
+    "LabelAppName": "Nombre del App",
+    "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Otorgar persmiso a una aplicaci\u00f3n para comunicarse con Media Browser.",
+    "HeaderHttpHeaders": "Encabezados Http",
+    "HeaderIdentificationHeader": "Encabezado de Identificaci\u00f3n",
+    "LabelValue": "Valor:",
+    "LabelMatchType": "Tipo de Coincidencia:",
+    "OptionEquals": "Igual a",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Subcadena",
+    "TabView": "Vista",
+    "TabSort": "Ordenaci\u00f3n",
+    "TabFilter": "Filtro",
+    "ButtonView": "Vista",
+    "LabelPageSize": "Cantidad de \u00cdtems:",
+    "LabelPath": "Trayectoria:",
+    "LabelView": "Vista:",
+    "TabUsers": "Usuarios",
+    "LabelSortName": "Nombre para ordenar:",
+    "LabelDateAdded": "Fecha de adici\u00f3n:",
+    "HeaderFeatures": "Caracter\u00edsticas",
+    "HeaderAdvanced": "Avanzado",
+    "ButtonSync": "SInc",
+    "TabScheduledTasks": "Tareas Programadas",
+    "HeaderChapters": "Cap\u00edtulos",
+    "HeaderResumeSettings": "Configuraci\u00f3n para Continuar",
+    "TabSync": "Sinc",
+    "TitleUsers": "Usuarios",
+    "LabelProtocol": "Protocolo:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Transmisi\u00f3n en vivo por Http",
+    "LabelContext": "Contexto:",
+    "OptionContextStreaming": "Transmisi\u00f3n",
+    "OptionContextStatic": "Sinc.",
+    "ButtonAddToPlaylist": "Agregar a lista de reproducci\u00f3n",
+    "TabPlaylists": "Listas de reproducci\u00f3n",
+    "ButtonClose": "Cerrar",
+    "LabelAllLanguages": "Todos los lenguajes",
+    "HeaderBrowseOnlineImages": "Buscar Im\u00e1genes en L\u00ednea",
+    "LabelSource": "Fuente:",
+    "OptionAll": "Todos",
+    "LabelImage": "Im\u00e1gen:",
+    "ButtonBrowseImages": "Buscar im\u00e1genes",
+    "HeaderImages": "Im\u00e1genes",
+    "HeaderBackdrops": "Im\u00e1genes de fondo",
+    "HeaderScreenshots": "Capturas de pantalla",
+    "HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen",
+    "LabelJpgPngOnly": "JPG\/PNG solamente",
+    "LabelImageType": "Tipo de Im\u00e1gen:",
+    "OptionPrimary": "Principal",
+    "OptionArt": "Arte",
+    "OptionBox": "Caja",
+    "OptionBoxRear": "Reverso de caja",
+    "OptionDisc": "Disco",
+    "OptionLogo": "Logotipo",
+    "OptionMenu": "Men\u00fa",
+    "OptionScreenshot": "Captura de pantalla",
+    "OptionLocked": "Bloqueado",
+    "OptionUnidentified": "No Identificado",
+    "OptionMissingParentalRating": "Falta clasificaci\u00f3n parental",
+    "OptionStub": "Plantilla",
+    "HeaderEpisodes": "Episodios:",
+    "OptionSeason0": "Temporada 0",
+    "LabelReport": "Reporte:",
+    "OptionReportSongs": "Canciones",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Temporadas",
+    "OptionReportTrailers": "Avances",
+    "OptionReportMusicVideos": "Videos Musicales",
+    "OptionReportMovies": "Pel\u00edculas",
+    "OptionReportHomeVideos": "Videos caseros",
+    "OptionReportGames": "Juegos",
+    "OptionReportEpisodes": "Episodios",
+    "OptionReportCollections": "Colecciones",
+    "OptionReportBooks": "Libros",
+    "OptionReportArtists": "Artistas",
+    "OptionReportAlbums": "\u00c1lbums",
+    "OptionReportAdultVideos": "Videos para Adultos",
+    "ButtonMore": "M\u00e1s",
+    "HeaderActivity": "Actividad",
+    "ScheduledTaskStartedWithName": "{0} Iniciado",
+    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
+    "ScheduledTaskCompletedWithName": "{0} completado",
+    "ScheduledTaskFailed": "Tarea programada completada",
+    "PluginInstalledWithName": "{0} fue instalado",
+    "PluginUpdatedWithName": "{0} fue actualizado",
+    "PluginUninstalledWithName": "{0} fue desinstalado",
+    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
+    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
+    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
+    "DeviceOfflineWithName": "{0} se ha desconectado",
+    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
+    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
+    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
+    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
+    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
+    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
+    "UserCreatedWithName": "Se ha creado el usuario {0}",
+    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
+    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
+    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
+    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
+    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
+    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
+    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
+    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Proveedor: {0}",
+    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
+    "HeaderRecentActivity": "Actividad Reciente",
+    "HeaderPeople": "Personas",
+    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
+    "OptionComposers": "Compositores",
+    "OptionOthers": "Otros",
+    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
+    "ViewTypeFolders": "Carpetas",
+    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
+    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
+    "ViewTypeLiveTvChannels": "Canales",
+    "LabelEasyPinCode": "C\u00f3digo pin sencillo:",
+    "EasyPasswordHelp": "Tu c\u00f3digo pin sencillo es usado para el acceso fuera de linea con las aplicaciones Media Browser soportadas, y tambi\u00e9n puede ser usado para un inicio de sesi\u00f3n mas f\u00e1cil cuando esta conectado a su red.",
+    "LabelInNetworkSignInWithEasyPassword": "Habilitar inicio de sesi\u00f3n con mi c\u00f3digo pin sencillo para conexiones dentro de la red.",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "Si esta habilitado. Podr\u00e1s usar tu c\u00f3digo pin sencillo para iniciar sesi\u00f3n en las aplicaciones Media Browser dentro de tu red de hogar. La contrase\u00f1a regular sera necesaria solamente cuando este fuera de casa. Si el c\u00f3digo pin se deja en blanco, no se necesitara contrase\u00f1a dentro de su casa.",
+    "HeaderPassword": "Contrase\u00f1a",
+    "HeaderLocalAccess": "Acceso Local",
+    "HeaderViewOrder": "Orden de Despliegue",
+    "ButtonResetEasyPassword": "Restaurar c\u00f3digo pin sencillo",
+    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
+    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
+    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
+    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
+    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
+    "OptionRefreshAllData": "Actualizar todos los metadatos",
+    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
+    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
+    "HeaderRefreshMetadata": "Actualizar Metadatos",
+    "HeaderPersonInfo": "Info de la Persona",
+    "HeaderIdentifyItem": "Identificar \u00cdtem",
+    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
+    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
+    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
+    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
+    "ButtonIdentify": "Identificar",
+    "LabelAlbumArtist": "Artista del \u00e1lbum:",
+    "LabelAlbum": "\u00c1lbum",
+    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
+    "LabelVoteCount": "Cantidad de votos:",
+    "LabelMetascore": "Metaescore:",
+    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
+    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
+    "LabelAwardSummary": "Res\u00famen de premios:",
+    "LabelWebsite": "Sitio web:",
+    "LabelTagline": "Eslogan",
+    "LabelOverview": "Sinopsis:",
+    "LabelShortOverview": "Sinopsis corta:",
+    "LabelReleaseDate": "Fecha de estreno:",
+    "LabelYear": "A\u00f1o:",
+    "LabelPlaceOfBirth": "Lugar de nacimiento:",
+    "LabelEndDate": "Fecha de Fin:",
+    "LabelAirDate": "D\u00edas al aire:",
+    "LabelAirTime:": "Tiempo al \u00e1ire:",
+    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
+    "LabelParentalRating": "Calificaci\u00f3n parental:",
+    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
+    "LabelBudget": "Presupuesto",
+    "LabelRevenue": "Ingresos ($):",
+    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
+    "LabelPlayers": "Jugadores:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
+    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
+    "HeaderExternalIds": "Id\u00b4s Externos:",
+    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
+    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
+    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
+    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
+    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
+    "LabelTreatImageAs": "Tratar imagen como:",
+    "LabelDisplayOrder": "Ordenamiento de despliegue:",
+    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
+    "HeaderCountries": "Pa\u00edses",
+    "HeaderGenres": "G\u00e9neros",
+    "HeaderPlotKeywords": "Palabras clave de la Trama",
+    "HeaderStudios": "Estudios",
+    "HeaderTags": "Etiquetas",
+    "HeaderMetadataSettings": "Configuraciones de los metadatos",
+    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
+    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
+    "TabDonate": "Donar",
+    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
+    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
+    "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
+    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
+    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
+    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
+    "OptionNoTrailer": "Sin Avance",
+    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
+    "OptionNoThemeVideo": "Sin Video del Tema",
+    "LabelOneTimeDonationAmount": "Cantidad a donar:",
+    "ButtonDonate": "Donar",
+    "OptionActor": "Actor",
+    "OptionComposer": "Compositor",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Estrella invitada",
+    "OptionProducer": "Productor",
+    "OptionWriter": "Escritor",
+    "LabelAirDays": "Se emite los d\u00edas:",
+    "LabelAirTime": "Duraci\u00f3n:",
+    "HeaderMediaInfo": "Info del Medio",
+    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
+    "HeaderInstall": "Instalar",
+    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
+    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
+    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+    "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+    "HeaderReviews": "Rese\u00f1as",
+    "HeaderDeveloperInfo": "Info del desarrollador",
+    "HeaderRevisionHistory": "Historial de Versiones",
+    "ButtonViewWebsite": "Ver sitio web",
+    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrentes pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
+    "HeaderXmlSettings": "Configuraci\u00f3n XML",
+    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
+    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
+    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
+    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
+    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
+    "LabelConnectGuestUserName": "Su nombre de usuario de Media Browser o direcci\u00f3n de correo electr\u00f3nico:",
+    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
+    "LabelConnectUserNameHelp": "Conectar este usuario a una cuenta de Media Browser para habilitar un un inicio de sesi\u00f3n simplificado de Media Browser en cualquier aplicaci\u00f3n sin tener que conocer la direcci\u00f3n IP del servidor.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
+    "LabelExternalPlayers": "Reproductores Externos:",
+    "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
+    "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
+    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
+    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "M\u00e9todo:",
+    "LabelDidlMode": "Modo DIDL:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "Elemento res",
+    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
+    "OptionExternallyDownloaded": "Descarga externa",
+    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
+    "LabelSubtitleFormatHelp": "Ejemplo: srt",
+    "ButtonLearnMore": "Aprenda m\u00e1s",
+    "TabPlayback": "Reproducci\u00f3n",
+    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
+    "TabCinemaMode": "Modo Cine",
+    "TitlePlayback": "Reproducci\u00f3n",
+    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
+    "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
+    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
+    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
+    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
+    "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
+    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
+    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
+    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
+    "ValueSpecialEpisodeName": "Especial: {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
+    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
+    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
+    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
+    "LabelEnableCinemaMode": "Activar modo cine",
+    "HeaderCinemaMode": "Modo cine",
+    "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
+    "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
+    "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
+    "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
+    "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
+    "TitleDevices": "Dispositivos",
+    "TabCameraUpload": "Subir desde la C\u00e1mara",
+    "TabDevices": "Dispositivos",
+    "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
+    "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subir desde la c\u00e1mara.",
+    "LabelCameraUploadPath": "Ruta para subir desde la c\u00e1mara:",
+    "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada de subida. Si no se especifica, una carpeta por omisi\u00f3n ser\u00e1 usada. Si usa una trayectoria personalizada, tambi\u00e9n ser\u00e1 necesario agregarla en el \u00e1rea de configuraci\u00f3n de la biblioteca.",
+    "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
+    "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
+    "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
+    "HeaderInviteUser": "Invitar Usuario",
+    "LabelConnectGuestUserNameHelp": "Este es el nombre de usuario que su amigo utiliza para iniciar sesi\u00f3n en el sitio web de Media Browser, o su cuenta de correo electr\u00f3nico.",
+    "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
+    "ButtonSendInvitation": "Enviar invitaci\u00f3n",
+    "HeaderSignInWithConnect": "Iniciar sesi\u00f3n con Media Browser Connect",
+    "HeaderGuests": "Invitados",
+    "HeaderLocalUsers": "Usuarios Locales",
+    "HeaderPendingInvitations": "Invitaciones Pendientes",
+    "TabParentalControl": "Control Parental",
+    "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
+    "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
+    "ButtonAddSchedule": "Agregar Programaci\u00f3n",
+    "LabelAccessDay": "D\u00eda de la semana:",
+    "LabelAccessStart": "Horario de comienzo:",
+    "LabelAccessEnd": "Horario de fin:",
+    "HeaderSchedule": "Programacion",
+    "OptionEveryday": "Todos los d\u00edas",
+    "OptionWeekdays": "D\u00edas de semana",
+    "OptionWeekends": "Fines de semana",
+    "MessageProfileInfoSynced": "La informaci\u00f3n del perfil de usuario se ha sincronizado con Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Vincular tu cuenta de Media Browser",
+    "ButtonTrailerReel": "Carrete de Avances",
+    "HeaderTrailerReel": "Carrete de Avances",
+    "OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente avances no vistos",
+    "HeaderTrailerReelHelp": "Iniciar un carrete de avances para reproducir una lista de reproducci\u00f3n de larga duraci\u00f3n de avances.",
+    "MessageNoTrailersFound": "No se encontraron avances. Instale el canal de avances para mejorar su experiencia con pel\u00edculas al agregar una biblioteca de avances desde el Internet.",
+    "HeaderNewUsers": "Nuevos Usuarios",
+    "ButtonSignUp": "Registrarse",
+    "ButtonForgotPassword": "Olvid\u00e9 contrase\u00f1a",
+    "OptionDisableUserPreferences": "Desactivar acceso a las preferencias de usuario",
+    "OptionDisableUserPreferencesHelp": "Al activarse, s\u00f3lo los administradores podr\u00e1n configurar las im\u00e1genes del perfil del usuario, contrase\u00f1as y preferencias de idioma.",
+    "HeaderSelectServer": "Seleccionar Servidor",
+    "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si se le ha invitado a compartir un servidor, aseg\u00farese de aceptarlo aqu\u00ed abajo o haciendo clic en la liga del correo electr\u00f3nico.",
+    "TitleNewUser": "Nuevo Usuario",
+    "ButtonConfigurePassword": "Configura una Contrase\u00f1a",
+    "HeaderDashboardUserPassword": "Las contrase\u00f1as de usuario son manejadas dentro de las configuraciones personales de cada perfil de usuario.",
+    "HeaderLibraryAccess": "Acceso a la Biblioteca",
+    "HeaderChannelAccess": "Acceso a los Canales",
+    "HeaderLatestItems": "Elementos Recientes",
+    "LabelSelectLastestItemsFolders": "Incluir medios de las siguientes secciones en Elementos Recientes",
+    "HeaderShareMediaFolders": "Compartir Carpetas de Medios",
+    "MessageGuestSharingPermissionsHelp": "Muchas de las caracter\u00edsticas no est\u00e1n disponibles inicialmente para invitados pero pueden ser activadas conforme se necesiten.",
+    "HeaderInvitations": "Invitaciones",
+    "LabelForgotPasswordUsernameHelp": "Ingresa tu nombre de usuario, si lo recuerdas.",
+    "HeaderForgotPassword": "Contrase\u00f1a Olvidada",
+    "TitleForgotPassword": "Contrase\u00f1a Olvidada",
+    "TitlePasswordReset": "Restablecer Contrase\u00f1a",
+    "LabelPasswordRecoveryPinCode": "C\u00f3digo pin:",
+    "HeaderPasswordReset": "Restablecer Contrase\u00f1a",
+    "HeaderParentalRatings": "Clasificaci\u00f3n Parental",
+    "HeaderVideoTypes": "Tipos de Video",
+    "HeaderYears": "A\u00f1os",
+    "HeaderAddTag": "Agregar Etiqueta",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Etiqueta:",
+    "LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
+    "LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderisaran apropiadamente si hay m\u00faltiples im\u00e1genes incrustadas en el Didl",
+    "TabActivity": "Actividad",
+    "TitleSync": "Sinc",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Temporada Desconocida",
+    "NameSeasonNumber": "Temporada {0}",
+    "LabelNewUserNameHelp": "Los nombres de usuario pueden contener letras (a-z), n\u00fameros (0-9), guiones (-), guiones bajos (_) y puntos (.)",
+    "TabJobs": "Trabajos",
+    "TabSyncJobs": "Trabajos de Sinc",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/fi.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Poistu",
     "LabelVisitCommunity": "K\u00e4y Yhteis\u00f6ss\u00e4",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/fr.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Recherche",
-    "ButtonSettings": "Param\u00e8tres",
-    "ButtonTakeScreenshot": "Prendre une copie d'\u00e9cran",
-    "ButtonLetterUp": "Lettre haut",
-    "ButtonLetterDown": "Lettre bas",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Lecture en cours",
-    "TabNavigation": "Navigation",
-    "TabControls": "Contr\u00f4les",
-    "ButtonFullscreen": "Basculer en plein \u00e9cran",
-    "ButtonScenes": "Sc\u00e8nes",
-    "ButtonSubtitles": "Sous-titres",
-    "ButtonAudioTracks": "Pistes audio",
-    "ButtonPreviousTrack": "Piste pr\u00e9c\u00e9dente",
-    "ButtonNextTrack": "Piste suivante",
-    "ButtonStop": "Arr\u00eat",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Suivant",
-    "ButtonPrevious": "Pr\u00e9c\u00e9dent",
-    "LabelGroupMoviesIntoCollections": "Grouper les films en collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "Dans l'affichage des listes de films, les films faisant partie d'une collection seront affich\u00e9s comme un groupe d'items.",
-    "NotificationOptionPluginError": "Erreur de plugin",
-    "ButtonVolumeUp": "Volume +",
-    "ButtonVolumeDown": "Volume -",
-    "ButtonMute": "Sourdine",
-    "HeaderLatestMedia": "Derniers m\u00e9dias",
-    "OptionSpecialFeatures": "Bonus",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "S\u00e9par\u00e9s par des virgules. Peut \u00eatre laiss\u00e9 vide pour s'appliquer \u00e0 tous les codecs.",
-    "LabelProfileContainersHelp": "S\u00e9par\u00e9s par des virgules. Peut \u00eatre laiss\u00e9 vide pour s'appliquer \u00e0 tous les conteneurs.",
-    "HeaderResponseProfile": "Profil de r\u00e9ponse",
-    "LabelType": "Type :",
-    "LabelPersonRole": "R\u00f4le:",
-    "LabelPersonRoleHelp": "Le r\u00f4le n'est g\u00e9n\u00e9ralement applicable qu'aux acteurs.",
-    "LabelProfileContainer": "Conteneur:",
-    "LabelProfileVideoCodecs": "Codecs vid\u00e9os :",
-    "LabelProfileAudioCodecs": "Codecs audios :",
-    "LabelProfileCodecs": "Codecs :",
-    "HeaderDirectPlayProfile": "Profil de lecture directe (Direct Play):",
-    "HeaderTranscodingProfile": "Profil de transcodage",
-    "HeaderCodecProfile": "Profil de codecs",
-    "HeaderCodecProfileHelp": "Les profils de codecs sp\u00e9cifient les limites de lecture de codecs sp\u00e9cifiques d'un appareil. Si la limite s'applique, le m\u00e9dia sera transcod\u00e9, m\u00eame si le codec est configur\u00e9 pour des lectures directes.",
-    "HeaderContainerProfile": "Profil de conteneur",
-    "HeaderContainerProfileHelp": "Les profils de conteneur indiquent les limites d'un appareil lors de lectures de formats sp\u00e9cifiques. Si la limite s'applique au m\u00e9dia, ce dernier sera transcod\u00e9, m\u00eame si le format est configur\u00e9 pour faire de la lecture directe.",
-    "OptionProfileVideo": "Vid\u00e9o",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Vid\u00e9o Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "Biblioth\u00e8que de l'utilisateur:",
-    "LabelUserLibraryHelp": "S\u00e9lectionnez quelle biblioth\u00e8que afficher sur l'appareil. Laissez vide pour h\u00e9riter des param\u00e8tres par d\u00e9faut.",
-    "OptionPlainStorageFolders": "Afficher tous les r\u00e9pertoires en tant que simples r\u00e9pertoires de stockage.",
-    "OptionPlainStorageFoldersHelp": "Si activ\u00e9, tous les r\u00e9pertoires seront affich\u00e9s en DIDL en tant que  \"object.container.storageFolder\" au lieu de formats plus sp\u00e9cifiques comme, par exemple  \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Afficher les vid\u00e9os en tant que simples items vid\u00e9os.",
-    "OptionPlainVideoItemsHelp": "Si activ\u00e9, toutes les vid\u00e9os seront affich\u00e9es en DIDL en tant que \"object.item.videoItem\" au lieu de formats plus sp\u00e9cifiques comme, par exemple \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Types de m\u00e9dias support\u00e9s:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Lecture directe",
-    "TabContainers": "Conteneur",
-    "TabCodecs": "Codecs",
-    "TabResponses": "R\u00e9ponses",
-    "HeaderProfileInformation": "Information de profil",
-    "LabelEmbedAlbumArtDidl": "Int\u00e9grer les images d'album dans Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Certains p\u00e9riph\u00e9riques pr\u00e9f\u00e8rent cette m\u00e9thode pour obtenir les images d'album. D'autres peuvent \u00e9chouer \u00e0 lire avec cette option activ\u00e9e.",
-    "LabelAlbumArtPN": "PN d'images d'album:",
-    "LabelAlbumArtHelp": "PN utilis\u00e9 pour les images d'album, dans l\u2019attribut dlna:profileID de upnp:albumArtURi. Certains client n\u00e9cessite une valeur sp\u00e9cifique, peu importe la grosseur de l'image.",
-    "LabelAlbumArtMaxWidth": "Largeur maximum des images d'album:",
-    "LabelAlbumArtMaxWidthHelp": "R\u00e9solution maximum des images d'album expos\u00e9e par upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Hauteur maximum des images d'album:",
-    "LabelAlbumArtMaxHeightHelp": "R\u00e9solution maximum des images d'album expos\u00e9e par upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Largeur maximum des ic\u00f4nes:",
-    "LabelIconMaxWidthHelp": "R\u00e9solution maximum des ic\u00f4nes expos\u00e9e par upnp:icon.",
-    "LabelIconMaxHeight": "Hauteur maximum des ic\u00f4nes:",
-    "LabelIconMaxHeightHelp": "R\u00e9solution maximum des ic\u00f4nes expos\u00e9e par upnp:icon.",
-    "LabelIdentificationFieldHelp": "Une sous-cha\u00eene ou expression r\u00e9guli\u00e8re (insensible \u00e0 la casse).",
-    "HeaderProfileServerSettingsHelp": "Ces valeurs contr\u00f4lent la mani\u00e8re dont Media Browser se pr\u00e9sentera \u00e0 l'appareil.",
-    "LabelMaxBitrate": "D\u00e9bit maximum:",
-    "LabelMaxBitrateHelp": "Sp\u00e9cifiez un d\u00e9bit maximum dans les environnements avec bande passante limit\u00e9e ou si l'appareil impose sa propre limite.",
-    "LabelMaxStreamingBitrate": "D\u00e9bit max de streaming :",
-    "LabelMaxStreamingBitrateHelp": "Sp\u00e9cifiez le d\u00e9bit max lors du streaming.",
-    "LabelMaxStaticBitrate": "D\u00e9bit max de synchronisation :",
-    "LabelMaxStaticBitrateHelp": "Sp\u00e9cifiez un d\u00e9bit max pour la synchronisation de contenu en haute qualit\u00e9.",
-    "LabelMusicStaticBitrate": "D\u00e9bit de synchronisation de la musique",
-    "LabelMusicStaticBitrateHelp": "Sp\u00e9cifier un d\u00e9bit maxi de synchronisation de la musique",
-    "LabelMusicStreamingTranscodingBitrate": "D\u00e9bit du transcodage musique :",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Sp\u00e9cifiez le d\u00e9bit max pendant la diffusion de musique",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore les demande de transcodage de plage d'octets",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si activ\u00e9, ces requ\u00eates\/demandes seront honor\u00e9es mais l'ent\u00eate de plage d'octets sera ignor\u00e9. ",
-    "LabelFriendlyName": "Surnom d'affichage",
-    "LabelManufacturer": "Constructeur",
-    "LabelManufacturerUrl": "URL du constructeur",
-    "LabelModelName": "Nom de mod\u00e8le",
-    "LabelModelNumber": "Num\u00e9ro de mod\u00e8le",
-    "LabelModelDescription": "Description de mod\u00e8le",
-    "LabelModelUrl": "URL de mod\u00e8le",
-    "LabelSerialNumber": "Num\u00e9ro de s\u00e9rie",
-    "LabelDeviceDescription": "Description de l'appareil",
-    "HeaderIdentificationCriteriaHelp": "Entrez au moins un crit\u00e8re d'identification.",
-    "HeaderDirectPlayProfileHelp": "Ajouter des profils de lecture directe pour indiquer quels formats l'appareil peut lire de fa\u00e7on native.",
-    "HeaderTranscodingProfileHelp": "Ajoutez des profils de transcodage pour indiquer quels formats utiliser quand le transcodage est requis.",
-    "HeaderResponseProfileHelp": "Les profils de r\u00e9ponse permettent de personnaliser l'information envoy\u00e9e \u00e0 l'appareil lors de la lecture de certains types de m\u00e9dia.",
-    "LabelXDlnaCap": "Cap X-Dlna:",
-    "LabelXDlnaCapHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments X_DLNACAP dans l'espace de nom urn:schemas-dlna-org:device-1-0.",
-    "LabelXDlnaDoc": "Doc X-Dlna:",
-    "LabelXDlnaDocHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments X_DLNADOC dans l'espace de nom urn:schemas-dlna-org:device-1-0.",
-    "LabelSonyAggregationFlags": "Marqueurs d\u2019agr\u00e9gation Sony:",
-    "LabelSonyAggregationFlagsHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments aggregationFlags dans l'espace de nom urn:schemas-sonycom:av .",
-    "LabelTranscodingContainer": "Conteneur:",
-    "LabelTranscodingVideoCodec": "Codec vid\u00e9o:",
-    "LabelTranscodingVideoProfile": "Profil vid\u00e9o :",
-    "LabelTranscodingAudioCodec": "Codec audio:",
-    "OptionEnableM2tsMode": "Activer le mode M2ts",
-    "OptionEnableM2tsModeHelp": "Activer le mode m2ts lors d'encodage en mpegts.",
-    "OptionEstimateContentLength": "Estimer la dur\u00e9e du contenu lors d'encodage",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Signaler que le serveur prend en charge la recherche d'octets lors du transcodage",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Cette option est requise pour certains p\u00e9riph\u00e9riques qui ne sont pas capables d'effectuer une recherche d'octets correctement.",
-    "HeaderSubtitleDownloadingHelp": "Lorsque Media Browser scanne vos fichiers vid\u00e9os, le serveur peut rechercher les sous-titres manquants et les t\u00e9l\u00e9charger en utilisant un fournisseur de sous-titres comme OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "T\u00e9l\u00e9charger les sous-titres pour :",
-    "MessageNoChapterProviders": "Installer un plugin de fournisseur de chapitre tel que ChapterDb pour activer les options suppl\u00e9mentaires de chapitre.",
-    "LabelSkipIfGraphicalSubsPresent": "Sauter la vid\u00e9o si elle contient d\u00e9j\u00e0 des sous-titres graphiques",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Conserver les versions textes des sous-titres permettra une diffusion plus efficace et diminuera la probabilit\u00e9 d'un transcodage de la vid\u00e9o.",
-    "TabSubtitles": "Sous-titres",
-    "TabChapters": "Chapitres",
-    "HeaderDownloadChaptersFor": "T\u00e9l\u00e9charger les noms de chapitre pour:",
-    "LabelOpenSubtitlesUsername": "Nom d'utilisateur Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Mot de passe Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "Lorsque Media Browser scanne vos fichiers vid\u00e9o, il peut facilement t\u00e9l\u00e9charger les noms de chapitre depuis Internet en utilisant le plugin de chapitre tel que ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Utiliser la flux audio par d\u00e9faut peu importe la langue",
-    "LabelSubtitlePlaybackMode": "Mode de sous-titres:",
-    "LabelDownloadLanguages": "T\u00e9l\u00e9chargement de langues:",
-    "ButtonRegister": "S'enregistrer",
-    "LabelSkipIfAudioTrackPresent": "Sauter si la piste audio correspond \u00e0 la langue de t\u00e9l\u00e9chargement",
-    "LabelSkipIfAudioTrackPresentHelp": "D\u00e9cocher cette option va s'assurer que toutes les vid\u00e9os ont des sous-titres, quelque soit la langue de la piste audio.",
-    "HeaderSendMessage": "Envoyer un message",
-    "ButtonSend": "Envoyer",
-    "LabelMessageText": "Texte du message:",
-    "MessageNoAvailablePlugins": "Aucun plugin disponible.",
-    "LabelDisplayPluginsFor": "Afficher les plugins pour :",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theatre",
-    "LabelEpisodeNamePlain": "Nom d'\u00e9pisode",
-    "LabelSeriesNamePlain": "Nom de la s\u00e9rie",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Num\u00e9ro de la saison",
-    "LabelEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode",
-    "LabelEndingEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode final",
-    "HeaderTypeText": "Entrer texte",
-    "LabelTypeText": "Texte",
-    "HeaderSearchForSubtitles": "Rechercher des sous-titres",
-    "MessageNoSubtitleSearchResultsFound": "Aucun r\u00e9sultat trouv\u00e9.",
-    "TabDisplay": "Affichage",
-    "TabLanguages": "Langues",
-    "TabWebClient": "Client Web",
-    "LabelEnableThemeSongs": "Activer les chansons th\u00e8mes",
-    "LabelEnableBackdrops": "Activer les images d'arri\u00e8re-plans",
-    "LabelEnableThemeSongsHelp": "Si activ\u00e9, les chansons th\u00e8mes seront lues en arri\u00e8re-plan pendant la navigation dans les biblioth\u00e8ques.",
-    "LabelEnableBackdropsHelp": "Si activ\u00e9, les images d'arri\u00e8re-plan seront affich\u00e9es sur certaines pages pendant la navigation dans les biblioth\u00e8ques.",
-    "HeaderHomePage": "Portail",
-    "HeaderSettingsForThisDevice": "Param\u00e8tres pour cet appareil",
-    "OptionAuto": "Auto",
-    "OptionYes": "Oui",
-    "OptionNo": "Non",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "R\u00e9sultat de l'identification",
-    "LabelHomePageSection1": "Premi\u00e8re section du portail :",
-    "LabelHomePageSection2": "Seconde section du portail :",
-    "LabelHomePageSection3": "Troisi\u00e8me section du portail :",
-    "LabelHomePageSection4": "Quatri\u00e8me section du portail:",
-    "OptionMyViewsButtons": "Mes vues (bouttons)",
-    "OptionMyViews": "Mes vues",
-    "OptionMyViewsSmall": "Mes vues (petit)",
-    "OptionResumablemedia": "Reprendre",
-    "OptionLatestMedia": "Les plus r\u00e9cents",
-    "OptionLatestChannelMedia": "Items de cha\u00eene les plus r\u00e9cents",
-    "HeaderLatestChannelItems": "Items de cha\u00eene les plus r\u00e9cents",
-    "OptionNone": "Aucun",
-    "HeaderLiveTv": "TV en direct",
-    "HeaderReports": "Rapports",
-    "HeaderMetadataManager": "Gestionnaire de m\u00e9tadonn\u00e9es",
-    "HeaderPreferences": "Pr\u00e9f\u00e9rences",
-    "MessageLoadingChannels": "Chargement du contenu de la cha\u00eene...",
-    "MessageLoadingContent": "Chargement du contenu...",
-    "ButtonMarkRead": "Marquer comme lu",
-    "OptionDefaultSort": "Par d\u00e9faut",
-    "OptionCommunityMostWatchedSort": "Les plus lus",
-    "TabNextUp": "Prochains \u00e0 voir",
-    "HeaderBecomeMediaBrowserSupporter": "Devenez supporteur de Media Browser",
-    "TextEnjoyBonusFeatures": "Profitez bien des fonctionnalit\u00e9s bonus",
-    "MessageNoMovieSuggestionsAvailable": "Aucune suggestion de film n'est actuellement disponible. Commencez \u00e0 regarder et notez vos films pour avoir des suggestions.",
-    "MessageNoCollectionsAvailable": "Les collections vous permettent de tirer parti de groupements personnalis\u00e9s de films, de s\u00e9ries, d'albums audio, de livres et de jeux. Cliquez sur le bouton + pour commencer \u00e0 cr\u00e9er des Collections.",
-    "MessageNoPlaylistsAvailable": "Les listes de lectures vous permettent de cr\u00e9er des listes de contenus \u00e0 lire en continu en une fois. Pour ajouter un \u00e9l\u00e9ment \u00e0 la liste, faire un clic droit ou appuyer et maintenez, puis s\u00e9lectionnez Ajouter \u00e0 la liste de lecture",
-    "MessageNoPlaylistItemsAvailable": "Cette liste de lecture est actuellement vide.",
-    "ButtonDismiss": "Annuler",
-    "ButtonEditOtherUserPreferences": "Modifier ce profil utilisateur, mot de passe et pr\u00e9f\u00e9rences personnelles.",
-    "LabelChannelStreamQuality": "Qualit\u00e9 de diffusion internet pr\u00e9f\u00e9r\u00e9e :",
-    "LabelChannelStreamQualityHelp": "Avec une bande passante faible, limiter la qualit\u00e9 garantit un confort d'utilisation du streaming.",
-    "OptionBestAvailableStreamQuality": "Meilleur disponible",
-    "LabelEnableChannelContentDownloadingFor": "Activer le t\u00e9l\u00e9chargement de contenu de cha\u00eene pour:",
-    "LabelEnableChannelContentDownloadingForHelp": "Certaines cha\u00eenes supportent le t\u00e9l\u00e9chargement pr\u00e9alable du contenu avant le visionnage. Activez ceci pour les environnements \u00e0 bande passante faible afin de t\u00e9l\u00e9charger le contenu des cha\u00eenes pendant les horaires d'inactivit\u00e9. Le contenu est t\u00e9l\u00e9charg\u00e9 suivant la programmation de la t\u00e2che planifi\u00e9e correspondante.",
-    "LabelChannelDownloadPath": "R\u00e9pertoire de t\u00e9l\u00e9chargement du contenu de cha\u00eene:",
-    "LabelChannelDownloadPathHelp": "Sp\u00e9cifiez un r\u00e9pertoire de t\u00e9l\u00e9chargement personnalis\u00e9 si besoin. Laissez vide pour t\u00e9l\u00e9charger dans un r\u00e9pertoire interne du programme.",
-    "LabelChannelDownloadAge": "Supprimer le contenu apr\u00e8s : (jours)",
-    "LabelChannelDownloadAgeHelp": "Le contenu t\u00e9l\u00e9charg\u00e9 plus vieux que cette valeur sera supprim\u00e9. Il restera disponible \u00e0 la lecture par streaming Internet.",
-    "ChannelSettingsFormHelp": "Installer des cha\u00eenes comme \"Trailers\" et \"Vimeo\" dans le catalogue des plugins.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Films",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Jeux",
-    "ViewTypeMusic": "Musique",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artistes",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Cha\u00eenes",
-    "ViewTypeLiveTV": "TV en direct",
-    "ViewTypeLiveTvNowPlaying": "En cours de diffusion",
-    "ViewTypeLatestGames": "Derniers jeux",
-    "ViewTypeRecentlyPlayedGames": "R\u00e9cemment jou\u00e9",
-    "ViewTypeGameFavorites": "Favoris",
-    "ViewTypeGameSystems": "Syst\u00e8me de jeu",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Reprise",
-    "ViewTypeTvNextUp": "A venir",
-    "ViewTypeTvLatest": "Derniers",
-    "ViewTypeTvShowSeries": "S\u00e9ries",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "S\u00e9ries favorites",
-    "ViewTypeTvFavoriteEpisodes": "Episodes favoris",
-    "ViewTypeMovieResume": "Reprise",
-    "ViewTypeMovieLatest": "Dernier",
-    "ViewTypeMovieMovies": "Films",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favoris",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Dernier",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Artiste de l'album",
-    "HeaderOtherDisplaySettings": "Param\u00e8tres d'affichage",
-    "ViewTypeMusicSongs": "Chansons",
-    "ViewTypeMusicFavorites": "Favoris",
-    "ViewTypeMusicFavoriteAlbums": "Albums favoris",
-    "ViewTypeMusicFavoriteArtists": "Artistes favoris",
-    "ViewTypeMusicFavoriteSongs": "Chansons favorites",
-    "HeaderMyViews": "Mes affichages",
-    "LabelSelectFolderGroups": "Grouper automatiquement le contenu des r\u00e9pertoires suivants dans les vues tels que Films, Musiques et TV :",
-    "LabelSelectFolderGroupsHelp": "Les r\u00e9pertoires qui ne sont pas coch\u00e9s seront affich\u00e9s tels quels avec leur propre disposition.",
-    "OptionDisplayAdultContent": "Afficher le contenu adulte",
-    "OptionLibraryFolders": "R\u00e9pertoires de m\u00e9dias",
-    "TitleRemoteControl": "Contr\u00f4le \u00e0 distance",
-    "OptionLatestTvRecordings": "Les plus r\u00e9cents enregistrements",
-    "LabelProtocolInfo": "Infos sur le protocole:",
-    "LabelProtocolInfoHelp": "La valeur qui sera utilis\u00e9e pour r\u00e9pondre aux requ\u00eates GetProtocolInfo du p\u00e9riph\u00e9rique.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser supporte nativement les m\u00e9tadonn\u00e9es Nfo. Pour activer ou d\u00e9sactiver les m\u00e9tadonn\u00e9es Nfo, veuillez utiliser l'onglet Avanc\u00e9 pour configurer les options de vos types de m\u00e9dias.",
-    "LabelKodiMetadataUser": "Synchroniser les donn\u00e9es de visionnage utilisateur en nfo pour :",
-    "LabelKodiMetadataUserHelp": "Activez cette option pour garder les donn\u00e9es de visionnage synchronis\u00e9es entre Media Browser et Nfo.",
-    "LabelKodiMetadataDateFormat": "Format de la date de sortie :",
-    "LabelKodiMetadataDateFormatHelp": "Toutes les dates du nfo seront lues et \u00e9crites en utilisant ce format.",
-    "LabelKodiMetadataSaveImagePaths": "Sauvegarder le chemin des images dans les fichiers nfo",
-    "LabelKodiMetadataSaveImagePathsHelp": "Ceci est recommand\u00e9 si les noms des fichiers d'images ne sont pas conformes aux recommandations d'Xbmc.",
-    "LabelKodiMetadataEnablePathSubstitution": "Activer la substitution de chemins",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Activer la substitution du chemin des images en utilisant les param\u00e8tres de substitution des chemins du serveur.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Voir substitution de chemins.",
-    "LabelGroupChannelsIntoViews": "Afficher directement les cha\u00eenes suivantes dans mes vues.",
-    "LabelGroupChannelsIntoViewsHelp": "Si activ\u00e9, ces cha\u00eenes seront directement affich\u00e9es \u00e0 c\u00f4t\u00e9 des autres vues. Si d\u00e9sactiv\u00e9, elles seront affich\u00e9es dans une vue de cha\u00eenes s\u00e9par\u00e9es.",
-    "LabelDisplayCollectionsView": "Afficher un aper\u00e7u de collections pour montrer les collections de film",
-    "LabelDisplayCollectionsViewHelp": "Ceci cr\u00e9era une vue s\u00e9par\u00e9e pour l'affichage des collections que vous avez cr\u00e9\u00e9es ou auxquelles vous avez acc\u00e8s. Pour cr\u00e9er une collection, faites un clic-droit ou tapotez et maintenez l'\u00e9cran sur un film, puis choisissez 'Ajouter \u00e0 une collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copier les extrafanart dans les extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Pendant le t\u00e9l\u00e9chargement, les images peuvent \u00eatre sauvegard\u00e9es en tant qu'extrafanart et extrathumbs pour am\u00e9liorer la compatibilit\u00e9 avec le skin Xbmc.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Fichiers log du serveur :",
-    "TabBranding": "Slogan",
-    "HeaderBrandingHelp": "Personnalisez l'apparence de Media Browser pour r\u00e9pondre aux besoins de votre groupe ou organisation.",
-    "LabelLoginDisclaimer": "Avertissement sur la page d'accueil :",
-    "LabelLoginDisclaimerHelp": "Le slogan sera affich\u00e9 en bas de la page de connexion.",
-    "LabelAutomaticallyDonate": "Donner automatiquement ce montant chaque mois.",
-    "LabelAutomaticallyDonateHelp": "Vous pouvez annuler via votre compte Paypal n'importe quand.",
-    "OptionList": "Liste",
-    "TabDashboard": "Tableau de bord",
-    "TitleServer": "Serveur",
-    "LabelCache": "Cache :",
-    "LabelLogs": "Logs :",
-    "LabelMetadata": "M\u00e9tadonn\u00e9es :",
-    "LabelImagesByName": "Images tri\u00e9es par nom :",
-    "LabelTranscodingTemporaryFiles": "Transcodage de fichiers temporaires :",
-    "HeaderLatestMusic": "Derni\u00e8re musique",
-    "HeaderBranding": "Slogan",
-    "HeaderApiKeys": "Cl\u00e9s API",
-    "HeaderApiKeysHelp": "Les applications externes n\u00e9cessitent d'avoir une cl\u00e9 API pour communiquer avec Media Browser. Les cl\u00e9s sont d\u00e9livr\u00e9es en se connectant avec un compte Media Browser, ou en octroyant manuellement la cl\u00e9 depuis l'application.",
-    "HeaderApiKey": "Cl\u00e9 API",
-    "HeaderApp": "App",
-    "HeaderDevice": "P\u00e9riph\u00e9rique",
-    "HeaderUser": "Utilisateur",
-    "HeaderDateIssued": "Date de publication",
-    "LabelChapterName": "Chapitre {0}",
-    "HeaderNewApiKey": "Nouvelle cl\u00e9 API",
-    "LabelAppName": "Nom de l'app",
-    "LabelAppNameExample": "Exemple: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Permettre \u00e0 une application de communiquer avec Media Browser.",
-    "HeaderHttpHeaders": "En-t\u00eates HTTP",
-    "HeaderIdentificationHeader": "En-t\u00eate d'identification",
-    "LabelValue": "Valeur :",
-    "LabelMatchType": "Type recherch\u00e9 :",
-    "OptionEquals": "Egale",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Sous-cha\u00eene",
-    "TabView": "Affichage",
-    "TabSort": "Trier",
-    "TabFilter": "Filtre",
-    "ButtonView": "Affichage",
-    "LabelPageSize": "Items par page :",
-    "LabelPath": "Chemin",
-    "LabelView": "Visualisation :",
-    "TabUsers": "Utilisateurs",
-    "LabelSortName": "Cl\u00e9 de tri",
-    "LabelDateAdded": "Date d'ajout",
-    "HeaderFeatures": "Fonctionnalit\u00e9s",
-    "HeaderAdvanced": "Avanc\u00e9",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "T\u00e2ches planifi\u00e9es",
-    "HeaderChapters": "Chapitres",
-    "HeaderResumeSettings": "Reprendre les param\u00e8tres",
-    "TabSync": "Sync",
-    "TitleUsers": "Utilisateurs",
-    "LabelProtocol": "Protocole:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Streaming Http Live",
-    "LabelContext": "Contexte:",
-    "OptionContextStreaming": "Diffusion",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Ajouter \u00e0 la liste de lecture",
-    "TabPlaylists": "Listes de lecture",
-    "ButtonClose": "Fermer",
-    "LabelAllLanguages": "Toutes les langues",
-    "HeaderBrowseOnlineImages": "Parcourir les images en ligne",
-    "LabelSource": "Source :",
-    "OptionAll": "Tous",
-    "LabelImage": "Image :",
-    "ButtonBrowseImages": "Parcourir les images :",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Arri\u00e8re-plans",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Ajouter\/modifier l'image",
-    "LabelJpgPngOnly": "JPG\/PNG seulement",
-    "LabelImageType": "Type d'image:",
-    "OptionPrimary": "Principale",
-    "OptionArt": "Art",
-    "OptionBox": "Bo\u00eetier",
-    "OptionBoxRear": "Dos de bo\u00eetier",
-    "OptionDisc": "Disque",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Verrouill\u00e9",
-    "OptionUnidentified": "Non identifi\u00e9",
-    "OptionMissingParentalRating": "Note de contr\u00f4le parental manquante",
-    "OptionStub": "Coupure",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Saison 0",
-    "LabelReport": "Rapport:",
-    "OptionReportSongs": "Chansons",
-    "OptionReportSeries": "S\u00e9ries",
-    "OptionReportSeasons": "Saisons",
-    "OptionReportTrailers": "Bandes-annonces",
-    "OptionReportMusicVideos": "Vid\u00e9oclips",
-    "OptionReportMovies": "Films",
-    "OptionReportHomeVideos": "Vid\u00e9os personnelles",
-    "OptionReportGames": "Jeux",
-    "OptionReportEpisodes": "\u00c9pisodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Livres",
-    "OptionReportArtists": "Artistes",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Vid\u00e9os adultes",
-    "ButtonMore": "Voir la suite",
-    "HeaderActivity": "Activit\u00e9",
-    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
-    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
-    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
-    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
-    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
-    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mis \u00e0 jour",
-    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
-    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
-    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
-    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
-    "DeviceOnlineWithName": "{0} est connect\u00e9",
-    "UserOnlineFromDevice": "{0} s'est connect\u00e9 depuis {1}",
-    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9",
-    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9 depuis {1}",
-    "SubtitlesDownloadedForItem": "Les sous-titres de {0} ont \u00e9t\u00e9 t\u00e9l\u00e9charg\u00e9s",
-    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
-    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
-    "LabelIpAddressValue": "Adresse IP: {0}",
-    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
-    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
-    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
-    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
-    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
-    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mis \u00e0 jour.",
-    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
-    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
-    "UserStartedPlayingItemWithValues": "{0} vient de commencer la lecture de {1}",
-    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater la lecture de {1}",
-    "AppDeviceValues": "Application : {0}, Appareil: {1}",
-    "ProviderValue": "Fournisseur : {0}",
-    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
-    "LabelChannelDownloadSizeLimitHelpText": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement des cha\u00eenes.",
-    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
-    "HeaderPeople": "Personnes",
-    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
-    "OptionComposers": "Compositeurs",
-    "OptionOthers": "Autres",
-    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'informations \u00e0 l'\u00e9cran mais ralentira les scans de la biblioth\u00e8que de medias.",
-    "ViewTypeFolders": "R\u00e9pertoires",
-    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
-    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
-    "ViewTypeLiveTvChannels": "Cha\u00eenes",
-    "LabelEasyPinCode": "Code Easy Pin :",
-    "EasyPasswordHelp": "Votre code Easy Pin permet l'utilisation de l'acc\u00e8s offline dans les applications Media Browser compatibles, ainsi que l'authentification simplifi\u00e9e dans les r\u00e9seaux domestiques.",
-    "LabelInNetworkSignInWithEasyPassword": "Activer l'authentification simplifi\u00e9e dans les r\u00e9seaux domestiques avec mon code Easy Pin",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "L'activation de cette option vous permet d'utiliser votre code Easy Pin pour vous connecter aux applications Media Browser depuis votre r\u00e9seau domestique. Votre mot de passe habituel ne sera n\u00e9cessaire que depuis l'ext\u00e9rieur. Si vous ne saisissez rien pour le code pin, vous n'aurez pas besoin de mot de passe depuis votre r\u00e9seau domestique.",
-    "HeaderPassword": "Mot de passe",
-    "HeaderLocalAccess": "Acc\u00e8s local",
-    "HeaderViewOrder": "Ordre d'affichage",
-    "ButtonResetEasyPassword": "R\u00e9initialiser le code Easy Pin",
-    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
-    "LabelMetadataRefreshMode": "Mode de mise \u00e0 jour des m\u00e9tadonn\u00e9es :",
-    "LabelImageRefreshMode": "Mode de mise \u00e0 jour des images :",
-    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
-    "OptionReplaceExistingImages": "Remplacer les images existantes",
-    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
-    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
-    "OptionLocalRefreshOnly": "Mise \u00e0 jour locale uniquement",
-    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
-    "HeaderPersonInfo": "Info personnes",
-    "HeaderIdentifyItem": "Identification de l'\u00e9l\u00e9ment",
-    "HeaderIdentifyItemHelp": "Entrez un ou plusieurs crit\u00e8res de recherche. Retirez des crit\u00e8res pour \u00e9largir les r\u00e9sultats de la recherche.",
-    "HeaderConfirmDeletion": "Confirmer la suppression",
-    "LabelFollowingFileWillBeDeleted": "Le fichier suivant sera supprim\u00e9 :",
-    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, veuillez confirmer en entrant la valeur de :",
-    "ButtonIdentify": "Identifier",
-    "LabelAlbumArtist": "Album de l'artiste",
-    "LabelAlbum": "Album :",
-    "LabelCommunityRating": "Note de la communaut\u00e9",
-    "LabelVoteCount": "Nombre de votes",
-    "LabelMetascore": "Metascore",
-    "LabelCriticRating": "Note des critiques",
-    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 des critiques",
-    "LabelAwardSummary": "R\u00e9compenses",
-    "LabelWebsite": "Site Web",
-    "LabelTagline": "Slogan",
-    "LabelOverview": "Synopsis",
-    "LabelShortOverview": "R\u00e9sum\u00e9",
-    "LabelReleaseDate": "Date de sortie",
-    "LabelYear": "Ann\u00e9e",
-    "LabelPlaceOfBirth": "Lieu de naissance :",
-    "LabelEndDate": "Date de fin:",
-    "LabelAirDate": "Jours de diffusion",
-    "LabelAirTime:": "Heure de diffusion",
-    "LabelRuntimeMinutes": "Dur\u00e9e (minutes)",
-    "LabelParentalRating": "Classification parentale",
-    "LabelCustomRating": "Classification personnalis\u00e9e",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Box-office ($)",
-    "LabelOriginalAspectRatio": "Ratio d'aspect original",
-    "LabelPlayers": "Joueurs:",
-    "Label3DFormat": "Format 3D",
-    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
-    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
-    "HeaderExternalIds": "Identifiants externes",
-    "LabelDvdSeasonNumber": "Num\u00e9ro de saison DVD :",
-    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
-    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
-    "LabelAirsBeforeSeason": "Diffusion avant la saison :",
-    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison :",
-    "LabelAirsBeforeEpisode": "Diffusion avant l'\u00e9pisode :",
-    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
-    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
-    "LabelDisplaySpecialsWithinSeasons": "Afficher les \u00e9pisodes sp\u00e9ciaux avec leur saison de diffusion",
-    "HeaderCountries": "Pays",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
-    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour \u00e9viter de futures modifications",
-    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
-    "TabDonate": "Faire un don",
-    "HeaderDonationType": "Type de don :",
-    "OptionMakeOneTimeDonation": "Faire un don s\u00e9par\u00e9",
-    "OptionOneTimeDescription": "Il s'agit d'une donation additionnelle \u00e0 l'\u00e9quipe pour montrer votre support. Elle ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas de cl\u00e9 de supporteur.",
-    "OptionLifeTimeSupporterMembership": "Partenariat de supporteur \u00e0 vie",
-    "OptionYearlySupporterMembership": "Partenariat de supporteur annuel",
-    "OptionMonthlySupporterMembership": "Partenariat de supporteur mensuel",
-    "OptionNoTrailer": "Aucune bande-annonce",
-    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
-    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
-    "LabelOneTimeDonationAmount": "Montant du don :",
-    "ButtonDonate": "Faire un don",
-    "OptionActor": "Acteur(trice)",
-    "OptionComposer": "Compositeur:",
-    "OptionDirector": "R\u00e9alisateur:",
-    "OptionGuestStar": "Invit\u00e9s d'honneur",
-    "OptionProducer": "Producteur",
-    "OptionWriter": "Sc\u00e9nariste",
-    "LabelAirDays": "Jours de diffusion",
-    "LabelAirTime": "Heure de diffusion",
-    "HeaderMediaInfo": "Information m\u00e9dia",
-    "HeaderPhotoInfo": "Information photo",
-    "HeaderInstall": "Install\u00e9",
-    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer :",
-    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporteur",
-    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporteur actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
-    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporteur actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
-    "HeaderReviews": "Revues",
-    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
-    "HeaderRevisionHistory": "Historique des r\u00e9visions",
-    "ButtonViewWebsite": "Voir le site",
-    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
-    "HeaderXmlSettings": "R\u00e9glages Xml",
-    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
-    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
-    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
-    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
-    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le scan de la librairie. Sinon elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer plus rapidement les scans r\u00e9guliers de la librairie.",
-    "LabelConnectGuestUserName": "Leur nom d'utilisateur ou leur adresse mail Media Browser :",
-    "LabelConnectUserName": "Nom d'utilisateur \/ email du compte Media Browser :",
-    "LabelConnectUserNameHelp": "Liez cet utilisateur \u00e0 un compte Media Browser pour activer l'acc\u00e8s facile depuis n'importe quelle application Media Browser sans avoir \u00e0 conna\u00eetre l'adresse IP du serveur.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
-    "LabelExternalPlayers": "Lecteurs externes:",
-    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Ceci est valable uniquement sur des appareils supportant les URLs, g\u00e9n\u00e9ralement Android et iOS. Avec les lecteurs externes il n'y a g\u00e9n\u00e9ralement pas de support pour le contr\u00f4le \u00e0 distance ou la reprise.",
-    "HeaderSubtitleProfile": "Profil de sous-titre",
-    "HeaderSubtitleProfiles": "Profils de sous-titre",
-    "HeaderSubtitleProfilesHelp": "Les profils de sous-titre d\u00e9crivent les formats de sous-titre support\u00e9s par l'appareil.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "M\u00e9thode:",
-    "LabelDidlMode": "Mode Didl:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
-    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
-    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
-    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
-    "LabelSubtitleFormatHelp": "Exemple: srt",
-    "ButtonLearnMore": "En savoir plus",
-    "TabPlayback": "Lecture",
-    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
-    "TabCinemaMode": "Mode cin\u00e9ma",
-    "TitlePlayback": "Lecture",
-    "LabelEnableCinemaModeFor": "Activer le mode cin\u00e9ma pour :",
-    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon gr\u00e2ce \u00e0 la possibilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
-    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans ma biblioth\u00e8que",
-    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 l'affiche",
-    "LabelLimitIntrosToUnwatchedContent": "Utiliser seulement les bandes-annonces du contenu non lu",
-    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
-    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces seront s\u00e9lectionn\u00e9es seulement si niveau de contr\u00f4le parental est \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu en cours de lecture.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Ces fonctionnalit\u00e9s n\u00e9cessitent un abonnement actif comme supporteur et l'installation du plugin \"Trailer channel\".",
-    "OptionTrailersFromMyMoviesHelp": "N\u00e9cessite la configuration des bandes-annonces locales.",
-    "LabelCustomIntrosPath": "Chemin des intros personnalis\u00e9es :",
-    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et lue apr\u00e8s les bandes-annonces.",
-    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Bandes-annonces Internet :",
-    "OptionUpcomingDvdMovies": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 venir sur DVD et Blu-Ray",
-    "OptionUpcomingStreamingMovies": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 l'affiche sur Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Afficher les bandes-annonces dans les suggestions de films.",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "N\u00e9cessite l'installation du plugin \"Trailer channel\".",
-    "CinemaModeConfigurationHelp2": "Les utilisateurs ont la possibilit\u00e9 de d\u00e9sactiver le mode cin\u00e9ma dans leurs propres pr\u00e9f\u00e9rences.",
-    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
-    "HeaderCinemaMode": "Mode cin\u00e9ma",
-    "LabelDateAddedBehavior": "Choix des dates lors de l'ajout de nouveau contenu:",
-    "OptionDateAddedImportTime": "Utiliser la dates du scan de la biblioth\u00e8que",
-    "OptionDateAddedFileTime": "Utiliser la date de cr\u00e9ation de fichier",
-    "LabelDateAddedBehaviorHelp": "Si une m\u00e9dadonn\u00e9e est pr\u00e9sente, elle sera toujours utilis\u00e9e avant toutes ces options.",
-    "LabelNumberTrailerToPlay": "Nombre de bandes-annonces \u00e0 lire :",
-    "TitleDevices": "Appareils",
-    "TabCameraUpload": "Upload du contenu de l'appareil photo",
-    "TabDevices": "Appareils",
-    "HeaderCameraUploadHelp": "Uploader automatiquement les photos et les vid\u00e9os depuis vos appareils mobiles dans Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "Vous n'avez actuellement aucun appareil supportant l'upload du contenu de l'appareil photo.",
-    "LabelCameraUploadPath": "R\u00e9pertoire d'upload du contenu de l'appareil photo :",
-    "LabelCameraUploadPathHelp": "Si vous le souhaitez, vous pouvez choisir un r\u00e9pertoire d'upload personnalis\u00e9. Sinon, le r\u00e9pertoire par d\u00e9faut sera utilis\u00e9. Si vous utilisez un r\u00e9pertoire personnalis\u00e9, vous devrez le rajouter \u00e0 la biblioth\u00e8que.",
-    "LabelCreateCameraUploadSubfolder": "Cr\u00e9er un sous-dossier pour chaque appareil",
-    "LabelCreateCameraUploadSubfolderHelp": "Des r\u00e9pertoires sp\u00e9cifiques peuvent \u00eatres affect\u00e9 aux appareils en cliquant sur le bouton correspondant dans la page des appareils.",
-    "LabelCustomDeviceDisplayName": "Nom d'affichage:",
-    "LabelCustomDeviceDisplayNameHelp": "Entrez un nom d'affichage personnalis\u00e9 ou laissez vide pour utiliser le nom rapport\u00e9 par l'appareil.",
-    "HeaderInviteUser": "Inviter un utilisateur",
-    "LabelConnectGuestUserNameHelp": "C'est le nom d'utilisateur que votre ami(e) utilise pour se connecter au site Web de Media Browser, ou leur adresse mail.",
-    "HeaderInviteUserHelp": "Partager vos m\u00e9dias avec vos amis est plus facile que jamais avec Connexion Media Browser.",
-    "ButtonSendInvitation": "Envoyez un invitation",
-    "HeaderSignInWithConnect": "Se connecter avec Media Browser Connect",
-    "HeaderGuests": "Invit\u00e9s",
-    "HeaderLocalUsers": "Utilisateurs locaux",
-    "HeaderPendingInvitations": "Invitations en attente",
-    "TabParentalControl": "Contr\u00f4le Parental",
-    "HeaderAccessSchedule": "Programme d'Acc\u00e8s",
-    "HeaderAccessScheduleHelp": "Cr\u00e9ez un programme d'acc\u00e8s pour limiter l'acc\u00e8s \u00e0 certaines heures.",
-    "ButtonAddSchedule": "Ajouter un programme",
-    "LabelAccessDay": "Jour de la semaine :",
-    "LabelAccessStart": "Heure de d\u00e9but:",
-    "LabelAccessEnd": "Heure de fin:",
-    "HeaderSchedule": "Al\u00e9atoire",
-    "OptionEveryday": "Tous les jours",
-    "OptionWeekdays": "Jours de la semaine",
-    "OptionWeekends": "Week-ends",
-    "MessageProfileInfoSynced": "Le profil utilisateur est synchronis\u00e9 avec Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optionnel : lier votre compte Media Browser",
-    "ButtonTrailerReel": "Bobine bande-annonce",
-    "HeaderTrailerReel": "Bobine Bande-annonce",
-    "OptionPlayUnwatchedTrailersOnly": "Lire seulement les bandes-annonces non lues.",
-    "HeaderTrailerReelHelp": "Cr\u00e9er une bobine de bande-annonces pour lire une longue liste de bandes-annonces.",
-    "MessageNoTrailersFound": "Aucune bande-annonce trouv\u00e9e. Installez la cha\u00eene Bande-annonces pour am\u00e9liorer votre exp\u00e9rience, par l'ajout d'une biblioth\u00e8que de bandes-annonces disponibles sur Internet.",
-    "HeaderNewUsers": "Nouveaux utilisateurs",
-    "ButtonSignUp": "S'inscrire",
-    "ButtonForgotPassword": "Mot de passe oubli\u00e9",
-    "OptionDisableUserPreferences": "D\u00e9sactiver l'acc\u00e8s aux pr\u00e9f\u00e9rences utilisateurs",
-    "OptionDisableUserPreferencesHelp": "Si activ\u00e9, seuls les administrateurs seront capables de configurer les images de profil utilisateurs, les mots de passe, et les langues pr\u00e9f\u00e9r\u00e9es.",
-    "HeaderSelectServer": "S\u00e9lectionner le serveur",
-    "MessageNoServersAvailableToConnect": "Connexion impossible, aucun serveurs disponible. Si vous avez \u00e9t\u00e9 invit\u00e9 \u00e0 partager un serveur, veuillez accepter ci-dessous ou en cliquant sur le lien dans le mail.",
-    "TitleNewUser": "Nouvel utilisateur",
-    "ButtonConfigurePassword": "Configurer mot de passe",
-    "HeaderDashboardUserPassword": "Les mots de passe utilisateurs sont g\u00e9r\u00e9s dans les param\u00e8tres de profil personnel de chaque utilisateur.",
-    "HeaderLibraryAccess": "Acc\u00e8s \u00e0 la librairie",
-    "HeaderChannelAccess": "Acc\u00e8s Cha\u00eene",
-    "HeaderLatestItems": "Derniers items",
-    "LabelSelectLastestItemsFolders": "Inclure les m\u00e9dias provenant des sections suivantes dans les Derniers Items",
-    "HeaderShareMediaFolders": "Partager les r\u00e9pertoires de m\u00e9dias",
-    "MessageGuestSharingPermissionsHelp": "La plupart des fonctions sont initialement indisponibles pour les invit\u00e9s mais peuvent \u00eatre activ\u00e9es au besoin.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Entrez votre nom d'utilisateur, si vous vous en souvenez.",
-    "HeaderForgotPassword": "Mot de passe oubli\u00e9",
-    "TitleForgotPassword": "Mot de passe oubli\u00e9",
-    "TitlePasswordReset": "Mot de passe r\u00e9initialis\u00e9",
-    "LabelPasswordRecoveryPinCode": "Code NIP:",
-    "HeaderPasswordReset": "Mot de passe r\u00e9initialis\u00e9",
-    "HeaderParentalRatings": "Note parentale",
-    "HeaderVideoTypes": "Types de vid\u00e9o",
-    "HeaderYears": "Ann\u00e9es",
-    "HeaderAddTag": "Ajouter un tag",
-    "LabelBlockItemsWithTags": "Bloquer les \u00e9l\u00e9ments contenant les tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limiter \u00e0 une seule image int\u00e9gr\u00e9e",
-    "LabelEnableSingleImageInDidlLimitHelp": "Quelques p\u00e9riph\u00e9riques ne fourniront pas un rendu correct si plusieurs images sont int\u00e9gr\u00e9es dans Didl",
-    "TabActivity": "Activit\u00e9",
-    "TitleSync": "Sync.",
-    "OptionAllowSyncContent": "Synchroniser",
-    "OptionAllowContentDownloading": "T\u00e9l\u00e9chargement du m\u00e9dia en cours",
-    "NameSeasonUnknown": "Saison inconnue",
-    "NameSeasonNumber": "Saison {0}",
-    "LabelNewUserNameHelp": "Les noms d'utilisateur peuvent contenir des lettres (a-z), des chiffres (0-9), des tirets (-), des tirets bas (_), des apostrophes (') et des points (.).",
-    "TabJobs": "T\u00e2ches",
-    "TabSyncJobs": "T\u00e2ches de synchronisation",
     "LabelExit": "Quitter",
     "LabelVisitCommunity": "Visiter la Communaut\u00e9",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "R\u00e9pertoire de fichiers temporaires :",
     "LabelSyncTempPathHelp": "Sp\u00e9cifiez un r\u00e9pertoire de travail pour la synchronisation. Les fichiers r\u00e9sultant de la conversion de m\u00e9dias au cours du processus de synchronisation seront stock\u00e9s ici.",
     "LabelCustomCertificatePath": "Chemin vers le certificat personnalis\u00e9 :",
-    "LabelCustomCertificatePathHelp": "Fournissez votre propre certificat SSL. Sinon, le serveur cr\u00e9era un certificat auto-sign\u00e9.",
+    "LabelCustomCertificatePathHelp": "Fournissez votre propre certificat SSL au format .pfx. Sinon, le serveur cr\u00e9era un certificat auto-sign\u00e9.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Faire un don avec Paypal",
     "OptionDetectArchiveFilesAsMedia": "Reconna\u00eetre les fichiers archives comme m\u00e9dias",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Aide",
     "OptionAllowUserToManageServer": "Autoriser la gestion du serveur \u00e0 cet utilisateur",
     "HeaderFeatureAccess": "Acc\u00e8s aux fonctionnalit\u00e9s",
-    "OptionAllowMediaPlayback": "Lecture du m\u00e9dia en cours",
-    "OptionAllowBrowsingLiveTv": "TV Live",
-    "OptionAllowDeleteLibraryContent": "Suppression du m\u00e9dia",
-    "OptionAllowManageLiveTv": "Gestion des enregistrements TV Live",
+    "OptionAllowMediaPlayback": "Autoriser la lecture de m\u00e9dias",
+    "OptionAllowBrowsingLiveTv": "Autoriser l'acc\u00e8s \u00e0 la TV Live",
+    "OptionAllowDeleteLibraryContent": "Autoriser la suppression de m\u00e9dias",
+    "OptionAllowManageLiveTv": "Autoriser la gestion des enregistrements de TV Live",
     "OptionAllowRemoteControlOthers": "Autoriser le contr\u00f4le \u00e0 distance des autres utilisateurs",
     "OptionAllowRemoteSharedDevices": "Autoriser le contr\u00f4le \u00e0 distance des appareils partag\u00e9s",
     "OptionAllowRemoteSharedDevicesHelp": "Les p\u00e9riph\u00e9riques Dlna sont consid\u00e9r\u00e9s comme partag\u00e9s tant qu'un utilisateur ne commence pas \u00e0 le contr\u00f4ler.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Qualit\u00e9 maximale",
     "OptionEnableDebugTranscodingLogging": "Activer le d\u00e9bogage du transcodage dans le journal d'\u00e9v\u00e8nements",
     "OptionEnableDebugTranscodingLoggingHelp": "Ceci cr\u00e9era un journal d\u2019\u00e9v\u00e9nements tr\u00e8s volumineux et n'est recommand\u00e9 que pour des besoins de diagnostic d'erreur.",
-    "OptionUpscaling": "Autoriser les clients de mettre \u00e0 l'\u00e9chelle (upscale) les vid\u00e9os",
-    "OptionUpscalingHelp": "Dans certains cas, la qualit\u00e9 vid\u00e9o sera am\u00e9lior\u00e9e mais augmentera l'utilisation du processeur.",
     "EditCollectionItemsHelp": "Ajoutez ou supprimez n'importe quel film, s\u00e9rie, album, livre ou jeux que vous souhaitez grouper dans cette collection.",
     "HeaderAddTitles": "Ajouter des \u00e9l\u00e9ments",
     "LabelEnableDlnaPlayTo": "Activer DLNA \"Lire sur\"",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page suivante",
     "ButtonPageDown": "Page pr\u00e9c\u00e9dante",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Accueil"
+    "ButtonHome": "Accueil",
+    "ButtonSearch": "Recherche",
+    "ButtonSettings": "Param\u00e8tres",
+    "ButtonTakeScreenshot": "Prendre une copie d'\u00e9cran",
+    "ButtonLetterUp": "Lettre haut",
+    "ButtonLetterDown": "Lettre bas",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Lecture en cours",
+    "TabNavigation": "Navigation",
+    "TabControls": "Contr\u00f4les",
+    "ButtonFullscreen": "Basculer en plein \u00e9cran",
+    "ButtonScenes": "Sc\u00e8nes",
+    "ButtonSubtitles": "Sous-titres",
+    "ButtonAudioTracks": "Pistes audio",
+    "ButtonPreviousTrack": "Piste pr\u00e9c\u00e9dente",
+    "ButtonNextTrack": "Piste suivante",
+    "ButtonStop": "Arr\u00eat",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Suivant",
+    "ButtonPrevious": "Pr\u00e9c\u00e9dent",
+    "LabelGroupMoviesIntoCollections": "Grouper les films en collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "Dans l'affichage des listes de films, les films faisant partie d'une collection seront affich\u00e9s comme un groupe d'items.",
+    "NotificationOptionPluginError": "Erreur de plugin",
+    "ButtonVolumeUp": "Volume +",
+    "ButtonVolumeDown": "Volume -",
+    "ButtonMute": "Sourdine",
+    "HeaderLatestMedia": "Derniers m\u00e9dias",
+    "OptionSpecialFeatures": "Bonus",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "S\u00e9par\u00e9s par des virgules. Peut \u00eatre laiss\u00e9 vide pour s'appliquer \u00e0 tous les codecs.",
+    "LabelProfileContainersHelp": "S\u00e9par\u00e9s par des virgules. Peut \u00eatre laiss\u00e9 vide pour s'appliquer \u00e0 tous les conteneurs.",
+    "HeaderResponseProfile": "Profil de r\u00e9ponse",
+    "LabelType": "Type :",
+    "LabelPersonRole": "R\u00f4le:",
+    "LabelPersonRoleHelp": "Le r\u00f4le n'est g\u00e9n\u00e9ralement applicable qu'aux acteurs.",
+    "LabelProfileContainer": "Conteneur:",
+    "LabelProfileVideoCodecs": "Codecs vid\u00e9os :",
+    "LabelProfileAudioCodecs": "Codecs audios :",
+    "LabelProfileCodecs": "Codecs :",
+    "HeaderDirectPlayProfile": "Profil de lecture directe (Direct Play):",
+    "HeaderTranscodingProfile": "Profil de transcodage",
+    "HeaderCodecProfile": "Profil de codecs",
+    "HeaderCodecProfileHelp": "Les profils de codecs sp\u00e9cifient les limites de lecture de codecs sp\u00e9cifiques d'un appareil. Si la limite s'applique, le m\u00e9dia sera transcod\u00e9, m\u00eame si le codec est configur\u00e9 pour des lectures directes.",
+    "HeaderContainerProfile": "Profil de conteneur",
+    "HeaderContainerProfileHelp": "Les profils de conteneur indiquent les limites d'un appareil lors de lectures de formats sp\u00e9cifiques. Si la limite s'applique au m\u00e9dia, ce dernier sera transcod\u00e9, m\u00eame si le format est configur\u00e9 pour faire de la lecture directe.",
+    "OptionProfileVideo": "Vid\u00e9o",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Vid\u00e9o Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "Biblioth\u00e8que de l'utilisateur:",
+    "LabelUserLibraryHelp": "S\u00e9lectionnez quelle biblioth\u00e8que afficher sur l'appareil. Laissez vide pour h\u00e9riter des param\u00e8tres par d\u00e9faut.",
+    "OptionPlainStorageFolders": "Afficher tous les r\u00e9pertoires en tant que simples r\u00e9pertoires de stockage.",
+    "OptionPlainStorageFoldersHelp": "Si activ\u00e9, tous les r\u00e9pertoires seront affich\u00e9s en DIDL en tant que  \"object.container.storageFolder\" au lieu de formats plus sp\u00e9cifiques comme, par exemple  \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Afficher les vid\u00e9os en tant que simples items vid\u00e9os.",
+    "OptionPlainVideoItemsHelp": "Si activ\u00e9, toutes les vid\u00e9os seront affich\u00e9es en DIDL en tant que \"object.item.videoItem\" au lieu de formats plus sp\u00e9cifiques comme, par exemple \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Types de m\u00e9dias support\u00e9s:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Lecture directe",
+    "TabContainers": "Conteneur",
+    "TabCodecs": "Codecs",
+    "TabResponses": "R\u00e9ponses",
+    "HeaderProfileInformation": "Information de profil",
+    "LabelEmbedAlbumArtDidl": "Int\u00e9grer les images d'album dans Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Certains p\u00e9riph\u00e9riques pr\u00e9f\u00e8rent cette m\u00e9thode pour obtenir les images d'album. D'autres peuvent \u00e9chouer \u00e0 lire avec cette option activ\u00e9e.",
+    "LabelAlbumArtPN": "PN d'images d'album:",
+    "LabelAlbumArtHelp": "PN utilis\u00e9 pour les images d'album, dans l\u2019attribut dlna:profileID de upnp:albumArtURi. Certains client n\u00e9cessite une valeur sp\u00e9cifique, peu importe la grosseur de l'image.",
+    "LabelAlbumArtMaxWidth": "Largeur maximum des images d'album:",
+    "LabelAlbumArtMaxWidthHelp": "R\u00e9solution maximum des images d'album expos\u00e9e par upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Hauteur maximum des images d'album:",
+    "LabelAlbumArtMaxHeightHelp": "R\u00e9solution maximum des images d'album expos\u00e9e par upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Largeur maximum des ic\u00f4nes:",
+    "LabelIconMaxWidthHelp": "R\u00e9solution maximum des ic\u00f4nes expos\u00e9e par upnp:icon.",
+    "LabelIconMaxHeight": "Hauteur maximum des ic\u00f4nes:",
+    "LabelIconMaxHeightHelp": "R\u00e9solution maximum des ic\u00f4nes expos\u00e9e par upnp:icon.",
+    "LabelIdentificationFieldHelp": "Une sous-cha\u00eene ou expression r\u00e9guli\u00e8re (insensible \u00e0 la casse).",
+    "HeaderProfileServerSettingsHelp": "Ces valeurs contr\u00f4lent la mani\u00e8re dont Media Browser se pr\u00e9sentera \u00e0 l'appareil.",
+    "LabelMaxBitrate": "D\u00e9bit maximum:",
+    "LabelMaxBitrateHelp": "Sp\u00e9cifiez un d\u00e9bit maximum dans les environnements avec bande passante limit\u00e9e ou si l'appareil impose sa propre limite.",
+    "LabelMaxStreamingBitrate": "D\u00e9bit max de streaming :",
+    "LabelMaxStreamingBitrateHelp": "Sp\u00e9cifiez le d\u00e9bit max lors du streaming.",
+    "LabelMaxStaticBitrate": "D\u00e9bit max de synchronisation :",
+    "LabelMaxStaticBitrateHelp": "Sp\u00e9cifiez un d\u00e9bit max pour la synchronisation de contenu en haute qualit\u00e9.",
+    "LabelMusicStaticBitrate": "D\u00e9bit de synchronisation de la musique",
+    "LabelMusicStaticBitrateHelp": "Sp\u00e9cifier un d\u00e9bit maxi de synchronisation de la musique",
+    "LabelMusicStreamingTranscodingBitrate": "D\u00e9bit du transcodage musique :",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Sp\u00e9cifiez le d\u00e9bit max pendant la diffusion de musique",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore les demande de transcodage de plage d'octets",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si activ\u00e9, ces requ\u00eates\/demandes seront honor\u00e9es mais l'ent\u00eate de plage d'octets sera ignor\u00e9. ",
+    "LabelFriendlyName": "Surnom d'affichage",
+    "LabelManufacturer": "Constructeur",
+    "LabelManufacturerUrl": "URL du constructeur",
+    "LabelModelName": "Nom de mod\u00e8le",
+    "LabelModelNumber": "Num\u00e9ro de mod\u00e8le",
+    "LabelModelDescription": "Description de mod\u00e8le",
+    "LabelModelUrl": "URL de mod\u00e8le",
+    "LabelSerialNumber": "Num\u00e9ro de s\u00e9rie",
+    "LabelDeviceDescription": "Description de l'appareil",
+    "HeaderIdentificationCriteriaHelp": "Entrez au moins un crit\u00e8re d'identification.",
+    "HeaderDirectPlayProfileHelp": "Ajouter des profils de lecture directe pour indiquer quels formats l'appareil peut lire de fa\u00e7on native.",
+    "HeaderTranscodingProfileHelp": "Ajoutez des profils de transcodage pour indiquer quels formats utiliser quand le transcodage est requis.",
+    "HeaderResponseProfileHelp": "Les profils de r\u00e9ponse permettent de personnaliser l'information envoy\u00e9e \u00e0 l'appareil lors de la lecture de certains types de m\u00e9dia.",
+    "LabelXDlnaCap": "Cap X-Dlna:",
+    "LabelXDlnaCapHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments X_DLNACAP dans l'espace de nom urn:schemas-dlna-org:device-1-0.",
+    "LabelXDlnaDoc": "Doc X-Dlna:",
+    "LabelXDlnaDocHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments X_DLNADOC dans l'espace de nom urn:schemas-dlna-org:device-1-0.",
+    "LabelSonyAggregationFlags": "Marqueurs d\u2019agr\u00e9gation Sony:",
+    "LabelSonyAggregationFlagsHelp": "D\u00e9termine le contenu des \u00e9l\u00e9ments aggregationFlags dans l'espace de nom urn:schemas-sonycom:av .",
+    "LabelTranscodingContainer": "Conteneur:",
+    "LabelTranscodingVideoCodec": "Codec vid\u00e9o:",
+    "LabelTranscodingVideoProfile": "Profil vid\u00e9o :",
+    "LabelTranscodingAudioCodec": "Codec audio:",
+    "OptionEnableM2tsMode": "Activer le mode M2ts",
+    "OptionEnableM2tsModeHelp": "Activer le mode m2ts lors d'encodage en mpegts.",
+    "OptionEstimateContentLength": "Estimer la dur\u00e9e du contenu lors d'encodage",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Signaler que le serveur prend en charge la recherche d'octets lors du transcodage",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Cette option est requise pour certains p\u00e9riph\u00e9riques qui ne sont pas capables d'effectuer une recherche d'octets correctement.",
+    "HeaderSubtitleDownloadingHelp": "Lorsque Media Browser scanne vos fichiers vid\u00e9os, le serveur peut rechercher les sous-titres manquants et les t\u00e9l\u00e9charger en utilisant un fournisseur de sous-titres comme OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "T\u00e9l\u00e9charger les sous-titres pour :",
+    "MessageNoChapterProviders": "Installer un plugin de fournisseur de chapitre tel que ChapterDb pour activer les options suppl\u00e9mentaires de chapitre.",
+    "LabelSkipIfGraphicalSubsPresent": "Sauter la vid\u00e9o si elle contient d\u00e9j\u00e0 des sous-titres graphiques",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Conserver les versions textes des sous-titres permettra une diffusion plus efficace et diminuera la probabilit\u00e9 d'un transcodage de la vid\u00e9o.",
+    "TabSubtitles": "Sous-titres",
+    "TabChapters": "Chapitres",
+    "HeaderDownloadChaptersFor": "T\u00e9l\u00e9charger les noms de chapitre pour:",
+    "LabelOpenSubtitlesUsername": "Nom d'utilisateur Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Mot de passe Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "Lorsque Media Browser scanne vos fichiers vid\u00e9o, il peut facilement t\u00e9l\u00e9charger les noms de chapitre depuis Internet en utilisant le plugin de chapitre tel que ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Utiliser la flux audio par d\u00e9faut peu importe la langue",
+    "LabelSubtitlePlaybackMode": "Mode de sous-titres:",
+    "LabelDownloadLanguages": "T\u00e9l\u00e9chargement de langues:",
+    "ButtonRegister": "S'enregistrer",
+    "LabelSkipIfAudioTrackPresent": "Sauter si la piste audio correspond \u00e0 la langue de t\u00e9l\u00e9chargement",
+    "LabelSkipIfAudioTrackPresentHelp": "D\u00e9cocher cette option va s'assurer que toutes les vid\u00e9os ont des sous-titres, quelque soit la langue de la piste audio.",
+    "HeaderSendMessage": "Envoyer un message",
+    "ButtonSend": "Envoyer",
+    "LabelMessageText": "Texte du message:",
+    "MessageNoAvailablePlugins": "Aucun plugin disponible.",
+    "LabelDisplayPluginsFor": "Afficher les plugins pour :",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theatre",
+    "LabelEpisodeNamePlain": "Nom d'\u00e9pisode",
+    "LabelSeriesNamePlain": "Nom de la s\u00e9rie",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Num\u00e9ro de la saison",
+    "LabelEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode",
+    "LabelEndingEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode final",
+    "HeaderTypeText": "Entrer texte",
+    "LabelTypeText": "Texte",
+    "HeaderSearchForSubtitles": "Rechercher des sous-titres",
+    "MessageNoSubtitleSearchResultsFound": "Aucun r\u00e9sultat trouv\u00e9.",
+    "TabDisplay": "Affichage",
+    "TabLanguages": "Langues",
+    "TabWebClient": "Client Web",
+    "LabelEnableThemeSongs": "Activer les chansons th\u00e8mes",
+    "LabelEnableBackdrops": "Activer les images d'arri\u00e8re-plans",
+    "LabelEnableThemeSongsHelp": "Si activ\u00e9, les chansons th\u00e8mes seront lues en arri\u00e8re-plan pendant la navigation dans les biblioth\u00e8ques.",
+    "LabelEnableBackdropsHelp": "Si activ\u00e9, les images d'arri\u00e8re-plan seront affich\u00e9es sur certaines pages pendant la navigation dans les biblioth\u00e8ques.",
+    "HeaderHomePage": "Portail",
+    "HeaderSettingsForThisDevice": "Param\u00e8tres pour cet appareil",
+    "OptionAuto": "Auto",
+    "OptionYes": "Oui",
+    "OptionNo": "Non",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "R\u00e9sultat de l'identification",
+    "LabelHomePageSection1": "Premi\u00e8re section du portail :",
+    "LabelHomePageSection2": "Seconde section du portail :",
+    "LabelHomePageSection3": "Troisi\u00e8me section du portail :",
+    "LabelHomePageSection4": "Quatri\u00e8me section du portail:",
+    "OptionMyViewsButtons": "Mes vues (bouttons)",
+    "OptionMyViews": "Mes vues",
+    "OptionMyViewsSmall": "Mes vues (petit)",
+    "OptionResumablemedia": "Reprendre",
+    "OptionLatestMedia": "Les plus r\u00e9cents",
+    "OptionLatestChannelMedia": "Items de cha\u00eene les plus r\u00e9cents",
+    "HeaderLatestChannelItems": "Items de cha\u00eene les plus r\u00e9cents",
+    "OptionNone": "Aucun",
+    "HeaderLiveTv": "TV en direct",
+    "HeaderReports": "Rapports",
+    "HeaderMetadataManager": "Gestionnaire de m\u00e9tadonn\u00e9es",
+    "HeaderPreferences": "Pr\u00e9f\u00e9rences",
+    "MessageLoadingChannels": "Chargement du contenu de la cha\u00eene...",
+    "MessageLoadingContent": "Chargement du contenu...",
+    "ButtonMarkRead": "Marquer comme lu",
+    "OptionDefaultSort": "Par d\u00e9faut",
+    "OptionCommunityMostWatchedSort": "Les plus lus",
+    "TabNextUp": "Prochains \u00e0 voir",
+    "HeaderBecomeMediaBrowserSupporter": "Devenez supporteur de Media Browser",
+    "TextEnjoyBonusFeatures": "Profitez bien des fonctionnalit\u00e9s bonus",
+    "MessageNoMovieSuggestionsAvailable": "Aucune suggestion de film n'est actuellement disponible. Commencez \u00e0 regarder et notez vos films pour avoir des suggestions.",
+    "MessageNoCollectionsAvailable": "Les collections vous permettent de tirer parti de groupements personnalis\u00e9s de films, de s\u00e9ries, d'albums audio, de livres et de jeux. Cliquez sur le bouton + pour commencer \u00e0 cr\u00e9er des Collections.",
+    "MessageNoPlaylistsAvailable": "Les listes de lectures vous permettent de cr\u00e9er des listes de contenus \u00e0 lire en continu en une fois. Pour ajouter un \u00e9l\u00e9ment \u00e0 la liste, faire un clic droit ou appuyer et maintenez, puis s\u00e9lectionnez Ajouter \u00e0 la liste de lecture",
+    "MessageNoPlaylistItemsAvailable": "Cette liste de lecture est actuellement vide.",
+    "ButtonDismiss": "Annuler",
+    "ButtonEditOtherUserPreferences": "Modifier ce profil utilisateur, mot de passe et pr\u00e9f\u00e9rences personnelles.",
+    "LabelChannelStreamQuality": "Qualit\u00e9 de diffusion internet pr\u00e9f\u00e9r\u00e9e :",
+    "LabelChannelStreamQualityHelp": "Avec une bande passante faible, limiter la qualit\u00e9 garantit un confort d'utilisation du streaming.",
+    "OptionBestAvailableStreamQuality": "Meilleur disponible",
+    "LabelEnableChannelContentDownloadingFor": "Activer le t\u00e9l\u00e9chargement de contenu de cha\u00eene pour:",
+    "LabelEnableChannelContentDownloadingForHelp": "Certaines cha\u00eenes supportent le t\u00e9l\u00e9chargement pr\u00e9alable du contenu avant le visionnage. Activez ceci pour les environnements \u00e0 bande passante faible afin de t\u00e9l\u00e9charger le contenu des cha\u00eenes pendant les horaires d'inactivit\u00e9. Le contenu est t\u00e9l\u00e9charg\u00e9 suivant la programmation de la t\u00e2che planifi\u00e9e correspondante.",
+    "LabelChannelDownloadPath": "R\u00e9pertoire de t\u00e9l\u00e9chargement du contenu de cha\u00eene:",
+    "LabelChannelDownloadPathHelp": "Sp\u00e9cifiez un r\u00e9pertoire de t\u00e9l\u00e9chargement personnalis\u00e9 si besoin. Laissez vide pour t\u00e9l\u00e9charger dans un r\u00e9pertoire interne du programme.",
+    "LabelChannelDownloadAge": "Supprimer le contenu apr\u00e8s : (jours)",
+    "LabelChannelDownloadAgeHelp": "Le contenu t\u00e9l\u00e9charg\u00e9 plus vieux que cette valeur sera supprim\u00e9. Il restera disponible \u00e0 la lecture par streaming Internet.",
+    "ChannelSettingsFormHelp": "Installer des cha\u00eenes comme \"Trailers\" et \"Vimeo\" dans le catalogue des plugins.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Films",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Jeux",
+    "ViewTypeMusic": "Musique",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artistes",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Cha\u00eenes",
+    "ViewTypeLiveTV": "TV en direct",
+    "ViewTypeLiveTvNowPlaying": "En cours de diffusion",
+    "ViewTypeLatestGames": "Derniers jeux",
+    "ViewTypeRecentlyPlayedGames": "R\u00e9cemment jou\u00e9",
+    "ViewTypeGameFavorites": "Favoris",
+    "ViewTypeGameSystems": "Syst\u00e8me de jeu",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Reprise",
+    "ViewTypeTvNextUp": "A venir",
+    "ViewTypeTvLatest": "Derniers",
+    "ViewTypeTvShowSeries": "S\u00e9ries",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "S\u00e9ries favorites",
+    "ViewTypeTvFavoriteEpisodes": "Episodes favoris",
+    "ViewTypeMovieResume": "Reprise",
+    "ViewTypeMovieLatest": "Dernier",
+    "ViewTypeMovieMovies": "Films",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favoris",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Dernier",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Artiste de l'album",
+    "HeaderOtherDisplaySettings": "Param\u00e8tres d'affichage",
+    "ViewTypeMusicSongs": "Chansons",
+    "ViewTypeMusicFavorites": "Favoris",
+    "ViewTypeMusicFavoriteAlbums": "Albums favoris",
+    "ViewTypeMusicFavoriteArtists": "Artistes favoris",
+    "ViewTypeMusicFavoriteSongs": "Chansons favorites",
+    "HeaderMyViews": "Mes affichages",
+    "LabelSelectFolderGroups": "Grouper automatiquement le contenu des r\u00e9pertoires suivants dans les vues tels que Films, Musiques et TV :",
+    "LabelSelectFolderGroupsHelp": "Les r\u00e9pertoires qui ne sont pas coch\u00e9s seront affich\u00e9s tels quels avec leur propre disposition.",
+    "OptionDisplayAdultContent": "Afficher le contenu adulte",
+    "OptionLibraryFolders": "R\u00e9pertoires de m\u00e9dias",
+    "TitleRemoteControl": "Contr\u00f4le \u00e0 distance",
+    "OptionLatestTvRecordings": "Les plus r\u00e9cents enregistrements",
+    "LabelProtocolInfo": "Infos sur le protocole:",
+    "LabelProtocolInfoHelp": "La valeur qui sera utilis\u00e9e pour r\u00e9pondre aux requ\u00eates GetProtocolInfo du p\u00e9riph\u00e9rique.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser supporte nativement les m\u00e9tadonn\u00e9es Nfo. Pour activer ou d\u00e9sactiver les m\u00e9tadonn\u00e9es Nfo, veuillez utiliser l'onglet Avanc\u00e9 pour configurer les options de vos types de m\u00e9dias.",
+    "LabelKodiMetadataUser": "Synchroniser les donn\u00e9es de visionnage utilisateur en nfo pour :",
+    "LabelKodiMetadataUserHelp": "Activez cette option pour garder les donn\u00e9es de visionnage synchronis\u00e9es entre Media Browser et Nfo.",
+    "LabelKodiMetadataDateFormat": "Format de la date de sortie :",
+    "LabelKodiMetadataDateFormatHelp": "Toutes les dates du nfo seront lues et \u00e9crites en utilisant ce format.",
+    "LabelKodiMetadataSaveImagePaths": "Sauvegarder le chemin des images dans les fichiers nfo",
+    "LabelKodiMetadataSaveImagePathsHelp": "Ceci est recommand\u00e9 si les noms des fichiers d'images ne sont pas conformes aux recommandations d'Xbmc.",
+    "LabelKodiMetadataEnablePathSubstitution": "Activer la substitution de chemins",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Activer la substitution du chemin des images en utilisant les param\u00e8tres de substitution des chemins du serveur.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Voir substitution de chemins.",
+    "LabelGroupChannelsIntoViews": "Afficher directement les cha\u00eenes suivantes dans mes vues.",
+    "LabelGroupChannelsIntoViewsHelp": "Si activ\u00e9, ces cha\u00eenes seront directement affich\u00e9es \u00e0 c\u00f4t\u00e9 des autres vues. Si d\u00e9sactiv\u00e9, elles seront affich\u00e9es dans une vue de cha\u00eenes s\u00e9par\u00e9es.",
+    "LabelDisplayCollectionsView": "Afficher un aper\u00e7u de collections pour montrer les collections de film",
+    "LabelDisplayCollectionsViewHelp": "Ceci cr\u00e9era une vue s\u00e9par\u00e9e pour l'affichage des collections que vous avez cr\u00e9\u00e9es ou auxquelles vous avez acc\u00e8s. Pour cr\u00e9er une collection, faites un clic-droit ou tapotez et maintenez l'\u00e9cran sur un film, puis choisissez 'Ajouter \u00e0 une collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copier les extrafanart dans les extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Pendant le t\u00e9l\u00e9chargement, les images peuvent \u00eatre sauvegard\u00e9es en tant qu'extrafanart et extrathumbs pour am\u00e9liorer la compatibilit\u00e9 avec le skin Xbmc.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Fichiers log du serveur :",
+    "TabBranding": "Slogan",
+    "HeaderBrandingHelp": "Personnalisez l'apparence de Media Browser pour r\u00e9pondre aux besoins de votre groupe ou organisation.",
+    "LabelLoginDisclaimer": "Avertissement sur la page d'accueil :",
+    "LabelLoginDisclaimerHelp": "Le slogan sera affich\u00e9 en bas de la page de connexion.",
+    "LabelAutomaticallyDonate": "Donner automatiquement ce montant chaque mois.",
+    "LabelAutomaticallyDonateHelp": "Vous pouvez annuler via votre compte Paypal n'importe quand.",
+    "OptionList": "Liste",
+    "TabDashboard": "Tableau de bord",
+    "TitleServer": "Serveur",
+    "LabelCache": "Cache :",
+    "LabelLogs": "Logs :",
+    "LabelMetadata": "M\u00e9tadonn\u00e9es :",
+    "LabelImagesByName": "Images tri\u00e9es par nom :",
+    "LabelTranscodingTemporaryFiles": "Transcodage de fichiers temporaires :",
+    "HeaderLatestMusic": "Derni\u00e8re musique",
+    "HeaderBranding": "Slogan",
+    "HeaderApiKeys": "Cl\u00e9s API",
+    "HeaderApiKeysHelp": "Les applications externes n\u00e9cessitent d'avoir une cl\u00e9 API pour communiquer avec Media Browser. Les cl\u00e9s sont d\u00e9livr\u00e9es en se connectant avec un compte Media Browser, ou en octroyant manuellement la cl\u00e9 depuis l'application.",
+    "HeaderApiKey": "Cl\u00e9 API",
+    "HeaderApp": "App",
+    "HeaderDevice": "P\u00e9riph\u00e9rique",
+    "HeaderUser": "Utilisateur",
+    "HeaderDateIssued": "Date de publication",
+    "LabelChapterName": "Chapitre {0}",
+    "HeaderNewApiKey": "Nouvelle cl\u00e9 API",
+    "LabelAppName": "Nom de l'app",
+    "LabelAppNameExample": "Exemple: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Permettre \u00e0 une application de communiquer avec Media Browser.",
+    "HeaderHttpHeaders": "En-t\u00eates HTTP",
+    "HeaderIdentificationHeader": "En-t\u00eate d'identification",
+    "LabelValue": "Valeur :",
+    "LabelMatchType": "Type recherch\u00e9 :",
+    "OptionEquals": "Egale",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Sous-cha\u00eene",
+    "TabView": "Affichage",
+    "TabSort": "Trier",
+    "TabFilter": "Filtre",
+    "ButtonView": "Affichage",
+    "LabelPageSize": "Items par page :",
+    "LabelPath": "Chemin",
+    "LabelView": "Visualisation :",
+    "TabUsers": "Utilisateurs",
+    "LabelSortName": "Cl\u00e9 de tri",
+    "LabelDateAdded": "Date d'ajout",
+    "HeaderFeatures": "Fonctionnalit\u00e9s",
+    "HeaderAdvanced": "Avanc\u00e9",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "T\u00e2ches planifi\u00e9es",
+    "HeaderChapters": "Chapitres",
+    "HeaderResumeSettings": "Reprendre les param\u00e8tres",
+    "TabSync": "Sync",
+    "TitleUsers": "Utilisateurs",
+    "LabelProtocol": "Protocole:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Streaming Http Live",
+    "LabelContext": "Contexte:",
+    "OptionContextStreaming": "Diffusion",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Ajouter \u00e0 la liste de lecture",
+    "TabPlaylists": "Listes de lecture",
+    "ButtonClose": "Fermer",
+    "LabelAllLanguages": "Toutes les langues",
+    "HeaderBrowseOnlineImages": "Parcourir les images en ligne",
+    "LabelSource": "Source :",
+    "OptionAll": "Tous",
+    "LabelImage": "Image :",
+    "ButtonBrowseImages": "Parcourir les images :",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Arri\u00e8re-plans",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Ajouter\/modifier l'image",
+    "LabelJpgPngOnly": "JPG\/PNG seulement",
+    "LabelImageType": "Type d'image:",
+    "OptionPrimary": "Principale",
+    "OptionArt": "Art",
+    "OptionBox": "Bo\u00eetier",
+    "OptionBoxRear": "Dos de bo\u00eetier",
+    "OptionDisc": "Disque",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Verrouill\u00e9",
+    "OptionUnidentified": "Non identifi\u00e9",
+    "OptionMissingParentalRating": "Note de contr\u00f4le parental manquante",
+    "OptionStub": "Coupure",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Saison 0",
+    "LabelReport": "Rapport:",
+    "OptionReportSongs": "Chansons",
+    "OptionReportSeries": "S\u00e9ries",
+    "OptionReportSeasons": "Saisons",
+    "OptionReportTrailers": "Bandes-annonces",
+    "OptionReportMusicVideos": "Vid\u00e9oclips",
+    "OptionReportMovies": "Films",
+    "OptionReportHomeVideos": "Vid\u00e9os personnelles",
+    "OptionReportGames": "Jeux",
+    "OptionReportEpisodes": "\u00c9pisodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Livres",
+    "OptionReportArtists": "Artistes",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Vid\u00e9os adultes",
+    "ButtonMore": "Voir la suite",
+    "HeaderActivity": "Activit\u00e9",
+    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
+    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
+    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
+    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
+    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
+    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mis \u00e0 jour",
+    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
+    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
+    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
+    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
+    "DeviceOnlineWithName": "{0} est connect\u00e9",
+    "UserOnlineFromDevice": "{0} s'est connect\u00e9 depuis {1}",
+    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9",
+    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9 depuis {1}",
+    "SubtitlesDownloadedForItem": "Les sous-titres de {0} ont \u00e9t\u00e9 t\u00e9l\u00e9charg\u00e9s",
+    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
+    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
+    "LabelIpAddressValue": "Adresse IP: {0}",
+    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
+    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
+    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
+    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
+    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mis \u00e0 jour.",
+    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
+    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
+    "UserStartedPlayingItemWithValues": "{0} vient de commencer la lecture de {1}",
+    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater la lecture de {1}",
+    "AppDeviceValues": "Application : {0}, Appareil: {1}",
+    "ProviderValue": "Fournisseur : {0}",
+    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
+    "LabelChannelDownloadSizeLimitHelpText": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement des cha\u00eenes.",
+    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
+    "HeaderPeople": "Personnes",
+    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
+    "OptionComposers": "Compositeurs",
+    "OptionOthers": "Autres",
+    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'informations \u00e0 l'\u00e9cran mais ralentira les scans de la biblioth\u00e8que de medias.",
+    "ViewTypeFolders": "R\u00e9pertoires",
+    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
+    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
+    "ViewTypeLiveTvChannels": "Cha\u00eenes",
+    "LabelEasyPinCode": "Code Easy Pin :",
+    "EasyPasswordHelp": "Votre code Easy Pin permet l'utilisation de l'acc\u00e8s offline dans les applications Media Browser compatibles, ainsi que l'authentification simplifi\u00e9e dans les r\u00e9seaux domestiques.",
+    "LabelInNetworkSignInWithEasyPassword": "Activer l'authentification simplifi\u00e9e dans les r\u00e9seaux domestiques avec mon code Easy Pin",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "L'activation de cette option vous permet d'utiliser votre code Easy Pin pour vous connecter aux applications Media Browser depuis votre r\u00e9seau domestique. Votre mot de passe habituel ne sera n\u00e9cessaire que depuis l'ext\u00e9rieur. Si vous ne saisissez rien pour le code pin, vous n'aurez pas besoin de mot de passe depuis votre r\u00e9seau domestique.",
+    "HeaderPassword": "Mot de passe",
+    "HeaderLocalAccess": "Acc\u00e8s local",
+    "HeaderViewOrder": "Ordre d'affichage",
+    "ButtonResetEasyPassword": "R\u00e9initialiser le code Easy Pin",
+    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
+    "LabelMetadataRefreshMode": "Mode de mise \u00e0 jour des m\u00e9tadonn\u00e9es :",
+    "LabelImageRefreshMode": "Mode de mise \u00e0 jour des images :",
+    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
+    "OptionReplaceExistingImages": "Remplacer les images existantes",
+    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
+    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
+    "OptionLocalRefreshOnly": "Mise \u00e0 jour locale uniquement",
+    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
+    "HeaderPersonInfo": "Info personnes",
+    "HeaderIdentifyItem": "Identification de l'\u00e9l\u00e9ment",
+    "HeaderIdentifyItemHelp": "Entrez un ou plusieurs crit\u00e8res de recherche. Retirez des crit\u00e8res pour \u00e9largir les r\u00e9sultats de la recherche.",
+    "HeaderConfirmDeletion": "Confirmer la suppression",
+    "LabelFollowingFileWillBeDeleted": "Le fichier suivant sera supprim\u00e9 :",
+    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, veuillez confirmer en entrant la valeur de :",
+    "ButtonIdentify": "Identifier",
+    "LabelAlbumArtist": "Album de l'artiste",
+    "LabelAlbum": "Album :",
+    "LabelCommunityRating": "Note de la communaut\u00e9",
+    "LabelVoteCount": "Nombre de votes",
+    "LabelMetascore": "Metascore",
+    "LabelCriticRating": "Note des critiques",
+    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 des critiques",
+    "LabelAwardSummary": "R\u00e9compenses",
+    "LabelWebsite": "Site Web",
+    "LabelTagline": "Slogan",
+    "LabelOverview": "Synopsis",
+    "LabelShortOverview": "R\u00e9sum\u00e9",
+    "LabelReleaseDate": "Date de sortie",
+    "LabelYear": "Ann\u00e9e",
+    "LabelPlaceOfBirth": "Lieu de naissance :",
+    "LabelEndDate": "Date de fin:",
+    "LabelAirDate": "Jours de diffusion",
+    "LabelAirTime:": "Heure de diffusion",
+    "LabelRuntimeMinutes": "Dur\u00e9e (minutes)",
+    "LabelParentalRating": "Classification parentale",
+    "LabelCustomRating": "Classification personnalis\u00e9e",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Box-office ($)",
+    "LabelOriginalAspectRatio": "Ratio d'aspect original",
+    "LabelPlayers": "Joueurs:",
+    "Label3DFormat": "Format 3D",
+    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
+    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
+    "HeaderExternalIds": "Identifiants externes",
+    "LabelDvdSeasonNumber": "Num\u00e9ro de saison DVD :",
+    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
+    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
+    "LabelAirsBeforeSeason": "Diffusion avant la saison :",
+    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison :",
+    "LabelAirsBeforeEpisode": "Diffusion avant l'\u00e9pisode :",
+    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
+    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
+    "LabelDisplaySpecialsWithinSeasons": "Afficher les \u00e9pisodes sp\u00e9ciaux avec leur saison de diffusion",
+    "HeaderCountries": "Pays",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
+    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour \u00e9viter de futures modifications",
+    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
+    "TabDonate": "Faire un don",
+    "HeaderDonationType": "Type de don :",
+    "OptionMakeOneTimeDonation": "Faire un don s\u00e9par\u00e9",
+    "OptionOneTimeDescription": "Il s'agit d'une donation additionnelle \u00e0 l'\u00e9quipe pour montrer votre support. Elle ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas de cl\u00e9 de supporteur.",
+    "OptionLifeTimeSupporterMembership": "Partenariat de supporteur \u00e0 vie",
+    "OptionYearlySupporterMembership": "Partenariat de supporteur annuel",
+    "OptionMonthlySupporterMembership": "Partenariat de supporteur mensuel",
+    "OptionNoTrailer": "Aucune bande-annonce",
+    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
+    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
+    "LabelOneTimeDonationAmount": "Montant du don :",
+    "ButtonDonate": "Faire un don",
+    "OptionActor": "Acteur(trice)",
+    "OptionComposer": "Compositeur:",
+    "OptionDirector": "R\u00e9alisateur:",
+    "OptionGuestStar": "Invit\u00e9s d'honneur",
+    "OptionProducer": "Producteur",
+    "OptionWriter": "Sc\u00e9nariste",
+    "LabelAirDays": "Jours de diffusion",
+    "LabelAirTime": "Heure de diffusion",
+    "HeaderMediaInfo": "Information m\u00e9dia",
+    "HeaderPhotoInfo": "Information photo",
+    "HeaderInstall": "Install\u00e9",
+    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer :",
+    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporteur",
+    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporteur actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
+    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporteur actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
+    "HeaderReviews": "Revues",
+    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
+    "HeaderRevisionHistory": "Historique des r\u00e9visions",
+    "ButtonViewWebsite": "Voir le site",
+    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
+    "HeaderXmlSettings": "R\u00e9glages Xml",
+    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
+    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
+    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
+    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
+    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le scan de la librairie. Sinon elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer plus rapidement les scans r\u00e9guliers de la librairie.",
+    "LabelConnectGuestUserName": "Leur nom d'utilisateur ou leur adresse mail Media Browser :",
+    "LabelConnectUserName": "Nom d'utilisateur \/ email du compte Media Browser :",
+    "LabelConnectUserNameHelp": "Liez cet utilisateur \u00e0 un compte Media Browser pour activer l'acc\u00e8s facile depuis n'importe quelle application Media Browser sans avoir \u00e0 conna\u00eetre l'adresse IP du serveur.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
+    "LabelExternalPlayers": "Lecteurs externes:",
+    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Ceci est valable uniquement sur des appareils supportant les URLs, g\u00e9n\u00e9ralement Android et iOS. Avec les lecteurs externes il n'y a g\u00e9n\u00e9ralement pas de support pour le contr\u00f4le \u00e0 distance ou la reprise.",
+    "HeaderSubtitleProfile": "Profil de sous-titre",
+    "HeaderSubtitleProfiles": "Profils de sous-titre",
+    "HeaderSubtitleProfilesHelp": "Les profils de sous-titre d\u00e9crivent les formats de sous-titre support\u00e9s par l'appareil.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "M\u00e9thode:",
+    "LabelDidlMode": "Mode Didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
+    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
+    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
+    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
+    "LabelSubtitleFormatHelp": "Exemple: srt",
+    "ButtonLearnMore": "En savoir plus",
+    "TabPlayback": "Lecture",
+    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
+    "TabCinemaMode": "Mode cin\u00e9ma",
+    "TitlePlayback": "Lecture",
+    "LabelEnableCinemaModeFor": "Activer le mode cin\u00e9ma pour :",
+    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon gr\u00e2ce \u00e0 la possibilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
+    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans ma biblioth\u00e8que",
+    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 l'affiche",
+    "LabelLimitIntrosToUnwatchedContent": "Utiliser seulement les bandes-annonces du contenu non lu",
+    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
+    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces seront s\u00e9lectionn\u00e9es seulement si niveau de contr\u00f4le parental est \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu en cours de lecture.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Ces fonctionnalit\u00e9s n\u00e9cessitent un abonnement actif comme supporteur et l'installation du plugin \"Trailer channel\".",
+    "OptionTrailersFromMyMoviesHelp": "N\u00e9cessite la configuration des bandes-annonces locales.",
+    "LabelCustomIntrosPath": "Chemin des intros personnalis\u00e9es :",
+    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et lue apr\u00e8s les bandes-annonces.",
+    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Bandes-annonces Internet :",
+    "OptionUpcomingDvdMovies": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 venir sur DVD et Blu-Ray",
+    "OptionUpcomingStreamingMovies": "Inclure les bandes-annonces des nouveaut\u00e9s et des films \u00e0 l'affiche sur Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Afficher les bandes-annonces dans les suggestions de films.",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "N\u00e9cessite l'installation du plugin \"Trailer channel\".",
+    "CinemaModeConfigurationHelp2": "Les utilisateurs ont la possibilit\u00e9 de d\u00e9sactiver le mode cin\u00e9ma dans leurs propres pr\u00e9f\u00e9rences.",
+    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
+    "HeaderCinemaMode": "Mode cin\u00e9ma",
+    "LabelDateAddedBehavior": "Choix des dates lors de l'ajout de nouveau contenu:",
+    "OptionDateAddedImportTime": "Utiliser la dates du scan de la biblioth\u00e8que",
+    "OptionDateAddedFileTime": "Utiliser la date de cr\u00e9ation de fichier",
+    "LabelDateAddedBehaviorHelp": "Si une m\u00e9dadonn\u00e9e est pr\u00e9sente, elle sera toujours utilis\u00e9e avant toutes ces options.",
+    "LabelNumberTrailerToPlay": "Nombre de bandes-annonces \u00e0 lire :",
+    "TitleDevices": "Appareils",
+    "TabCameraUpload": "Upload du contenu de l'appareil photo",
+    "TabDevices": "Appareils",
+    "HeaderCameraUploadHelp": "Uploader automatiquement les photos et les vid\u00e9os depuis vos appareils mobiles dans Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Vous n'avez actuellement aucun appareil supportant l'upload du contenu de l'appareil photo.",
+    "LabelCameraUploadPath": "R\u00e9pertoire d'upload du contenu de l'appareil photo :",
+    "LabelCameraUploadPathHelp": "Si vous le souhaitez, vous pouvez choisir un r\u00e9pertoire d'upload personnalis\u00e9. Sinon, le r\u00e9pertoire par d\u00e9faut sera utilis\u00e9. Si vous utilisez un r\u00e9pertoire personnalis\u00e9, vous devrez le rajouter \u00e0 la biblioth\u00e8que.",
+    "LabelCreateCameraUploadSubfolder": "Cr\u00e9er un sous-dossier pour chaque appareil",
+    "LabelCreateCameraUploadSubfolderHelp": "Des r\u00e9pertoires sp\u00e9cifiques peuvent \u00eatres affect\u00e9 aux appareils en cliquant sur le bouton correspondant dans la page des appareils.",
+    "LabelCustomDeviceDisplayName": "Nom d'affichage:",
+    "LabelCustomDeviceDisplayNameHelp": "Entrez un nom d'affichage personnalis\u00e9 ou laissez vide pour utiliser le nom rapport\u00e9 par l'appareil.",
+    "HeaderInviteUser": "Inviter un utilisateur",
+    "LabelConnectGuestUserNameHelp": "C'est le nom d'utilisateur que votre ami(e) utilise pour se connecter au site Web de Media Browser, ou leur adresse mail.",
+    "HeaderInviteUserHelp": "Partager vos m\u00e9dias avec vos amis est plus facile que jamais avec Connexion Media Browser.",
+    "ButtonSendInvitation": "Envoyez un invitation",
+    "HeaderSignInWithConnect": "Se connecter avec Media Browser Connect",
+    "HeaderGuests": "Invit\u00e9s",
+    "HeaderLocalUsers": "Utilisateurs locaux",
+    "HeaderPendingInvitations": "Invitations en attente",
+    "TabParentalControl": "Contr\u00f4le Parental",
+    "HeaderAccessSchedule": "Programme d'Acc\u00e8s",
+    "HeaderAccessScheduleHelp": "Cr\u00e9ez un programme d'acc\u00e8s pour limiter l'acc\u00e8s \u00e0 certaines heures.",
+    "ButtonAddSchedule": "Ajouter un programme",
+    "LabelAccessDay": "Jour de la semaine :",
+    "LabelAccessStart": "Heure de d\u00e9but:",
+    "LabelAccessEnd": "Heure de fin:",
+    "HeaderSchedule": "Al\u00e9atoire",
+    "OptionEveryday": "Tous les jours",
+    "OptionWeekdays": "Jours de la semaine",
+    "OptionWeekends": "Week-ends",
+    "MessageProfileInfoSynced": "Le profil utilisateur est synchronis\u00e9 avec Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optionnel : lier votre compte Media Browser",
+    "ButtonTrailerReel": "Bobine bande-annonce",
+    "HeaderTrailerReel": "Bobine Bande-annonce",
+    "OptionPlayUnwatchedTrailersOnly": "Lire seulement les bandes-annonces non lues.",
+    "HeaderTrailerReelHelp": "Cr\u00e9er une bobine de bande-annonces pour lire une longue liste de bandes-annonces.",
+    "MessageNoTrailersFound": "Aucune bande-annonce trouv\u00e9e. Installez la cha\u00eene Bande-annonces pour am\u00e9liorer votre exp\u00e9rience, par l'ajout d'une biblioth\u00e8que de bandes-annonces disponibles sur Internet.",
+    "HeaderNewUsers": "Nouveaux utilisateurs",
+    "ButtonSignUp": "S'inscrire",
+    "ButtonForgotPassword": "Mot de passe oubli\u00e9",
+    "OptionDisableUserPreferences": "D\u00e9sactiver l'acc\u00e8s aux pr\u00e9f\u00e9rences utilisateurs",
+    "OptionDisableUserPreferencesHelp": "Si activ\u00e9, seuls les administrateurs seront capables de configurer les images de profil utilisateurs, les mots de passe, et les langues pr\u00e9f\u00e9r\u00e9es.",
+    "HeaderSelectServer": "S\u00e9lectionner le serveur",
+    "MessageNoServersAvailableToConnect": "Connexion impossible, aucun serveurs disponible. Si vous avez \u00e9t\u00e9 invit\u00e9 \u00e0 partager un serveur, veuillez accepter ci-dessous ou en cliquant sur le lien dans le mail.",
+    "TitleNewUser": "Nouvel utilisateur",
+    "ButtonConfigurePassword": "Configurer mot de passe",
+    "HeaderDashboardUserPassword": "Les mots de passe utilisateurs sont g\u00e9r\u00e9s dans les param\u00e8tres de profil personnel de chaque utilisateur.",
+    "HeaderLibraryAccess": "Acc\u00e8s \u00e0 la librairie",
+    "HeaderChannelAccess": "Acc\u00e8s Cha\u00eene",
+    "HeaderLatestItems": "Derniers items",
+    "LabelSelectLastestItemsFolders": "Inclure les m\u00e9dias provenant des sections suivantes dans les Derniers Items",
+    "HeaderShareMediaFolders": "Partager les r\u00e9pertoires de m\u00e9dias",
+    "MessageGuestSharingPermissionsHelp": "La plupart des fonctions sont initialement indisponibles pour les invit\u00e9s mais peuvent \u00eatre activ\u00e9es au besoin.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Entrez votre nom d'utilisateur, si vous vous en souvenez.",
+    "HeaderForgotPassword": "Mot de passe oubli\u00e9",
+    "TitleForgotPassword": "Mot de passe oubli\u00e9",
+    "TitlePasswordReset": "Mot de passe r\u00e9initialis\u00e9",
+    "LabelPasswordRecoveryPinCode": "Code NIP:",
+    "HeaderPasswordReset": "Mot de passe r\u00e9initialis\u00e9",
+    "HeaderParentalRatings": "Note parentale",
+    "HeaderVideoTypes": "Types de vid\u00e9o",
+    "HeaderYears": "Ann\u00e9es",
+    "HeaderAddTag": "Ajouter un tag",
+    "LabelBlockContentWithTags": "Bloquer le contenu comportant les tags suivants :",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limiter \u00e0 une seule image int\u00e9gr\u00e9e",
+    "LabelEnableSingleImageInDidlLimitHelp": "Quelques p\u00e9riph\u00e9riques ne fourniront pas un rendu correct si plusieurs images sont int\u00e9gr\u00e9es dans Didl",
+    "TabActivity": "Activit\u00e9",
+    "TitleSync": "Sync.",
+    "OptionAllowSyncContent": "Autoriser la synchronisation",
+    "OptionAllowContentDownloading": "Autoriser le t\u00e9l\u00e9chargement de m\u00e9dias",
+    "NameSeasonUnknown": "Saison inconnue",
+    "NameSeasonNumber": "Saison {0}",
+    "LabelNewUserNameHelp": "Les noms d'utilisateur peuvent contenir des lettres (a-z), des chiffres (0-9), des tirets (-), des tirets bas (_), des apostrophes (') et des points (.).",
+    "TabJobs": "T\u00e2ches",
+    "TabSyncJobs": "T\u00e2ches de synchronisation",
+    "LabelTagFilterMode": "Mode :",
+    "LabelTagFilterAllowModeHelp": "Si l'autorisation par tags est appliqu\u00e9e \u00e0 un contenu d'un sous-r\u00e9pertoire, les r\u00e9pertoires parents devront \u00e9galement \u00eatre marqu\u00e9s avec ces m\u00eames tags."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/he.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "\u05d7\u05d9\u05e4\u05d5\u05e9",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u05d9\u05e6\u05d9\u05d0\u05d4",
     "LabelVisitCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05dc\u05e0\u05d4\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea",
     "HeaderFeatureAccess": "\u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "\u05d0\u05d9\u05db\u05d5\u05ea \u05de\u05e7\u05e1\u05d9\u05de\u05d0\u05dc\u05d9\u05ea",
     "OptionEnableDebugTranscodingLogging": "\u05d0\u05e4\u05e9\u05e8 \u05e8\u05d9\u05e9\u05d5\u05dd \u05d1\u05d0\u05d2\u05d9\u05dd \u05d1\u05e7\u05d9\u05d3\u05d5\u05d3",
     "OptionEnableDebugTranscodingLoggingHelp": "\u05d3\u05d1\u05e8 \u05d6\u05d4 \u05d9\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d5\u05e5 \u05dc\u05d5\u05d2 \u05de\u05d0\u05d5\u05d3 \u05d2\u05d3\u05d5\u05dc \u05d5\u05de\u05de\u05d5\u05dc\u05e5 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05db\u05da \u05e8\u05e7 \u05dc\u05e6\u05d5\u05e8\u05da \u05e4\u05d9\u05ea\u05e8\u05d5\u05df \u05d1\u05e2\u05d9\u05d5\u05ea.",
-    "OptionUpscaling": "\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05dc\u05d1\u05e7\u05e9 \u05d4\u05d2\u05d3\u05dc\u05ea \u05d5\u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
-    "OptionUpscalingHelp": "\u05d1\u05d7\u05dc\u05e7 \u05de\u05d4\u05de\u05e7\u05e8\u05d9\u05dd \u05d6\u05d4 \u05d9\u05d5\u05d1\u05d9\u05dc \u05dc\u05e9\u05d9\u05e4\u05d5\u05e8 \u05d0\u05d9\u05db\u05d5\u05ea \u05d4\u05d5\u05d5\u05d9\u05d3\u05d9\u05d0\u05d5, \u05d0\u05da \u05d9\u05e2\u05dc\u05d4 \u05d0\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05e2\u05d1\u05d3.",
     "EditCollectionItemsHelp": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05d5 \u05d4\u05e1\u05e8 \u05db\u05dc \u05e1\u05e8\u05d8, \u05e1\u05d3\u05e8\u05d4, \u05d0\u05dc\u05d1\u05d5\u05dd, \u05e1\u05e4\u05e8 \u05d0\u05d5 \u05de\u05e9\u05d7\u05e7 \u05e9\u05d0\u05ea\u05d4 \u05de\u05e2\u05d5\u05e0\u05d9\u05d9\u05df \u05dc\u05e7\u05d1\u05e5 \u05dc\u05d0\u05d5\u05e1\u05e3 \u05d4\u05d6\u05d4.",
     "HeaderAddTitles": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05d5\u05ea\u05e8",
     "LabelEnableDlnaPlayTo": "\u05de\u05d0\u05e4\u05e9\u05e8 \u05e0\u05d9\u05d2\u05d5\u05df DLNA \u05dc",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "\u05d7\u05d9\u05e4\u05d5\u05e9",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/hr.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Tra\u017ei",
-    "ButtonSettings": "Postavke",
-    "ButtonTakeScreenshot": "Dohvati zaslon",
-    "ButtonLetterUp": "Slovo gore",
-    "ButtonLetterDown": "Slovo dolje",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Sad se izvodi",
-    "TabNavigation": "Navigacija",
-    "TabControls": "Kontrole",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scene",
-    "ButtonSubtitles": "Titlovi",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pauza",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Grupiraj filmove u kolekciju",
-    "LabelGroupMoviesIntoCollectionsHelp": "Kada se prikazuje lista filmova, filmovi koji pripadaju kolekciji biti \u0107e prikazani kao jedna stavka.",
-    "NotificationOptionPluginError": "Dodatak otkazao",
-    "ButtonVolumeUp": "Glasno\u0107a gore",
-    "ButtonVolumeDown": "Glasno\u0107a dolje",
-    "ButtonMute": "Bez zvuka",
-    "HeaderLatestMedia": "Lista medija",
-    "OptionSpecialFeatures": "Specijalne opcije",
-    "HeaderCollections": "Kolekcije",
-    "LabelProfileCodecsHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve codecs.",
-    "LabelProfileContainersHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve spremnike.",
-    "HeaderResponseProfile": "Profil odziva",
-    "LabelType": "Tip:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Spremnik:",
-    "LabelProfileVideoCodecs": "Video kodek:",
-    "LabelProfileAudioCodecs": "Audio kodek:",
-    "LabelProfileCodecs": "Kodeki:",
-    "HeaderDirectPlayProfile": "Profil za direktnu reprodukciju",
-    "HeaderTranscodingProfile": "Profil transkodiranja",
-    "HeaderCodecProfile": "Profil kodeka",
-    "HeaderCodecProfileHelp": "Profili kodeka definiraju ograni\u010denja kada ure\u0111aji izvode sadr\u017eaj u specifi\u010dnom kodeku. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je kodek konfiguriran za direktno izvo\u0111enje.",
-    "HeaderContainerProfile": "Profil spremnika",
-    "HeaderContainerProfileHelp": "Profil spremnika definira ograni\u010denja za ure\u0111aje kada izvode specifi\u010dne formate. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je format konfiguriran za direktno izvo\u0111enje.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Slika",
-    "LabelUserLibrary": "Korisni\u010dka biblioteka:",
-    "LabelUserLibraryHelp": "Odaberite koju korisni\u010dku biblioteku \u0107e te prikazati ure\u0111aju. Ostavite prazno ako \u017eelite preuzeti definirane postavke.",
-    "OptionPlainStorageFolders": "Prika\u017ei sve mape kako jednostavne mape za skladi\u0161tenje",
-    "OptionPlainStorageFoldersHelp": "Ako je omogu\u0107eno, sve mape se prezentiraju u DIDL-u kao \"objekt.spremnik.skladi\u0161naMapa\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.spremnik.osoba.glazbaIzvo\u0111a\u010d\".",
-    "OptionPlainVideoItems": "Prika\u017ei sav video kao jednostavne video stavke.",
-    "OptionPlainVideoItemsHelp": "Ako je omogu\u0107eno, sav video se prezentira u DIDL-u kao \"objekt.stavka.videoStavka\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.stavka.videoStavka.film\".",
-    "LabelSupportedMediaTypes": "Podr\u017eani tipovi medija:",
-    "TabIdentification": "Identifikacija",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direktna reprodukcija",
-    "TabContainers": "Spremnik",
-    "TabCodecs": "Kodek",
-    "TabResponses": "Odazivi",
-    "HeaderProfileInformation": "Informacija profila",
-    "LabelEmbedAlbumArtDidl": "Ugradi grafike albuma u Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Neki ure\u0111aji podr\u017eavaju ovu metodu za prikaz grafike albuma. Drugi bi mogli imati problema sa ovom opcijom uklju\u010denom.",
-    "LabelAlbumArtPN": "Grafika albuma PN:",
-    "LabelAlbumArtHelp": "PN se koristi za grafiku albuma sa dlna:profilID atributom na upnp:albumGrafikaURI. Neki klijenti zahtijevaju specifi\u010dnu vrijednost bez obzira na veli\u010dinu slike.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Izlaz",
     "LabelVisitCommunity": "Posjeti zajednicu",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Dopusti ovom korisniku da upravlja serverom",
     "HeaderFeatureAccess": "Pristup opcijama",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Maksimalna kvaliteta",
     "OptionEnableDebugTranscodingLogging": "Omogu\u0107i logiranje pogre\u0161aka prilikom konverzije",
     "OptionEnableDebugTranscodingLoggingHelp": "Ovo \u0107e kreirati iznimno velike log datoteke i jedino se preporu\u010da koristiti u slu\u010daju problema sa konverzijom.",
-    "OptionUpscaling": "Dopusti kljentima da zatra\u017ee pobolj\u0161anje video zapisa",
-    "OptionUpscalingHelp": "U nekim slu\u010dajevima ovo \u0107e rezultirati pobolj\u0161anjem video zapisa ali \u0107e pove\u0107ati optere\u010denje procesora.",
     "EditCollectionItemsHelp": "Dodaj ili ukloni bilo koje filmove, serije, albume, knjige ili igrice koje \u017eeli\u0161 grupirati u ovu kolekciju.",
     "HeaderAddTitles": "Dodaj naslove",
     "LabelEnableDlnaPlayTo": "Omogu\u0107i DLNA izvo\u0111enje na",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Stranica gore",
     "ButtonPageDown": "Stranica dolje",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Po\u010detna"
+    "ButtonHome": "Po\u010detna",
+    "ButtonSearch": "Tra\u017ei",
+    "ButtonSettings": "Postavke",
+    "ButtonTakeScreenshot": "Dohvati zaslon",
+    "ButtonLetterUp": "Slovo gore",
+    "ButtonLetterDown": "Slovo dolje",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Sad se izvodi",
+    "TabNavigation": "Navigacija",
+    "TabControls": "Kontrole",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scene",
+    "ButtonSubtitles": "Titlovi",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pauza",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Grupiraj filmove u kolekciju",
+    "LabelGroupMoviesIntoCollectionsHelp": "Kada se prikazuje lista filmova, filmovi koji pripadaju kolekciji biti \u0107e prikazani kao jedna stavka.",
+    "NotificationOptionPluginError": "Dodatak otkazao",
+    "ButtonVolumeUp": "Glasno\u0107a gore",
+    "ButtonVolumeDown": "Glasno\u0107a dolje",
+    "ButtonMute": "Bez zvuka",
+    "HeaderLatestMedia": "Lista medija",
+    "OptionSpecialFeatures": "Specijalne opcije",
+    "HeaderCollections": "Kolekcije",
+    "LabelProfileCodecsHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve codecs.",
+    "LabelProfileContainersHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve spremnike.",
+    "HeaderResponseProfile": "Profil odziva",
+    "LabelType": "Tip:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Spremnik:",
+    "LabelProfileVideoCodecs": "Video kodek:",
+    "LabelProfileAudioCodecs": "Audio kodek:",
+    "LabelProfileCodecs": "Kodeki:",
+    "HeaderDirectPlayProfile": "Profil za direktnu reprodukciju",
+    "HeaderTranscodingProfile": "Profil transkodiranja",
+    "HeaderCodecProfile": "Profil kodeka",
+    "HeaderCodecProfileHelp": "Profili kodeka definiraju ograni\u010denja kada ure\u0111aji izvode sadr\u017eaj u specifi\u010dnom kodeku. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je kodek konfiguriran za direktno izvo\u0111enje.",
+    "HeaderContainerProfile": "Profil spremnika",
+    "HeaderContainerProfileHelp": "Profil spremnika definira ograni\u010denja za ure\u0111aje kada izvode specifi\u010dne formate. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je format konfiguriran za direktno izvo\u0111enje.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Slika",
+    "LabelUserLibrary": "Korisni\u010dka biblioteka:",
+    "LabelUserLibraryHelp": "Odaberite koju korisni\u010dku biblioteku \u0107e te prikazati ure\u0111aju. Ostavite prazno ako \u017eelite preuzeti definirane postavke.",
+    "OptionPlainStorageFolders": "Prika\u017ei sve mape kako jednostavne mape za skladi\u0161tenje",
+    "OptionPlainStorageFoldersHelp": "Ako je omogu\u0107eno, sve mape se prezentiraju u DIDL-u kao \"objekt.spremnik.skladi\u0161naMapa\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.spremnik.osoba.glazbaIzvo\u0111a\u010d\".",
+    "OptionPlainVideoItems": "Prika\u017ei sav video kao jednostavne video stavke.",
+    "OptionPlainVideoItemsHelp": "Ako je omogu\u0107eno, sav video se prezentira u DIDL-u kao \"objekt.stavka.videoStavka\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.stavka.videoStavka.film\".",
+    "LabelSupportedMediaTypes": "Podr\u017eani tipovi medija:",
+    "TabIdentification": "Identifikacija",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direktna reprodukcija",
+    "TabContainers": "Spremnik",
+    "TabCodecs": "Kodek",
+    "TabResponses": "Odazivi",
+    "HeaderProfileInformation": "Informacija profila",
+    "LabelEmbedAlbumArtDidl": "Ugradi grafike albuma u Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Neki ure\u0111aji podr\u017eavaju ovu metodu za prikaz grafike albuma. Drugi bi mogli imati problema sa ovom opcijom uklju\u010denom.",
+    "LabelAlbumArtPN": "Grafika albuma PN:",
+    "LabelAlbumArtHelp": "PN se koristi za grafiku albuma sa dlna:profilID atributom na upnp:albumGrafikaURI. Neki klijenti zahtijevaju specifi\u010dnu vrijednost bez obzira na veli\u010dinu slike.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/it.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Cerca",
-    "ButtonSettings": "Impostazioni",
-    "ButtonTakeScreenshot": "Cattura schermata",
-    "ButtonLetterUp": "Lettera Su",
-    "ButtonLetterDown": "Lettera Gi\u00f9",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "e",
-    "TabNowPlaying": "In esecuzione",
-    "TabNavigation": "Navigazione",
-    "TabControls": "Controlli",
-    "ButtonFullscreen": "Tutto Schermo",
-    "ButtonScenes": "Scene",
-    "ButtonSubtitles": "Sottotitoli",
-    "ButtonAudioTracks": "Tracce audio",
-    "ButtonPreviousTrack": "Traccia Precedente",
-    "ButtonNextTrack": "Traccia Successiva",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pausa",
-    "ButtonNext": "Prossimo",
-    "ButtonPrevious": "Precedente",
-    "LabelGroupMoviesIntoCollections": "Raggruppa i film nelle collezioni",
-    "LabelGroupMoviesIntoCollectionsHelp": "Quando si visualizzano le liste di film, quelli appartenenti ad una collezione saranno visualizzati come un elemento raggruppato.",
-    "NotificationOptionPluginError": "Plugin fallito",
-    "ButtonVolumeUp": "Aumenta Volume",
-    "ButtonVolumeDown": "Diminuisci volume",
-    "ButtonMute": "Muto",
-    "HeaderLatestMedia": "Ultimi Media",
-    "OptionSpecialFeatures": "Contenuti Speciali",
-    "HeaderCollections": "Collezioni",
-    "LabelProfileCodecsHelp": "Separati da virgola. Questo pu\u00f2 essere lasciato vuoto da applicare a tutti i codec.",
-    "LabelProfileContainersHelp": "Separati da virgola. Questo pu\u00f2 essere lasciato vuoto da applicare a tutti i contenitori.",
-    "HeaderResponseProfile": "Risposta Profilo",
-    "LabelType": "Tipo:",
-    "LabelPersonRole": "Ruolo:",
-    "LabelPersonRoleHelp": "Ruolo \u00e8 generalmente applicabile solo agli attori.",
-    "LabelProfileContainer": "Contenitore:",
-    "LabelProfileVideoCodecs": "Codec Video:",
-    "LabelProfileAudioCodecs": "Codec Audio:",
-    "LabelProfileCodecs": "Codec:",
-    "HeaderDirectPlayProfile": "Profilo Direct Play",
-    "HeaderTranscodingProfile": "Profilo Transcodifica",
-    "HeaderCodecProfile": "Profilo Codec",
-    "HeaderCodecProfileHelp": "I Profili Codec indicano i limiti di un dispositivo durante la riproduzione di codec specifici. Se una limitazione corrisponde i media saranno sottoposti a transcodifica, anche se il codec \u00e8 configurato per la riproduzione diretta.",
-    "HeaderContainerProfile": "Profilo Contenitore",
-    "HeaderContainerProfileHelp": "i Profili indicano i limiti di un dispositivo quando si riproducono formati specifici. Se una limitazione corrisponde i media verranno sottoposti a transcodifica, anche se il formato \u00e8 configurato per la riproduzione diretta.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Libreria utente:",
-    "LabelUserLibraryHelp": "Selezionare la libreria utente da visualizzare sul dispositivo. Lasciare vuoto per ereditare l'impostazione predefinita.",
-    "OptionPlainStorageFolders": "Visualizzare tutte le cartelle come normali cartelle di archiviazione",
-    "OptionPlainStorageFoldersHelp": "Se abilitato, tutte le cartelle sono rappresentati in DIDL come \"object.container.storageFolder\" invece che di tipo pi\u00f9 specifico, come \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Mostra tutti i video come normali file video",
-    "OptionPlainVideoItemsHelp": "Se attivato, tutti i video sono rappresentati in DIDL come \"object.item.videoItem\" invece che di tipo pi\u00f9 specifico, come \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Tipi di media supportati:",
-    "TabIdentification": "Identificazione",
-    "HeaderIdentification": "Identificazione",
-    "TabDirectPlay": "Riproduzione Diretta",
-    "TabContainers": "Contenitori",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Risposte",
-    "HeaderProfileInformation": "Informazioni sul profilo",
-    "LabelEmbedAlbumArtDidl": "Inserisci le copertine degli Album in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Alcuni dispositivi preferiscono questo metodo per ottenere le copertine degli album. Altri possono non riuscire a riprodurli con questa opzione abilitata.",
-    "LabelAlbumArtPN": "Copertine Album PN:",
-    "LabelAlbumArtHelp": "PN utilizzato per le copertine degli album, all'interno del DLNA: attributo di ProfileId su upnp:albumArtURI. Alcuni client richiedono un valore specifico, indipendentemente dalla dimensione dell'immagine.",
-    "LabelAlbumArtMaxWidth": "Larghezza massima copertina Album:",
-    "LabelAlbumArtMaxWidthHelp": "Risoluzione massima copertina Album inviata  tramite upnp:albumArtURI",
-    "LabelAlbumArtMaxHeight": "Altezza massima copertina Album:",
-    "LabelAlbumArtMaxHeightHelp": "Risoluzione massima copertina Album inviata tramite upnp:albumArtURI",
-    "LabelIconMaxWidth": "Larghezza massima Icona:",
-    "LabelIconMaxWidthHelp": "Risoluzione massima delle icone inviate tramite upnp:icon.",
-    "LabelIconMaxHeight": "Altezza Icona massima:",
-    "LabelIconMaxHeightHelp": "Risoluzione massima delle icone inviate tramite upnp:icon.",
-    "LabelIdentificationFieldHelp": "Una stringa o espressione regex sensibile a maiuscole e minuscole.",
-    "HeaderProfileServerSettingsHelp": "Questi valori controllano come Media Browser si presenter\u00e0 al dispositivo.",
-    "LabelMaxBitrate": "Bitrate Massimo:",
-    "LabelMaxBitrateHelp": "Specificare un bitrate massimo in presenza di larghezza di banda limitata, o se il dispositivo impone il proprio limite.",
-    "LabelMaxStreamingBitrate": "Massimo Bitrate streaming",
-    "LabelMaxStreamingBitrateHelp": "Specifica il bitrate massimo per lo streaming",
-    "LabelMaxStaticBitrate": "Massimo sinc. Bitrate",
-    "LabelMaxStaticBitrateHelp": "Specifica il bitrate massimo quando sincronizzi ad alta qualit\u00e0",
-    "LabelMusicStaticBitrate": "Musica sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specifica il max Bitrate quando sincronizzi la musica",
-    "LabelMusicStreamingTranscodingBitrate": "Musica trascodifica bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specifica il max Bitrate per lo streaming musica",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorare le richieste di intervallo di byte di trascodifica",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se abilitata, queste richieste saranno onorate, ma ignorano l'intervallo di byte.",
-    "LabelFriendlyName": "Nome Condiviso",
-    "LabelManufacturer": "Produttore",
-    "LabelManufacturerUrl": "Url Produttore",
-    "LabelModelName": "Nome Modello",
-    "LabelModelNumber": "Numero Modello",
-    "LabelModelDescription": "Descrizione Modello",
-    "LabelModelUrl": "Url Modello",
-    "LabelSerialNumber": "Numero di serie",
-    "LabelDeviceDescription": "Descrizione dispositivo",
-    "HeaderIdentificationCriteriaHelp": "Inserire almeno un criterio di identificazione.",
-    "HeaderDirectPlayProfileHelp": "Aggiungere \"profili riproduzione diretta\" per indicare i formati che il dispositivo \u00e8 in grado di gestire in modo nativo.",
-    "HeaderTranscodingProfileHelp": "Aggiungere i profili di transcodifica per indicare quali formati  utilizzare quando \u00e8 richiesta la transcodifica.",
-    "HeaderResponseProfileHelp": "Profili di risposta forniscono un modo per personalizzare le informazioni inviate al dispositivo durante la riproduzione di alcuni tipi di media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determina il contenuto dell'elemento X_DLNACAP in urn:schemas-dlna-org:device-1-0",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determina il contenuto dell'elemento X_DLNACAP nella urn: schemas-DLNA-org: dispositivo 1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determina il contenuto dell'elemento aggregationFlags in urn:schemas-sonycom: namespace av.",
-    "LabelTranscodingContainer": "contenitore:",
-    "LabelTranscodingVideoCodec": "Codec Video:",
-    "LabelTranscodingVideoProfile": "Profilo Video:",
-    "LabelTranscodingAudioCodec": "Codec Audio:",
-    "OptionEnableM2tsMode": "Attiva modalit\u00e0 M2TS",
-    "OptionEnableM2tsModeHelp": "Attivare la modalit\u00e0 m2ts durante la codifica di mpegts.",
-    "OptionEstimateContentLength": "Stimare la lunghezza contenuto durante la transcodifica",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Segnala che il server supporta la ricerca di byte durante la transcodifica",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Questo \u00e8 necessario per alcuni dispositivi che non hanno l'avanzamento rapido che funziona bene.",
-    "HeaderSubtitleDownloadingHelp": "Quando Media Browser esegue la scansione dei file video \u00e8 possibile cercare i sottotitoli mancanti, e scaricarli utilizzando un provider per i sottotitoli come OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Scarica sottotitoli per:",
-    "MessageNoChapterProviders": "Installare un plugin provider capitoli come ChapterDb per attivare le opzioni capitolo aggiuntive.",
-    "LabelSkipIfGraphicalSubsPresent": "Salta se il video contiene gi\u00e0 i sottotitoli grafici",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Mantenere le versioni testuali dei sottotitoli si tradurr\u00e0 in una riproduzione pi\u00f9 efficiente e diminuir\u00e0 la probabilit\u00e0 che sia necessaria la transcodifica video",
-    "TabSubtitles": "Sottotitoli",
-    "TabChapters": "capitoli",
-    "HeaderDownloadChaptersFor": "Scarica i nomi dei capitoli per:",
-    "LabelOpenSubtitlesUsername": "Nome utente Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Password Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "Quando Media Browser esegue la scansione dei file video \u00e8 possibile scaricare i nomi dei capitoli da internet utilizzando i plugin capitolo come ChapterDb",
-    "LabelPlayDefaultAudioTrack": "Riprodurre la traccia audio di default indipendentemente dalla lingua",
-    "LabelSubtitlePlaybackMode": "Modalit\u00e0 Sottotitolo:",
-    "LabelDownloadLanguages": "Scarica lingue:",
-    "ButtonRegister": "Registro",
-    "LabelSkipIfAudioTrackPresent": "Ignora se la traccia audio di default corrisponde alla lingua di download",
-    "LabelSkipIfAudioTrackPresentHelp": "Deselezionare questa opzione per assicurare che tutti i video hanno i sottotitoli, a prescindere dalla lingua audio.",
-    "HeaderSendMessage": "Invia un messaggio",
-    "ButtonSend": "Invia",
-    "LabelMessageText": "Testo del messaggio:",
-    "MessageNoAvailablePlugins": "Nessun plugin disponibile.",
-    "LabelDisplayPluginsFor": "Mostra plugin per:",
-    "PluginTabMediaBrowserClassic": "MB Classico",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Nome Episodio",
-    "LabelSeriesNamePlain": "Nome Serie",
-    "ValueSeriesNamePeriod": "Nome Serie",
-    "ValueSeriesNameUnderscore": "Nome Serie",
-    "ValueEpisodeNamePeriod": "Titolo Episodio",
-    "ValueEpisodeNameUnderscore": "Titolo Episodio",
-    "LabelSeasonNumberPlain": "Stagione numero",
-    "LabelEpisodeNumberPlain": "Episodio numero",
-    "LabelEndingEpisodeNumberPlain": "Numero ultimo episodio",
-    "HeaderTypeText": "Inserisci il testo",
-    "LabelTypeText": "Testo",
-    "HeaderSearchForSubtitles": "Ricerca per sottotitoli",
-    "MessageNoSubtitleSearchResultsFound": "Nessun elemento trovato",
-    "TabDisplay": "Schermo",
-    "TabLanguages": "Lingue",
-    "TabWebClient": "Dispositivi Web",
-    "LabelEnableThemeSongs": "Abilita tema canzoni",
-    "LabelEnableBackdrops": "Abilita gli sfondi",
-    "LabelEnableThemeSongsHelp": "Se abiltato le canzoni a tema saranno riprodotte mentre visualizzi la tua libreria",
-    "LabelEnableBackdropsHelp": "Se abilitato gli sfondi verranno riprodotti mentre visualizzi la tua libreria",
-    "HeaderHomePage": "Pagina Iniziale",
-    "HeaderSettingsForThisDevice": "Configurazione per questo dispositivo",
-    "OptionAuto": "Automatico",
-    "OptionYes": "Si",
-    "OptionNo": "No",
-    "HeaderOptions": "Opzioni",
-    "HeaderIdentificationResult": "Risultati Identificazione",
-    "LabelHomePageSection1": "Pagina Iniziale Sezione 1:",
-    "LabelHomePageSection2": "Pagina Iniziale Sezione 2:",
-    "LabelHomePageSection3": "Pagina Iniziale Sezione 3:",
-    "LabelHomePageSection4": "Pagina Iniziale Sezione 4:",
-    "OptionMyViewsButtons": "Mie Viste (pulsanti)",
-    "OptionMyViews": "Mie Viste",
-    "OptionMyViewsSmall": "Mie Viste (piccola)",
-    "OptionResumablemedia": "Riprendi",
-    "OptionLatestMedia": "Ultimi media",
-    "OptionLatestChannelMedia": "Ultime voci del canale",
-    "HeaderLatestChannelItems": "Ultime Canale Articoli",
-    "OptionNone": "Nessuno",
-    "HeaderLiveTv": "Diretta TV",
-    "HeaderReports": "Rapporti",
-    "HeaderMetadataManager": "Manager Metadati",
-    "HeaderPreferences": "Preferenze",
-    "MessageLoadingChannels": "Sto caricando il contenuto del canale",
-    "MessageLoadingContent": "Caricamento contenuto....",
-    "ButtonMarkRead": "Segna come letto",
-    "OptionDefaultSort": "Predefinito",
-    "OptionCommunityMostWatchedSort": "Pi\u00f9 visti",
-    "TabNextUp": "Da vedere",
-    "HeaderBecomeMediaBrowserSupporter": "Diventa un Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Goditi le caratteristiche aggiuntive",
-    "MessageNoMovieSuggestionsAvailable": "Nessun suggerimento di film attualmente disponibile. Iniziare a guardare e valutare i vostri film, e poi tornare per i suggerimenti.",
-    "MessageNoCollectionsAvailable": "Le collezioni ti permettono di goderti raccolte personalizzate di Film, Serie TV, Album, Libri e Giochi. Clicca sul + per iniziare a creare le tue Collezioni",
-    "MessageNoPlaylistsAvailable": "Playlist ti permettere di mettere in coda gli elementi da riprodurre.Usa il tasto destro o tap e tieni premuto quindi seleziona elemento da aggiungere",
-    "MessageNoPlaylistItemsAvailable": "Questa playlist al momento \u00e8 vuota",
-    "ButtonDismiss": "Cancella",
-    "ButtonEditOtherUserPreferences": "Modifica questo profilo utente, la password e le preferenze personali.",
-    "LabelChannelStreamQuality": "Preferenziale qualit\u00e0 del flusso internet:",
-    "LabelChannelStreamQualityHelp": "In un ambiente a bassa larghezza di banda, limitando la qualit\u00e0 pu\u00f2 contribuire a garantire un'esperienza di streaming continuo.",
-    "OptionBestAvailableStreamQuality": "Migliore disponibile",
-    "LabelEnableChannelContentDownloadingFor": "Abilita il download del contenuto del canale per:",
-    "LabelEnableChannelContentDownloadingForHelp": "Alcuni canali supportano il download di contenuti prima di essere visti. Attivare questa opzione in ambienti con bassa larghezza di banda per scaricare i contenuti del canale durante le ore di assenza. Il contenuto viene scaricato come parte del download pianificato.",
-    "LabelChannelDownloadPath": "Percorso contenuti dei canali scaricati:",
-    "LabelChannelDownloadPathHelp": "Specificare un percorso di download personalizzato se lo desideri. Lasciare vuoto per scaricare in una cartella dati interna al programma.",
-    "LabelChannelDownloadAge": "Elimina contenuto dopo: (giorni)",
-    "LabelChannelDownloadAgeHelp": "Contenuti scaricati pi\u00f9 vecchi di questo limite sarnno cancellati. Rimarranno riproducibili via internet in streaming.",
-    "ChannelSettingsFormHelp": "Installare canali come Trailer e Vimeo nel catalogo plugin.",
-    "ButtonOptions": "Opzioni",
-    "ViewTypeMovies": "Film",
-    "ViewTypeTvShows": "Serie Tv",
-    "ViewTypeGames": "Giochi",
-    "ViewTypeMusic": "Musica",
-    "ViewTypeMusicGenres": "Generi",
-    "ViewTypeMusicArtists": "Artisti",
-    "ViewTypeBoxSets": "Collezioni",
-    "ViewTypeChannels": "Canali",
-    "ViewTypeLiveTV": "TV in diretta",
-    "ViewTypeLiveTvNowPlaying": "Ora in onda",
-    "ViewTypeLatestGames": "Ultimi Giorchi",
-    "ViewTypeRecentlyPlayedGames": "Guardato di recente",
-    "ViewTypeGameFavorites": "Preferiti",
-    "ViewTypeGameSystems": "Configurazione gioco",
-    "ViewTypeGameGenres": "Generi",
-    "ViewTypeTvResume": "Riprendi",
-    "ViewTypeTvNextUp": "Prossimi",
-    "ViewTypeTvLatest": "Ultimi",
-    "ViewTypeTvShowSeries": "Serie",
-    "ViewTypeTvGenres": "Generi",
-    "ViewTypeTvFavoriteSeries": "Serie Preferite",
-    "ViewTypeTvFavoriteEpisodes": "Episodi Preferiti",
-    "ViewTypeMovieResume": "Riprendi",
-    "ViewTypeMovieLatest": "Ultimi",
-    "ViewTypeMovieMovies": "Film",
-    "ViewTypeMovieCollections": "Collezioni",
-    "ViewTypeMovieFavorites": "Preferiti",
-    "ViewTypeMovieGenres": "Generi",
-    "ViewTypeMusicLatest": "Ultimi",
-    "ViewTypeMusicAlbums": "Album",
-    "ViewTypeMusicAlbumArtists": "Album Artisti",
-    "HeaderOtherDisplaySettings": "Impostazioni Video",
-    "ViewTypeMusicSongs": "Canzoni",
-    "ViewTypeMusicFavorites": "Preferiti",
-    "ViewTypeMusicFavoriteAlbums": "Album preferiti",
-    "ViewTypeMusicFavoriteArtists": "Artisti preferiti",
-    "ViewTypeMusicFavoriteSongs": "Canzoni Preferite",
-    "HeaderMyViews": "Mie viste",
-    "LabelSelectFolderGroups": "Raggruppa i contenuti delle seguenti cartelle in viste come Film, Musica e Serie TV",
-    "LabelSelectFolderGroupsHelp": "Le cartelle che sono deselezionate verranno visualizzate ognuna con la propria vista",
-    "OptionDisplayAdultContent": "Visualizza contenuti per adulti",
-    "OptionLibraryFolders": "Cartelle dei media",
-    "TitleRemoteControl": "Telecomando",
-    "OptionLatestTvRecordings": "Ultime registrazioni",
-    "LabelProtocolInfo": "Info protocollo:",
-    "LabelProtocolInfoHelp": "Il valore che verr\u00e0 utilizzato quando si risponde a richieste GetProtocolInfo dal dispositivo.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser include il supporto nativo per i file metadati in formato Nfo. Per abilitare o disabilitare i metadati Nfo, utilizzare la sezione Avanzate per configurare le opzioni per i vostri tipi di file multimediali.",
-    "LabelKodiMetadataUser": "Sincronizza i dati utente a nfo di per:",
-    "LabelKodiMetadataUserHelp": "Abilita questa opzione per tenere sincronizzati Media Browser e il file Nfo.",
-    "LabelKodiMetadataDateFormat": "Data di uscita Formato:",
-    "LabelKodiMetadataDateFormatHelp": "Tutte le date all'interno del nfo verranno letti e scritti utilizzando questo formato.",
-    "LabelKodiMetadataSaveImagePaths": "Salva percorsi delle immagini all'interno dei file NFO",
-    "LabelKodiMetadataSaveImagePathsHelp": "Questo \u00e8 consigliato se si dispone di nomi di file immagine che non sono conformi alle linee guida Kodi.",
-    "LabelKodiMetadataEnablePathSubstitution": "Abilita sostituzione di percorso",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Consente percorso sostituzione dei percorsi delle immagini utilizzando le impostazioni di sostituzione percorso del server.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vedere la sostituzione percorso.",
-    "LabelGroupChannelsIntoViews": "Visualizzare i seguenti canali direttamente dentro le mie visite:",
-    "LabelGroupChannelsIntoViewsHelp": "Se abilitata, questi canali verranno visualizzati direttamente con altre viste. Se disattivato, saranno visualizzati all'interno di una sezione Canali separata.",
-    "LabelDisplayCollectionsView": "Mostra le Collezioni di film",
-    "LabelDisplayCollectionsViewHelp": "Questo creer\u00e0 una vista separata per le collezioni che si ha creato o alle quali si ha accesso. Per creare una collezione, cliccare con il tasto destro o effettuare un tocco prolungato su un film e selezionare \"Aggiungi alla collezione\" .",
-    "LabelKodiMetadataEnableExtraThumbs": "Copia extrafanart in extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Copia extrafanart in extrathumbs",
-    "TabServices": "Servizi",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "File log del Server:",
-    "TabBranding": "Personalizza",
-    "HeaderBrandingHelp": "Personalizzare l'aspetto del browser media per soddisfare le esigenze del vostro gruppo o organizzazione.",
-    "LabelLoginDisclaimer": "Avviso Login:",
-    "LabelLoginDisclaimerHelp": "Questo verr\u00e0 visualizzato nella parte inferiore della pagina di accesso.",
-    "LabelAutomaticallyDonate": "Donare automaticamente questo importo ogni mese",
-    "LabelAutomaticallyDonateHelp": "\u00c8 possibile annullare in qualsiasi momento tramite il vostro conto PayPal.",
-    "OptionList": "Lista",
-    "TabDashboard": "Pannello Controllo",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Log:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Immagini per nome:",
-    "LabelTranscodingTemporaryFiles": "Transcodifica file temporanei:",
-    "HeaderLatestMusic": "Musica Recente",
-    "HeaderBranding": "Personalizza",
-    "HeaderApiKeys": "Chiavi Api",
-    "HeaderApiKeysHelp": "Le applicazioni estrene richiedono una chiave Api per comunicare con Media Browser. Le chiavi sono create attraverso il log-in con un account Media Browse, o manualmente rilasciando una chiave all'applicazione.",
-    "HeaderApiKey": "Chiave Api",
-    "HeaderApp": "App",
-    "HeaderDevice": "Dispositivo",
-    "HeaderUser": "Utente",
-    "HeaderDateIssued": "data di pubblicazione",
-    "LabelChapterName": "Capitolo {0}",
-    "HeaderNewApiKey": "Nuova Chiave Api",
-    "LabelAppName": "Nome app",
-    "LabelAppNameExample": "Esempio: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Garantisci all'applicazione il permesso di comunicare con Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "valore:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Uguale",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Sottostringa",
-    "TabView": "Vista",
-    "TabSort": "Ordina",
-    "TabFilter": "Filtra",
-    "ButtonView": "Vista",
-    "LabelPageSize": "Limite articolo:",
-    "LabelPath": "Percorso:",
-    "LabelView": "Vista:",
-    "TabUsers": "Utenti",
-    "LabelSortName": "Nome ordinato:",
-    "LabelDateAdded": "Aggiunto il",
-    "HeaderFeatures": "Caratteristiche",
-    "HeaderAdvanced": "Avanzato",
-    "ButtonSync": "Sinc.",
-    "TabScheduledTasks": "Operazioni pianificate",
-    "HeaderChapters": "Capitoli",
-    "HeaderResumeSettings": "Recupera impostazioni",
-    "TabSync": "Sinc",
-    "TitleUsers": "Utenti",
-    "LabelProtocol": "Protocollo:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Contenuto:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sinc",
-    "ButtonAddToPlaylist": "Aggiungi alla playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Chiudi",
-    "LabelAllLanguages": "Tutte le lingue",
-    "HeaderBrowseOnlineImages": "Sfoglia le immagini sul web",
-    "LabelSource": "Origine:",
-    "OptionAll": "Tutto",
-    "LabelImage": "Immagine:",
-    "ButtonBrowseImages": "Sfoglia immagini",
-    "HeaderImages": "Immagini",
-    "HeaderBackdrops": "Sfondi",
-    "HeaderScreenshots": "Immagini",
-    "HeaderAddUpdateImage": "Aggiungi\/aggiorna immagine",
-    "LabelJpgPngOnly": "JPG\/PNG solamente",
-    "LabelImageType": "Tipo immagine",
-    "OptionPrimary": "Primaria",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disco",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Immagine",
-    "OptionLocked": "Bloccato",
-    "OptionUnidentified": "Non identificata",
-    "OptionMissingParentalRating": "Voto genitori mancante",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodi:",
-    "OptionSeason0": "Stagione 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Canzoni",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Stagioni",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Video musicali",
-    "OptionReportMovies": "Film",
-    "OptionReportHomeVideos": "Video personali",
-    "OptionReportGames": "Giochi",
-    "OptionReportEpisodes": "Episodi",
-    "OptionReportCollections": "Collezioni",
-    "OptionReportBooks": "Libri",
-    "OptionReportArtists": "Cantanti",
-    "OptionReportAlbums": "Album",
-    "OptionReportAdultVideos": "Video x adulti",
-    "ButtonMore": "Dettagli",
-    "HeaderActivity": "Attivit\u00e0",
-    "ScheduledTaskStartedWithName": "{0} Avviati",
-    "ScheduledTaskCancelledWithName": "{0} cancellati",
-    "ScheduledTaskCompletedWithName": "{0} completati",
-    "ScheduledTaskFailed": "Operazione pianificata completata",
-    "PluginInstalledWithName": "{0} sono stati Installati",
-    "PluginUpdatedWithName": "{0} sono stati aggiornati",
-    "PluginUninstalledWithName": "{0} non sono stati installati",
-    "ScheduledTaskFailedWithName": "{0} Falliti",
-    "ItemAddedWithName": "{0} aggiunti alla libreria",
-    "ItemRemovedWithName": "{0} rimossi dalla libreria",
-    "DeviceOnlineWithName": "{0} \u00e8 connesso",
-    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
-    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
-    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
-    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
-    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
-    "LabelRunningTimeValue": "Durata: {0}",
-    "LabelIpAddressValue": "Indirizzo IP: {0}",
-    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
-    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
-    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
-    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
-    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
-    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
-    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
-    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
-    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
-    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitare la dimensione della cartella canale di download.",
-    "HeaderRecentActivity": "Attivit\u00e0 recenti",
-    "HeaderPeople": "Persone",
-    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
-    "OptionComposers": "Compositori",
-    "OptionOthers": "Altri",
-    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
-    "ViewTypeFolders": "Cartelle",
-    "LabelDisplayFoldersView": "Visualizza cartelle come normali cartelle dei media",
-    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
-    "ViewTypeLiveTvChannels": "canali",
-    "LabelEasyPinCode": "Codice Pin",
-    "EasyPasswordHelp": "Il tuo codice PIN viene usato per l'acceso offline alle app che supportano Media Browser, e pu\u00f2 anche essere utilizzato per un facile accesso tramite la rete locale.",
-    "LabelInNetworkSignInWithEasyPassword": "Abilita l'accesso da rete locale tramite codice PIN.",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "se attivato, potrai usare il tuo pin per accedere alle app Media Browser dall'interno della tua rete domestica, La tua password sara necessaria soltanto quando accederai da fuori casa. Se il codice PIN viene lasciato in bianco, non avrai bisogno di alcuna password all'interno della tua rete domestica.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Accesso locale",
-    "HeaderViewOrder": "Visualizza ordine",
-    "ButtonResetEasyPassword": "Resetta codice PIN",
-    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
-    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
-    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
-    "OptionDownloadMissingImages": "Immagini mancanti",
-    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
-    "OptionRefreshAllData": "Aggiorna tutti i dati",
-    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
-    "OptionLocalRefreshOnly": "Aggiorna solo locale",
-    "HeaderRefreshMetadata": "Aggiorna metadati",
-    "HeaderPersonInfo": "Persona Info",
-    "HeaderIdentifyItem": "Identifica elemento",
-    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
-    "HeaderConfirmDeletion": "Conferma Cancellazione",
-    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
-    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
-    "ButtonIdentify": "Identifica",
-    "LabelAlbumArtist": "Artista Album",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Voto Comunit\u00e0:",
-    "LabelVoteCount": "Totale Voti:",
-    "LabelMetascore": "Punteggio:",
-    "LabelCriticRating": "Voto dei critici:",
-    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
-    "LabelAwardSummary": "Sintesi Premio:",
-    "LabelWebsite": "Sito web:",
-    "LabelTagline": "Messaggio pers:",
-    "LabelOverview": "Trama:",
-    "LabelShortOverview": "Trama breve:",
-    "LabelReleaseDate": "Data di rilascio:",
-    "LabelYear": "Anno:",
-    "LabelPlaceOfBirth": "Luogo di nascita:",
-    "LabelEndDate": "Fine data:",
-    "LabelAirDate": "In onda da (gg):",
-    "LabelAirTime:": "In onda da:",
-    "LabelRuntimeMinutes": "Durata ( minuti):",
-    "LabelParentalRating": "Voto genitori:",
-    "LabelCustomRating": "Voto personalizzato:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Fatturato ($):",
-    "LabelOriginalAspectRatio": "Aspetto originale:",
-    "LabelPlayers": "Giocatore:",
-    "Label3DFormat": "Formato 3D:",
-    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
-    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
-    "HeaderExternalIds": "Esterno Id di :",
-    "LabelDvdSeasonNumber": "Dvd stagione:",
-    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
-    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
-    "LabelAirsBeforeSeason": "tempo prima della stagione:",
-    "LabelAirsAfterSeason": "tempo dopo della stagione:",
-    "LabelAirsBeforeEpisode": "tempo prima episodio:",
-    "LabelTreatImageAs": "Trattare come immagine:",
-    "LabelDisplayOrder": "Ordine visualizzazione:",
-    "LabelDisplaySpecialsWithinSeasons": "Mostra gli Special all'interno delle stagioni in cui sono stati trasmessi",
-    "HeaderCountries": "Paesi",
-    "HeaderGenres": "Generi",
-    "HeaderPlotKeywords": "Trama",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Impostazioni metadati",
-    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
-    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
-    "TabDonate": "Dona",
-    "HeaderDonationType": "Tipo di donazione:",
-    "OptionMakeOneTimeDonation": "Fai una donazione separata",
-    "OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio e non produrr\u00e0 una chiave sostenitore.",
-    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
-    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
-    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
-    "OptionNoTrailer": "Nessun Trailer",
-    "OptionNoThemeSong": "No Temi canzone",
-    "OptionNoThemeVideo": "No tema video",
-    "LabelOneTimeDonationAmount": "Importo della donazione:",
-    "ButtonDonate": "Donazione",
-    "OptionActor": "Attore",
-    "OptionComposer": "Compositore",
-    "OptionDirector": "Regista",
-    "OptionGuestStar": "Personaggi famosi",
-    "OptionProducer": "Produttore",
-    "OptionWriter": "Scrittore",
-    "LabelAirDays": "In onda da (gg):",
-    "LabelAirTime": "In onda da:",
-    "HeaderMediaInfo": "Informazioni Media",
-    "HeaderPhotoInfo": "Foto info",
-    "HeaderInstall": "Installa",
-    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
-    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
-    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
-    "HeaderReviews": "Recensioni",
-    "HeaderDeveloperInfo": "Info sviluppatore",
-    "HeaderRevisionHistory": "Cronologia delle revisioni",
-    "ButtonViewWebsite": "Visualizza sito web",
-    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
-    "HeaderXmlSettings": "Impostazioni Xml",
-    "HeaderXmlDocumentAttributes": "Attributi Documento Xml",
-    "HeaderXmlDocumentAttribute": "Attributo Documento Xml",
-    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
-    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
-    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Se abilitata, le immagini capitolo verranno estratti quando i video vengono importati durante la scansione della libreria. Se disabilitata verranno estratti durante le immagini dei capitoli programmati compito, permettendo la scansione biblioteca regolare per completare pi\u00f9 velocemente.",
-    "LabelConnectGuestUserName": "I loro Utente o email di Media Browser",
-    "LabelConnectUserName": "Media Browser utente\/email:",
-    "LabelConnectUserNameHelp": "Collega questo utente a un conto Media Browser per abilitare acceso rapido da Media Browser con qualsiasi applicazione senza dovere conoscere il indirrzo IP.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
-    "LabelExternalPlayers": "Player esterni:",
-    "LabelExternalPlayersHelp": "Pulsanti di visualizzazione di riprodurre contenuti in lettori esterni. Questo \u00e8 disponibile solo su dispositivi che supportano schemi URL, generalmente Android e iOS. Con i giocatori esterni vi \u00e8 generalmente alcun supporto per il controllo remoto o ripresa.",
-    "HeaderSubtitleProfile": "Profilo sottotitolo",
-    "HeaderSubtitleProfiles": "Profili sottotitoli",
-    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
-    "LabelFormat": "Formato:",
-    "LabelMethod": "Metodo:",
-    "LabelDidlMode": "Modalit\u00e0 didl:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "elemento res",
-    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
-    "OptionExternallyDownloaded": "Download Esterno",
-    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
-    "LabelSubtitleFormatHelp": "Esempio: srt",
-    "ButtonLearnMore": "saperne di pi\u00f9",
-    "TabPlayback": "Riproduzione",
-    "HeaderLanguagePreferences": "Lingua preferita",
-    "TabCinemaMode": "Modalit\u00e0 Cinema",
-    "TitlePlayback": "Riproduzione",
-    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
-    "CinemaModeConfigurationHelp": "Modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati prima la caratteristica principale.",
-    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
-    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
-    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
-    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
-    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
-    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
-    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
-    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
-    "ValueSpecialEpisodeName": "Speciali - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailer Internet:",
-    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
-    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
-    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
-    "HeaderCinemaMode": "Modalit\u00e0 cinema",
-    "LabelDateAddedBehavior": "Data di comportamento per i nuovi contenuti:",
-    "OptionDateAddedImportTime": "Utilizza la data scansionato in biblioteca",
-    "OptionDateAddedFileTime": "Utilizzare file di data di creazione",
-    "LabelDateAddedBehaviorHelp": "Se un valore di metadati \u00e8 presente sar\u00e0 sempre utilizzato prima una di queste opzioni.",
-    "LabelNumberTrailerToPlay": "Numero di Trailer da riprodurre:",
-    "TitleDevices": "Dispositivi",
-    "TabCameraUpload": "Caricamenti Fotocamera",
-    "TabDevices": "Dispositivi",
-    "HeaderCameraUploadHelp": "Caricare automaticamente foto e video presi dai vostri dispositivi mobili in Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "Al momento non si dispone di dispositivi che supportano il caricamento della fotocamera.",
-    "LabelCameraUploadPath": "Fotocamera percorso di upload:",
-    "LabelCameraUploadPathHelp": "Selezionare un percorso di caricamento personalizzato, se lo si desidera. Se non specificato verr\u00e0 utilizzata una cartella predefinita. Se si utilizza un percorso personalizzato che dovr\u00e0 anche essere aggiunti nella zona di installazione della libreria.",
-    "LabelCreateCameraUploadSubfolder": "Creare una sottocartella per ogni dispositivo",
-    "LabelCreateCameraUploadSubfolderHelp": "Cartelle specifici possono essere assegnati a un dispositivo facendo clic su di esso dalla pagina Dispositivi.",
-    "LabelCustomDeviceDisplayName": "Nome da visualizzare:",
-    "LabelCustomDeviceDisplayNameHelp": "Fornire un nome di visualizzazione personalizzato o lasciare vuoto per utilizzare il nome riportato dal dispositivo.",
-    "HeaderInviteUser": "Invita utente",
-    "LabelConnectGuestUserNameHelp": "Questo \u00e8 il nome utente che il tuo amico utilizza per accedere al sito Web Media Browser, o il loro indirizzo e-mail.",
-    "HeaderInviteUserHelp": "Condividere i tuoi contenuti multimediali con gli amici \u00e8 pi\u00f9 facile che mai con il Browser Media Connect.",
-    "ButtonSendInvitation": "Invia Invito",
-    "HeaderSignInWithConnect": "Accedi con Browser Media Connect",
-    "HeaderGuests": "ospiti",
-    "HeaderLocalUsers": "Utenti locale",
-    "HeaderPendingInvitations": "Inviti in sospeso",
-    "TabParentalControl": "Controllo Genitore",
-    "HeaderAccessSchedule": "Orario di accesso",
-    "HeaderAccessScheduleHelp": "Creare un programma di accesso per limitare l'accesso a determinate ore.",
-    "ButtonAddSchedule": "Agg. orario schedultao",
-    "LabelAccessDay": "Giorno della settimana:",
-    "LabelAccessStart": "Ora di inizio:",
-    "LabelAccessEnd": "Ora di fine:",
-    "HeaderSchedule": "Programmazione",
-    "OptionEveryday": "Tutti i giorni",
-    "OptionWeekdays": "Feriali",
-    "OptionWeekends": "Il Weekend",
-    "MessageProfileInfoSynced": "Informazioni del profilo utente sincronizzato con Browser Media Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Opzionale: Collega il tuo account Media Browser",
-    "ButtonTrailerReel": "Trailer b.",
-    "HeaderTrailerReel": "Trailer b.",
-    "OptionPlayUnwatchedTrailersOnly": "Riproduci solo i trailer non visti",
-    "HeaderTrailerReelHelp": "Inizia a riprodurre una lunga playlist di trailer",
-    "MessageNoTrailersFound": "Nessun Trailer trovato.Installa Il plug in dei trailer per importare la libreria dei trailer da internet",
-    "HeaderNewUsers": "Nuovo Utente",
-    "ButtonSignUp": "Iscriviti",
-    "ButtonForgotPassword": "Password Dimenticata",
-    "OptionDisableUserPreferences": "Disabilitare l'accesso alle preferenze dell'utente",
-    "OptionDisableUserPreferencesHelp": "Se abilitato, solo gli amministratori saranno in grado di configurare le immagini del profilo utente, password e preferenze di lingua.",
-    "HeaderSelectServer": "Selezionare il server",
-    "MessageNoServersAvailableToConnect": "Nessun server sono disponibili per la connessione a. Se siete stati invitati a condividere un server, assicurarsi di accettarla sotto o facendo clic sul collegamento nell'e-mail.",
-    "TitleNewUser": "Nuovo Utente",
-    "ButtonConfigurePassword": "Configura Password",
-    "HeaderDashboardUserPassword": "Le password degli utenti sono gestiti all'interno delle impostazioni del profilo personale di ogni utente.",
-    "HeaderLibraryAccess": "Accesso libreria",
-    "HeaderChannelAccess": "Accesso canali",
-    "HeaderLatestItems": "Ultimi elementi aggiunti",
-    "LabelSelectLastestItemsFolders": "Includere supporti dalle seguenti sezioni Ultimi Articoli",
-    "HeaderShareMediaFolders": "Condividi Cartelle dei media",
-    "MessageGuestSharingPermissionsHelp": "a maggior parte delle caratteristiche sono inizialmente disponibili per gli ospiti, ma possono essere attivate in base alle esigenze.",
-    "HeaderInvitations": "Inviti",
-    "LabelForgotPasswordUsernameHelp": "Inserisci il tuo nome utente, se te lo ricordi.",
-    "HeaderForgotPassword": "Password dimenticata",
-    "TitleForgotPassword": "Password Dimenticata",
-    "TitlePasswordReset": "Password dimenticata",
-    "LabelPasswordRecoveryPinCode": "Codice Pin:",
-    "HeaderPasswordReset": "Reset della Password",
-    "HeaderParentalRatings": "Valutazioni genitori",
-    "HeaderVideoTypes": "Tipi Video",
-    "HeaderYears": "Anni",
-    "HeaderAddTag": "Aggiungi Tag",
-    "LabelBlockItemsWithTags": "Oggetti di blocco con tag:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limitato a singola immagine incorporata",
-    "LabelEnableSingleImageInDidlLimitHelp": "Alcuni dispositivi non renderanno correttamente se pi\u00f9 immagini sono incorporati all'interno didl.",
-    "TabActivity": "Attivit\u00e0",
-    "TitleSync": "Sincronizza",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Stagione sconosciuto",
-    "NameSeasonNumber": "Stagione {0}",
-    "LabelNewUserNameHelp": "I nomi utente possono contenere lettere (az), numeri (0-9), trattini (-), underscore (_), apostrofi ('), e periodi (.)",
-    "TabJobs": "Attivit\u00e0",
-    "TabSyncJobs": "Attiv. di Sinc.",
     "LabelExit": "Esci",
     "LabelVisitCommunity": "Visita Comunit\u00e0",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Percorso file temporanei",
     "LabelSyncTempPathHelp": "Specifica una cartella per la sincronizzazione. I file multimediali convertiti durante la sincronizzazione verranno collocati qui.",
     "LabelCustomCertificatePath": "Percorso certificati personalizzato:",
-    "LabelCustomCertificatePathHelp": "Fornisci il tuo certificato SSL. Se non impostato il server ne creer\u00e0 uno gi\u00e0 firmato.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifiche",
     "ButtonDonateWithPayPal": "Effettua una donazione con PayPal",
     "OptionDetectArchiveFilesAsMedia": "Considera gli archivi come file multimediali",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Aiuto",
     "OptionAllowUserToManageServer": "Consenti a questo utente di accedere alla configurazione del SERVER",
     "HeaderFeatureAccess": "Accesso alle funzionalit\u00e0",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Consenti controllo remoto di altri utenti",
     "OptionAllowRemoteSharedDevices": "Consenti controllo remoto di dispositivi condivisi",
     "OptionAllowRemoteSharedDevicesHelp": "Dispositivi DLNA sono considerati condivisa fino a quando un utente inizia controllarlo.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Massima qualit\u00e0",
     "OptionEnableDebugTranscodingLogging": "Abilita la registrazione transcodifica di debug",
     "OptionEnableDebugTranscodingLoggingHelp": "Questo creer\u00e0 file di log molto grandi ed \u00e8 consigliato solo se necessario per la risoluzione dei problemi.",
-    "OptionUpscaling": "Consenti ai client di richiedere il video scalato",
-    "OptionUpscalingHelp": "In alcuni casi, questo si tradurr\u00e0 in una migliore qualit\u00e0 video, ma aumenter\u00e0 l'utilizzo della CPU.",
     "EditCollectionItemsHelp": "Aggiungi o rimuovi film, serie, album, libri o giochi e che vuoi raggruppare in questa collezione.",
     "HeaderAddTitles": "Aggiungi Titolo",
     "LabelEnableDlnaPlayTo": "Abilita DLNA su",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Pagina Su",
     "ButtonPageDown": "Pagina Gi\u00f9",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Cerca",
+    "ButtonSettings": "Impostazioni",
+    "ButtonTakeScreenshot": "Cattura schermata",
+    "ButtonLetterUp": "Lettera Su",
+    "ButtonLetterDown": "Lettera Gi\u00f9",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "e",
+    "TabNowPlaying": "In esecuzione",
+    "TabNavigation": "Navigazione",
+    "TabControls": "Controlli",
+    "ButtonFullscreen": "Tutto Schermo",
+    "ButtonScenes": "Scene",
+    "ButtonSubtitles": "Sottotitoli",
+    "ButtonAudioTracks": "Tracce audio",
+    "ButtonPreviousTrack": "Traccia Precedente",
+    "ButtonNextTrack": "Traccia Successiva",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pausa",
+    "ButtonNext": "Prossimo",
+    "ButtonPrevious": "Precedente",
+    "LabelGroupMoviesIntoCollections": "Raggruppa i film nelle collezioni",
+    "LabelGroupMoviesIntoCollectionsHelp": "Quando si visualizzano le liste di film, quelli appartenenti ad una collezione saranno visualizzati come un elemento raggruppato.",
+    "NotificationOptionPluginError": "Plugin fallito",
+    "ButtonVolumeUp": "Aumenta Volume",
+    "ButtonVolumeDown": "Diminuisci volume",
+    "ButtonMute": "Muto",
+    "HeaderLatestMedia": "Ultimi Media",
+    "OptionSpecialFeatures": "Contenuti Speciali",
+    "HeaderCollections": "Collezioni",
+    "LabelProfileCodecsHelp": "Separati da virgola. Questo pu\u00f2 essere lasciato vuoto da applicare a tutti i codec.",
+    "LabelProfileContainersHelp": "Separati da virgola. Questo pu\u00f2 essere lasciato vuoto da applicare a tutti i contenitori.",
+    "HeaderResponseProfile": "Risposta Profilo",
+    "LabelType": "Tipo:",
+    "LabelPersonRole": "Ruolo:",
+    "LabelPersonRoleHelp": "Ruolo \u00e8 generalmente applicabile solo agli attori.",
+    "LabelProfileContainer": "Contenitore:",
+    "LabelProfileVideoCodecs": "Codec Video:",
+    "LabelProfileAudioCodecs": "Codec Audio:",
+    "LabelProfileCodecs": "Codec:",
+    "HeaderDirectPlayProfile": "Profilo Direct Play",
+    "HeaderTranscodingProfile": "Profilo Transcodifica",
+    "HeaderCodecProfile": "Profilo Codec",
+    "HeaderCodecProfileHelp": "I Profili Codec indicano i limiti di un dispositivo durante la riproduzione di codec specifici. Se una limitazione corrisponde i media saranno sottoposti a transcodifica, anche se il codec \u00e8 configurato per la riproduzione diretta.",
+    "HeaderContainerProfile": "Profilo Contenitore",
+    "HeaderContainerProfileHelp": "i Profili indicano i limiti di un dispositivo quando si riproducono formati specifici. Se una limitazione corrisponde i media verranno sottoposti a transcodifica, anche se il formato \u00e8 configurato per la riproduzione diretta.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Libreria utente:",
+    "LabelUserLibraryHelp": "Selezionare la libreria utente da visualizzare sul dispositivo. Lasciare vuoto per ereditare l'impostazione predefinita.",
+    "OptionPlainStorageFolders": "Visualizzare tutte le cartelle come normali cartelle di archiviazione",
+    "OptionPlainStorageFoldersHelp": "Se abilitato, tutte le cartelle sono rappresentati in DIDL come \"object.container.storageFolder\" invece che di tipo pi\u00f9 specifico, come \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Mostra tutti i video come normali file video",
+    "OptionPlainVideoItemsHelp": "Se attivato, tutti i video sono rappresentati in DIDL come \"object.item.videoItem\" invece che di tipo pi\u00f9 specifico, come \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Tipi di media supportati:",
+    "TabIdentification": "Identificazione",
+    "HeaderIdentification": "Identificazione",
+    "TabDirectPlay": "Riproduzione Diretta",
+    "TabContainers": "Contenitori",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Risposte",
+    "HeaderProfileInformation": "Informazioni sul profilo",
+    "LabelEmbedAlbumArtDidl": "Inserisci le copertine degli Album in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Alcuni dispositivi preferiscono questo metodo per ottenere le copertine degli album. Altri possono non riuscire a riprodurli con questa opzione abilitata.",
+    "LabelAlbumArtPN": "Copertine Album PN:",
+    "LabelAlbumArtHelp": "PN utilizzato per le copertine degli album, all'interno del DLNA: attributo di ProfileId su upnp:albumArtURI. Alcuni client richiedono un valore specifico, indipendentemente dalla dimensione dell'immagine.",
+    "LabelAlbumArtMaxWidth": "Larghezza massima copertina Album:",
+    "LabelAlbumArtMaxWidthHelp": "Risoluzione massima copertina Album inviata  tramite upnp:albumArtURI",
+    "LabelAlbumArtMaxHeight": "Altezza massima copertina Album:",
+    "LabelAlbumArtMaxHeightHelp": "Risoluzione massima copertina Album inviata tramite upnp:albumArtURI",
+    "LabelIconMaxWidth": "Larghezza massima Icona:",
+    "LabelIconMaxWidthHelp": "Risoluzione massima delle icone inviate tramite upnp:icon.",
+    "LabelIconMaxHeight": "Altezza Icona massima:",
+    "LabelIconMaxHeightHelp": "Risoluzione massima delle icone inviate tramite upnp:icon.",
+    "LabelIdentificationFieldHelp": "Una stringa o espressione regex sensibile a maiuscole e minuscole.",
+    "HeaderProfileServerSettingsHelp": "Questi valori controllano come Media Browser si presenter\u00e0 al dispositivo.",
+    "LabelMaxBitrate": "Bitrate Massimo:",
+    "LabelMaxBitrateHelp": "Specificare un bitrate massimo in presenza di larghezza di banda limitata, o se il dispositivo impone il proprio limite.",
+    "LabelMaxStreamingBitrate": "Massimo Bitrate streaming",
+    "LabelMaxStreamingBitrateHelp": "Specifica il bitrate massimo per lo streaming",
+    "LabelMaxStaticBitrate": "Massimo sinc. Bitrate",
+    "LabelMaxStaticBitrateHelp": "Specifica il bitrate massimo quando sincronizzi ad alta qualit\u00e0",
+    "LabelMusicStaticBitrate": "Musica sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specifica il max Bitrate quando sincronizzi la musica",
+    "LabelMusicStreamingTranscodingBitrate": "Musica trascodifica bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specifica il max Bitrate per lo streaming musica",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorare le richieste di intervallo di byte di trascodifica",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se abilitata, queste richieste saranno onorate, ma ignorano l'intervallo di byte.",
+    "LabelFriendlyName": "Nome Condiviso",
+    "LabelManufacturer": "Produttore",
+    "LabelManufacturerUrl": "Url Produttore",
+    "LabelModelName": "Nome Modello",
+    "LabelModelNumber": "Numero Modello",
+    "LabelModelDescription": "Descrizione Modello",
+    "LabelModelUrl": "Url Modello",
+    "LabelSerialNumber": "Numero di serie",
+    "LabelDeviceDescription": "Descrizione dispositivo",
+    "HeaderIdentificationCriteriaHelp": "Inserire almeno un criterio di identificazione.",
+    "HeaderDirectPlayProfileHelp": "Aggiungere \"profili riproduzione diretta\" per indicare i formati che il dispositivo \u00e8 in grado di gestire in modo nativo.",
+    "HeaderTranscodingProfileHelp": "Aggiungere i profili di transcodifica per indicare quali formati  utilizzare quando \u00e8 richiesta la transcodifica.",
+    "HeaderResponseProfileHelp": "Profili di risposta forniscono un modo per personalizzare le informazioni inviate al dispositivo durante la riproduzione di alcuni tipi di media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determina il contenuto dell'elemento X_DLNACAP in urn:schemas-dlna-org:device-1-0",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determina il contenuto dell'elemento X_DLNACAP nella urn: schemas-DLNA-org: dispositivo 1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determina il contenuto dell'elemento aggregationFlags in urn:schemas-sonycom: namespace av.",
+    "LabelTranscodingContainer": "contenitore:",
+    "LabelTranscodingVideoCodec": "Codec Video:",
+    "LabelTranscodingVideoProfile": "Profilo Video:",
+    "LabelTranscodingAudioCodec": "Codec Audio:",
+    "OptionEnableM2tsMode": "Attiva modalit\u00e0 M2TS",
+    "OptionEnableM2tsModeHelp": "Attivare la modalit\u00e0 m2ts durante la codifica di mpegts.",
+    "OptionEstimateContentLength": "Stimare la lunghezza contenuto durante la transcodifica",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Segnala che il server supporta la ricerca di byte durante la transcodifica",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Questo \u00e8 necessario per alcuni dispositivi che non hanno l'avanzamento rapido che funziona bene.",
+    "HeaderSubtitleDownloadingHelp": "Quando Media Browser esegue la scansione dei file video \u00e8 possibile cercare i sottotitoli mancanti, e scaricarli utilizzando un provider per i sottotitoli come OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Scarica sottotitoli per:",
+    "MessageNoChapterProviders": "Installare un plugin provider capitoli come ChapterDb per attivare le opzioni capitolo aggiuntive.",
+    "LabelSkipIfGraphicalSubsPresent": "Salta se il video contiene gi\u00e0 i sottotitoli grafici",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Mantenere le versioni testuali dei sottotitoli si tradurr\u00e0 in una riproduzione pi\u00f9 efficiente e diminuir\u00e0 la probabilit\u00e0 che sia necessaria la transcodifica video",
+    "TabSubtitles": "Sottotitoli",
+    "TabChapters": "capitoli",
+    "HeaderDownloadChaptersFor": "Scarica i nomi dei capitoli per:",
+    "LabelOpenSubtitlesUsername": "Nome utente Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Password Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "Quando Media Browser esegue la scansione dei file video \u00e8 possibile scaricare i nomi dei capitoli da internet utilizzando i plugin capitolo come ChapterDb",
+    "LabelPlayDefaultAudioTrack": "Riprodurre la traccia audio di default indipendentemente dalla lingua",
+    "LabelSubtitlePlaybackMode": "Modalit\u00e0 Sottotitolo:",
+    "LabelDownloadLanguages": "Scarica lingue:",
+    "ButtonRegister": "Registro",
+    "LabelSkipIfAudioTrackPresent": "Ignora se la traccia audio di default corrisponde alla lingua di download",
+    "LabelSkipIfAudioTrackPresentHelp": "Deselezionare questa opzione per assicurare che tutti i video hanno i sottotitoli, a prescindere dalla lingua audio.",
+    "HeaderSendMessage": "Invia un messaggio",
+    "ButtonSend": "Invia",
+    "LabelMessageText": "Testo del messaggio:",
+    "MessageNoAvailablePlugins": "Nessun plugin disponibile.",
+    "LabelDisplayPluginsFor": "Mostra plugin per:",
+    "PluginTabMediaBrowserClassic": "MB Classico",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Nome Episodio",
+    "LabelSeriesNamePlain": "Nome Serie",
+    "ValueSeriesNamePeriod": "Nome Serie",
+    "ValueSeriesNameUnderscore": "Nome Serie",
+    "ValueEpisodeNamePeriod": "Titolo Episodio",
+    "ValueEpisodeNameUnderscore": "Titolo Episodio",
+    "LabelSeasonNumberPlain": "Stagione numero",
+    "LabelEpisodeNumberPlain": "Episodio numero",
+    "LabelEndingEpisodeNumberPlain": "Numero ultimo episodio",
+    "HeaderTypeText": "Inserisci il testo",
+    "LabelTypeText": "Testo",
+    "HeaderSearchForSubtitles": "Ricerca per sottotitoli",
+    "MessageNoSubtitleSearchResultsFound": "Nessun elemento trovato",
+    "TabDisplay": "Schermo",
+    "TabLanguages": "Lingue",
+    "TabWebClient": "Dispositivi Web",
+    "LabelEnableThemeSongs": "Abilita tema canzoni",
+    "LabelEnableBackdrops": "Abilita gli sfondi",
+    "LabelEnableThemeSongsHelp": "Se abiltato le canzoni a tema saranno riprodotte mentre visualizzi la tua libreria",
+    "LabelEnableBackdropsHelp": "Se abilitato gli sfondi verranno riprodotti mentre visualizzi la tua libreria",
+    "HeaderHomePage": "Pagina Iniziale",
+    "HeaderSettingsForThisDevice": "Configurazione per questo dispositivo",
+    "OptionAuto": "Automatico",
+    "OptionYes": "Si",
+    "OptionNo": "No",
+    "HeaderOptions": "Opzioni",
+    "HeaderIdentificationResult": "Risultati Identificazione",
+    "LabelHomePageSection1": "Pagina Iniziale Sezione 1:",
+    "LabelHomePageSection2": "Pagina Iniziale Sezione 2:",
+    "LabelHomePageSection3": "Pagina Iniziale Sezione 3:",
+    "LabelHomePageSection4": "Pagina Iniziale Sezione 4:",
+    "OptionMyViewsButtons": "Mie Viste (pulsanti)",
+    "OptionMyViews": "Mie Viste",
+    "OptionMyViewsSmall": "Mie Viste (piccola)",
+    "OptionResumablemedia": "Riprendi",
+    "OptionLatestMedia": "Ultimi media",
+    "OptionLatestChannelMedia": "Ultime voci del canale",
+    "HeaderLatestChannelItems": "Ultime Canale Articoli",
+    "OptionNone": "Nessuno",
+    "HeaderLiveTv": "Diretta TV",
+    "HeaderReports": "Rapporti",
+    "HeaderMetadataManager": "Manager Metadati",
+    "HeaderPreferences": "Preferenze",
+    "MessageLoadingChannels": "Sto caricando il contenuto del canale",
+    "MessageLoadingContent": "Caricamento contenuto....",
+    "ButtonMarkRead": "Segna come letto",
+    "OptionDefaultSort": "Predefinito",
+    "OptionCommunityMostWatchedSort": "Pi\u00f9 visti",
+    "TabNextUp": "Da vedere",
+    "HeaderBecomeMediaBrowserSupporter": "Diventa un Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Goditi le caratteristiche aggiuntive",
+    "MessageNoMovieSuggestionsAvailable": "Nessun suggerimento di film attualmente disponibile. Iniziare a guardare e valutare i vostri film, e poi tornare per i suggerimenti.",
+    "MessageNoCollectionsAvailable": "Le collezioni ti permettono di goderti raccolte personalizzate di Film, Serie TV, Album, Libri e Giochi. Clicca sul + per iniziare a creare le tue Collezioni",
+    "MessageNoPlaylistsAvailable": "Playlist ti permettere di mettere in coda gli elementi da riprodurre.Usa il tasto destro o tap e tieni premuto quindi seleziona elemento da aggiungere",
+    "MessageNoPlaylistItemsAvailable": "Questa playlist al momento \u00e8 vuota",
+    "ButtonDismiss": "Cancella",
+    "ButtonEditOtherUserPreferences": "Modifica questo profilo utente, la password e le preferenze personali.",
+    "LabelChannelStreamQuality": "Preferenziale qualit\u00e0 del flusso internet:",
+    "LabelChannelStreamQualityHelp": "In un ambiente a bassa larghezza di banda, limitando la qualit\u00e0 pu\u00f2 contribuire a garantire un'esperienza di streaming continuo.",
+    "OptionBestAvailableStreamQuality": "Migliore disponibile",
+    "LabelEnableChannelContentDownloadingFor": "Abilita il download del contenuto del canale per:",
+    "LabelEnableChannelContentDownloadingForHelp": "Alcuni canali supportano il download di contenuti prima di essere visti. Attivare questa opzione in ambienti con bassa larghezza di banda per scaricare i contenuti del canale durante le ore di assenza. Il contenuto viene scaricato come parte del download pianificato.",
+    "LabelChannelDownloadPath": "Percorso contenuti dei canali scaricati:",
+    "LabelChannelDownloadPathHelp": "Specificare un percorso di download personalizzato se lo desideri. Lasciare vuoto per scaricare in una cartella dati interna al programma.",
+    "LabelChannelDownloadAge": "Elimina contenuto dopo: (giorni)",
+    "LabelChannelDownloadAgeHelp": "Contenuti scaricati pi\u00f9 vecchi di questo limite sarnno cancellati. Rimarranno riproducibili via internet in streaming.",
+    "ChannelSettingsFormHelp": "Installare canali come Trailer e Vimeo nel catalogo plugin.",
+    "ButtonOptions": "Opzioni",
+    "ViewTypeMovies": "Film",
+    "ViewTypeTvShows": "Serie Tv",
+    "ViewTypeGames": "Giochi",
+    "ViewTypeMusic": "Musica",
+    "ViewTypeMusicGenres": "Generi",
+    "ViewTypeMusicArtists": "Artisti",
+    "ViewTypeBoxSets": "Collezioni",
+    "ViewTypeChannels": "Canali",
+    "ViewTypeLiveTV": "TV in diretta",
+    "ViewTypeLiveTvNowPlaying": "Ora in onda",
+    "ViewTypeLatestGames": "Ultimi Giorchi",
+    "ViewTypeRecentlyPlayedGames": "Guardato di recente",
+    "ViewTypeGameFavorites": "Preferiti",
+    "ViewTypeGameSystems": "Configurazione gioco",
+    "ViewTypeGameGenres": "Generi",
+    "ViewTypeTvResume": "Riprendi",
+    "ViewTypeTvNextUp": "Prossimi",
+    "ViewTypeTvLatest": "Ultimi",
+    "ViewTypeTvShowSeries": "Serie",
+    "ViewTypeTvGenres": "Generi",
+    "ViewTypeTvFavoriteSeries": "Serie Preferite",
+    "ViewTypeTvFavoriteEpisodes": "Episodi Preferiti",
+    "ViewTypeMovieResume": "Riprendi",
+    "ViewTypeMovieLatest": "Ultimi",
+    "ViewTypeMovieMovies": "Film",
+    "ViewTypeMovieCollections": "Collezioni",
+    "ViewTypeMovieFavorites": "Preferiti",
+    "ViewTypeMovieGenres": "Generi",
+    "ViewTypeMusicLatest": "Ultimi",
+    "ViewTypeMusicAlbums": "Album",
+    "ViewTypeMusicAlbumArtists": "Album Artisti",
+    "HeaderOtherDisplaySettings": "Impostazioni Video",
+    "ViewTypeMusicSongs": "Canzoni",
+    "ViewTypeMusicFavorites": "Preferiti",
+    "ViewTypeMusicFavoriteAlbums": "Album preferiti",
+    "ViewTypeMusicFavoriteArtists": "Artisti preferiti",
+    "ViewTypeMusicFavoriteSongs": "Canzoni Preferite",
+    "HeaderMyViews": "Mie viste",
+    "LabelSelectFolderGroups": "Raggruppa i contenuti delle seguenti cartelle in viste come Film, Musica e Serie TV",
+    "LabelSelectFolderGroupsHelp": "Le cartelle che sono deselezionate verranno visualizzate ognuna con la propria vista",
+    "OptionDisplayAdultContent": "Visualizza contenuti per adulti",
+    "OptionLibraryFolders": "Cartelle dei media",
+    "TitleRemoteControl": "Telecomando",
+    "OptionLatestTvRecordings": "Ultime registrazioni",
+    "LabelProtocolInfo": "Info protocollo:",
+    "LabelProtocolInfoHelp": "Il valore che verr\u00e0 utilizzato quando si risponde a richieste GetProtocolInfo dal dispositivo.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser include il supporto nativo per i file metadati in formato Nfo. Per abilitare o disabilitare i metadati Nfo, utilizzare la sezione Avanzate per configurare le opzioni per i vostri tipi di file multimediali.",
+    "LabelKodiMetadataUser": "Sincronizza i dati utente a nfo di per:",
+    "LabelKodiMetadataUserHelp": "Abilita questa opzione per tenere sincronizzati Media Browser e il file Nfo.",
+    "LabelKodiMetadataDateFormat": "Data di uscita Formato:",
+    "LabelKodiMetadataDateFormatHelp": "Tutte le date all'interno del nfo verranno letti e scritti utilizzando questo formato.",
+    "LabelKodiMetadataSaveImagePaths": "Salva percorsi delle immagini all'interno dei file NFO",
+    "LabelKodiMetadataSaveImagePathsHelp": "Questo \u00e8 consigliato se si dispone di nomi di file immagine che non sono conformi alle linee guida Kodi.",
+    "LabelKodiMetadataEnablePathSubstitution": "Abilita sostituzione di percorso",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Consente percorso sostituzione dei percorsi delle immagini utilizzando le impostazioni di sostituzione percorso del server.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vedere la sostituzione percorso.",
+    "LabelGroupChannelsIntoViews": "Visualizzare i seguenti canali direttamente dentro le mie visite:",
+    "LabelGroupChannelsIntoViewsHelp": "Se abilitata, questi canali verranno visualizzati direttamente con altre viste. Se disattivato, saranno visualizzati all'interno di una sezione Canali separata.",
+    "LabelDisplayCollectionsView": "Mostra le Collezioni di film",
+    "LabelDisplayCollectionsViewHelp": "Questo creer\u00e0 una vista separata per le collezioni che si ha creato o alle quali si ha accesso. Per creare una collezione, cliccare con il tasto destro o effettuare un tocco prolungato su un film e selezionare \"Aggiungi alla collezione\" .",
+    "LabelKodiMetadataEnableExtraThumbs": "Copia extrafanart in extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Copia extrafanart in extrathumbs",
+    "TabServices": "Servizi",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "File log del Server:",
+    "TabBranding": "Personalizza",
+    "HeaderBrandingHelp": "Personalizzare l'aspetto del browser media per soddisfare le esigenze del vostro gruppo o organizzazione.",
+    "LabelLoginDisclaimer": "Avviso Login:",
+    "LabelLoginDisclaimerHelp": "Questo verr\u00e0 visualizzato nella parte inferiore della pagina di accesso.",
+    "LabelAutomaticallyDonate": "Donare automaticamente questo importo ogni mese",
+    "LabelAutomaticallyDonateHelp": "\u00c8 possibile annullare in qualsiasi momento tramite il vostro conto PayPal.",
+    "OptionList": "Lista",
+    "TabDashboard": "Pannello Controllo",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Log:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Immagini per nome:",
+    "LabelTranscodingTemporaryFiles": "Transcodifica file temporanei:",
+    "HeaderLatestMusic": "Musica Recente",
+    "HeaderBranding": "Personalizza",
+    "HeaderApiKeys": "Chiavi Api",
+    "HeaderApiKeysHelp": "Le applicazioni estrene richiedono una chiave Api per comunicare con Media Browser. Le chiavi sono create attraverso il log-in con un account Media Browse, o manualmente rilasciando una chiave all'applicazione.",
+    "HeaderApiKey": "Chiave Api",
+    "HeaderApp": "App",
+    "HeaderDevice": "Dispositivo",
+    "HeaderUser": "Utente",
+    "HeaderDateIssued": "data di pubblicazione",
+    "LabelChapterName": "Capitolo {0}",
+    "HeaderNewApiKey": "Nuova Chiave Api",
+    "LabelAppName": "Nome app",
+    "LabelAppNameExample": "Esempio: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Garantisci all'applicazione il permesso di comunicare con Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "valore:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Uguale",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Sottostringa",
+    "TabView": "Vista",
+    "TabSort": "Ordina",
+    "TabFilter": "Filtra",
+    "ButtonView": "Vista",
+    "LabelPageSize": "Limite articolo:",
+    "LabelPath": "Percorso:",
+    "LabelView": "Vista:",
+    "TabUsers": "Utenti",
+    "LabelSortName": "Nome ordinato:",
+    "LabelDateAdded": "Aggiunto il",
+    "HeaderFeatures": "Caratteristiche",
+    "HeaderAdvanced": "Avanzato",
+    "ButtonSync": "Sinc.",
+    "TabScheduledTasks": "Operazioni pianificate",
+    "HeaderChapters": "Capitoli",
+    "HeaderResumeSettings": "Recupera impostazioni",
+    "TabSync": "Sinc",
+    "TitleUsers": "Utenti",
+    "LabelProtocol": "Protocollo:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Contenuto:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sinc",
+    "ButtonAddToPlaylist": "Aggiungi alla playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Chiudi",
+    "LabelAllLanguages": "Tutte le lingue",
+    "HeaderBrowseOnlineImages": "Sfoglia le immagini sul web",
+    "LabelSource": "Origine:",
+    "OptionAll": "Tutto",
+    "LabelImage": "Immagine:",
+    "ButtonBrowseImages": "Sfoglia immagini",
+    "HeaderImages": "Immagini",
+    "HeaderBackdrops": "Sfondi",
+    "HeaderScreenshots": "Immagini",
+    "HeaderAddUpdateImage": "Aggiungi\/aggiorna immagine",
+    "LabelJpgPngOnly": "JPG\/PNG solamente",
+    "LabelImageType": "Tipo immagine",
+    "OptionPrimary": "Primaria",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disco",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Immagine",
+    "OptionLocked": "Bloccato",
+    "OptionUnidentified": "Non identificata",
+    "OptionMissingParentalRating": "Voto genitori mancante",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodi:",
+    "OptionSeason0": "Stagione 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Canzoni",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Stagioni",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Video musicali",
+    "OptionReportMovies": "Film",
+    "OptionReportHomeVideos": "Video personali",
+    "OptionReportGames": "Giochi",
+    "OptionReportEpisodes": "Episodi",
+    "OptionReportCollections": "Collezioni",
+    "OptionReportBooks": "Libri",
+    "OptionReportArtists": "Cantanti",
+    "OptionReportAlbums": "Album",
+    "OptionReportAdultVideos": "Video x adulti",
+    "ButtonMore": "Dettagli",
+    "HeaderActivity": "Attivit\u00e0",
+    "ScheduledTaskStartedWithName": "{0} Avviati",
+    "ScheduledTaskCancelledWithName": "{0} cancellati",
+    "ScheduledTaskCompletedWithName": "{0} completati",
+    "ScheduledTaskFailed": "Operazione pianificata completata",
+    "PluginInstalledWithName": "{0} sono stati Installati",
+    "PluginUpdatedWithName": "{0} sono stati aggiornati",
+    "PluginUninstalledWithName": "{0} non sono stati installati",
+    "ScheduledTaskFailedWithName": "{0} Falliti",
+    "ItemAddedWithName": "{0} aggiunti alla libreria",
+    "ItemRemovedWithName": "{0} rimossi dalla libreria",
+    "DeviceOnlineWithName": "{0} \u00e8 connesso",
+    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
+    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
+    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
+    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
+    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
+    "LabelRunningTimeValue": "Durata: {0}",
+    "LabelIpAddressValue": "Indirizzo IP: {0}",
+    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
+    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
+    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
+    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
+    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
+    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
+    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
+    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
+    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
+    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitare la dimensione della cartella canale di download.",
+    "HeaderRecentActivity": "Attivit\u00e0 recenti",
+    "HeaderPeople": "Persone",
+    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
+    "OptionComposers": "Compositori",
+    "OptionOthers": "Altri",
+    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
+    "ViewTypeFolders": "Cartelle",
+    "LabelDisplayFoldersView": "Visualizza cartelle come normali cartelle dei media",
+    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
+    "ViewTypeLiveTvChannels": "canali",
+    "LabelEasyPinCode": "Codice Pin",
+    "EasyPasswordHelp": "Il tuo codice PIN viene usato per l'acceso offline alle app che supportano Media Browser, e pu\u00f2 anche essere utilizzato per un facile accesso tramite la rete locale.",
+    "LabelInNetworkSignInWithEasyPassword": "Abilita l'accesso da rete locale tramite codice PIN.",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "se attivato, potrai usare il tuo pin per accedere alle app Media Browser dall'interno della tua rete domestica, La tua password sara necessaria soltanto quando accederai da fuori casa. Se il codice PIN viene lasciato in bianco, non avrai bisogno di alcuna password all'interno della tua rete domestica.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Accesso locale",
+    "HeaderViewOrder": "Visualizza ordine",
+    "ButtonResetEasyPassword": "Resetta codice PIN",
+    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
+    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
+    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
+    "OptionDownloadMissingImages": "Immagini mancanti",
+    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
+    "OptionRefreshAllData": "Aggiorna tutti i dati",
+    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
+    "OptionLocalRefreshOnly": "Aggiorna solo locale",
+    "HeaderRefreshMetadata": "Aggiorna metadati",
+    "HeaderPersonInfo": "Persona Info",
+    "HeaderIdentifyItem": "Identifica elemento",
+    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
+    "HeaderConfirmDeletion": "Conferma Cancellazione",
+    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
+    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
+    "ButtonIdentify": "Identifica",
+    "LabelAlbumArtist": "Artista Album",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Voto Comunit\u00e0:",
+    "LabelVoteCount": "Totale Voti:",
+    "LabelMetascore": "Punteggio:",
+    "LabelCriticRating": "Voto dei critici:",
+    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
+    "LabelAwardSummary": "Sintesi Premio:",
+    "LabelWebsite": "Sito web:",
+    "LabelTagline": "Messaggio pers:",
+    "LabelOverview": "Trama:",
+    "LabelShortOverview": "Trama breve:",
+    "LabelReleaseDate": "Data di rilascio:",
+    "LabelYear": "Anno:",
+    "LabelPlaceOfBirth": "Luogo di nascita:",
+    "LabelEndDate": "Fine data:",
+    "LabelAirDate": "In onda da (gg):",
+    "LabelAirTime:": "In onda da:",
+    "LabelRuntimeMinutes": "Durata ( minuti):",
+    "LabelParentalRating": "Voto genitori:",
+    "LabelCustomRating": "Voto personalizzato:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Fatturato ($):",
+    "LabelOriginalAspectRatio": "Aspetto originale:",
+    "LabelPlayers": "Giocatore:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
+    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
+    "HeaderExternalIds": "Esterno Id di :",
+    "LabelDvdSeasonNumber": "Dvd stagione:",
+    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
+    "LabelAirsBeforeSeason": "tempo prima della stagione:",
+    "LabelAirsAfterSeason": "tempo dopo della stagione:",
+    "LabelAirsBeforeEpisode": "tempo prima episodio:",
+    "LabelTreatImageAs": "Trattare come immagine:",
+    "LabelDisplayOrder": "Ordine visualizzazione:",
+    "LabelDisplaySpecialsWithinSeasons": "Mostra gli Special all'interno delle stagioni in cui sono stati trasmessi",
+    "HeaderCountries": "Paesi",
+    "HeaderGenres": "Generi",
+    "HeaderPlotKeywords": "Trama",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Impostazioni metadati",
+    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
+    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
+    "TabDonate": "Dona",
+    "HeaderDonationType": "Tipo di donazione:",
+    "OptionMakeOneTimeDonation": "Fai una donazione separata",
+    "OptionOneTimeDescription": "Si tratta di una donazione aggiuntiva alla squadra per mostrare il vostro sostegno. Non ha alcun beneficio e non produrr\u00e0 una chiave sostenitore.",
+    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
+    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
+    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
+    "OptionNoTrailer": "Nessun Trailer",
+    "OptionNoThemeSong": "No Temi canzone",
+    "OptionNoThemeVideo": "No tema video",
+    "LabelOneTimeDonationAmount": "Importo della donazione:",
+    "ButtonDonate": "Donazione",
+    "OptionActor": "Attore",
+    "OptionComposer": "Compositore",
+    "OptionDirector": "Regista",
+    "OptionGuestStar": "Personaggi famosi",
+    "OptionProducer": "Produttore",
+    "OptionWriter": "Scrittore",
+    "LabelAirDays": "In onda da (gg):",
+    "LabelAirTime": "In onda da:",
+    "HeaderMediaInfo": "Informazioni Media",
+    "HeaderPhotoInfo": "Foto info",
+    "HeaderInstall": "Installa",
+    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
+    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
+    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
+    "HeaderReviews": "Recensioni",
+    "HeaderDeveloperInfo": "Info sviluppatore",
+    "HeaderRevisionHistory": "Cronologia delle revisioni",
+    "ButtonViewWebsite": "Visualizza sito web",
+    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
+    "HeaderXmlSettings": "Impostazioni Xml",
+    "HeaderXmlDocumentAttributes": "Attributi Documento Xml",
+    "HeaderXmlDocumentAttribute": "Attributo Documento Xml",
+    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
+    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
+    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Se abilitata, le immagini capitolo verranno estratti quando i video vengono importati durante la scansione della libreria. Se disabilitata verranno estratti durante le immagini dei capitoli programmati compito, permettendo la scansione biblioteca regolare per completare pi\u00f9 velocemente.",
+    "LabelConnectGuestUserName": "I loro Utente o email di Media Browser",
+    "LabelConnectUserName": "Media Browser utente\/email:",
+    "LabelConnectUserNameHelp": "Collega questo utente a un conto Media Browser per abilitare acceso rapido da Media Browser con qualsiasi applicazione senza dovere conoscere il indirrzo IP.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
+    "LabelExternalPlayers": "Player esterni:",
+    "LabelExternalPlayersHelp": "Pulsanti di visualizzazione di riprodurre contenuti in lettori esterni. Questo \u00e8 disponibile solo su dispositivi che supportano schemi URL, generalmente Android e iOS. Con i giocatori esterni vi \u00e8 generalmente alcun supporto per il controllo remoto o ripresa.",
+    "HeaderSubtitleProfile": "Profilo sottotitolo",
+    "HeaderSubtitleProfiles": "Profili sottotitoli",
+    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "Metodo:",
+    "LabelDidlMode": "Modalit\u00e0 didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "elemento res",
+    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
+    "OptionExternallyDownloaded": "Download Esterno",
+    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
+    "LabelSubtitleFormatHelp": "Esempio: srt",
+    "ButtonLearnMore": "saperne di pi\u00f9",
+    "TabPlayback": "Riproduzione",
+    "HeaderLanguagePreferences": "Lingua preferita",
+    "TabCinemaMode": "Modalit\u00e0 Cinema",
+    "TitlePlayback": "Riproduzione",
+    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
+    "CinemaModeConfigurationHelp": "Modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati prima la caratteristica principale.",
+    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
+    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
+    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
+    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
+    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
+    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
+    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
+    "ValueSpecialEpisodeName": "Speciali - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailer Internet:",
+    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
+    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
+    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
+    "HeaderCinemaMode": "Modalit\u00e0 cinema",
+    "LabelDateAddedBehavior": "Data di comportamento per i nuovi contenuti:",
+    "OptionDateAddedImportTime": "Utilizza la data scansionato in biblioteca",
+    "OptionDateAddedFileTime": "Utilizzare file di data di creazione",
+    "LabelDateAddedBehaviorHelp": "Se un valore di metadati \u00e8 presente sar\u00e0 sempre utilizzato prima una di queste opzioni.",
+    "LabelNumberTrailerToPlay": "Numero di Trailer da riprodurre:",
+    "TitleDevices": "Dispositivi",
+    "TabCameraUpload": "Caricamenti Fotocamera",
+    "TabDevices": "Dispositivi",
+    "HeaderCameraUploadHelp": "Caricare automaticamente foto e video presi dai vostri dispositivi mobili in Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Al momento non si dispone di dispositivi che supportano il caricamento della fotocamera.",
+    "LabelCameraUploadPath": "Fotocamera percorso di upload:",
+    "LabelCameraUploadPathHelp": "Selezionare un percorso di caricamento personalizzato, se lo si desidera. Se non specificato verr\u00e0 utilizzata una cartella predefinita. Se si utilizza un percorso personalizzato che dovr\u00e0 anche essere aggiunti nella zona di installazione della libreria.",
+    "LabelCreateCameraUploadSubfolder": "Creare una sottocartella per ogni dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Cartelle specifici possono essere assegnati a un dispositivo facendo clic su di esso dalla pagina Dispositivi.",
+    "LabelCustomDeviceDisplayName": "Nome da visualizzare:",
+    "LabelCustomDeviceDisplayNameHelp": "Fornire un nome di visualizzazione personalizzato o lasciare vuoto per utilizzare il nome riportato dal dispositivo.",
+    "HeaderInviteUser": "Invita utente",
+    "LabelConnectGuestUserNameHelp": "Questo \u00e8 il nome utente che il tuo amico utilizza per accedere al sito Web Media Browser, o il loro indirizzo e-mail.",
+    "HeaderInviteUserHelp": "Condividere i tuoi contenuti multimediali con gli amici \u00e8 pi\u00f9 facile che mai con il Browser Media Connect.",
+    "ButtonSendInvitation": "Invia Invito",
+    "HeaderSignInWithConnect": "Accedi con Browser Media Connect",
+    "HeaderGuests": "ospiti",
+    "HeaderLocalUsers": "Utenti locale",
+    "HeaderPendingInvitations": "Inviti in sospeso",
+    "TabParentalControl": "Controllo Genitore",
+    "HeaderAccessSchedule": "Orario di accesso",
+    "HeaderAccessScheduleHelp": "Creare un programma di accesso per limitare l'accesso a determinate ore.",
+    "ButtonAddSchedule": "Agg. orario schedultao",
+    "LabelAccessDay": "Giorno della settimana:",
+    "LabelAccessStart": "Ora di inizio:",
+    "LabelAccessEnd": "Ora di fine:",
+    "HeaderSchedule": "Programmazione",
+    "OptionEveryday": "Tutti i giorni",
+    "OptionWeekdays": "Feriali",
+    "OptionWeekends": "Il Weekend",
+    "MessageProfileInfoSynced": "Informazioni del profilo utente sincronizzato con Browser Media Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Opzionale: Collega il tuo account Media Browser",
+    "ButtonTrailerReel": "Trailer b.",
+    "HeaderTrailerReel": "Trailer b.",
+    "OptionPlayUnwatchedTrailersOnly": "Riproduci solo i trailer non visti",
+    "HeaderTrailerReelHelp": "Inizia a riprodurre una lunga playlist di trailer",
+    "MessageNoTrailersFound": "Nessun Trailer trovato.Installa Il plug in dei trailer per importare la libreria dei trailer da internet",
+    "HeaderNewUsers": "Nuovo Utente",
+    "ButtonSignUp": "Iscriviti",
+    "ButtonForgotPassword": "Password Dimenticata",
+    "OptionDisableUserPreferences": "Disabilitare l'accesso alle preferenze dell'utente",
+    "OptionDisableUserPreferencesHelp": "Se abilitato, solo gli amministratori saranno in grado di configurare le immagini del profilo utente, password e preferenze di lingua.",
+    "HeaderSelectServer": "Selezionare il server",
+    "MessageNoServersAvailableToConnect": "Nessun server sono disponibili per la connessione a. Se siete stati invitati a condividere un server, assicurarsi di accettarla sotto o facendo clic sul collegamento nell'e-mail.",
+    "TitleNewUser": "Nuovo Utente",
+    "ButtonConfigurePassword": "Configura Password",
+    "HeaderDashboardUserPassword": "Le password degli utenti sono gestiti all'interno delle impostazioni del profilo personale di ogni utente.",
+    "HeaderLibraryAccess": "Accesso libreria",
+    "HeaderChannelAccess": "Accesso canali",
+    "HeaderLatestItems": "Ultimi elementi aggiunti",
+    "LabelSelectLastestItemsFolders": "Includere supporti dalle seguenti sezioni Ultimi Articoli",
+    "HeaderShareMediaFolders": "Condividi Cartelle dei media",
+    "MessageGuestSharingPermissionsHelp": "a maggior parte delle caratteristiche sono inizialmente disponibili per gli ospiti, ma possono essere attivate in base alle esigenze.",
+    "HeaderInvitations": "Inviti",
+    "LabelForgotPasswordUsernameHelp": "Inserisci il tuo nome utente, se te lo ricordi.",
+    "HeaderForgotPassword": "Password dimenticata",
+    "TitleForgotPassword": "Password Dimenticata",
+    "TitlePasswordReset": "Password dimenticata",
+    "LabelPasswordRecoveryPinCode": "Codice Pin:",
+    "HeaderPasswordReset": "Reset della Password",
+    "HeaderParentalRatings": "Valutazioni genitori",
+    "HeaderVideoTypes": "Tipi Video",
+    "HeaderYears": "Anni",
+    "HeaderAddTag": "Aggiungi Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limitato a singola immagine incorporata",
+    "LabelEnableSingleImageInDidlLimitHelp": "Alcuni dispositivi non renderanno correttamente se pi\u00f9 immagini sono incorporati all'interno didl.",
+    "TabActivity": "Attivit\u00e0",
+    "TitleSync": "Sincronizza",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Stagione sconosciuto",
+    "NameSeasonNumber": "Stagione {0}",
+    "LabelNewUserNameHelp": "I nomi utente possono contenere lettere (az), numeri (0-9), trattini (-), underscore (_), apostrofi ('), e periodi (.)",
+    "TabJobs": "Attivit\u00e0",
+    "TabSyncJobs": "Attiv. di Sinc.",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 667 - 667
MediaBrowser.Server.Implementations/Localization/Server/kk.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "\u0406\u0437\u0434\u0435\u0443",
-    "ButtonSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0433\u0435",
-    "ButtonTakeScreenshot": "\u042d\u043a\u0440\u0430\u043d\u0434\u044b \u0442\u04af\u0441\u0456\u0440\u0443",
-    "ButtonLetterUp": "\u04d8\u0440\u0456\u043f\u043a\u0435 \u0436\u043e\u0493\u0430\u0440\u0493\u044b\u043b\u0430\u0442\u0443",
-    "ButtonLetterDown": "\u04d8\u0440\u0456\u043f\u043a\u0435 \u0442\u04e9\u043c\u0435\u043d\u0434\u0435\u0442\u0443",
-    "PageButtonAbbreviation": "\u0411\u0415\u0422",
-    "LetterButtonAbbreviation": "\u04d8\u0420\u041f",
-    "TabNowPlaying": "\u049a\u0430\u0437\u0456\u0440 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443\u0434\u0430",
-    "TabNavigation": "\u0428\u0430\u0440\u043b\u0430\u0443",
-    "TabControls": "\u0411\u0430\u0441\u049b\u0430\u0440\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
-    "ButtonFullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d\u0493\u0430",
-    "ButtonScenes": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0493\u0430",
-    "ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0433\u0435",
-    "ButtonAudioTracks": "\u0414\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430",
-    "ButtonPreviousTrack": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b \u0436\u043e\u043b\u0448\u044b\u049b\u049b\u0430",
-    "ButtonNextTrack": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0436\u043e\u043b\u0448\u044b\u049b\u049b\u0430",
-    "ButtonStop": "\u0422\u043e\u049b\u0442\u0430\u0442\u0443",
-    "ButtonPause": "\u04ae\u0437\u0443",
-    "ButtonNext": "\u041a\u0435\u043b\u0435\u0441\u0456\u0433\u0435",
-    "ButtonPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b\u0493\u0430",
-    "LabelGroupMoviesIntoCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443",
-    "LabelGroupMoviesIntoCollectionsHelp": "\u0424\u0438\u043b\u044c\u043c \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435 \u0436\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u043a\u0456\u0440\u0435\u0442\u0456\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0442\u043e\u043f\u0442\u0430\u043b\u0493\u0430\u043d \u0431\u0456\u0440\u044b\u04a3\u0493\u0430\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0434\u0456.",
-    "NotificationOptionPluginError": "\u041f\u043b\u0430\u0433\u0438\u043d \u0441\u04d9\u0442\u0441\u0456\u0437\u0434\u0456\u0433\u0456",
-    "ButtonVolumeUp": "\u04ae\u043d\u0434\u0456\u043b\u0456\u043a\u0442\u0456 \u0436\u043e\u0493\u0430\u0440\u044b\u043b\u0430\u0442\u0443",
-    "ButtonVolumeDown": "\u04ae\u043d\u0434\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u04e9\u043c\u0435\u043d\u0434\u0435\u0442\u0443",
-    "ButtonMute": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b \u04e9\u0448\u0456\u0440\u0443",
-    "HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",
-    "OptionSpecialFeatures": "\u0410\u0440\u043d\u0430\u0439\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440",
-    "HeaderCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
-    "LabelProfileCodecsHelp": "\u04ae\u0442\u0456\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u04e9\u043b\u0456\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d. \u0411\u0430\u0440\u043b\u044b\u049b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043b \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "LabelProfileContainersHelp": "\u04ae\u0442\u0456\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u04e9\u043b\u0456\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d. \u0411\u0430\u0440\u043b\u044b\u049b \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043b \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "HeaderResponseProfile": "\u04ae\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "LabelType": "\u0422\u04af\u0440\u0456:",
-    "LabelPersonRole": "\u0420\u04e9\u043b\u0456:",
-    "LabelPersonRoleHelp": "\u0420\u04e9\u043b, \u0436\u0430\u043b\u043f\u044b \u0430\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u043a\u0442\u0435\u0440\u043b\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0430\u0439\u043b\u044b.",
-    "LabelProfileContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
-    "LabelProfileVideoCodecs": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
-    "LabelProfileAudioCodecs": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
-    "LabelProfileCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
-    "HeaderDirectPlayProfile": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "HeaderTranscodingProfile": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "HeaderCodecProfile": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "HeaderCodecProfileHelp": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u0434\u0435\u043a \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
-    "HeaderContainerProfile": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "HeaderContainerProfileHelp": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
-    "OptionProfileVideo": "\u0411\u0435\u0439\u043d\u0435",
-    "OptionProfileAudio": "\u0414\u044b\u0431\u044b\u0441",
-    "OptionProfileVideoAudio": "\u0411\u0435\u0439\u043d\u0435 \u0414\u044b\u0431\u044b\u0441",
-    "OptionProfilePhoto": "\u0424\u043e\u0442\u043e",
-    "LabelUserLibrary": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b",
-    "LabelUserLibraryHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u0430\u0439 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u04d8\u0434\u0435\u043f\u043a\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "OptionPlainStorageFolders": "\u0411\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "OptionPlainStorageFoldersHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.container.person.musicArtist\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430  \"object.container.storageFolder\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "OptionPlainVideoItems": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0431\u0435\u0439\u043d\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "OptionPlainVideoItemsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.item.videoItem.movie\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430  \"object.item.videoItem\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "LabelSupportedMediaTypes": "\u049a\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456:",
-    "TabIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
-    "HeaderIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
-    "TabDirectPlay": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443",
-    "TabContainers": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440",
-    "TabCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440",
-    "TabResponses": "\u04ae\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440",
-    "HeaderProfileInformation": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440\u0456",
-    "LabelEmbedAlbumArtDidl": "DIDL \u0456\u0448\u0456\u043d\u0435 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0443",
-    "LabelEmbedAlbumArtDidlHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0493\u0430 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u04d9\u0434\u0456\u0441 \u049b\u0430\u0436\u0435\u0442. \u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440 \u04af\u0448\u0456\u043d, \u043e\u0441\u044b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0439\u043d\u0430\u0442\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "LabelAlbumArtPN": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 PN:",
-    "LabelAlbumArtHelp": "PN \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 \u04af\u0448\u0456\u043d upnp:albumArtURI \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 dlna:profileID \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b\u043c\u0435\u043d \u0431\u0456\u0440\u0433\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0456\u04a3 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0435 \u0430\u04a3\u0493\u0430\u0440\u0443\u0441\u044b\u0437 \u043d\u0430\u049b\u0442\u044b \u043c\u04d9\u043d \u049b\u0430\u0436\u0435\u0442.",
-    "LabelAlbumArtMaxWidth": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
-    "LabelAlbumArtMaxWidthHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
-    "LabelAlbumArtMaxHeight": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
-    "LabelAlbumArtMaxHeightHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
-    "LabelIconMaxWidth": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
-    "LabelIconMaxWidthHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
-    "LabelIconMaxHeight": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
-    "LabelIconMaxHeightHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
-    "LabelIdentificationFieldHelp": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0435\u0441\u043a\u0435\u0440\u043c\u0435\u0439\u0442\u0456\u043d \u0456\u0448\u043a\u0456 \u0436\u043e\u043b \u043d\u0435\u043c\u0435\u0441\u0435 \u04b1\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a.",
-    "HeaderProfileServerSettingsHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0435\u0440 Media Browser \u049b\u0430\u043b\u0430\u0439 \u04e9\u0437\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d\u0456\u04a3 \u0431\u0430\u0441\u049b\u0430\u0440\u0430\u0434\u044b.",
-    "LabelMaxBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d:",
-    "LabelMaxBitrateHelp": "\u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430 - \u04e9\u0437 \u0448\u0435\u0433\u0456\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
-    "LabelMaxStreamingBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
-    "LabelMaxStreamingBitrateHelp": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
-    "LabelMaxStaticBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
-    "LabelMaxStaticBitrateHelp": "\u0416\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430\u043c\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
-    "LabelMusicStaticBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
-    "LabelMusicStaticBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
-    "LabelMusicStreamingTranscodingBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437",
-    "OptionIgnoreTranscodeByteRangeRequests": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d \u0435\u043b\u0435\u043c\u0435\u0443",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0441\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u043c\u0435\u043d \u0441\u0430\u043d\u0430\u0441\u0443 \u0431\u043e\u043b\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b\u043d\u044b\u04a3 \u0431\u0430\u0441 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456 \u0435\u043b\u0435\u043f \u0435\u0441\u043a\u0435\u0440\u0456\u043b\u043c\u0435\u0439\u0434\u0456.",
-    "LabelFriendlyName": "\u0422\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u044b",
-    "LabelManufacturer": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456",
-    "LabelManufacturerUrl": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456 url",
-    "LabelModelName": "\u041c\u043e\u0434\u0435\u043b\u044c \u0430\u0442\u044b",
-    "LabelModelNumber": "\u041c\u043e\u0434\u0435\u043b\u044c \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelModelDescription": "\u041c\u043e\u0434\u0435\u043b\u044c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
-    "LabelModelUrl": "\u041c\u043e\u0434\u0435\u043b\u044c url",
-    "LabelSerialNumber": "\u0421\u0435\u0440\u0438\u044f\u043b\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelDeviceDescription": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
-    "HeaderIdentificationCriteriaHelp": "\u0415\u04a3 \u043a\u0435\u043c\u0456\u043d\u0434\u0435 \u0430\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u0431\u0456\u0440 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
-    "HeaderDirectPlayProfileHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456 \u04e9\u04a3\u0434\u0435\u0442\u0435\u0442\u0456\u043d \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u04af\u0441\u0442\u0435\u0443.",
-    "HeaderTranscodingProfileHelp": "\u049a\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d\u0434\u0430 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043b\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u04af\u0441\u0442\u0435\u0443.",
-    "HeaderResponseProfileHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u04af\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u0442\u0435\u04a3\u0448\u0435\u0443 \u04af\u0448\u0456\u043d \u0436\u043e\u043b \u0431\u0435\u0440\u0435\u0434\u0456.",
-    "LabelXDlnaCap": "X-Dlna \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b:",
-    "LabelXDlnaCapHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNACAP \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
-    "LabelXDlnaDoc": "X-Dlna \u0442\u04d9\u0441\u0456\u043c\u0456:",
-    "LabelXDlnaDocHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNADOC \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
-    "LabelSonyAggregationFlags": "Sony \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443 \u0436\u0430\u043b\u0430\u0443\u0448\u0430\u043b\u0430\u0440\u044b:",
-    "LabelSonyAggregationFlagsHelp": "urn:schemas-sonycom:av \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 aggregationFlags \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
-    "LabelTranscodingContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
-    "LabelTranscodingVideoCodec": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a:",
-    "LabelTranscodingVideoProfile": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b:",
-    "LabelTranscodingAudioCodec": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a:",
-    "OptionEnableM2tsMode": "M2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
-    "OptionEnableM2tsModeHelp": "Mpegts \u04af\u0448\u0456\u043d \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 m2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443.",
-    "OptionEstimateContentLength": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043c\u0430\u0437\u043c\u04b1\u043d \u04b1\u0437\u044b\u043d\u0434\u044b\u0493\u044b\u043d \u0431\u0430\u0493\u0430\u043b\u0430\u0443",
-    "OptionReportByteRangeSeekingWhenTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0431\u0430\u0439\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u0441\u0430 \u0431\u0430\u044f\u043d\u0434\u0430\u0443",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u0411\u04b1\u043b \u0443\u0430\u049b\u044b\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456 \u043e\u043d\u0448\u0430 \u0435\u043c\u0435\u0441 \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u049b\u0430\u0436\u0435\u0442.",
-    "HeaderSubtitleDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b \u0436\u043e\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443 \u0436\u04d9\u043d\u0435 OpenSubtitles.org \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "HeaderDownloadSubtitlesFor": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:",
-    "MessageNoChapterProviders": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0441\u0430\u0445\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
-    "LabelSkipIfGraphicalSubsPresent": "\u0415\u0433\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435 \u0441\u044b\u0437\u0431\u0430\u043b\u044b\u049b  \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0441\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
-    "LabelSkipIfGraphicalSubsPresentHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456\u04a3 \u043c\u04d9\u0442\u0456\u043d\u0434\u0456\u043a \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u044b \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0441\u0430, \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456\u043d\u0434\u0435 \u0442\u0438\u0456\u043c\u0434\u0456 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0435\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0431\u0435\u0439\u043d\u0435\u043d\u0456\u04a3 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u044b\u049b\u0442\u0438\u043c\u0430\u043b\u0434\u044b\u0493\u044b\u043d \u043a\u0435\u043c\u0456\u0442\u0435\u0434\u0456.",
-    "TabSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
-    "TabChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
-    "HeaderDownloadChaptersFor": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456:",
-    "HeaderChapterDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
-    "LabelSubtitlePlaybackMode": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456:",
-    "LabelDownloadLanguages": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0434\u0435\u0440:",
-    "ButtonRegister": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
-    "LabelSkipIfAudioTrackPresent": "\u0415\u0433\u0435\u0440 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0433\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0441\u0435 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
-    "LabelSkipIfAudioTrackPresentHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0435, \u0434\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437, \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0493\u0430\u043d\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049b\u04b1\u0441\u0431\u0435\u043b\u0433\u0456\u043d\u0456 \u0430\u043b\u044b\u04a3\u044b\u0437.",
-    "HeaderSendMessage": "\u0425\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0443",
-    "ButtonSend": "\u0416\u0456\u0431\u0435\u0440\u0443",
-    "LabelMessageText": "\u0425\u0430\u0431\u0430\u0440 \u043c\u04d9\u0442\u0456\u043d\u0456",
-    "MessageNoAvailablePlugins": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440 \u0436\u043e\u049b",
-    "LabelDisplayPluginsFor": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "\u042d\u043f\u0438\u0437\u043e\u0434 \u0430\u0442\u0430\u0443\u044b",
-    "LabelSeriesNamePlain": "\u0421\u0435\u0440\u0438\u0430\u043b \u0430\u0442\u0430\u0443\u044b",
-    "ValueSeriesNamePeriod": "\u0421\u0435\u0440\u0438\u0430\u043b.\u0430\u0442\u044b",
-    "ValueSeriesNameUnderscore": "\u0421\u0435\u0440\u0438\u0430\u043b_\u0430\u0442\u044b",
-    "ValueEpisodeNamePeriod": "\u042d\u043f\u0438\u0437\u043e\u0434.\u0430\u0442\u044b",
-    "ValueEpisodeNameUnderscore": "\u042d\u043f\u0438\u0437\u043e\u0434_\u0430\u0442\u044b",
-    "LabelSeasonNumberPlain": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelEpisodeNumberPlain": "\u042d\u043f\u0438\u0437\u043e\u043b \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelEndingEpisodeNumberPlain": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u044b\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "HeaderTypeText": "\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443",
-    "LabelTypeText": "\u041c\u04d9\u0442\u0456\u043d",
-    "HeaderSearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443",
-    "MessageNoSubtitleSearchResultsFound": "\u0406\u0437\u0434\u0435\u0433\u0435\u043d\u0434\u0435 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
-    "TabDisplay": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "TabLanguages": "\u0422\u0456\u043b\u0434\u0435\u0440",
-    "TabWebClient": "\u0432\u0435\u0431 \u043a\u043b\u0438\u0435\u043d\u0442",
-    "LabelEnableThemeSongs": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
-    "LabelEnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
-    "LabelEnableThemeSongsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
-    "LabelEnableBackdropsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "HeaderHomePage": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442",
-    "HeaderSettingsForThisDevice": "\u041e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440",
-    "OptionAuto": "\u0410\u0432\u0442\u043e",
-    "OptionYes": "\u0418\u04d9",
-    "OptionNo": "\u0416\u043e\u049b",
-    "HeaderOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
-    "HeaderIdentificationResult": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456",
-    "LabelHomePageSection1": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 1-\u0431\u04e9\u043b\u0456\u043c:",
-    "LabelHomePageSection2": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 2-\u0431\u04e9\u043b\u0456\u043c:",
-    "LabelHomePageSection3": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 3-\u0431\u04e9\u043b\u0456\u043c:",
-    "LabelHomePageSection4": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 4-\u0431\u04e9\u043b\u0456\u043c:",
-    "OptionMyViewsButtons": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440)",
-    "OptionMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
-    "OptionMyViewsSmall": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u044b\u049b\u0448\u0430\u043c)",
-    "OptionResumablemedia": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
-    "OptionLatestMedia": "\u0415\u04a3 \u0441\u043e\u04a3\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u043b\u0430\u0440",
-    "OptionLatestChannelMedia": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
-    "HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
-    "OptionNone": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439",
-    "HeaderLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
-    "HeaderReports": "\u0411\u0430\u044f\u043d\u0434\u0430\u043c\u0430\u043b\u0430\u0440",
-    "HeaderMetadataManager": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0442\u0435\u0443\u0448\u0456",
-    "HeaderPreferences": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440",
-    "MessageLoadingChannels": "\u0410\u0440\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443\u0434\u0435...",
-    "MessageLoadingContent": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...",
-    "ButtonMarkRead": "\u041e\u049b\u044b\u043b\u0493\u0430\u043d \u0434\u0435\u043f \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0443",
-    "OptionDefaultSort": "\u04d8\u0434\u0435\u043f\u043a\u0456",
-    "OptionCommunityMostWatchedSort": "\u0415\u04a3 \u043a\u04e9\u043f \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
-    "TabNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
-    "HeaderBecomeMediaBrowserSupporter": "Media Browser \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u044b \u0431\u043e\u043b\u044b\u04a3\u044b\u0437",
-    "TextEnjoyBonusFeatures": "\u0421\u044b\u0439\u0430\u049b\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437",
-    "MessageNoMovieSuggestionsAvailable": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0444\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0493\u044b\u043c\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u04b1\u0441\u044b\u043d\u044b\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u0435\u043b\u0456\u04a3\u0456\u0437.",
-    "MessageNoCollectionsAvailable": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3, \u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440\u0434\u044b\u04a3, \u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440\u0434\u044b\u04a3, \u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440\u0434\u044b\u04a3, \u0436\u04d9\u043d\u0435 \u041e\u0439\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0436\u0435\u043a\u0435\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0436\u0430\u0441\u0430\u0443\u044b\u043d \u0431\u0430\u0441\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \"+\" \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.",
-    "MessageNoPlaylistsAvailable": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456 \u0431\u0456\u0440 \u043a\u0435\u0437\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0436\u0430\u0441\u0430\u0443\u0493\u0430  \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0433\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443 \u04af\u0448\u0456\u043d, \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u043f \u0436\u04d9\u043d\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443 \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
-    "MessageNoPlaylistItemsAvailable": "\u041e\u0441\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0431\u043e\u0441.",
-    "ButtonDismiss": "\u0416\u0430\u0441\u044b\u0440\u0443",
-    "ButtonEditOtherUserPreferences": "\u041e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u043d \u0436\u04d9\u043d\u0435 \u0434\u0430\u0440\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u04e9\u04a3\u0434\u0435\u0443.",
-    "LabelChannelStreamQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
-    "LabelChannelStreamQualityHelp": "\u0421\u0430\u043f\u0430\u0441\u044b\u043d \u0448\u0435\u043a\u0442\u0435\u0443\u0456 \u0436\u0430\u0442\u044b\u049b\u0442\u0430\u0443 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d, \u04e9\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u0434\u0430 \u043a\u04e9\u043c\u0435\u043a \u0431\u0435\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "OptionBestAvailableStreamQuality": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u04a3 \u0436\u0430\u049b\u0441\u044b",
-    "LabelEnableChannelContentDownloadingFor": "\u0411\u04b1\u043b \u04af\u0448\u0456\u043d \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u0441\u0443:",
-    "LabelEnableChannelContentDownloadingForHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u049b\u0430\u0440\u0430\u0443\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u0439\u0434\u044b. \u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u043d \u0431\u043e\u0441 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437. \u041c\u0430\u0437\u043c\u04af\u043d \u0430\u0440\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u0431\u04e9\u043b\u0456\u0433\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456.",
-    "LabelChannelDownloadPath": "\u0410\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b:",
-    "LabelChannelDownloadPathHelp": "\u041a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u0411\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430\u0441\u044b\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "LabelChannelDownloadAge": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u043e\u0439\u044b\u043b\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d, \u043a\u04af\u043d:",
-    "LabelChannelDownloadAgeHelp": "\u0411\u04b1\u0434\u0430\u043d \u0431\u04b1\u0440\u044b\u043d\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u04d9\u0434\u0456\u0441\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u043e\u0439\u043d\u0430\u0442\u0443 \u0456\u0441\u0442\u0435 \u049b\u0430\u043b\u0430\u0434\u044b.",
-    "ChannelSettingsFormHelp": "\u041f\u043b\u0430\u0433\u0438\u043d \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0456\u043d\u0434\u0435\u0433\u0456 Trailers \u0436\u04d9\u043d\u0435 Vimeo \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
-    "ButtonOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0493\u0430",
-    "ViewTypeMovies": "\u041a\u0438\u043d\u043e",
-    "ViewTypeTvShows": "\u0422\u0414",
-    "ViewTypeGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
-    "ViewTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
-    "ViewTypeMusicGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
-    "ViewTypeMusicArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
-    "ViewTypeBoxSets": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
-    "ViewTypeChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
-    "ViewTypeLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
-    "ViewTypeLiveTvNowPlaying": "\u042d\u0444\u0438\u0440\u0434\u0435",
-    "ViewTypeLatestGames": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043e\u0439\u044b\u043d\u0434\u0430\u0440",
-    "ViewTypeRecentlyPlayedGames": "\u0416\u0430\u049b\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
-    "ViewTypeGameFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
-    "ViewTypeGameSystems": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0456",
-    "ViewTypeGameGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
-    "ViewTypeTvResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
-    "ViewTypeTvNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
-    "ViewTypeTvLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
-    "ViewTypeTvShowSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
-    "ViewTypeTvGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
-    "ViewTypeTvFavoriteSeries": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0441\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
-    "ViewTypeTvFavoriteEpisodes": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
-    "ViewTypeMovieResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
-    "ViewTypeMovieLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
-    "ViewTypeMovieMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
-    "ViewTypeMovieCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
-    "ViewTypeMovieFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
-    "ViewTypeMovieGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
-    "ViewTypeMusicLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
-    "ViewTypeMusicAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
-    "ViewTypeMusicAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440\u044b",
-    "HeaderOtherDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
-    "ViewTypeMusicSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
-    "ViewTypeMusicFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
-    "ViewTypeMusicFavoriteAlbums": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0430\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
-    "ViewTypeMusicFavoriteArtists": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
-    "ViewTypeMusicFavoriteSongs": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440",
-    "HeaderMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
-    "LabelSelectFolderGroups": "\u041a\u0435\u043b\u0435\u0441\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u041a\u0438\u043d\u043e, \u041c\u0443\u0437\u044b\u043a\u0430 \u0436\u04d9\u043d\u0435 \u0422\u0414 \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0433\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443:",
-    "LabelSelectFolderGroupsHelp": "\u0411\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0431\u0435\u0433\u0435\u043d \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u04e9\u0437 \u0431\u0435\u0442\u0456\u043c\u0435\u043d \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "OptionDisplayAdultContent": "\u0415\u0440\u0435\u0441\u0435\u043a \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
-    "OptionLibraryFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b",
-    "TitleRemoteControl": "\u049a\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
-    "OptionLatestTvRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
-    "LabelProtocolInfo": "\u041f\u0440\u043e\u0442\u043e\u049b\u043e\u043b \u0442\u0443\u0440\u0430\u043b\u044b:",
-    "LabelProtocolInfoHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 GetProtocolInfo \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d\u0430 \u0436\u0430\u0443\u0430\u043f \u0431\u0435\u0440\u0433\u0435\u043d\u0434\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
-    "TabNfo": "NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440",
-    "HeaderKodiMetadataHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u043d \u049b\u0430\u043c\u0442\u0438\u0434\u044b. NFO-\u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u04e9\u0448\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440 \u049b\u043e\u0439\u044b\u043d\u0434\u044b\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d\u0435 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.",
-    "LabelKodiMetadataUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u049b\u0430\u0440\u0430\u0443 \u043a\u04af\u0439\u0456\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043c\u0435\u043d \u043c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
-    "LabelKodiMetadataUserHelp": "\u041a\u04e9\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u0439\u0434\u0456 Media Browser \u0436\u04d9\u043d\u0435 NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043f \u0442\u04b1\u0440\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
-    "LabelKodiMetadataDateFormat": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456\u043d\u0456\u04a3 \u043f\u0456\u0448\u0456\u043c\u0456:",
-    "LabelKodiMetadataDateFormatHelp": "\u041e\u0441\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f nfo \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0431\u0430\u0440\u043b\u044b\u049b \u043a\u04af\u043d\u0434\u0435\u0440\u0456 \u043e\u049b\u044b\u043b\u0430\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u0437\u044b\u043b\u0430\u0434\u044b.",
-    "LabelKodiMetadataSaveImagePaths": "\u0421\u0443\u0440\u0435\u0442 \u0436\u043e\u043b\u0434\u0430\u0440\u044b\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u0443",
-    "LabelKodiMetadataSaveImagePathsHelp": "\u0415\u0433\u0435\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 Kodi \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u049b \u04b1\u0441\u0442\u0430\u043d\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u0441\u0430\u0439 \u043a\u0435\u043b\u043c\u0435\u0433\u0435\u043d \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b.",
-    "LabelKodiMetadataEnablePathSubstitution": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0430\u0434\u044b.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u0440\u0430\u0443.",
-    "LabelGroupChannelsIntoViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c\u0434\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043a\u0435\u043b\u0435\u0441\u0456 \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
-    "LabelGroupChannelsIntoViewsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043e\u0441\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u0431\u0430\u0441\u049b\u0430 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u0442\u0430\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0441\u0430, \u043e\u043b\u0430\u0440 \u0431\u04e9\u043b\u0435\u043a \u0410\u0440\u043d\u0430\u043b\u0430\u0440 \u043a\u04e9\u0440\u0456\u043d\u0456\u0441\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "LabelDisplayCollectionsView": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0436\u0438\u043d\u0430\u049b\u0442\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "LabelDisplayCollectionsViewHelp": "\u0411\u04b1\u043b \u0441\u0456\u0437 \u0436\u0430\u0441\u0430\u0493\u0430\u043d \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u043e\u043b \u0436\u0435\u0442\u043a\u0456\u0437\u0435 \u0430\u043b\u0430\u0442\u044b\u043d \u0436\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u04e9\u043b\u0435\u043a \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0456 \u0436\u0430\u0441\u0430\u0439\u0434\u044b. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u044b \u0436\u0430\u0441\u0430\u0443 \u04af\u0448\u0456\u043d, \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u043d\u0456\u04a3 \u04af\u0441\u0442\u0456\u043d\u0434\u0435 \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u04a3\u0456\u0437 \u0434\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437 \u0436\u04d9\u043d\u0435 \"\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u04af\u0441\u0442\u0435\u0443\" \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
-    "LabelKodiMetadataEnableExtraThumbs": "\u04d8\u0434\u0435\u043f\u043a\u0456 extrafanart \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d extrathumbs \u0456\u0448\u0456\u043d\u0435 \u043a\u04e9\u0448\u0456\u0440\u0443",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u043e\u043b\u0430\u0440 Kodi \u049b\u0430\u0431\u044b\u0493\u044b\u043c\u0435\u043d \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u044b\u0441\u044b\u043c\u0434\u044b\u0493\u044b \u04af\u0448\u0456\u043d extrafanart \u0436\u04d9\u043d\u0435 extrathumbs \u0435\u043a\u0435\u0443\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
-    "TabServices": "\u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440",
-    "TabLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440",
-    "HeaderServerLogFiles": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u04b1\u0440\u043d\u0430\u043b \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
-    "TabBranding": "\u0411\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443",
-    "HeaderBrandingHelp": "\u0422\u043e\u0431\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043d\u0435 \u04b1\u0439\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043c\u04b1\u049b\u0442\u0430\u0436\u0434\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430 \u04af\u0439\u043b\u0435\u0441\u0456\u043c\u0434\u0456 Media Browser \u0431\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u0443.",
-    "LabelLoginDisclaimer": "\u041a\u0456\u0440\u0433\u0435\u043d\u0434\u0435\u0433\u0456 \u0435\u0441\u043a\u0435\u0440\u0442\u0443:",
-    "LabelLoginDisclaimerHelp": "\u0411\u04b1\u043b \u043a\u0456\u0440\u0443 \u0431\u0435\u0442\u0456\u043d\u0456\u04a3 \u0442\u04e9\u043c\u0435\u043d\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
-    "LabelAutomaticallyDonate": "\u041e\u0441\u044b \u0441\u043e\u043c\u0430\u043d\u044b \u04d9\u0440 \u0430\u0439 \u0441\u0430\u0439\u044b\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u044b\u0439\u043b\u0430\u0443",
-    "LabelAutomaticallyDonateHelp": "PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b\u04a3\u044b\u0437 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u043e\u0493\u0430\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u04a3\u0456\u0437 \u0431\u0430\u0440.",
-    "OptionList": "\u0422\u0456\u0437\u0456\u043c",
-    "TabDashboard": "\u0411\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b",
-    "TitleServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
-    "LabelCache": "\u041a\u044d\u0448:",
-    "LabelLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440:",
-    "LabelMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440:",
-    "LabelImagesByName": "\u0410\u0442\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440:",
-    "LabelTranscodingTemporaryFiles": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u044b\u04a3 \u0443\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
-    "HeaderLatestMusic": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043c\u0443\u0437\u044b\u043a\u0430",
-    "HeaderBranding": "\u0411\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443",
-    "HeaderApiKeys": "API \u043a\u0456\u043b\u0442\u0442\u0435\u0440\u0456",
-    "HeaderApiKeysHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440 Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d API \u043a\u0456\u043b\u0442\u0456 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456. \u041a\u0456\u043b\u0442\u0442\u0435\u0440 Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435, \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0456\u043b\u0442\u0442\u0456 \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u049b\u043e\u043b\u043c\u0435\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435 \u0431\u0435\u0440\u0456\u043b\u0435\u0434\u0456.",
-    "HeaderApiKey": "API \u043a\u0456\u043b\u0442\u0456",
-    "HeaderApp": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430",
-    "HeaderDevice": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b",
-    "HeaderUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
-    "HeaderDateIssued": "\u0411\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
-    "LabelChapterName": "{0}-\u0441\u0430\u0445\u043d\u0430",
-    "HeaderNewApiKey": "\u0416\u0430\u04a3\u0430 API \u043a\u0456\u043b\u0442\u0456",
-    "LabelAppName": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0430\u0442\u044b",
-    "LabelAppNameExample": "\u041c\u044b\u0441\u0430\u043b\u044b: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u049b\u04b1\u049b\u044b\u049b\u044b\u0493\u044b \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443.",
-    "HeaderHttpHeaders": "HTTP \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u043b\u0435\u0440\u0456",
-    "HeaderIdentificationHeader": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456",
-    "LabelValue": "\u041c\u04d9\u043d\u0456:",
-    "LabelMatchType": "\u0421\u04d9\u0439\u043a\u0435\u0441 \u0442\u04af\u0440\u0456:",
-    "OptionEquals": "\u0422\u0435\u04a3",
-    "OptionRegex": "\u04b0\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a",
-    "OptionSubstring": "\u0406\u0448\u043a\u0456 \u0436\u043e\u043b",
-    "TabView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441",
-    "TabSort": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u0443",
-    "TabFilter": "\u0421\u04af\u0437\u0443",
-    "ButtonView": "\u049a\u0430\u0440\u0430\u0443",
-    "LabelPageSize": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
-    "LabelPath": "\u0416\u043e\u043b\u044b:",
-    "LabelView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441:",
-    "TabUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
-    "LabelSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b:",
-    "LabelDateAdded": "\u04ae\u0441\u0442\u0435\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
-    "HeaderFeatures": "\u0415\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440",
-    "HeaderAdvanced": "\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d",
-    "ButtonSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "TabScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0443\u0448\u044b",
-    "HeaderChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
-    "HeaderResumeSettings": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
-    "TabSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "TitleUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
-    "LabelProtocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b:",
-    "OptionProtocolHttp": "HTTP",
-    "OptionProtocolHls": "Http \u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 (HLS)",
-    "LabelContext": "\u041c\u04d9\u0442\u0456\u043d\u043c\u04d9\u043d:",
-    "OptionContextStreaming": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443",
-    "OptionContextStatic": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "ButtonAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
-    "TabPlaylists": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456",
-    "ButtonClose": "\u0416\u0430\u0431\u0443",
-    "LabelAllLanguages": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0456\u043b\u0434\u0435\u0440",
-    "HeaderBrowseOnlineImages": "\u0416\u0435\u043b\u0456\u043b\u0456\u043a \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
-    "LabelSource": "\u049a\u0430\u0439\u043d\u0430\u0440 \u043a\u04e9\u0437\u0456:",
-    "OptionAll": "\u0411\u04d9\u0440\u0456",
-    "LabelImage": "\u0421\u0443\u0440\u0435\u0442:",
-    "ButtonBrowseImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
-    "HeaderImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
-    "HeaderBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
-    "HeaderScreenshots": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456",
-    "HeaderAddUpdateImage": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u04af\u0441\u0442\u0435\u0443\/\u0436\u0430\u04a3\u0430\u0440\u0442\u0443",
-    "LabelJpgPngOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 JPG\/PNG",
-    "LabelImageType": "\u0421\u0443\u0440\u0435\u0442 \u0442\u04af\u0440\u0456:",
-    "OptionPrimary": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b",
-    "OptionArt": "\u041e\u044e \u0441\u0443\u0440\u0435\u0442",
-    "OptionBox": "\u049a\u043e\u0440\u0430\u043f",
-    "OptionBoxRear": "\u049a\u043e\u0440\u0430\u043f \u0430\u0440\u0442\u044b",
-    "OptionDisc": "\u0414\u0438\u0441\u043a\u0456",
-    "OptionLogo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
-    "OptionMenu": "\u041c\u04d9\u0437\u0456\u0440",
-    "OptionScreenshot": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0456",
-    "OptionLocked": "\u049a\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u043d\u0493\u0430\u043d\u0434\u0430\u0440",
-    "OptionUnidentified": "\u0410\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d\u0434\u0430\u0440",
-    "OptionMissingParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442 \u0436\u043e\u049b",
-    "OptionStub": "\u0422\u044b\u0493\u044b\u043d",
-    "HeaderEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440:",
-    "OptionSeason0": "0-\u043c\u0430\u0443\u0441\u044b\u043c",
-    "LabelReport": "\u0411\u0430\u044f\u043d\u0434\u0430\u043c\u0430:",
-    "OptionReportSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
-    "OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
-    "OptionReportSeasons": "\u041c\u0430\u0443\u0441\u044b\u043c\u0434\u0430\u0440",
-    "OptionReportTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440",
-    "OptionReportMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
-    "OptionReportMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
-    "OptionReportHomeVideos": "\u04ae\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
-    "OptionReportGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
-    "OptionReportEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
-    "OptionReportCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
-    "OptionReportBooks": "\u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440",
-    "OptionReportArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
-    "OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
-    "OptionReportAdultVideos": "\u0415\u0440\u0435\u0441\u0435\u043a \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
-    "ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
-    "HeaderActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
-    "ScheduledTaskStartedWithName": "{0} \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0434\u044b",
-    "ScheduledTaskCancelledWithName": "{0} \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
-    "ScheduledTaskCompletedWithName": "{0} \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
-    "ScheduledTaskFailed": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430 \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
-    "PluginInstalledWithName": "{0} \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0434\u044b",
-    "PluginUpdatedWithName": "{0} \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
-    "PluginUninstalledWithName": "{0} \u0436\u043e\u0439\u044b\u043b\u0434\u044b",
-    "ScheduledTaskFailedWithName": "{0} \u0441\u04d9\u0442\u0441\u0456\u0437",
-    "ItemAddedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456)",
-    "ItemRemovedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b)",
-    "DeviceOnlineWithName": "{0} \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
-    "UserOnlineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
-    "DeviceOfflineWithName": "{0} \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
-    "UserOfflineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
-    "SubtitlesDownloadedForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0434\u044b",
-    "SubtitleDownloadFailureForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0443\u044b \u0441\u04d9\u0442\u0441\u0456\u0437",
-    "LabelRunningTimeValue": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u0443\u0430\u049b\u044b\u0442\u044b: {0}",
-    "LabelIpAddressValue": "IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: {0}",
-    "UserConfigurationUpdatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
-    "UserCreatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d",
-    "UserPasswordChangedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0442\u0456\u043b\u0434\u0456",
-    "UserDeletedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u043e\u0439\u044b\u043b\u0493\u0430\u043d",
-    "MessageServerConfigurationUpdated": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
-    "MessageNamedServerConfigurationUpdatedWithValue": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b (\u0431\u04e9\u043b\u0456\u043c {0}) \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
-    "MessageApplicationUpdated": "Media Browser Server \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
-    "AuthenticationSucceededWithUserName": "{0} \u0442\u04af\u043f\u043d\u04b1\u0441\u049b\u0430\u043b\u044b\u0493\u044b\u043d \u0440\u0430\u0441\u0442\u0430\u043b\u0443\u044b \u0441\u04d9\u0442\u0442\u0456",
-    "FailedLoginAttemptWithUserName": "{0} \u043a\u0456\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456 \u0441\u04d9\u0442\u0441\u0456\u0437",
-    "UserStartedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0431\u0430\u0441\u0442\u0430\u043b\u0434\u044b",
-    "UserStoppedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0442\u043e\u049b\u0442\u0430\u043b\u0434\u044b",
-    "AppDeviceValues": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430: {0}, \u0416\u0430\u0431\u0434\u044b\u049b: {1}",
-    "ProviderValue": "\u0416\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456: {0}",
-    "LabelChannelDownloadSizeLimit": "\u0416\u04af\u043a\u0442\u0435\u043c\u0435 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0456\u04a3 \u0448\u0435\u0433\u0456 (GB)",
-    "LabelChannelDownloadSizeLimitHelpText": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u043b\u0442\u0430\u0441\u044b \u04e9\u043b\u0448\u0435\u043c\u0456\u043d \u0448\u0435\u043a\u0442\u0435\u0443.",
-    "HeaderRecentActivity": "\u041a\u0435\u0438\u0456\u043d\u0433\u0456 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
-    "HeaderPeople": "\u0410\u0434\u0430\u043c\u0434\u0430\u0440",
-    "HeaderDownloadPeopleMetadataFor": "\u04e8\u043c\u0456\u0440\u0431\u0430\u044f\u043d \u0431\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u043c\u0430\u049b\u0441\u0430\u0442\u044b;",
-    "OptionComposers": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u043b\u0430\u0440",
-    "OptionOthers": "\u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440",
-    "HeaderDownloadPeopleMetadataForHelp": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u049b\u0430\u043d\u0434\u0430 \u044d\u043a\u0440\u0430\u043d\u0434\u0430\u0493\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u04b1\u0441\u044b\u043d\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u043b\u0435\u0440\u0456 \u0431\u0430\u044f\u0443\u043b\u0430\u0439\u0434\u044b.",
-    "ViewTypeFolders": "\u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440",
-    "LabelDisplayFoldersView": "\u041a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "ViewTypeLiveTvRecordingGroups": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
-    "ViewTypeLiveTvChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
-    "LabelEasyPinCode": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434:",
-    "EasyPasswordHelp": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u04a3\u044b\u0437 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430\u043d \u0434\u0435\u0440\u0431\u0435\u0441 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b, \u0436\u04d9\u043d\u0435 \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0434\u0435 \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u044b\u043f \u043a\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "LabelInNetworkSignInWithEasyPassword": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u043c \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0434\u0435 \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u044b\u043f \u043a\u0456\u0440\u0443\u0434\u0456 \u049b\u043e\u0441\u0443",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u04af\u0439 \u0436\u0435\u043b\u0456\u0441\u0456 \u0456\u0448\u0456\u043d\u0435\u043d Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u043a\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u04a3\u044b\u0437\u0434\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u044b\u04a3\u044b\u0437 \u043c\u04af\u043c\u043a\u0456\u043d. \u0421\u0456\u0437\u0434\u0456\u04a3 \u049b\u0430\u043b\u044b\u043f\u0442\u044b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u04a3\u0456\u0437 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04af\u0439 \u0441\u044b\u0440\u0442\u044b\u043d\u0434\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 PIN-\u043a\u043e\u0434 \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0441\u0430, \u04af\u0439 \u0436\u0435\u043b\u0456\u0441\u0456\u043d\u0434\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u04a3\u0456\u0437 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b.",
-    "HeaderPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437",
-    "HeaderLocalAccess": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0430\u0441",
-    "HeaderViewOrder": "\u0410\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440 \u0440\u0435\u0442\u0456",
-    "ButtonResetEasyPassword": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u0442\u044b \u044b\u0441\u044b\u0440\u0443",
-    "LabelSelectUserViewOrder": "Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c \u0440\u0435\u0442\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437",
-    "LabelMetadataRefreshMode": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
-    "LabelImageRefreshMode": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
-    "OptionDownloadMissingImages": "\u0416\u043e\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
-    "OptionReplaceExistingImages": "\u0411\u0430\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
-    "OptionRefreshAllData": "\u0411\u0430\u0440\u043b\u044b\u049b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
-    "OptionAddMissingDataOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u043e\u043a \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443",
-    "OptionLocalRefreshOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
-    "HeaderRefreshMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
-    "HeaderPersonInfo": "\u0422\u04b1\u043b\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u044b",
-    "HeaderIdentifyItem": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
-    "HeaderIdentifyItemHelp": "\u0406\u0437\u0434\u0435\u0443\u0434\u0456\u04a3 \u0431\u0456\u0440 \u043d\u0435 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. \u0406\u0437\u0434\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0431\u0435\u0439\u0442\u0443 \u04af\u0448\u0456\u043d \u0448\u0430\u0440\u0442\u0442\u044b \u0430\u043b\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
-    "HeaderConfirmDeletion": "\u0416\u043e\u044e\u0434\u044b \u0440\u0430\u0441\u0442\u0430\u0443",
-    "LabelFollowingFileWillBeDeleted": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0444\u0430\u0439\u043b \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b:",
-    "LabelIfYouWishToContinueWithDeletion": "\u0415\u0433\u0435\u0440 \u0436\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0441\u0430\u04a3\u044b\u0437, \u043c\u044b\u043d\u0430\u043d\u044b\u04a3 \u043c\u04d9\u043d\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u0440\u0430\u0441\u0442\u0430\u04a3\u044b\u0437:",
-    "ButtonIdentify": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
-    "LabelAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u0441\u044b:",
-    "LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c:",
-    "LabelCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
-    "LabelVoteCount": "\u0414\u0430\u0443\u044b\u0441 \u0435\u0441\u0435\u0431\u0456:",
-    "LabelMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
-    "LabelCriticRating": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
-    "LabelCriticRatingSummary": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0430\u049b\u043f\u0430\u0440\u044b:",
-    "LabelAwardSummary": "\u041c\u0430\u0440\u0430\u043f\u0430\u0442 \u0430\u049b\u043f\u0430\u0440\u044b:",
-    "LabelWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b:",
-    "LabelTagline": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0441\u04e9\u0439\u043b\u0435\u043c:",
-    "LabelOverview": "\u0416\u0430\u043b\u043f\u044b \u0448\u043e\u043b\u0443:",
-    "LabelShortOverview": "\u049a\u044b\u0441\u049b\u0430\u0448\u0430 \u0448\u043e\u043b\u0443:",
-    "LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:",
-    "LabelYear": "\u0416\u044b\u043b\u044b:",
-    "LabelPlaceOfBirth": "\u0422\u0443\u0493\u0430\u043d \u0436\u0435\u0440\u0456:",
-    "LabelEndDate": "\u0410\u044f\u049b\u0442\u0430\u043b\u0443 \u043a\u04af\u043d\u0456:",
-    "LabelAirDate": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
-    "LabelAirTime:": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b",
-    "LabelRuntimeMinutes": "\u04b0\u0437\u0430\u049b\u0442\u044b\u0493\u044b, \u043c\u0438\u043d:",
-    "LabelParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b:",
-    "LabelCustomRating": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0441\u0430\u043d\u0430\u0442:",
-    "LabelBudget": "\u0411\u044e\u0434\u0436\u0435\u0442\u0456",
-    "LabelRevenue": "\u0422\u04af\u0441\u0456\u043c\u0456, $:",
-    "LabelOriginalAspectRatio": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456\u043a \u0430\u0440\u0430\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u044b:",
-    "LabelPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440:",
-    "Label3DFormat": "3D \u043f\u0456\u0448\u0456\u043c\u0456:",
-    "HeaderAlternateEpisodeNumbers": "\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u043b\u0435\u0440\u0456",
-    "HeaderSpecialEpisodeInfo": "\u0410\u0440\u043d\u0430\u0439\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u0442\u0443\u0440\u0430\u043b\u044b",
-    "HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:",
-    "LabelDvdSeasonNumber": "DVD \u043c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelDvdEpisodeNumber": "DVD \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelAbsoluteEpisodeNumber": "\u041d\u0430\u049b\u043f\u0430-\u043d\u0430\u049b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
-    "LabelAirsBeforeSeason": "\"Airs before\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
-    "LabelAirsAfterSeason": "\"Airs after\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
-    "LabelAirsBeforeEpisode": "\"Airs after\" \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
-    "LabelTreatImageAs": "\u041a\u0435\u0441\u043a\u0456\u043d \u049b\u0430\u0440\u0430\u0441\u0442\u044b\u0440\u0443\u044b:",
-    "LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
-    "LabelDisplaySpecialsWithinSeasons": "\u0410\u0440\u043d\u0430\u0439\u044b\u043b\u0430\u0440\u0434\u044b \u044d\u0444\u0438\u0440\u0434\u0435 \u0431\u043e\u043b\u0493\u0430\u043d \u043c\u0430\u0443\u0441\u044b\u043c \u0456\u0448\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "HeaderCountries": "\u0415\u043b\u0434\u0435\u0440",
-    "HeaderGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
-    "HeaderPlotKeywords": "\u0421\u044e\u0436\u0435\u0442\u0442\u0456\u043d \u043a\u0456\u043b\u0442 \u0441\u04e9\u0437\u0434\u0435\u0440\u0456",
-    "HeaderStudios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440",
-    "HeaderTags": "\u0422\u0435\u0433\u0442\u0435\u0440",
-    "HeaderMetadataSettings": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
-    "LabelLockItemToPreventChanges": "\u041e\u0441\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u043a\u0435\u043b\u0435\u0448\u0435\u043a \u04e9\u0437\u0433\u0435\u0440\u0442\u0443\u043b\u0435\u0440\u0434\u0435\u043d \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443",
-    "MessageLeaveEmptyToInherit": "\u0422\u0435\u043a\u0442\u0456\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u0493\u0430\u043b\u0430\u043c\u0434\u044b\u049b \u04d9\u0434\u0435\u043f\u043a\u0456 \u043c\u04d9\u043d\u0456\u043d\u0435\u043d\u0456. \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "TabDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b",
-    "HeaderDonationType": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0442\u04af\u0440\u0456:",
-    "OptionMakeOneTimeDonation": "\u0411\u04e9\u043b\u0435\u043a \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0436\u0430\u0441\u0430\u0443",
-    "OptionOneTimeDescription": "\u0411\u04b1\u043b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u043e\u043f\u049b\u0430 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b. \u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u0440 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043a\u0456\u043b\u0442\u0456 \u0436\u0430\u0441\u0430\u043b\u043c\u0430\u0439\u0434\u044b.",
-    "OptionLifeTimeSupporterMembership": "\u0492\u04b1\u043c\u044b\u0440\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
-    "OptionYearlySupporterMembership": "\u0416\u044b\u043b\u0434\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
-    "OptionMonthlySupporterMembership": "\u0410\u0439\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
-    "OptionNoTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0441\u0456\u0437",
-    "OptionNoThemeSong": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0441\u0456\u0437",
-    "OptionNoThemeVideo": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u0441\u0456\u0437",
-    "LabelOneTimeDonationAmount": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b:",
-    "ButtonDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0430\u0443",
-    "OptionActor": "\u0410\u043a\u0442\u0435\u0440",
-    "OptionComposer": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440",
-    "OptionDirector": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440",
-    "OptionGuestStar": "\u0428\u0430\u049b\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0430\u043a\u0442\u0435\u0440",
-    "OptionProducer": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440",
-    "OptionWriter": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u0448\u0456",
-    "LabelAirDays": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
-    "LabelAirTime": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b:",
-    "HeaderMediaInfo": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u0443\u0440\u0430\u043b\u044b",
-    "HeaderPhotoInfo": "\u0424\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442 \u0442\u0443\u0440\u0430\u043b\u044b",
-    "HeaderInstall": "\u041e\u0440\u043d\u0430\u0442\u0443",
-    "LabelSelectVersionToInstall": "\u041e\u0440\u043d\u0430\u0442\u044b\u043c \u043d\u04b1\u0441\u049b\u0430\u0441\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443:",
-    "LinkSupporterMembership": "\u0416\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u0442\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437",
-    "MessageSupporterPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0433\u0435 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0435\u0433\u0456\u043d \u0441\u044b\u043d\u0430\u043c\u0430\u0434\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
-    "MessagePremiumPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0435\u0433\u0456\u043d \u0441\u044b\u043d\u0430\u043c\u0430\u0434\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
-    "HeaderReviews": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440",
-    "HeaderDeveloperInfo": "\u0416\u0430\u0441\u0430\u049b\u0442\u0430\u0443\u0448\u044b\u043b\u0430\u0440 \u0442\u0443\u0440\u0430\u043b\u044b",
-    "HeaderRevisionHistory": "\u04e8\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0442\u0430\u0440\u0438\u0445\u044b",
-    "ButtonViewWebsite": "\u0421\u0430\u0439\u0442\u044b\u043d\u0430",
-    "LabelRecurringDonationCanBeCancelledHelp": "\u049a\u0430\u0439\u0442\u0430\u043b\u0430\u043c\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b\u0442\u0430\u0440 PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u0430 \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "HeaderXmlSettings": "XML \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
-    "HeaderXmlDocumentAttributes": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
-    "HeaderXmlDocumentAttribute": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b",
-    "XmlDocumentAttributeListHelp": "\u041e\u0441\u044b \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440 \u04d9\u0440\u0431\u0456\u0440 XML \u04af\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0431\u0456\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
-    "OptionSaveMetadataAsHidden": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u044b\u0440\u044b\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u0443",
-    "LabelExtractChaptersDuringLibraryScan": "\u0421\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435 \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u0443",
-    "LabelExtractChaptersDuringLibraryScanHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u0441\u044b\u0440\u0442\u0442\u0430\u043d \u0430\u043b\u044b\u043d\u0493\u0430\u043d\u0434\u0430, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b. \u0410\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u04b1\u043b\u0430\u0440 \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0435 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0442\u04b1\u0440\u0430\u049b\u0442\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u0456\u043d \u0436\u044b\u043b\u0434\u0430\u043c\u044b\u0440\u0430\u049b \u0430\u044f\u049b\u0442\u0430\u043b\u0443\u044b \u04b1\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043f, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
-    "LabelConnectGuestUserName": "\u041e\u043b\u0430\u0440\u0434\u044b\u04a3 Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b:",
-    "LabelConnectUserName": "Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\/\u044d-\u043f\u043e\u0448\u0442\u0430\u0441\u044b:",
-    "LabelConnectUserNameHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0431\u0456\u043b\u043c\u0435\u0439 \u0442\u04b1\u0440\u044b\u043f \u04d9\u0440\u049b\u0430\u0439\u0441\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0441\u044b\u043d\u0430\u043d \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d \u043a\u0456\u0440\u0443-\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0442\u044b \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Media Browser Connect \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
-    "LabelExternalPlayers": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440:",
-    "LabelExternalPlayersHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440\u0434\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443. \u0411\u04b1\u043b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 URL \u0441\u0445\u0435\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d, \u04d9\u0434\u0435\u0442\u0442\u0435, Android \u0436\u04d9\u043d\u0435 iOS, \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456. \u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440, \u049b\u0430\u0493\u0438\u0434\u0430 \u0431\u043e\u0439\u044b\u043d\u0448\u0430, \u0430\u043b\u044b\u0441\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u043c\u0430\u0439\u0434\u044b.",
-    "HeaderSubtitleProfile": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
-    "HeaderSubtitleProfiles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b",
-    "HeaderSubtitleProfilesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b \u043e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u043e\u043b\u0434\u0430\u0443\u044b \u0431\u0430\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0439\u0434\u044b.",
-    "LabelFormat": "\u041f\u0456\u0448\u0456\u043c:",
-    "LabelMethod": "\u04d8\u0434\u0456\u0441:",
-    "LabelDidlMode": "DIDL \u0440\u0435\u0436\u0456\u043c\u0456:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043c\u0435\u043d \u0435\u043d\u0434\u0456\u0440\u0443\u043b\u0456",
-    "OptionExternallyDownloaded": "\u0421\u044b\u0440\u0442\u0442\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0433\u0435\u043d",
-    "OptionHlsSegmentedSubtitles": "HLS \u0431\u04e9\u043b\u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
-    "LabelSubtitleFormatHelp": "\u041c\u044b\u0441\u0430\u043b: srt",
-    "ButtonLearnMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
-    "TabPlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
-    "HeaderLanguagePreferences": "\u0422\u0456\u043b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456",
-    "TabCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
-    "TitlePlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
-    "LabelEnableCinemaModeFor": "\u041c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443:",
-    "CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u0431\u0430\u0441\u0442\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0456\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456\u043c\u0435\u043d \u043a\u0438\u043d\u043e \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u049b\u043e\u043d\u0430\u049b\u0436\u0430\u0439\u044b\u04a3\u044b\u0437\u0493\u0430 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
-    "OptionTrailersFromMyMovies": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
-    "OptionUpcomingMoviesInTheaters": "\u0416\u0430\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
-    "LabelLimitIntrosToUnwatchedContent": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
-    "LabelEnableIntroParentalControl": "\u0417\u0438\u044f\u0442\u0442\u044b \u0430\u0442\u0430-\u0430\u043d\u0430\u043b\u044b\u049b \u0431\u0430\u049b\u044b\u043b\u0430\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
-    "LabelEnableIntroParentalControlHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0436\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u0443\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0442\u0435\u04a3 \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0435\u043c \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u041e\u0441\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0433\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
-    "OptionTrailersFromMyMoviesHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0440\u043d\u0430\u0442\u0443\u044b\u043d \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
-    "LabelCustomIntrosPath": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u043b\u0435\u0440 \u0436\u043e\u043b\u044b:",
-    "LabelCustomIntrosPathHelp": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0431\u0430\u0440 \u049b\u0430\u043b\u0442\u0430. \u0411\u0435\u0439\u043d\u0435 \u043a\u0435\u0437\u0434\u0435\u0439\u0441\u043e\u049b \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b \u0434\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
-    "ValueSpecialEpisodeName": "\u0410\u0440\u043d\u0430\u0439\u044b - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "\u0418\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456:",
-    "OptionUpcomingDvdMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d DVD \u0436\u04d9\u043d\u0435 BluRay \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
-    "OptionUpcomingStreamingMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d Netflix \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
-    "LabelDisplayTrailersWithinMovieSuggestions": "\u0424\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u0442\u0440\u0435\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
-    "CinemaModeConfigurationHelp2": "\u0416\u0435\u043a\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u0430 \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u0430\u0436\u044b\u0440\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456 \u0431\u043e\u043b\u0430\u0434\u044b.",
-    "LabelEnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
-    "HeaderCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
-    "LabelDateAddedBehavior": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d \u04af\u0448\u0456\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456 \u0442\u04d9\u0440\u0442\u0456\u0431\u0456:",
-    "OptionDateAddedImportTime": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0456\u0448\u0456\u043d\u0435 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
-    "OptionDateAddedFileTime": "\u0424\u0430\u0439\u043b\u0434\u044b\u04a3 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
-    "LabelDateAddedBehaviorHelp": "\u0415\u0433\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435 \u043c\u04d9\u043d\u0456 \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u049b\u0430\u0439\u0441\u044b\u0431\u0456\u0440 \u043e\u0441\u044b \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u04d9\u0440\u049b\u0430\u0448\u0430\u043d\u0434\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
-    "LabelNumberTrailerToPlay": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0434\u0456\u04a3 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u044b:",
-    "TitleDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
-    "TabCameraUpload": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443",
-    "TabDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
-    "HeaderCameraUploadHelp": "\u04b0\u0442\u049b\u044b\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u0442\u04af\u0441\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u043c\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b Media Browser \u0456\u0448\u0456\u043d\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0443.",
-    "MessageNoDevicesSupportCameraUpload": "\u0410\u0493\u044b\u043c\u0434\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b.",
-    "LabelCameraUploadPath": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b:",
-    "LabelCameraUploadPathHelp": "\u049a\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
-    "LabelCreateCameraUploadSubfolder": "\u04d8\u0440\u049b\u0430\u0439\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u04af\u0448\u0456\u043d \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u0436\u0430\u0441\u0430\u0443",
-    "LabelCreateCameraUploadSubfolderHelp": "\u0416\u0430\u0431\u0434\u044b\u049b\u0442\u0430\u0440 \u0431\u0435\u0442\u0456\u043d\u0434\u0435 \u043d\u04b1\u049b\u044b\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u043d\u0430\u049b\u0442\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "LabelCustomDeviceDisplayName": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0443 \u0430\u0442\u044b:",
-    "LabelCustomDeviceDisplayNameHelp": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0430\u0442\u044b\u043d \u04b1\u0441\u044b\u043d\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u044f\u043d\u0434\u0430\u043b\u0493\u0430\u043d \u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "HeaderInviteUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b \u0448\u0430\u049b\u044b\u0440\u0443",
-    "LabelConnectGuestUserNameHelp": "\u0411\u04b1\u043b \u0434\u043e\u0441\u044b\u04a3\u044b\u0437 Media Browser \u0493\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d\u0430 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b, \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b.",
-    "HeaderInviteUserHelp": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0434\u043e\u0441\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443 \u0431\u04b1\u0440\u044b\u043d\u043d\u0430\u043d \u0434\u0430 \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0443 \u0431\u043e\u043b\u0434\u044b.",
-    "ButtonSendInvitation": "\u0428\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u044b \u0436\u0456\u0431\u0435\u0440\u0443",
-    "HeaderSignInWithConnect": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0456\u0440\u0443",
-    "HeaderGuests": "\u049a\u043e\u043d\u0430\u049b\u0442\u0430\u0440",
-    "HeaderLocalUsers": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
-    "HeaderPendingInvitations": "\u0411\u04e9\u0433\u0435\u043b\u0456\u0441 \u0448\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u0430\u0440",
-    "TabParentalControl": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
-    "HeaderAccessSchedule": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
-    "HeaderAccessScheduleHelp": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0431\u0435\u043b\u0433\u0456\u043b\u0456 \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u0440\u0493\u0430 \u0448\u0435\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d \u0436\u0430\u0441\u0430\u04a3\u044b\u0437.",
-    "ButtonAddSchedule": "\u041a\u0435\u0441\u0442\u0435 \u04af\u0441\u0442\u0435\u0443",
-    "LabelAccessDay": "\u0410\u043f\u0442\u0430 \u043a\u04af\u043d\u0456",
-    "LabelAccessStart": "\u0411\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
-    "LabelAccessEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
-    "HeaderSchedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
-    "OptionEveryday": "\u041a\u04af\u043d \u0441\u0430\u0439\u044b\u043d",
-    "OptionWeekdays": "\u0416\u04b1\u043c\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
-    "OptionWeekends": "\u0414\u0435\u043c\u0430\u043b\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
-    "MessageProfileInfoSynced": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d\u044b\u04a3 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0434\u0456.",
-    "HeaderOptionalLinkMediaBrowserAccount": "\u049a\u0430\u043b\u0430\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430: Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
-    "ButtonTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
-    "HeaderTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
-    "OptionPlayUnwatchedTrailersOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
-    "HeaderTrailerReelHelp": "\u04b0\u0437\u0430\u049b \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
-    "MessageNoTrailersFound": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u04af\u0441\u0442\u0435\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u043d \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u04d9\u0436\u0456\u0440\u0438\u0431\u0435\u04a3\u0456\u0437\u0434\u0456 \u0436\u0430\u049b\u0441\u0430\u0440\u0442\u0443 \u04af\u0448\u0456\u043d Trailer \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437",
-    "HeaderNewUsers": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
-    "ButtonSignUp": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
-    "ButtonForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0435\u0441\u043a\u0435 \u0441\u0430\u043b\u0443",
-    "OptionDisableUserPreferences": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u0443",
-    "OptionDisableUserPreferencesHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0456\u043b\u0434\u0456\u043a \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
-    "HeaderSelectServer": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u0443",
-    "MessageNoServersAvailableToConnect": "\u049a\u043e\u0441\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u043b\u0435\u0440 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0415\u0433\u0435\u0440 \u0441\u0435\u0440\u0432\u0435\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443\u0493\u0430 \u0448\u0430\u049b\u044b\u0440\u044b\u043b\u0441\u0430\u04a3\u044b\u0437, \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443\u044b\u043d \u0442\u04e9\u043c\u0435\u043d\u0434\u0435 \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430\u0434\u0430\u0493\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u043d\u04b1\u049b\u044b\u043f \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u04a3\u044b\u0437.",
-    "TitleNewUser": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
-    "ButtonConfigurePassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0442\u0435\u04a3\u0448\u0435\u0443",
-    "HeaderDashboardUserPassword": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u044b\u049b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440 \u04d9\u0440 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0434\u0430\u0440\u0430 \u043f\u0440\u043e\u0444\u0430\u0439\u043b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u043b\u0430\u0434\u044b.",
-    "HeaderLibraryAccess": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
-    "HeaderChannelAccess": "\u0410\u0440\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
-    "HeaderLatestItems": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440",
-    "LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435\u043d \u0442\u0430\u0441\u0443\u0448\u044b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
-    "HeaderShareMediaFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443",
-    "MessageGuestSharingPermissionsHelp": "\u0415\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u04e9\u0431\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456\u0434\u0435 \u049b\u043e\u043d\u0430\u049b\u0442\u0430\u0440\u0493\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441, \u0431\u0456\u0440\u0430\u049b \u043a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u049b\u043e\u0441\u044b\u043b\u0430\u0434\u044b.",
-    "HeaderInvitations": "\u0428\u0430\u049b\u044b\u0440\u0443\u043b\u0430\u0440",
-    "LabelForgotPasswordUsernameHelp": "\u0415\u0441\u043a\u0435 \u0441\u0430\u043b\u0441\u0430\u04a3\u044b\u0437, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\u04a3\u044b\u0437\u0434\u044b \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
-    "HeaderForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
-    "TitleForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
-    "TitlePasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
-    "LabelPasswordRecoveryPinCode": "PIN \u043a\u043e\u0434\u044b:",
-    "HeaderPasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
-    "HeaderParentalRatings": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0440",
-    "HeaderVideoTypes": "\u0411\u0435\u0439\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u0440\u0456",
-    "HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
-    "HeaderAddTag": "\u0422\u0435\u0433\u0442\u0456 \u049b\u043e\u0441\u0443",
-    "LabelBlockItemsWithTags": "\u041c\u044b\u043d\u0430\u0434\u0430\u0439 \u0442\u0435\u0433\u0442\u0435\u0440\u0456 \u0431\u0430\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
-    "LabelTag": "\u0422\u0435\u0433:",
-    "LabelEnableSingleImageInDidlLimit": "\u0416\u0430\u043b\u0493\u044b\u0437 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u043a\u0435 \u0448\u0435\u043a\u0442\u0435\u0443",
-    "LabelEnableSingleImageInDidlLimitHelp": "\u0415\u0433\u0435\u0440 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0443\u0440\u0435\u0442 DIDL \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0441\u0435, \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 \u0442\u04af\u0440\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0431\u0435\u0439\u0434\u0456.",
-    "TabActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
-    "TitleSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "OptionAllowSyncContent": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
-    "OptionAllowContentDownloading": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
-    "NameSeasonUnknown": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u043c\u0430\u0443\u0441\u044b\u043c",
-    "NameSeasonNumber": "{0}-\u0441\u0435\u0437\u043e\u043d",
-    "LabelNewUserNameHelp": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u0442\u0430\u0440\u044b\u043d\u0434\u0430 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440 (a-z), \u0441\u0430\u043d\u0434\u0430\u0440 (0-9), \u0441\u044b\u0437\u044b\u049b\u0448\u0430\u043b\u0430\u0440 (-), \u0430\u0441\u0442\u044b\u04a3\u0493\u044b \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440 (_), \u0434\u04d9\u0439\u0435\u043a\u0448\u0435\u043b\u0435\u0440 (') \u0436\u04d9\u043d\u0435 \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440 (.) \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d",
-    "TabJobs": "\u0416\u04b1\u043c\u044b\u0441\u0442\u0430\u0440",
-    "TabSyncJobs": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u0440\u044b",
     "LabelExit": "\u0428\u044b\u0493\u0443",
     "LabelVisitCommunity": "\u049a\u0430\u0443\u044b\u043c\u0434\u0430\u0441\u0442\u044b\u049b\u049b\u0430 \u0431\u0430\u0440\u0443",
     "LabelGithub": "Github \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439\u0456",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "\u0423\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b \u0436\u043e\u043b\u044b:",
     "LabelSyncTempPathHelp": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04b1\u043c\u044b\u0441 \u049b\u0430\u043b\u0442\u0430\u043d\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043e\u0441\u044b \u043e\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
     "LabelCustomCertificatePath": "\u041a\u0443\u04d9\u043b\u0456\u043a \u0436\u043e\u043b\u044b:",
-    "LabelCustomCertificatePathHelp": "\u04e8\u0437\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 SSL-\u043a\u0443\u04d9\u043b\u0456\u0433\u0456\u043d \u04b1\u0441\u044b\u043d\u044b\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0441\u0430, \u0441\u0435\u0440\u0432\u0435\u0440 \u04e9\u0437\u0456\u043d\u0456\u04a3-\u04e9\u0437\u0456 \u049b\u043e\u043b\u0442\u0430\u04a3\u0431\u0430\u0441\u044b \u0431\u0430\u0440 \u043a\u0443\u04d9\u043b\u0456\u043a\u0442\u0456 \u0436\u0430\u0441\u0430\u0439\u0434\u044b.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "\u0425\u0430\u0431\u0430\u0440\u043b\u0430\u043d\u0434\u044b\u0440\u0443\u043b\u0430\u0440",
     "ButtonDonateWithPayPal": "PayPal \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0430\u0443",
     "OptionDetectArchiveFilesAsMedia": "\u041c\u04b1\u0440\u0430\u0493\u0430\u0442\u0442\u0430\u043b\u0493\u0430\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0442\u0430\u0431\u0443",
@@ -826,7 +169,7 @@
     "OptionProducers": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440\u043b\u0435\u0440",
     "HeaderResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
     "HeaderNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
-    "NoNextUpItemsMessage": "\u0415\u0448\u0442\u0435\u043c\u0435 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0439 \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437!",
+    "NoNextUpItemsMessage": "\u0415\u0448\u0442\u0435\u04a3\u0435 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0439 \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437!",
     "HeaderLatestEpisodes": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
     "HeaderPersonTypes": "\u0410\u0434\u0430\u043c \u0442\u04af\u0440\u043b\u0435\u0440\u0456:",
     "TabSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
@@ -942,10 +285,10 @@
     "ButtonHelp": "\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430",
     "OptionAllowUserToManageServer": "\u0411\u0443\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u0493\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u0431\u0430\u0441\u049b\u0430\u0440\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
     "HeaderFeatureAccess": "\u0415\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0433\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
-    "OptionAllowMediaPlayback": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
-    "OptionAllowBrowsingLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
-    "OptionAllowDeleteLibraryContent": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u043e\u044e",
-    "OptionAllowManageLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414 \u0436\u0430\u0437\u0443\u044b\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
+    "OptionAllowMediaPlayback": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+    "OptionAllowBrowsingLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+    "OptionAllowDeleteLibraryContent": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u043e\u044e\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+    "OptionAllowManageLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414 \u0436\u0430\u0437\u0443\u044b\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
     "OptionAllowRemoteControlOthers": "\u0411\u0430\u0441\u049b\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b \u049b\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
     "OptionAllowRemoteSharedDevices": "\u041e\u0440\u0442\u0430\u049b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u044b \u049b\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
     "OptionAllowRemoteSharedDevicesHelp": "DLNA-\u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0493\u0430\u043d\u0448\u0430 \u0434\u0435\u0439\u0456\u043d \u043e\u0440\u0442\u0430\u049b \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0435\u0441\u0435\u043f\u0442\u0435\u043b\u0456\u043d\u0435\u0434\u0456.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430",
     "OptionEnableDebugTranscodingLogging": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u0430 \u043a\u04af\u0439\u043a\u0435\u043b\u0442\u0456\u0440\u0443 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440\u044b\u043d \u0436\u04b1\u0440\u043d\u0430\u043b\u0434\u0430 \u049b\u043e\u0441\u0443",
     "OptionEnableDebugTranscodingLoggingHelp": "\u04e8\u0442\u0435 \u0430\u0443\u049b\u044b\u043c\u0434\u044b \u0436\u04b1\u0440\u043d\u0430\u043b \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0436\u0430\u0441\u0430\u043b\u0430\u0434\u044b \u0436\u04d9\u043d\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430  \u0430\u049b\u0430\u0443\u043b\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e \u04af\u0448\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b.",
-    "OptionUpscaling": "\u041a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440\u0433\u0435 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b \u043a\u04e9\u0442\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u043d\u0456 \u0441\u04b1\u0440\u0430\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456",
-    "OptionUpscalingHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0436\u0430\u0493\u0434\u0430\u0439\u043b\u0430\u0440\u0434\u0430 \u0431\u04b1\u043d\u044b\u04a3 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435 \u0441\u0430\u043f\u0430\u0441\u044b \u0436\u0430\u049b\u0441\u0430\u0440\u0442\u044b\u043b\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u0441\u044b \u0430\u0440\u0442\u044b\u0439\u0434\u044b.",
     "EditCollectionItemsHelp": "\u0411\u04b1\u043b \u0436\u0438\u044b\u043d\u0442\u044b\u049b\u0430 \u049b\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u04d9\u0440\u049b\u0430\u0439\u0441\u044b \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456, \u0441\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440\u0434\u044b, \u0430\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440\u0434\u044b, \u043a\u0456\u0442\u0430\u043f\u0442\u0430\u0440\u0434\u044b \u043d\u0435 \u043e\u0439\u044b\u043d\u0434\u0430\u0440\u0434\u044b \u04af\u0441\u0442\u0435\u04a3\u0456\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0430\u043b\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
     "HeaderAddTitles": "\u0422\u0443\u044b\u043d\u0434\u044b\u043b\u0430\u0440\u0434\u044b \u04af\u0441\u0442\u0435\u0443",
     "LabelEnableDlnaPlayTo": "DLNA \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0441\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
@@ -1197,7 +538,7 @@
     "LabelEnableAutomaticPortMapHelp": "\u0416\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442\u0442\u044b \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u043e\u0440\u0442\u049b\u0430 UPnP \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456. \u0411\u04b1\u043b \u043a\u0435\u0439\u0431\u0456\u0440 \u0436\u043e\u043b \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u044b\u0448 \u04b1\u043b\u0433\u0456\u043b\u0435\u0440\u0456\u043c\u0435\u043d \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u043c\u0435\u0439\u0442\u0456\u043d\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
     "LabelExternalDDNS": "\u0421\u044b\u0440\u0442\u049b\u044b WAN-\u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439:",
     "LabelExternalDDNSHelp": "\u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 dynamic DNS \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u043e\u0441\u044b \u0436\u0435\u0440\u0434\u0435 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b \u0441\u044b\u0440\u0442\u0442\u0430\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430 \u043e\u0441\u044b\u043d\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0430\u0434\u044b. \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u0430\u0431\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
-    "TabResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
+    "TabResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u043c\u0430\u043b\u044b",
     "TabWeather": "\u0410\u0443\u0430 \u0440\u0430\u0439\u044b",
     "TitleAppSettings": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
     "LabelMinResumePercentage": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u0435\u04a3 \u0430\u0437 \u043f\u0430\u0439\u044b\u0437\u044b:",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "\u0416\u043e\u0493\u0430\u0440\u0493\u044b \u0431\u0435\u0442\u043a\u0435",
     "ButtonPageDown": "\u0422\u04e9\u043c\u0435\u043d\u0433\u0456 \u0431\u0435\u0442\u043a\u0435",
     "PageAbbreviation": "\u0411\u0415\u0422",
-    "ButtonHome": "\u0411\u0430\u0441\u0442\u044b\u0493\u0430"
+    "ButtonHome": "\u0411\u0430\u0441\u0442\u044b\u0493\u0430",
+    "ButtonSearch": "\u0406\u0437\u0434\u0435\u0443",
+    "ButtonSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0433\u0435",
+    "ButtonTakeScreenshot": "\u042d\u043a\u0440\u0430\u043d\u0434\u044b \u0442\u04af\u0441\u0456\u0440\u0443",
+    "ButtonLetterUp": "\u04d8\u0440\u0456\u043f\u043a\u0435 \u0436\u043e\u0493\u0430\u0440\u0493\u044b\u043b\u0430\u0442\u0443",
+    "ButtonLetterDown": "\u04d8\u0440\u0456\u043f\u043a\u0435 \u0442\u04e9\u043c\u0435\u043d\u0434\u0435\u0442\u0443",
+    "PageButtonAbbreviation": "\u0411\u0415\u0422",
+    "LetterButtonAbbreviation": "\u04d8\u0420\u041f",
+    "TabNowPlaying": "\u049a\u0430\u0437\u0456\u0440 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443\u0434\u0430",
+    "TabNavigation": "\u0428\u0430\u0440\u043b\u0430\u0443",
+    "TabControls": "\u0411\u0430\u0441\u049b\u0430\u0440\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
+    "ButtonFullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d\u0493\u0430",
+    "ButtonScenes": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0493\u0430",
+    "ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0433\u0435",
+    "ButtonAudioTracks": "\u0414\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430",
+    "ButtonPreviousTrack": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b \u0436\u043e\u043b\u0448\u044b\u049b\u049b\u0430",
+    "ButtonNextTrack": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0436\u043e\u043b\u0448\u044b\u049b\u049b\u0430",
+    "ButtonStop": "\u0422\u043e\u049b\u0442\u0430\u0442\u0443",
+    "ButtonPause": "\u04ae\u0437\u0443",
+    "ButtonNext": "\u041a\u0435\u043b\u0435\u0441\u0456\u0433\u0435",
+    "ButtonPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b\u0493\u0430",
+    "LabelGroupMoviesIntoCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443",
+    "LabelGroupMoviesIntoCollectionsHelp": "\u0424\u0438\u043b\u044c\u043c \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435 \u0436\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u043a\u0456\u0440\u0435\u0442\u0456\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0442\u043e\u043f\u0442\u0430\u043b\u0493\u0430\u043d \u0431\u0456\u0440\u044b\u04a3\u0493\u0430\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0434\u0456.",
+    "NotificationOptionPluginError": "\u041f\u043b\u0430\u0433\u0438\u043d \u0441\u04d9\u0442\u0441\u0456\u0437\u0434\u0456\u0433\u0456",
+    "ButtonVolumeUp": "\u04ae\u043d\u0434\u0456\u043b\u0456\u043a\u0442\u0456 \u0436\u043e\u0493\u0430\u0440\u044b\u043b\u0430\u0442\u0443",
+    "ButtonVolumeDown": "\u04ae\u043d\u0434\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u04e9\u043c\u0435\u043d\u0434\u0435\u0442\u0443",
+    "ButtonMute": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b \u04e9\u0448\u0456\u0440\u0443",
+    "HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",
+    "OptionSpecialFeatures": "\u0410\u0440\u043d\u0430\u0439\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440",
+    "HeaderCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+    "LabelProfileCodecsHelp": "\u04ae\u0442\u0456\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u04e9\u043b\u0456\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d. \u0411\u0430\u0440\u043b\u044b\u049b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043b \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "LabelProfileContainersHelp": "\u04ae\u0442\u0456\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u04e9\u043b\u0456\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d. \u0411\u0430\u0440\u043b\u044b\u049b \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043b \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "HeaderResponseProfile": "\u04ae\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "LabelType": "\u0422\u04af\u0440\u0456:",
+    "LabelPersonRole": "\u0420\u04e9\u043b\u0456:",
+    "LabelPersonRoleHelp": "\u0420\u04e9\u043b, \u0436\u0430\u043b\u043f\u044b \u0430\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u043a\u0442\u0435\u0440\u043b\u0435\u0440\u0433\u0435 \u049b\u043e\u043b\u0430\u0439\u043b\u044b.",
+    "LabelProfileContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
+    "LabelProfileVideoCodecs": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
+    "LabelProfileAudioCodecs": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
+    "LabelProfileCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440:",
+    "HeaderDirectPlayProfile": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "HeaderTranscodingProfile": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "HeaderCodecProfile": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "HeaderCodecProfileHelp": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u0434\u0435\u043a \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
+    "HeaderContainerProfile": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "HeaderContainerProfileHelp": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
+    "OptionProfileVideo": "\u0411\u0435\u0439\u043d\u0435",
+    "OptionProfileAudio": "\u0414\u044b\u0431\u044b\u0441",
+    "OptionProfileVideoAudio": "\u0411\u0435\u0439\u043d\u0435 \u0414\u044b\u0431\u044b\u0441",
+    "OptionProfilePhoto": "\u0424\u043e\u0442\u043e",
+    "LabelUserLibrary": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b",
+    "LabelUserLibraryHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u0430\u0439 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u04d8\u0434\u0435\u043f\u043a\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+    "OptionPlainStorageFolders": "\u0411\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "OptionPlainStorageFoldersHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.container.person.musicArtist\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430  \"object.container.storageFolder\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "OptionPlainVideoItems": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0431\u0435\u0439\u043d\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "OptionPlainVideoItemsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.item.videoItem.movie\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430  \"object.item.videoItem\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "LabelSupportedMediaTypes": "\u049a\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456:",
+    "TabIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+    "HeaderIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+    "TabDirectPlay": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443",
+    "TabContainers": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440",
+    "TabCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440",
+    "TabResponses": "\u04ae\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440",
+    "HeaderProfileInformation": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440\u0456",
+    "LabelEmbedAlbumArtDidl": "DIDL \u0456\u0448\u0456\u043d\u0435 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0443",
+    "LabelEmbedAlbumArtDidlHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0493\u0430 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u04d9\u0434\u0456\u0441 \u049b\u0430\u0436\u0435\u0442. \u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440 \u04af\u0448\u0456\u043d, \u043e\u0441\u044b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0439\u043d\u0430\u0442\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "LabelAlbumArtPN": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 PN:",
+    "LabelAlbumArtHelp": "PN \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 \u04af\u0448\u0456\u043d upnp:albumArtURI \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 dlna:profileID \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b\u043c\u0435\u043d \u0431\u0456\u0440\u0433\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0456\u04a3 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0435 \u0430\u04a3\u0493\u0430\u0440\u0443\u0441\u044b\u0437 \u043d\u0430\u049b\u0442\u044b \u043c\u04d9\u043d \u049b\u0430\u0436\u0435\u0442.",
+    "LabelAlbumArtMaxWidth": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
+    "LabelAlbumArtMaxWidthHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+    "LabelAlbumArtMaxHeight": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
+    "LabelAlbumArtMaxHeightHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+    "LabelIconMaxWidth": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
+    "LabelIconMaxWidthHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+    "LabelIconMaxHeight": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
+    "LabelIconMaxHeightHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+    "LabelIdentificationFieldHelp": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0435\u0441\u043a\u0435\u0440\u043c\u0435\u0439\u0442\u0456\u043d \u0456\u0448\u043a\u0456 \u0436\u043e\u043b \u043d\u0435\u043c\u0435\u0441\u0435 \u04b1\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a.",
+    "HeaderProfileServerSettingsHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0435\u0440 Media Browser \u049b\u0430\u043b\u0430\u0439 \u04e9\u0437\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d\u0456\u04a3 \u0431\u0430\u0441\u049b\u0430\u0440\u0430\u0434\u044b.",
+    "LabelMaxBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d:",
+    "LabelMaxBitrateHelp": "\u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430 - \u04e9\u0437 \u0448\u0435\u0433\u0456\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+    "LabelMaxStreamingBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+    "LabelMaxStreamingBitrateHelp": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+    "LabelMaxStaticBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+    "LabelMaxStaticBitrateHelp": "\u0416\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430\u043c\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+    "LabelMusicStaticBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+    "LabelMusicStaticBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
+    "LabelMusicStreamingTranscodingBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437",
+    "OptionIgnoreTranscodeByteRangeRequests": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d \u0435\u043b\u0435\u043c\u0435\u0443",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0441\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u043c\u0435\u043d \u0441\u0430\u043d\u0430\u0441\u0443 \u0431\u043e\u043b\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b\u043d\u044b\u04a3 \u0431\u0430\u0441 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456 \u0435\u043b\u0435\u043f \u0435\u0441\u043a\u0435\u0440\u0456\u043b\u043c\u0435\u0439\u0434\u0456.",
+    "LabelFriendlyName": "\u0422\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u044b",
+    "LabelManufacturer": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456",
+    "LabelManufacturerUrl": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456 url",
+    "LabelModelName": "\u041c\u043e\u0434\u0435\u043b\u044c \u0430\u0442\u044b",
+    "LabelModelNumber": "\u041c\u043e\u0434\u0435\u043b\u044c \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelModelDescription": "\u041c\u043e\u0434\u0435\u043b\u044c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
+    "LabelModelUrl": "\u041c\u043e\u0434\u0435\u043b\u044c url",
+    "LabelSerialNumber": "\u0421\u0435\u0440\u0438\u044f\u043b\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelDeviceDescription": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
+    "HeaderIdentificationCriteriaHelp": "\u0415\u04a3 \u043a\u0435\u043c\u0456\u043d\u0434\u0435 \u0430\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u0431\u0456\u0440 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
+    "HeaderDirectPlayProfileHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456 \u04e9\u04a3\u0434\u0435\u0442\u0435\u0442\u0456\u043d \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u04af\u0441\u0442\u0435\u0443.",
+    "HeaderTranscodingProfileHelp": "\u049a\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d\u0434\u0430 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043b\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u04af\u0441\u0442\u0435\u0443.",
+    "HeaderResponseProfileHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u04af\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u0442\u0435\u04a3\u0448\u0435\u0443 \u04af\u0448\u0456\u043d \u0436\u043e\u043b \u0431\u0435\u0440\u0435\u0434\u0456.",
+    "LabelXDlnaCap": "X-Dlna \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b:",
+    "LabelXDlnaCapHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNACAP \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+    "LabelXDlnaDoc": "X-Dlna \u0442\u04d9\u0441\u0456\u043c\u0456:",
+    "LabelXDlnaDocHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNADOC \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+    "LabelSonyAggregationFlags": "Sony \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443 \u0436\u0430\u043b\u0430\u0443\u0448\u0430\u043b\u0430\u0440\u044b:",
+    "LabelSonyAggregationFlagsHelp": "urn:schemas-sonycom:av \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 aggregationFlags \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+    "LabelTranscodingContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
+    "LabelTranscodingVideoCodec": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a:",
+    "LabelTranscodingVideoProfile": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b:",
+    "LabelTranscodingAudioCodec": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a:",
+    "OptionEnableM2tsMode": "M2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
+    "OptionEnableM2tsModeHelp": "Mpegts \u04af\u0448\u0456\u043d \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 m2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443.",
+    "OptionEstimateContentLength": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043c\u0430\u0437\u043c\u04b1\u043d \u04b1\u0437\u044b\u043d\u0434\u044b\u0493\u044b\u043d \u0431\u0430\u0493\u0430\u043b\u0430\u0443",
+    "OptionReportByteRangeSeekingWhenTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0431\u0430\u0439\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u0441\u0430 \u0431\u0430\u044f\u043d\u0434\u0430\u0443",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u0411\u04b1\u043b \u0443\u0430\u049b\u044b\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456 \u043e\u043d\u0448\u0430 \u0435\u043c\u0435\u0441 \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u049b\u0430\u0436\u0435\u0442.",
+    "HeaderSubtitleDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b \u0436\u043e\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443 \u0436\u04d9\u043d\u0435 OpenSubtitles.org \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "HeaderDownloadSubtitlesFor": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:",
+    "MessageNoChapterProviders": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0441\u0430\u0445\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
+    "LabelSkipIfGraphicalSubsPresent": "\u0415\u0433\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435 \u0441\u044b\u0437\u0431\u0430\u043b\u044b\u049b  \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0441\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
+    "LabelSkipIfGraphicalSubsPresentHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456\u04a3 \u043c\u04d9\u0442\u0456\u043d\u0434\u0456\u043a \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u044b \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0441\u0430, \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456\u043d\u0434\u0435 \u0442\u0438\u0456\u043c\u0434\u0456 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0435\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0431\u0435\u0439\u043d\u0435\u043d\u0456\u04a3 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u044b\u049b\u0442\u0438\u043c\u0430\u043b\u0434\u044b\u0493\u044b\u043d \u043a\u0435\u043c\u0456\u0442\u0435\u0434\u0456.",
+    "TabSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
+    "TabChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
+    "HeaderDownloadChaptersFor": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456:",
+    "HeaderChapterDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
+    "LabelSubtitlePlaybackMode": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456:",
+    "LabelDownloadLanguages": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0434\u0435\u0440:",
+    "ButtonRegister": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
+    "LabelSkipIfAudioTrackPresent": "\u0415\u0433\u0435\u0440 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0433\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0441\u0435 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
+    "LabelSkipIfAudioTrackPresentHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0435, \u0434\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437, \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0493\u0430\u043d\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049b\u04b1\u0441\u0431\u0435\u043b\u0433\u0456\u043d\u0456 \u0430\u043b\u044b\u04a3\u044b\u0437.",
+    "HeaderSendMessage": "\u0425\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0443",
+    "ButtonSend": "\u0416\u0456\u0431\u0435\u0440\u0443",
+    "LabelMessageText": "\u0425\u0430\u0431\u0430\u0440 \u043c\u04d9\u0442\u0456\u043d\u0456",
+    "MessageNoAvailablePlugins": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440 \u0436\u043e\u049b",
+    "LabelDisplayPluginsFor": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "\u042d\u043f\u0438\u0437\u043e\u0434 \u0430\u0442\u0430\u0443\u044b",
+    "LabelSeriesNamePlain": "\u0421\u0435\u0440\u0438\u0430\u043b \u0430\u0442\u0430\u0443\u044b",
+    "ValueSeriesNamePeriod": "\u0421\u0435\u0440\u0438\u0430\u043b.\u0430\u0442\u044b",
+    "ValueSeriesNameUnderscore": "\u0421\u0435\u0440\u0438\u0430\u043b_\u0430\u0442\u044b",
+    "ValueEpisodeNamePeriod": "\u042d\u043f\u0438\u0437\u043e\u0434.\u0430\u0442\u044b",
+    "ValueEpisodeNameUnderscore": "\u042d\u043f\u0438\u0437\u043e\u0434_\u0430\u0442\u044b",
+    "LabelSeasonNumberPlain": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelEpisodeNumberPlain": "\u042d\u043f\u0438\u0437\u043e\u043b \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelEndingEpisodeNumberPlain": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u044b\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "HeaderTypeText": "\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443",
+    "LabelTypeText": "\u041c\u04d9\u0442\u0456\u043d",
+    "HeaderSearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443",
+    "MessageNoSubtitleSearchResultsFound": "\u0406\u0437\u0434\u0435\u0433\u0435\u043d\u0434\u0435 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
+    "TabDisplay": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "TabLanguages": "\u0422\u0456\u043b\u0434\u0435\u0440",
+    "TabWebClient": "\u0432\u0435\u0431 \u043a\u043b\u0438\u0435\u043d\u0442",
+    "LabelEnableThemeSongs": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
+    "LabelEnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
+    "LabelEnableThemeSongsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
+    "LabelEnableBackdropsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "HeaderHomePage": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442",
+    "HeaderSettingsForThisDevice": "\u041e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440",
+    "OptionAuto": "\u0410\u0432\u0442\u043e",
+    "OptionYes": "\u0418\u04d9",
+    "OptionNo": "\u0416\u043e\u049b",
+    "HeaderOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
+    "HeaderIdentificationResult": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456",
+    "LabelHomePageSection1": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 1-\u0431\u04e9\u043b\u0456\u043c:",
+    "LabelHomePageSection2": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 2-\u0431\u04e9\u043b\u0456\u043c:",
+    "LabelHomePageSection3": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 3-\u0431\u04e9\u043b\u0456\u043c:",
+    "LabelHomePageSection4": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 4-\u0431\u04e9\u043b\u0456\u043c:",
+    "OptionMyViewsButtons": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440)",
+    "OptionMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
+    "OptionMyViewsSmall": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u044b\u049b\u0448\u0430\u043c)",
+    "OptionResumablemedia": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u043c\u0430\u043b\u044b",
+    "OptionLatestMedia": "\u0415\u04a3 \u0441\u043e\u04a3\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u043b\u0430\u0440",
+    "OptionLatestChannelMedia": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
+    "HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
+    "OptionNone": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439",
+    "HeaderLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
+    "HeaderReports": "\u0411\u0430\u044f\u043d\u0434\u0430\u043c\u0430\u043b\u0430\u0440",
+    "HeaderMetadataManager": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0442\u0435\u0443\u0448\u0456",
+    "HeaderPreferences": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440",
+    "MessageLoadingChannels": "\u0410\u0440\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443\u0434\u0435...",
+    "MessageLoadingContent": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...",
+    "ButtonMarkRead": "\u041e\u049b\u044b\u043b\u0493\u0430\u043d \u0434\u0435\u043f \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0443",
+    "OptionDefaultSort": "\u04d8\u0434\u0435\u043f\u043a\u0456",
+    "OptionCommunityMostWatchedSort": "\u0415\u04a3 \u043a\u04e9\u043f \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
+    "TabNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
+    "HeaderBecomeMediaBrowserSupporter": "Media Browser \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u044b \u0431\u043e\u043b\u044b\u04a3\u044b\u0437",
+    "TextEnjoyBonusFeatures": "\u0421\u044b\u0439\u0430\u049b\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437",
+    "MessageNoMovieSuggestionsAvailable": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0444\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0493\u044b\u043c\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u04b1\u0441\u044b\u043d\u044b\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u0435\u043b\u0456\u04a3\u0456\u0437.",
+    "MessageNoCollectionsAvailable": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3, \u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440\u0434\u044b\u04a3, \u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440\u0434\u044b\u04a3, \u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440\u0434\u044b\u04a3, \u0436\u04d9\u043d\u0435 \u041e\u0439\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0436\u0435\u043a\u0435\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0436\u0430\u0441\u0430\u0443\u044b\u043d \u0431\u0430\u0441\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \"+\" \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.",
+    "MessageNoPlaylistsAvailable": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456 \u0431\u0456\u0440 \u043a\u0435\u0437\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0436\u0430\u0441\u0430\u0443\u0493\u0430  \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0433\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443 \u04af\u0448\u0456\u043d, \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u043f \u0436\u04d9\u043d\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443 \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
+    "MessageNoPlaylistItemsAvailable": "\u041e\u0441\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0431\u043e\u0441.",
+    "ButtonDismiss": "\u0416\u0430\u0441\u044b\u0440\u0443",
+    "ButtonEditOtherUserPreferences": "\u041e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u043d \u0436\u04d9\u043d\u0435 \u0434\u0430\u0440\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u04e9\u04a3\u0434\u0435\u0443.",
+    "LabelChannelStreamQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
+    "LabelChannelStreamQualityHelp": "\u0421\u0430\u043f\u0430\u0441\u044b\u043d \u0448\u0435\u043a\u0442\u0435\u0443\u0456 \u0436\u0430\u0442\u044b\u049b\u0442\u0430\u0443 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d, \u04e9\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u0434\u0430 \u043a\u04e9\u043c\u0435\u043a \u0431\u0435\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "OptionBestAvailableStreamQuality": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u04a3 \u0436\u0430\u049b\u0441\u044b",
+    "LabelEnableChannelContentDownloadingFor": "\u0411\u04b1\u043b \u04af\u0448\u0456\u043d \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u0441\u0443:",
+    "LabelEnableChannelContentDownloadingForHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u049b\u0430\u0440\u0430\u0443\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u0439\u0434\u044b. \u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u043d \u0431\u043e\u0441 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437. \u041c\u0430\u0437\u043c\u04af\u043d \u0430\u0440\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u0431\u04e9\u043b\u0456\u0433\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456.",
+    "LabelChannelDownloadPath": "\u0410\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b:",
+    "LabelChannelDownloadPathHelp": "\u041a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u0411\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430\u0441\u044b\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+    "LabelChannelDownloadAge": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u043e\u0439\u044b\u043b\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d, \u043a\u04af\u043d:",
+    "LabelChannelDownloadAgeHelp": "\u0411\u04b1\u0434\u0430\u043d \u0431\u04b1\u0440\u044b\u043d\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u04d9\u0434\u0456\u0441\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u043e\u0439\u043d\u0430\u0442\u0443 \u0456\u0441\u0442\u0435 \u049b\u0430\u043b\u0430\u0434\u044b.",
+    "ChannelSettingsFormHelp": "\u041f\u043b\u0430\u0433\u0438\u043d \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0456\u043d\u0434\u0435\u0433\u0456 Trailers \u0436\u04d9\u043d\u0435 Vimeo \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
+    "ButtonOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0493\u0430",
+    "ViewTypeMovies": "\u041a\u0438\u043d\u043e",
+    "ViewTypeTvShows": "\u0422\u0414",
+    "ViewTypeGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
+    "ViewTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
+    "ViewTypeMusicGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+    "ViewTypeMusicArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+    "ViewTypeBoxSets": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+    "ViewTypeChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
+    "ViewTypeLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
+    "ViewTypeLiveTvNowPlaying": "\u042d\u0444\u0438\u0440\u0434\u0435",
+    "ViewTypeLatestGames": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043e\u0439\u044b\u043d\u0434\u0430\u0440",
+    "ViewTypeRecentlyPlayedGames": "\u0416\u0430\u049b\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
+    "ViewTypeGameFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+    "ViewTypeGameSystems": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0456",
+    "ViewTypeGameGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+    "ViewTypeTvResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u043c\u0430\u043b\u044b",
+    "ViewTypeTvNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
+    "ViewTypeTvLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+    "ViewTypeTvShowSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+    "ViewTypeTvGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+    "ViewTypeTvFavoriteSeries": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0441\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+    "ViewTypeTvFavoriteEpisodes": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
+    "ViewTypeMovieResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u043c\u0430\u043b\u044b",
+    "ViewTypeMovieLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+    "ViewTypeMovieMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
+    "ViewTypeMovieCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+    "ViewTypeMovieFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+    "ViewTypeMovieGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+    "ViewTypeMusicLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+    "ViewTypeMusicAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+    "ViewTypeMusicAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440\u044b",
+    "HeaderOtherDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+    "ViewTypeMusicSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
+    "ViewTypeMusicFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+    "ViewTypeMusicFavoriteAlbums": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0430\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+    "ViewTypeMusicFavoriteArtists": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+    "ViewTypeMusicFavoriteSongs": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440",
+    "HeaderMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
+    "LabelSelectFolderGroups": "\u041a\u0435\u043b\u0435\u0441\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u041a\u0438\u043d\u043e, \u041c\u0443\u0437\u044b\u043a\u0430 \u0436\u04d9\u043d\u0435 \u0422\u0414 \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0433\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443:",
+    "LabelSelectFolderGroupsHelp": "\u0411\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0431\u0435\u0433\u0435\u043d \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u04e9\u0437 \u0431\u0435\u0442\u0456\u043c\u0435\u043d \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "OptionDisplayAdultContent": "\u0415\u0440\u0435\u0441\u0435\u043a \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
+    "OptionLibraryFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b",
+    "TitleRemoteControl": "\u049a\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
+    "OptionLatestTvRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
+    "LabelProtocolInfo": "\u041f\u0440\u043e\u0442\u043e\u049b\u043e\u043b \u0442\u0443\u0440\u0430\u043b\u044b:",
+    "LabelProtocolInfoHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 GetProtocolInfo \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d\u0430 \u0436\u0430\u0443\u0430\u043f \u0431\u0435\u0440\u0433\u0435\u043d\u0434\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+    "TabNfo": "NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440",
+    "HeaderKodiMetadataHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u043d \u049b\u0430\u043c\u0442\u0438\u0434\u044b. NFO-\u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u04e9\u0448\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440 \u049b\u043e\u0439\u044b\u043d\u0434\u044b\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d\u0435 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.",
+    "LabelKodiMetadataUser": "NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u043c\u044b\u043d\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u049b\u0430\u0440\u0430\u0443 \u043a\u04af\u0439\u0456\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
+    "LabelKodiMetadataUserHelp": "\u049a\u0430\u0440\u0430\u0443 \u043a\u04af\u0439\u0434\u0456 Media Browser \u0436\u04d9\u043d\u0435 NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043f \u0442\u04b1\u0440\u0443 \u04af\u0448\u0456\u043d \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
+    "LabelKodiMetadataDateFormat": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456\u043d\u0456\u04a3 \u043f\u0456\u0448\u0456\u043c\u0456:",
+    "LabelKodiMetadataDateFormatHelp": "\u041e\u0441\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f nfo \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0431\u0430\u0440\u043b\u044b\u049b \u043a\u04af\u043d\u0434\u0435\u0440\u0456 \u043e\u049b\u044b\u043b\u0430\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u0437\u044b\u043b\u0430\u0434\u044b.",
+    "LabelKodiMetadataSaveImagePaths": "\u0421\u0443\u0440\u0435\u0442 \u0436\u043e\u043b\u0434\u0430\u0440\u044b\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u0443",
+    "LabelKodiMetadataSaveImagePathsHelp": "\u0415\u0433\u0435\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 Kodi \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u049b \u04b1\u0441\u0442\u0430\u043d\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u0441\u0430\u0439 \u043a\u0435\u043b\u043c\u0435\u0433\u0435\u043d \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b.",
+    "LabelKodiMetadataEnablePathSubstitution": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0430\u0434\u044b.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u0440\u0430\u0443.",
+    "LabelGroupChannelsIntoViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c\u0434\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043a\u0435\u043b\u0435\u0441\u0456 \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
+    "LabelGroupChannelsIntoViewsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043e\u0441\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u0431\u0430\u0441\u049b\u0430 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u0442\u0430\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0441\u0430, \u043e\u043b\u0430\u0440 \u0431\u04e9\u043b\u0435\u043a \u0410\u0440\u043d\u0430\u043b\u0430\u0440 \u043a\u04e9\u0440\u0456\u043d\u0456\u0441\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "LabelDisplayCollectionsView": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0436\u0438\u043d\u0430\u049b\u0442\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "LabelDisplayCollectionsViewHelp": "\u0411\u04b1\u043b \u0441\u0456\u0437 \u0436\u0430\u0441\u0430\u0493\u0430\u043d \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u043e\u043b \u0436\u0435\u0442\u043a\u0456\u0437\u0435 \u0430\u043b\u0430\u0442\u044b\u043d \u0436\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u04e9\u043b\u0435\u043a \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0456 \u0436\u0430\u0441\u0430\u0439\u0434\u044b. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u044b \u0436\u0430\u0441\u0430\u0443 \u04af\u0448\u0456\u043d, \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u043d\u0456\u04a3 \u04af\u0441\u0442\u0456\u043d\u0434\u0435 \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u04a3\u0456\u0437 \u0434\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437 \u0436\u04d9\u043d\u0435 \"\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u04af\u0441\u0442\u0435\u0443\" \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
+    "LabelKodiMetadataEnableExtraThumbs": "\u04d8\u0434\u0435\u043f\u043a\u0456 extrafanart \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d extrathumbs \u0456\u0448\u0456\u043d\u0435 \u043a\u04e9\u0448\u0456\u0440\u0443",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u043e\u043b\u0430\u0440 Kodi \u049b\u0430\u0431\u044b\u0493\u044b\u043c\u0435\u043d \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u044b\u0441\u044b\u043c\u0434\u044b\u0493\u044b \u04af\u0448\u0456\u043d extrafanart \u0436\u04d9\u043d\u0435 extrathumbs \u0435\u043a\u0435\u0443\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
+    "TabServices": "\u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440",
+    "TabLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440",
+    "HeaderServerLogFiles": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u04b1\u0440\u043d\u0430\u043b \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
+    "TabBranding": "\u0411\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443",
+    "HeaderBrandingHelp": "\u0422\u043e\u0431\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043d\u0435 \u04b1\u0439\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043c\u04b1\u049b\u0442\u0430\u0436\u0434\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430 \u04af\u0439\u043b\u0435\u0441\u0456\u043c\u0434\u0456 Media Browser \u0431\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u0443.",
+    "LabelLoginDisclaimer": "\u041a\u0456\u0440\u0433\u0435\u043d\u0434\u0435\u0433\u0456 \u0435\u0441\u043a\u0435\u0440\u0442\u0443:",
+    "LabelLoginDisclaimerHelp": "\u0411\u04b1\u043b \u043a\u0456\u0440\u0443 \u0431\u0435\u0442\u0456\u043d\u0456\u04a3 \u0442\u04e9\u043c\u0435\u043d\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+    "LabelAutomaticallyDonate": "\u041e\u0441\u044b \u0441\u043e\u043c\u0430\u043d\u044b \u04d9\u0440 \u0430\u0439 \u0441\u0430\u0439\u044b\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u044b\u0439\u043b\u0430\u0443",
+    "LabelAutomaticallyDonateHelp": "PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b\u04a3\u044b\u0437 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u043e\u0493\u0430\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u04a3\u0456\u0437 \u0431\u0430\u0440.",
+    "OptionList": "\u0422\u0456\u0437\u0456\u043c",
+    "TabDashboard": "\u0411\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b",
+    "TitleServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
+    "LabelCache": "\u041a\u044d\u0448:",
+    "LabelLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440:",
+    "LabelMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440:",
+    "LabelImagesByName": "\u0410\u0442\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440:",
+    "LabelTranscodingTemporaryFiles": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u044b\u04a3 \u0443\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
+    "HeaderLatestMusic": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043c\u0443\u0437\u044b\u043a\u0430",
+    "HeaderBranding": "\u0411\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443",
+    "HeaderApiKeys": "API \u043a\u0456\u043b\u0442\u0442\u0435\u0440\u0456",
+    "HeaderApiKeysHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440 Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d API \u043a\u0456\u043b\u0442\u0456 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456. \u041a\u0456\u043b\u0442\u0442\u0435\u0440 Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435, \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0456\u043b\u0442\u0442\u0456 \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u049b\u043e\u043b\u043c\u0435\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435 \u0431\u0435\u0440\u0456\u043b\u0435\u0434\u0456.",
+    "HeaderApiKey": "API \u043a\u0456\u043b\u0442\u0456",
+    "HeaderApp": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430",
+    "HeaderDevice": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b",
+    "HeaderUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
+    "HeaderDateIssued": "\u0411\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
+    "LabelChapterName": "{0}-\u0441\u0430\u0445\u043d\u0430",
+    "HeaderNewApiKey": "\u0416\u0430\u04a3\u0430 API \u043a\u0456\u043b\u0442\u0456",
+    "LabelAppName": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0430\u0442\u044b",
+    "LabelAppNameExample": "\u041c\u044b\u0441\u0430\u043b\u044b: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u049b\u04b1\u049b\u044b\u049b\u044b\u0493\u044b \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443.",
+    "HeaderHttpHeaders": "HTTP \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u043b\u0435\u0440\u0456",
+    "HeaderIdentificationHeader": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456",
+    "LabelValue": "\u041c\u04d9\u043d\u0456:",
+    "LabelMatchType": "\u0421\u04d9\u0439\u043a\u0435\u0441 \u0442\u04af\u0440\u0456:",
+    "OptionEquals": "\u0422\u0435\u04a3",
+    "OptionRegex": "\u04b0\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a",
+    "OptionSubstring": "\u0406\u0448\u043a\u0456 \u0436\u043e\u043b",
+    "TabView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441",
+    "TabSort": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u0443",
+    "TabFilter": "\u0421\u04af\u0437\u0443",
+    "ButtonView": "\u049a\u0430\u0440\u0430\u0443",
+    "LabelPageSize": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
+    "LabelPath": "\u0416\u043e\u043b\u044b:",
+    "LabelView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441:",
+    "TabUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+    "LabelSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b:",
+    "LabelDateAdded": "\u04ae\u0441\u0442\u0435\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
+    "HeaderFeatures": "\u0415\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440",
+    "HeaderAdvanced": "\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d",
+    "ButtonSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "TabScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0443\u0448\u044b",
+    "HeaderChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
+    "HeaderResumeSettings": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+    "TabSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "TitleUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+    "LabelProtocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b:",
+    "OptionProtocolHttp": "HTTP",
+    "OptionProtocolHls": "Http \u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 (HLS)",
+    "LabelContext": "\u041c\u04d9\u0442\u0456\u043d\u043c\u04d9\u043d:",
+    "OptionContextStreaming": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443",
+    "OptionContextStatic": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "ButtonAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
+    "TabPlaylists": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456",
+    "ButtonClose": "\u0416\u0430\u0431\u0443",
+    "LabelAllLanguages": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0456\u043b\u0434\u0435\u0440",
+    "HeaderBrowseOnlineImages": "\u0416\u0435\u043b\u0456\u043b\u0456\u043a \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
+    "LabelSource": "\u049a\u0430\u0439\u043d\u0430\u0440 \u043a\u04e9\u0437\u0456:",
+    "OptionAll": "\u0411\u04d9\u0440\u0456",
+    "LabelImage": "\u0421\u0443\u0440\u0435\u0442:",
+    "ButtonBrowseImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
+    "HeaderImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
+    "HeaderBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
+    "HeaderScreenshots": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456",
+    "HeaderAddUpdateImage": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u04af\u0441\u0442\u0435\u0443\/\u0436\u0430\u04a3\u0430\u0440\u0442\u0443",
+    "LabelJpgPngOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 JPG\/PNG",
+    "LabelImageType": "\u0421\u0443\u0440\u0435\u0442 \u0442\u04af\u0440\u0456:",
+    "OptionPrimary": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b",
+    "OptionArt": "\u041e\u044e \u0441\u0443\u0440\u0435\u0442",
+    "OptionBox": "\u049a\u043e\u0440\u0430\u043f",
+    "OptionBoxRear": "\u049a\u043e\u0440\u0430\u043f \u0430\u0440\u0442\u044b",
+    "OptionDisc": "\u0414\u0438\u0441\u043a\u0456",
+    "OptionLogo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
+    "OptionMenu": "\u041c\u04d9\u0437\u0456\u0440",
+    "OptionScreenshot": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0456",
+    "OptionLocked": "\u049a\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u043d\u0493\u0430\u043d\u0434\u0430\u0440",
+    "OptionUnidentified": "\u0410\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d\u0434\u0430\u0440",
+    "OptionMissingParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442 \u0436\u043e\u049b",
+    "OptionStub": "\u0422\u044b\u0493\u044b\u043d",
+    "HeaderEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440:",
+    "OptionSeason0": "0-\u043c\u0430\u0443\u0441\u044b\u043c",
+    "LabelReport": "\u0411\u0430\u044f\u043d\u0434\u0430\u043c\u0430:",
+    "OptionReportSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
+    "OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+    "OptionReportSeasons": "\u041c\u0430\u0443\u0441\u044b\u043c\u0434\u0430\u0440",
+    "OptionReportTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440",
+    "OptionReportMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
+    "OptionReportMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
+    "OptionReportHomeVideos": "\u04ae\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
+    "OptionReportGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
+    "OptionReportEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
+    "OptionReportCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+    "OptionReportBooks": "\u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440",
+    "OptionReportArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+    "OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+    "OptionReportAdultVideos": "\u0415\u0440\u0435\u0441\u0435\u043a \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
+    "ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
+    "HeaderActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+    "ScheduledTaskStartedWithName": "{0} \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0434\u044b",
+    "ScheduledTaskCancelledWithName": "{0} \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
+    "ScheduledTaskCompletedWithName": "{0} \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
+    "ScheduledTaskFailed": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430 \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
+    "PluginInstalledWithName": "{0} \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0434\u044b",
+    "PluginUpdatedWithName": "{0} \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+    "PluginUninstalledWithName": "{0} \u0436\u043e\u0439\u044b\u043b\u0434\u044b",
+    "ScheduledTaskFailedWithName": "{0} \u0441\u04d9\u0442\u0441\u0456\u0437",
+    "ItemAddedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456)",
+    "ItemRemovedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b)",
+    "DeviceOnlineWithName": "{0} \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
+    "UserOnlineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
+    "DeviceOfflineWithName": "{0} \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
+    "UserOfflineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
+    "SubtitlesDownloadedForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0434\u044b",
+    "SubtitleDownloadFailureForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0443\u044b \u0441\u04d9\u0442\u0441\u0456\u0437",
+    "LabelRunningTimeValue": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u0443\u0430\u049b\u044b\u0442\u044b: {0}",
+    "LabelIpAddressValue": "IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: {0}",
+    "UserConfigurationUpdatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+    "UserCreatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d",
+    "UserPasswordChangedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0442\u0456\u043b\u0434\u0456",
+    "UserDeletedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u043e\u0439\u044b\u043b\u0493\u0430\u043d",
+    "MessageServerConfigurationUpdated": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+    "MessageNamedServerConfigurationUpdatedWithValue": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b (\u0431\u04e9\u043b\u0456\u043c {0}) \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+    "MessageApplicationUpdated": "Media Browser Server \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+    "AuthenticationSucceededWithUserName": "{0} \u0442\u04af\u043f\u043d\u04b1\u0441\u049b\u0430\u043b\u044b\u0493\u044b\u043d \u0440\u0430\u0441\u0442\u0430\u043b\u0443\u044b \u0441\u04d9\u0442\u0442\u0456",
+    "FailedLoginAttemptWithUserName": "{0} \u043a\u0456\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456 \u0441\u04d9\u0442\u0441\u0456\u0437",
+    "UserStartedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0431\u0430\u0441\u0442\u0430\u043b\u0434\u044b",
+    "UserStoppedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0442\u043e\u049b\u0442\u0430\u043b\u0434\u044b",
+    "AppDeviceValues": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430: {0}, \u0416\u0430\u0431\u0434\u044b\u049b: {1}",
+    "ProviderValue": "\u0416\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456: {0}",
+    "LabelChannelDownloadSizeLimit": "\u0416\u04af\u043a\u0442\u0435\u043c\u0435 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0456\u04a3 \u0448\u0435\u0433\u0456 (GB)",
+    "LabelChannelDownloadSizeLimitHelpText": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u043b\u0442\u0430\u0441\u044b \u04e9\u043b\u0448\u0435\u043c\u0456\u043d \u0448\u0435\u043a\u0442\u0435\u0443.",
+    "HeaderRecentActivity": "\u041a\u0435\u0438\u0456\u043d\u0433\u0456 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+    "HeaderPeople": "\u0410\u0434\u0430\u043c\u0434\u0430\u0440",
+    "HeaderDownloadPeopleMetadataFor": "\u04e8\u043c\u0456\u0440\u0431\u0430\u044f\u043d \u0431\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u043c\u0430\u049b\u0441\u0430\u0442\u044b;",
+    "OptionComposers": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u043b\u0430\u0440",
+    "OptionOthers": "\u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440",
+    "HeaderDownloadPeopleMetadataForHelp": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u049b\u0430\u043d\u0434\u0430 \u044d\u043a\u0440\u0430\u043d\u0434\u0430\u0493\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u04b1\u0441\u044b\u043d\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u043b\u0435\u0440\u0456 \u0431\u0430\u044f\u0443\u043b\u0430\u0439\u0434\u044b.",
+    "ViewTypeFolders": "\u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440",
+    "LabelDisplayFoldersView": "\u041a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "ViewTypeLiveTvRecordingGroups": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
+    "ViewTypeLiveTvChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
+    "LabelEasyPinCode": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434:",
+    "EasyPasswordHelp": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u04a3\u044b\u0437 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430\u043d \u0434\u0435\u0440\u0431\u0435\u0441 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b, \u0436\u04d9\u043d\u0435 \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0434\u0435 \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u044b\u043f \u043a\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "LabelInNetworkSignInWithEasyPassword": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u043c \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0434\u0435 \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u044b\u043f \u043a\u0456\u0440\u0443\u0434\u0456 \u049b\u043e\u0441\u0443",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u04af\u0439 \u0436\u0435\u043b\u0456\u0441\u0456 \u0456\u0448\u0456\u043d\u0435\u043d Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u043a\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u044b\u04a3\u044b\u0437\u0434\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u044b\u04a3\u044b\u0437 \u043c\u04af\u043c\u043a\u0456\u043d. \u0421\u0456\u0437\u0434\u0456\u04a3 \u049b\u0430\u043b\u044b\u043f\u0442\u044b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u04a3\u0456\u0437 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04af\u0439 \u0441\u044b\u0440\u0442\u044b\u043d\u0434\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 PIN-\u043a\u043e\u0434 \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u043b\u0441\u0430, \u04af\u0439 \u0436\u0435\u043b\u0456\u0441\u0456\u043d\u0434\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u04a3\u0456\u0437 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b.",
+    "HeaderPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437",
+    "HeaderLocalAccess": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0430\u0441",
+    "HeaderViewOrder": "\u0410\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440 \u0440\u0435\u0442\u0456",
+    "ButtonResetEasyPassword": "\u041e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d PIN-\u043a\u043e\u0434\u0442\u044b \u044b\u0441\u044b\u0440\u0443",
+    "LabelSelectUserViewOrder": "Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c \u0440\u0435\u0442\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437",
+    "LabelMetadataRefreshMode": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
+    "LabelImageRefreshMode": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
+    "OptionDownloadMissingImages": "\u0416\u043e\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
+    "OptionReplaceExistingImages": "\u0411\u0430\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
+    "OptionRefreshAllData": "\u0411\u0430\u0440\u043b\u044b\u049b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+    "OptionAddMissingDataOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u043e\u043a \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443",
+    "OptionLocalRefreshOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+    "HeaderRefreshMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+    "HeaderPersonInfo": "\u0422\u04b1\u043b\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u044b",
+    "HeaderIdentifyItem": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
+    "HeaderIdentifyItemHelp": "\u0406\u0437\u0434\u0435\u0443\u0434\u0456\u04a3 \u0431\u0456\u0440 \u043d\u0435 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. \u0406\u0437\u0434\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0431\u0435\u0439\u0442\u0443 \u04af\u0448\u0456\u043d \u0448\u0430\u0440\u0442\u0442\u044b \u0430\u043b\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
+    "HeaderConfirmDeletion": "\u0416\u043e\u044e\u0434\u044b \u0440\u0430\u0441\u0442\u0430\u0443",
+    "LabelFollowingFileWillBeDeleted": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0444\u0430\u0439\u043b \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b:",
+    "LabelIfYouWishToContinueWithDeletion": "\u0415\u0433\u0435\u0440 \u0436\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0441\u0430\u04a3\u044b\u0437, \u043c\u044b\u043d\u0430\u043d\u044b\u04a3 \u043c\u04d9\u043d\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u0440\u0430\u0441\u0442\u0430\u04a3\u044b\u0437:",
+    "ButtonIdentify": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+    "LabelAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u0441\u044b:",
+    "LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c:",
+    "LabelCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+    "LabelVoteCount": "\u0414\u0430\u0443\u044b\u0441 \u0435\u0441\u0435\u0431\u0456:",
+    "LabelMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+    "LabelCriticRating": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+    "LabelCriticRatingSummary": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0430\u049b\u043f\u0430\u0440\u044b:",
+    "LabelAwardSummary": "\u041c\u0430\u0440\u0430\u043f\u0430\u0442 \u0430\u049b\u043f\u0430\u0440\u044b:",
+    "LabelWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b:",
+    "LabelTagline": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0441\u04e9\u0439\u043b\u0435\u043c:",
+    "LabelOverview": "\u0416\u0430\u043b\u043f\u044b \u0448\u043e\u043b\u0443:",
+    "LabelShortOverview": "\u049a\u044b\u0441\u049b\u0430\u0448\u0430 \u0448\u043e\u043b\u0443:",
+    "LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:",
+    "LabelYear": "\u0416\u044b\u043b\u044b:",
+    "LabelPlaceOfBirth": "\u0422\u0443\u0493\u0430\u043d \u0436\u0435\u0440\u0456:",
+    "LabelEndDate": "\u0410\u044f\u049b\u0442\u0430\u043b\u0443 \u043a\u04af\u043d\u0456:",
+    "LabelAirDate": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
+    "LabelAirTime:": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b",
+    "LabelRuntimeMinutes": "\u04b0\u0437\u0430\u049b\u0442\u044b\u0493\u044b, \u043c\u0438\u043d:",
+    "LabelParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b:",
+    "LabelCustomRating": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0441\u0430\u043d\u0430\u0442:",
+    "LabelBudget": "\u0411\u044e\u0434\u0436\u0435\u0442\u0456",
+    "LabelRevenue": "\u0422\u04af\u0441\u0456\u043c\u0456, $:",
+    "LabelOriginalAspectRatio": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456\u043a \u0430\u0440\u0430\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u044b:",
+    "LabelPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440:",
+    "Label3DFormat": "3D \u043f\u0456\u0448\u0456\u043c\u0456:",
+    "HeaderAlternateEpisodeNumbers": "\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u043b\u0435\u0440\u0456",
+    "HeaderSpecialEpisodeInfo": "\u0410\u0440\u043d\u0430\u0439\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u0442\u0443\u0440\u0430\u043b\u044b",
+    "HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:",
+    "LabelDvdSeasonNumber": "DVD \u043c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelDvdEpisodeNumber": "DVD \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelAbsoluteEpisodeNumber": "\u041d\u0430\u049b\u043f\u0430-\u043d\u0430\u049b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
+    "LabelAirsBeforeSeason": "\"Airs before\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
+    "LabelAirsAfterSeason": "\"Airs after\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
+    "LabelAirsBeforeEpisode": "\"Airs after\" \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+    "LabelTreatImageAs": "\u041a\u0435\u0441\u043a\u0456\u043d \u049b\u0430\u0440\u0430\u0441\u0442\u044b\u0440\u0443\u044b:",
+    "LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
+    "LabelDisplaySpecialsWithinSeasons": "\u0410\u0440\u043d\u0430\u0439\u044b\u043b\u0430\u0440\u0434\u044b \u044d\u0444\u0438\u0440\u0434\u0435 \u0431\u043e\u043b\u0493\u0430\u043d \u043c\u0430\u0443\u0441\u044b\u043c \u0456\u0448\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "HeaderCountries": "\u0415\u043b\u0434\u0435\u0440",
+    "HeaderGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+    "HeaderPlotKeywords": "\u0421\u044e\u0436\u0435\u0442\u0442\u0456\u043d \u043a\u0456\u043b\u0442 \u0441\u04e9\u0437\u0434\u0435\u0440\u0456",
+    "HeaderStudios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440",
+    "HeaderTags": "\u0422\u0435\u0433\u0442\u0435\u0440",
+    "HeaderMetadataSettings": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+    "LabelLockItemToPreventChanges": "\u041e\u0441\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u043a\u0435\u043b\u0435\u0448\u0435\u043a \u04e9\u0437\u0433\u0435\u0440\u0442\u0443\u043b\u0435\u0440\u0434\u0435\u043d \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443",
+    "MessageLeaveEmptyToInherit": "\u0422\u0435\u043a\u0442\u0456\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u0493\u0430\u043b\u0430\u043c\u0434\u044b\u049b \u04d9\u0434\u0435\u043f\u043a\u0456 \u043c\u04d9\u043d\u0456\u043d\u0435\u043d\u0456. \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+    "TabDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b",
+    "HeaderDonationType": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0442\u04af\u0440\u0456:",
+    "OptionMakeOneTimeDonation": "\u0411\u04e9\u043b\u0435\u043a \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0436\u0430\u0441\u0430\u0443",
+    "OptionOneTimeDescription": "\u0411\u04b1\u043b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u043e\u043f\u049b\u0430 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b. \u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u0440 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043a\u0456\u043b\u0442\u0456 \u0436\u0430\u0441\u0430\u043b\u043c\u0430\u0439\u0434\u044b.",
+    "OptionLifeTimeSupporterMembership": "\u0492\u04b1\u043c\u044b\u0440\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+    "OptionYearlySupporterMembership": "\u0416\u044b\u043b\u0434\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+    "OptionMonthlySupporterMembership": "\u0410\u0439\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+    "OptionNoTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0441\u0456\u0437",
+    "OptionNoThemeSong": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0441\u0456\u0437",
+    "OptionNoThemeVideo": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u0441\u0456\u0437",
+    "LabelOneTimeDonationAmount": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b:",
+    "ButtonDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0430\u0443",
+    "OptionActor": "\u0410\u043a\u0442\u0435\u0440",
+    "OptionComposer": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440",
+    "OptionDirector": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440",
+    "OptionGuestStar": "\u0428\u0430\u049b\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0430\u043a\u0442\u0435\u0440",
+    "OptionProducer": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440",
+    "OptionWriter": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u0448\u0456",
+    "LabelAirDays": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
+    "LabelAirTime": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b:",
+    "HeaderMediaInfo": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u0443\u0440\u0430\u043b\u044b",
+    "HeaderPhotoInfo": "\u0424\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442 \u0442\u0443\u0440\u0430\u043b\u044b",
+    "HeaderInstall": "\u041e\u0440\u043d\u0430\u0442\u0443",
+    "LabelSelectVersionToInstall": "\u041e\u0440\u043d\u0430\u0442\u044b\u043c \u043d\u04b1\u0441\u049b\u0430\u0441\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443:",
+    "LinkSupporterMembership": "\u0416\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u0442\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437",
+    "MessageSupporterPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0433\u0435 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0435\u0433\u0456\u043d \u0441\u044b\u043d\u0430\u043c\u0430\u0434\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "MessagePremiumPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0435\u0433\u0456\u043d \u0441\u044b\u043d\u0430\u043c\u0430\u0434\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "HeaderReviews": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440",
+    "HeaderDeveloperInfo": "\u0416\u0430\u0441\u0430\u049b\u0442\u0430\u0443\u0448\u044b\u043b\u0430\u0440 \u0442\u0443\u0440\u0430\u043b\u044b",
+    "HeaderRevisionHistory": "\u04e8\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0442\u0430\u0440\u0438\u0445\u044b",
+    "ButtonViewWebsite": "\u0421\u0430\u0439\u0442\u044b\u043d\u0430",
+    "LabelRecurringDonationCanBeCancelledHelp": "\u049a\u0430\u0439\u0442\u0430\u043b\u0430\u043c\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b\u0442\u0430\u0440 PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u0430 \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "HeaderXmlSettings": "XML \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+    "HeaderXmlDocumentAttributes": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
+    "HeaderXmlDocumentAttribute": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b",
+    "XmlDocumentAttributeListHelp": "\u041e\u0441\u044b \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440 \u04d9\u0440\u0431\u0456\u0440 XML \u04af\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0431\u0456\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+    "OptionSaveMetadataAsHidden": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u044b\u0440\u044b\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u0443",
+    "LabelExtractChaptersDuringLibraryScan": "\u0421\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435 \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u0443",
+    "LabelExtractChaptersDuringLibraryScanHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u0441\u044b\u0440\u0442\u0442\u0430\u043d \u0430\u043b\u044b\u043d\u0493\u0430\u043d\u0434\u0430, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b. \u0410\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u04b1\u043b\u0430\u0440 \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0435 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0442\u04b1\u0440\u0430\u049b\u0442\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u0456\u043d \u0436\u044b\u043b\u0434\u0430\u043c\u044b\u0440\u0430\u049b \u0430\u044f\u049b\u0442\u0430\u043b\u0443\u044b \u04b1\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043f, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
+    "LabelConnectGuestUserName": "\u041e\u043b\u0430\u0440\u0434\u044b\u04a3 Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b:",
+    "LabelConnectUserName": "Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\/\u044d-\u043f\u043e\u0448\u0442\u0430\u0441\u044b:",
+    "LabelConnectUserNameHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0431\u0456\u043b\u043c\u0435\u0439 \u0442\u04b1\u0440\u044b\u043f \u04d9\u0440\u049b\u0430\u0439\u0441\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0441\u044b\u043d\u0430\u043d \u043e\u04a3\u0430\u0439\u0442\u044b\u043b\u0493\u0430\u043d \u043a\u0456\u0440\u0443-\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0442\u044b \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u044b\u04a3\u044b\u0437.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Media Browser Connect \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
+    "LabelExternalPlayers": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440:",
+    "LabelExternalPlayersHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440\u0434\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443. \u0411\u04b1\u043b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 URL \u0441\u0445\u0435\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d, \u04d9\u0434\u0435\u0442\u0442\u0435, Android \u0436\u04d9\u043d\u0435 iOS, \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456. \u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440, \u049b\u0430\u0493\u0438\u0434\u0430 \u0431\u043e\u0439\u044b\u043d\u0448\u0430, \u0430\u043b\u044b\u0441\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u043c\u0430\u0439\u0434\u044b.",
+    "HeaderSubtitleProfile": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+    "HeaderSubtitleProfiles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b",
+    "HeaderSubtitleProfilesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b \u043e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u043e\u043b\u0434\u0430\u0443\u044b \u0431\u0430\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0439\u0434\u044b.",
+    "LabelFormat": "\u041f\u0456\u0448\u0456\u043c:",
+    "LabelMethod": "\u04d8\u0434\u0456\u0441:",
+    "LabelDidlMode": "DIDL \u0440\u0435\u0436\u0456\u043c\u0456:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043c\u0435\u043d \u0435\u043d\u0434\u0456\u0440\u0443\u043b\u0456",
+    "OptionExternallyDownloaded": "\u0421\u044b\u0440\u0442\u0442\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0433\u0435\u043d",
+    "OptionHlsSegmentedSubtitles": "HLS \u0431\u04e9\u043b\u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
+    "LabelSubtitleFormatHelp": "\u041c\u044b\u0441\u0430\u043b: srt",
+    "ButtonLearnMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
+    "TabPlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
+    "HeaderLanguagePreferences": "\u0422\u0456\u043b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456",
+    "TabCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
+    "TitlePlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
+    "LabelEnableCinemaModeFor": "\u041c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443:",
+    "CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u0431\u0430\u0441\u0442\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0456\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456\u043c\u0435\u043d \u043a\u0438\u043d\u043e \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u049b\u043e\u043d\u0430\u049b\u0436\u0430\u0439\u044b\u04a3\u044b\u0437\u0493\u0430 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
+    "OptionTrailersFromMyMovies": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+    "OptionUpcomingMoviesInTheaters": "\u0416\u0430\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+    "LabelLimitIntrosToUnwatchedContent": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+    "LabelEnableIntroParentalControl": "\u0417\u0438\u044f\u0442\u0442\u044b \u0430\u0442\u0430-\u0430\u043d\u0430\u043b\u044b\u049b \u0431\u0430\u049b\u044b\u043b\u0430\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
+    "LabelEnableIntroParentalControlHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0436\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u0443\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0442\u0435\u04a3 \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0435\u043c \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u041e\u0441\u044b \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0433\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "OptionTrailersFromMyMoviesHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0440\u043d\u0430\u0442\u0443\u044b\u043d \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "LabelCustomIntrosPath": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u043b\u0435\u0440 \u0436\u043e\u043b\u044b:",
+    "LabelCustomIntrosPathHelp": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0431\u0430\u0440 \u049b\u0430\u043b\u0442\u0430. \u0411\u0435\u0439\u043d\u0435 \u043a\u0435\u0437\u0434\u0435\u0439\u0441\u043e\u049b \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b \u0434\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
+    "ValueSpecialEpisodeName": "\u0410\u0440\u043d\u0430\u0439\u044b - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "\u0418\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456:",
+    "OptionUpcomingDvdMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d DVD \u0436\u04d9\u043d\u0435 BluRay \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+    "OptionUpcomingStreamingMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d Netflix \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+    "LabelDisplayTrailersWithinMovieSuggestions": "\u0424\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u0442\u0440\u0435\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+    "CinemaModeConfigurationHelp2": "\u0416\u0435\u043a\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u0430 \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u0430\u0436\u044b\u0440\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456 \u0431\u043e\u043b\u0430\u0434\u044b.",
+    "LabelEnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
+    "HeaderCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
+    "LabelDateAddedBehavior": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d \u04af\u0448\u0456\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456 \u0442\u04d9\u0440\u0442\u0456\u0431\u0456:",
+    "OptionDateAddedImportTime": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0456\u0448\u0456\u043d\u0435 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+    "OptionDateAddedFileTime": "\u0424\u0430\u0439\u043b\u0434\u044b\u04a3 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+    "LabelDateAddedBehaviorHelp": "\u0415\u0433\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435 \u043c\u04d9\u043d\u0456 \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u049b\u0430\u0439\u0441\u044b\u0431\u0456\u0440 \u043e\u0441\u044b \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u04d9\u0440\u049b\u0430\u0448\u0430\u043d\u0434\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+    "LabelNumberTrailerToPlay": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0434\u0456\u04a3 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u044b:",
+    "TitleDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
+    "TabCameraUpload": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443",
+    "TabDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
+    "HeaderCameraUploadHelp": "\u04b0\u0442\u049b\u044b\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u0442\u04af\u0441\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u043c\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b Media Browser \u0456\u0448\u0456\u043d\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0443.",
+    "MessageNoDevicesSupportCameraUpload": "\u0410\u0493\u044b\u043c\u0434\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b.",
+    "LabelCameraUploadPath": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b:",
+    "LabelCameraUploadPathHelp": "\u049a\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
+    "LabelCreateCameraUploadSubfolder": "\u04d8\u0440\u049b\u0430\u0439\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u04af\u0448\u0456\u043d \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u0436\u0430\u0441\u0430\u0443",
+    "LabelCreateCameraUploadSubfolderHelp": "\u0416\u0430\u0431\u0434\u044b\u049b\u0442\u0430\u0440 \u0431\u0435\u0442\u0456\u043d\u0434\u0435 \u043d\u04b1\u049b\u044b\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u043d\u0430\u049b\u0442\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "LabelCustomDeviceDisplayName": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0443 \u0430\u0442\u044b:",
+    "LabelCustomDeviceDisplayNameHelp": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0430\u0442\u044b\u043d \u04b1\u0441\u044b\u043d\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u044f\u043d\u0434\u0430\u043b\u0493\u0430\u043d \u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+    "HeaderInviteUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b \u0448\u0430\u049b\u044b\u0440\u0443",
+    "LabelConnectGuestUserNameHelp": "\u0411\u04b1\u043b \u0434\u043e\u0441\u044b\u04a3\u044b\u0437 Media Browser \u0493\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d\u0430 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b, \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b.",
+    "HeaderInviteUserHelp": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0434\u043e\u0441\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443 \u0431\u04b1\u0440\u044b\u043d\u043d\u0430\u043d \u0434\u0430 \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0443 \u0431\u043e\u043b\u0434\u044b.",
+    "ButtonSendInvitation": "\u0428\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u044b \u0436\u0456\u0431\u0435\u0440\u0443",
+    "HeaderSignInWithConnect": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0456\u0440\u0443",
+    "HeaderGuests": "\u049a\u043e\u043d\u0430\u049b\u0442\u0430\u0440",
+    "HeaderLocalUsers": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+    "HeaderPendingInvitations": "\u0411\u04e9\u0433\u0435\u043b\u0456\u0441 \u0448\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u0430\u0440",
+    "TabParentalControl": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
+    "HeaderAccessSchedule": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
+    "HeaderAccessScheduleHelp": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0431\u0435\u043b\u0433\u0456\u043b\u0456 \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u0440\u0493\u0430 \u0448\u0435\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d \u0436\u0430\u0441\u0430\u04a3\u044b\u0437.",
+    "ButtonAddSchedule": "\u041a\u0435\u0441\u0442\u0435 \u04af\u0441\u0442\u0435\u0443",
+    "LabelAccessDay": "\u0410\u043f\u0442\u0430 \u043a\u04af\u043d\u0456",
+    "LabelAccessStart": "\u0411\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
+    "LabelAccessEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
+    "HeaderSchedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
+    "OptionEveryday": "\u041a\u04af\u043d \u0441\u0430\u0439\u044b\u043d",
+    "OptionWeekdays": "\u0416\u04b1\u043c\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
+    "OptionWeekends": "\u0414\u0435\u043c\u0430\u043b\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
+    "MessageProfileInfoSynced": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d\u044b\u04a3 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0434\u0456.",
+    "HeaderOptionalLinkMediaBrowserAccount": "\u049a\u0430\u043b\u0430\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430: Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
+    "ButtonTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
+    "HeaderTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
+    "OptionPlayUnwatchedTrailersOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
+    "HeaderTrailerReelHelp": "\u04b0\u0437\u0430\u049b \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
+    "MessageNoTrailersFound": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u04af\u0441\u0442\u0435\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u043d \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u04d9\u0436\u0456\u0440\u0438\u0431\u0435\u04a3\u0456\u0437\u0434\u0456 \u0436\u0430\u049b\u0441\u0430\u0440\u0442\u0443 \u04af\u0448\u0456\u043d Trailer \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437",
+    "HeaderNewUsers": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+    "ButtonSignUp": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
+    "ButtonForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0435\u0441\u043a\u0435 \u0441\u0430\u043b\u0443",
+    "OptionDisableUserPreferences": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u0443",
+    "OptionDisableUserPreferencesHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0456\u043b\u0434\u0456\u043a \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
+    "HeaderSelectServer": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u0443",
+    "MessageNoServersAvailableToConnect": "\u049a\u043e\u0441\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u043b\u0435\u0440 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0415\u0433\u0435\u0440 \u0441\u0435\u0440\u0432\u0435\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443\u0493\u0430 \u0448\u0430\u049b\u044b\u0440\u044b\u043b\u0441\u0430\u04a3\u044b\u0437, \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443\u044b\u043d \u0442\u04e9\u043c\u0435\u043d\u0434\u0435 \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430\u0434\u0430\u0493\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u043d\u04b1\u049b\u044b\u043f \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u04a3\u044b\u0437.",
+    "TitleNewUser": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
+    "ButtonConfigurePassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0442\u0435\u04a3\u0448\u0435\u0443",
+    "HeaderDashboardUserPassword": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u044b\u049b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440 \u04d9\u0440 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0434\u0430\u0440\u0430 \u043f\u0440\u043e\u0444\u0430\u0439\u043b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u043b\u0430\u0434\u044b.",
+    "HeaderLibraryAccess": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
+    "HeaderChannelAccess": "\u0410\u0440\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
+    "HeaderLatestItems": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440",
+    "LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435\u043d \u0442\u0430\u0441\u0443\u0448\u044b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
+    "HeaderShareMediaFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443",
+    "MessageGuestSharingPermissionsHelp": "\u0415\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u04e9\u0431\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456\u0434\u0435 \u049b\u043e\u043d\u0430\u049b\u0442\u0430\u0440\u0493\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441, \u0431\u0456\u0440\u0430\u049b \u043a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u049b\u043e\u0441\u044b\u043b\u0430\u0434\u044b.",
+    "HeaderInvitations": "\u0428\u0430\u049b\u044b\u0440\u0443\u043b\u0430\u0440",
+    "LabelForgotPasswordUsernameHelp": "\u0415\u0441\u043a\u0435 \u0441\u0430\u043b\u0441\u0430\u04a3\u044b\u0437, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\u04a3\u044b\u0437\u0434\u044b \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
+    "HeaderForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
+    "TitleForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
+    "TitlePasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
+    "LabelPasswordRecoveryPinCode": "PIN \u043a\u043e\u0434\u044b:",
+    "HeaderPasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
+    "HeaderParentalRatings": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0440",
+    "HeaderVideoTypes": "\u0411\u0435\u0439\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u0440\u0456",
+    "HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
+    "HeaderAddTag": "\u0422\u0435\u0433\u0442\u0456 \u049b\u043e\u0441\u0443",
+    "LabelBlockContentWithTags": "\u041c\u044b\u043d\u0430 \u0442\u0435\u0433\u0442\u0435\u0440\u0456 \u0431\u0430\u0440 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
+    "LabelTag": "\u0422\u0435\u0433:",
+    "LabelEnableSingleImageInDidlLimit": "\u0416\u0430\u043b\u0493\u044b\u0437 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u043a\u0435 \u0448\u0435\u043a\u0442\u0435\u0443",
+    "LabelEnableSingleImageInDidlLimitHelp": "\u0415\u0433\u0435\u0440 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0443\u0440\u0435\u0442 DIDL \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0441\u0435, \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 \u0442\u04af\u0440\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0431\u0435\u0439\u0434\u0456.",
+    "TabActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+    "TitleSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+    "OptionAllowSyncContent": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+    "OptionAllowContentDownloading": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+    "NameSeasonUnknown": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u043c\u0430\u0443\u0441\u044b\u043c",
+    "NameSeasonNumber": "{0}-\u0441\u0435\u0437\u043e\u043d",
+    "LabelNewUserNameHelp": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u0442\u0430\u0440\u044b\u043d\u0434\u0430 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440 (a-z), \u0441\u0430\u043d\u0434\u0430\u0440 (0-9), \u0441\u044b\u0437\u044b\u049b\u0448\u0430\u043b\u0430\u0440 (-), \u0430\u0441\u0442\u044b\u04a3\u0493\u044b \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440 (_), \u0434\u04d9\u0439\u0435\u043a\u0448\u0435\u043b\u0435\u0440 (') \u0436\u04d9\u043d\u0435 \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440 (.) \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d",
+    "TabJobs": "\u0416\u04b1\u043c\u044b\u0441\u0442\u0430\u0440",
+    "TabSyncJobs": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u0440\u044b",
+    "LabelTagFilterMode": "\u0420\u0435\u0436\u0456\u043c:",
+    "LabelTagFilterAllowModeHelp": "\u0420\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d \u0442\u0435\u0433\u0442\u0435\u0440 \u0442\u0435\u0440\u0435\u04a3 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u049b\u0430\u043b\u0442\u0430 \u049b\u04b1\u0440\u044b\u043b\u044b\u043c\u044b\u043d\u044b\u04a3 \u0431\u04e9\u043b\u0456\u0433\u0456 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u0434\u0430 \u0442\u0435\u0433\u0442\u0435\u0440\u043c\u0435\u043d \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0433\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430, \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u0435\u043a\u0442\u0456\u043a \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0431\u043e\u043b\u0443\u044b \u0442\u0430\u043b\u0430\u043f \u0435\u0442\u0456\u043b\u0435\u0434\u0456."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/ko.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Schweinsteiger",
     "LabelVisitCommunity": "Visit Community",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/ms.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Tutup",
     "LabelVisitCommunity": "Melawat Masyarakat",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/nb.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "S\u00f8k",
-    "ButtonSettings": "Innstillinger",
-    "ButtonTakeScreenshot": "Ta Skjermbilde",
-    "ButtonLetterUp": "Pil Opp",
-    "ButtonLetterDown": "Pil Ned",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Spilles Av",
-    "TabNavigation": "Navigering",
-    "TabControls": "Kontrollerer",
-    "ButtonFullscreen": "Veksle fullskjerm",
-    "ButtonScenes": "Scener",
-    "ButtonSubtitles": "Undertekster",
-    "ButtonAudioTracks": "Lydspor",
-    "ButtonPreviousTrack": "Forrige Spor",
-    "ButtonNextTrack": "Neste Spor",
-    "ButtonStop": "Stopp",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Neste",
-    "ButtonPrevious": "Forrige",
-    "LabelGroupMoviesIntoCollections": "Grupper filmer inni samlinger",
-    "LabelGroupMoviesIntoCollectionsHelp": "Ved visning av filmlister vil filmer som tilh\u00f8rer en samling vil bli vist som ett grupperende element.",
-    "NotificationOptionPluginError": "Programtillegg feil",
-    "ButtonVolumeUp": "Volum opp",
-    "ButtonVolumeDown": "Volum ned",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Siste Media",
-    "OptionSpecialFeatures": "Spesielle Funksjoner",
-    "HeaderCollections": "Samlinger",
-    "LabelProfileCodecsHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kodeker.",
-    "LabelProfileContainersHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kontainere.",
-    "HeaderResponseProfile": "Respons Profil",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Rolle:",
-    "LabelPersonRoleHelp": "Rolle er generelt kun aktuelt for skuespillere.",
-    "LabelProfileContainer": "Kontainer:",
-    "LabelProfileVideoCodecs": "Video kodek:",
-    "LabelProfileAudioCodecs": "Lyd kodek:",
-    "LabelProfileCodecs": "Kodeker:",
-    "HeaderDirectPlayProfile": "Direkte Avspilling Profil",
-    "HeaderTranscodingProfile": "Transcoding Profil",
-    "HeaderCodecProfile": "Kodek Profil",
-    "HeaderCodecProfileHelp": "Kodek profiler indikerer p\u00e5 at begrensninger p\u00e5 en enhet n\u00e5r den spiller av spesifikk kodeker. Hvis en begrensning gjelder vil media bli transcodet, til og med hvis kodeken er konfigurert for direkte avspilling.",
-    "HeaderContainerProfile": "Kontainer Profil",
-    "HeaderContainerProfileHelp": "Container profiler indikerer begrensningene i en enhet n\u00e5r du spiller bestemte formater. Hvis en begrensning gjelder da vil media bli transcodet, selv om formatet er konfigurert for direkte avspilling.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Lyd",
-    "OptionProfileVideoAudio": "Video Lyd",
-    "OptionProfilePhoto": "Bilde",
-    "LabelUserLibrary": "Bruker bibliotek:",
-    "LabelUserLibraryHelp": "Velg hvilket brukerbibliotek som skal vises til enheten. La det st\u00e5 tomt for standard innstillinger.",
-    "OptionPlainStorageFolders": "Vis alle mapper som rene lagringsmapper",
-    "OptionPlainStorageFoldersHelp": "Hvis aktivert, vil alle mapper bli representert i DIDL som  \"object.container.storageFolder\" istedet for en mer spesifikk type, som \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Vis alle videoer som ren video elementer",
-    "OptionPlainVideoItemsHelp": "Hvis aktivert, blir alle videoer representert i DIDL som \"object.item.videoItem\" i stedet for en mer bestemt type, for eksempel \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "St\u00f8ttede Media Typer:",
-    "TabIdentification": "Identifisering",
-    "HeaderIdentification": "Identifisering",
-    "TabDirectPlay": "Direkte Avspill",
-    "TabContainers": "Kontainere",
-    "TabCodecs": "Kodeker",
-    "TabResponses": "Svar",
-    "HeaderProfileInformation": "Profil Informasjon",
-    "LabelEmbedAlbumArtDidl": "Bygg inn albumbilder i Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Noen enheter foretrekker denne metoden for \u00e5 motta album art. Andre vil kunne feile \u00e5 avspille hvis dette alternativet er aktivert.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN brukes for album art, innenfor DLNA: profileID attributtet p\u00e5 upnp: albumArtURI. Noen klienter krever en bestemt verdi, uavhengig av st\u00f8rrelsen p\u00e5 bildet.",
-    "LabelAlbumArtMaxWidth": "Album art mat bredde:",
-    "LabelAlbumArtMaxWidthHelp": "Maks oppl\u00f8sning av album art utnyttet via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art maks h\u00f8yde:",
-    "LabelAlbumArtMaxHeightHelp": "Maks oppl\u00f8sning av album er eksonert via upnp:albumARtURI.",
-    "LabelIconMaxWidth": "Ikon maks bredde:",
-    "LabelIconMaxWidthHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
-    "LabelIconMaxHeight": "Ikon maks h\u00f8yde:",
-    "LabelIconMaxHeightHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
-    "LabelIdentificationFieldHelp": "Ett case-insensitive substring eller regex uttrykk.",
-    "HeaderProfileServerSettingsHelp": "Disse verdiene kontrollerer hvordan Media Browser vil presentere seg selv til enheten.",
-    "LabelMaxBitrate": "Maks bitrate:",
-    "LabelMaxBitrateHelp": "Spesifiser en maks bitrate i for begrensede b\u00e5ndbredde milj\u00f8er, eller hvis enheten p\u00e5legger sin egen begrensning.",
-    "LabelMaxStreamingBitrate": "Maks streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate n\u00e5r streaming.",
-    "LabelMaxStaticBitrate": "Maks synk bitrate:",
-    "LabelMaxStaticBitrateHelp": "Spesifiser en maks bitrate ved synkronisering av innhold i h\u00f8y kvalitet.",
-    "LabelMusicStaticBitrate": "Musikk synk bitrate:",
-    "LabelMusicStaticBitrateHelp": "Spesifiser en maks bitrate for musikk syncking",
-    "LabelMusicStreamingTranscodingBitrate": "Musikk transkoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Spesifiser en maks bitrate for streaming musikk",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde foresp\u00f8rsler",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse foresp\u00f8rslene bli honorert men ignorert i byte rekkevidde headeren.",
-    "LabelFriendlyName": "Vennlig navn",
-    "LabelManufacturer": "Produsent",
-    "LabelManufacturerUrl": "Produsent url",
-    "LabelModelName": "Modell navn",
-    "LabelModelNumber": "Modell nummer",
-    "LabelModelDescription": "Model beskrivelse",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serienummer",
-    "LabelDeviceDescription": "Enhet beskrivelse",
-    "HeaderIdentificationCriteriaHelp": "Skriv minst ett identifiserings kriterie",
-    "HeaderDirectPlayProfileHelp": "Legg direkte avspill profiler til \u00e5 indikere hvilket format enheten kan st\u00f8tte.",
-    "HeaderTranscodingProfileHelp": "Legg til transcoding profiler for \u00e5 indikere hvilke format som burde bli brukt n\u00e5r transcoding beh\u00f8ves.",
-    "HeaderResponseProfileHelp": "Respons proiler tilbyr en m\u00e5t \u00e5 tilpasse informasjon som er sent til enheten n\u00e5r den spiller en viss type media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Bestemmer innholdet i X_DLNACAP element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Bestemmer innholdet i X_DLNADOC element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
-    "LabelSonyAggregationFlags": "Sony aggregerigns flagg",
-    "LabelSonyAggregationFlagsHelp": "Bestemmer innholdet i aggregationFlags element i urn: skjemaer-sonycom: av navnerommet.",
-    "LabelTranscodingContainer": "Kontainer:",
-    "LabelTranscodingVideoCodec": "Video kodek:",
-    "LabelTranscodingVideoProfile": "Video profil:",
-    "LabelTranscodingAudioCodec": "lyd kodek:",
-    "OptionEnableM2tsMode": "Sl\u00e5 p\u00e5 M2ts modus",
-    "OptionEnableM2tsModeHelp": "Sl\u00e5 p\u00e5 m2ts modus for enkoding til mpegts.",
-    "OptionEstimateContentLength": "Estimer innholdslengde n\u00e5r transcoding.",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Rapporter at serveren st\u00f8tter byte s\u00f8king n\u00e5r transcoding.",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette kreves for noen enheter som ikke tidss\u00f8ker veldig godt.",
-    "HeaderSubtitleDownloadingHelp": "N\u00e5r Media Browser skanner videofilene, kan den s\u00f8ke etter savnede undertekster, og laste dem ned med en undertittel leverand\u00f8r som OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Last ned undertekster for:",
-    "MessageNoChapterProviders": "Installer en kapittel tilbyder som eksempelvis ChapterDb for \u00e5 aktivere kapittel muligheter.",
-    "LabelSkipIfGraphicalSubsPresent": "Hopp om videoen inneholder allerede grafiske undertekster",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Undertekster",
-    "TabChapters": "Kapitler",
-    "HeaderDownloadChaptersFor": "Last ned kapittelnavn for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles brukernavn:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles passord:",
-    "HeaderChapterDownloadingHelp": "N\u00e5r Media Browser s\u00f8ker igjennom dine videofiler s\u00e5 kan den laste ned vennlige kapittelnavn fra internett ved \u00e5 bruke programtillegg som ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Spill av lydsporet uavhengig av spr\u00e5k",
-    "LabelSubtitlePlaybackMode": "Undertekst modus:",
-    "LabelDownloadLanguages": "Last ned spr\u00e5k:",
-    "ButtonRegister": "Registrer",
-    "LabelSkipIfAudioTrackPresent": "Hopp hvis standard lydsporet matcher nedlastingen spr\u00e5k",
-    "LabelSkipIfAudioTrackPresentHelp": "Fjern merkingen for \u00e5 sikre at alle videoene har undertekster, uavhengig av lydspr\u00e5k.",
-    "HeaderSendMessage": "Send Melding",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Meldingstekst:",
-    "MessageNoAvailablePlugins": "Ingen tilgjengelige programtillegg.",
-    "LabelDisplayPluginsFor": "Vis plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episodenavn",
-    "LabelSeriesNamePlain": "Serienavn",
-    "ValueSeriesNamePeriod": "Serier.navn",
-    "ValueSeriesNameUnderscore": "Serie_navn",
-    "ValueEpisodeNamePeriod": "Episode.navn",
-    "ValueEpisodeNameUnderscore": "Episode_navn",
-    "LabelSeasonNumberPlain": "Sesong nummer",
-    "LabelEpisodeNumberPlain": "Episode nummer",
-    "LabelEndingEpisodeNumberPlain": "Siste episode nummer",
-    "HeaderTypeText": "Skriv Tekst",
-    "LabelTypeText": "Tekst",
-    "HeaderSearchForSubtitles": "S\u00f8k etter undertekster",
-    "MessageNoSubtitleSearchResultsFound": "Ingen s\u00f8k funnet.",
-    "TabDisplay": "Skjerm",
-    "TabLanguages": "Spr\u00e5k",
-    "TabWebClient": "Web Klient",
-    "LabelEnableThemeSongs": "Sl\u00e5 p\u00e5 tema sanger",
-    "LabelEnableBackdrops": "Sl\u00e5 p\u00e5 backdrops",
-    "LabelEnableThemeSongsHelp": "Hvis p\u00e5sl\u00e5tt vil tema sanger bli avspilt i bakgrunnen mens man blar igjennom biblioteket.",
-    "LabelEnableBackdropsHelp": "Hvis p\u00e5sl\u00e5tt vil backdrops bli vist i bakgrunnen p\u00e5 noen sider mens man blar igjennom biblioteket.",
-    "HeaderHomePage": "Hjemmeside",
-    "HeaderSettingsForThisDevice": "Innstillinger for denne enheten",
-    "OptionAuto": "Auto",
-    "OptionYes": "Ja",
-    "OptionNo": "Nei",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Hjemme side seksjon 1:",
-    "LabelHomePageSection2": "Hjemme side seksjon 2:",
-    "LabelHomePageSection3": "Hjemme side seksjon 3:",
-    "LabelHomePageSection4": "Hjemme side seksjon 4:",
-    "OptionMyViewsButtons": "Mitt syn (knapper)",
-    "OptionMyViews": "Mitt syn",
-    "OptionMyViewsSmall": "Mitt Syn (liten)",
-    "OptionResumablemedia": "Fortsette",
-    "OptionLatestMedia": "Siste media",
-    "OptionLatestChannelMedia": "Siste kanal elementer",
-    "HeaderLatestChannelItems": "Siste Kanal Elementer",
-    "OptionNone": "Ingen",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Rapporter",
-    "HeaderMetadataManager": "Metadata Behandler",
-    "HeaderPreferences": "Preferanser",
-    "MessageLoadingChannels": "Laster kanal innhold...",
-    "MessageLoadingContent": "Laster innhold...",
-    "ButtonMarkRead": "Marker Som Lest",
-    "OptionDefaultSort": "Standard",
-    "OptionCommunityMostWatchedSort": "Mest Sett",
-    "TabNextUp": "Neste",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "Ingen film forslag er forel\u00f8pig tilgjengelig. Start med \u00e5 se og ranger filmer. Kom deretter tilbake for \u00e5 f\u00e5 forslag p\u00e5 anbefalinger.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Spillelister tillater deg \u00e5 lage lister over innhold til \u00e5 spille etter hverandre p\u00e5 en gang. For \u00e5 legge til elementer i spillelister, h\u00f8yreklikk eller trykk og hold, og velg Legg til i spilleliste.",
-    "MessageNoPlaylistItemsAvailable": "Denne spillelisten er forel\u00f8pig tom",
-    "ButtonDismiss": "Avvis",
-    "ButtonEditOtherUserPreferences": "Rediger denne brukers profil, passord og personlige preferanser.",
-    "LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
-    "LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
-    "OptionBestAvailableStreamQuality": "Beste tilgjengelig",
-    "LabelEnableChannelContentDownloadingFor": "Sl\u00e5 p\u00e5 kanal innhold nedlasting for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Noen kanaler st\u00f8tter nedlasting av innhold f\u00f8r visning. Aktiver dette for en linje med  lav b\u00e5ndbredde for \u00e5 laste ned kanalinnholdet n\u00e5r serveren ikke benyttes. Innholdet lastes ned som en del av kanalens planlagte oppgave for nedlasting.",
-    "LabelChannelDownloadPath": "Nedlastingsti for Kanal-innhold:",
-    "LabelChannelDownloadPathHelp": "Spesifiser en tilpasset nedlastingsti hvis \u00f8nsket. La feltet ellers st\u00e5 tomt for \u00e5 bruke den interne program data mappen.",
-    "LabelChannelDownloadAge": "Slett innhold etter: (dager)",
-    "LabelChannelDownloadAgeHelp": "Nedlastet innhold eldre enn dette vil bli slettet. Det vil v\u00e6re avspillbart via internett streaming.",
-    "ChannelSettingsFormHelp": "Installer kanaler som eksempel Trailers og Vimeo i programtillegg katalogen.",
-    "ButtonOptions": "Alternativer",
-    "ViewTypeMovies": "Filmer",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Spill",
-    "ViewTypeMusic": "Musikk",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Samlinger",
-    "ViewTypeChannels": "Kanaler",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Sendes n\u00e5",
-    "ViewTypeLatestGames": "Siste spill",
-    "ViewTypeRecentlyPlayedGames": "Nylig spilt",
-    "ViewTypeGameFavorites": "Favoritter",
-    "ViewTypeGameSystems": "Spillsystemer",
-    "ViewTypeGameGenres": "Sjangere",
-    "ViewTypeTvResume": "Fortsette",
-    "ViewTypeTvNextUp": "Neste",
-    "ViewTypeTvLatest": "Siste",
-    "ViewTypeTvShowSeries": "Serier",
-    "ViewTypeTvGenres": "Sjangere",
-    "ViewTypeTvFavoriteSeries": "Favoritt serier",
-    "ViewTypeTvFavoriteEpisodes": "Favoritt episoder",
-    "ViewTypeMovieResume": "Fortsette",
-    "ViewTypeMovieLatest": "Siste",
-    "ViewTypeMovieMovies": "Filmer",
-    "ViewTypeMovieCollections": "Samlinger",
-    "ViewTypeMovieFavorites": "Favoritter",
-    "ViewTypeMovieGenres": "Sjangere",
-    "ViewTypeMusicLatest": "Siste",
-    "ViewTypeMusicAlbums": "Albumer",
-    "ViewTypeMusicAlbumArtists": "Album artister",
-    "HeaderOtherDisplaySettings": "Visnings Innstillinger",
-    "ViewTypeMusicSongs": "Sanger",
-    "ViewTypeMusicFavorites": "Favoritter",
-    "ViewTypeMusicFavoriteAlbums": "Favorittalbumer",
-    "ViewTypeMusicFavoriteArtists": "Favorittartister",
-    "ViewTypeMusicFavoriteSongs": "Favorittsanger",
-    "HeaderMyViews": "Mitt Syn",
-    "LabelSelectFolderGroups": "Automatisk gruppering av innhold fra f\u00f8lgende mapper til oversikter som filmer, musikk og TV:",
-    "LabelSelectFolderGroupsHelp": "Mapper som ikke er valgt vil bli vist for seg selv i deres egen visning.",
-    "OptionDisplayAdultContent": "Vis Voksen materiale",
-    "OptionLibraryFolders": "Media Mapper",
-    "TitleRemoteControl": "Ekstern Kontroll",
-    "OptionLatestTvRecordings": "Siste opptak",
-    "LabelProtocolInfo": "Protokoll info:",
-    "LabelProtocolInfoHelp": "Verdien som blir brukt for \u00e5 gi respons til GetProtocolInfo foresp\u00f8rsler fra enheten.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Synk bruker sett data til nfo'er for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Utgivelsesdato format:",
-    "LabelKodiMetadataDateFormatHelp": "Alle datoer inenfor nfo'er vil bli lest og skrevet til med bruk av dette formatet.",
-    "LabelKodiMetadataSaveImagePaths": "Lagre bilde stier inne i nfo filer",
-    "LabelKodiMetadataSaveImagePathsHelp": "Dette anbefales hvis du har bilde filnavn som ikke f\u00f8lger Kodi retningslinjer.",
-    "LabelKodiMetadataEnablePathSubstitution": "Aktiver sti erstatter",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverer sti erstatning av bilde stier ved hjelp av serverens sti erstatter innstillinger.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vis sti erstatter",
-    "LabelGroupChannelsIntoViews": "Via f\u00f8lgende kanaler direkte gjennom Mitt Syn:",
-    "LabelGroupChannelsIntoViewsHelp": "Hvis sl\u00e5tt p\u00e5 vil disse kanalene bli vist direkte sammen med andre visninger. Hvis avsl\u00e5tt, vil de bli vist sammen med separerte Kanaler visning.",
-    "LabelDisplayCollectionsView": "Vis en samling for \u00e5 vise film samlinger",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "kopier extrafanart inn til extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Ved nedlasting av bilder kan de bli lagret inn til b\u00e5de extrafanart og extrathumbs for maksimum Kodi skin kompabilitet.",
-    "TabServices": "Tjenester",
-    "TabLogs": "Logger",
-    "HeaderServerLogFiles": "Server log filer:",
-    "TabBranding": "Merke",
-    "HeaderBrandingHelp": "Tilpass utseende til Media Browser som passer til dine behov for dine grupper eller organiseringer.",
-    "LabelLoginDisclaimer": "Login ansvarsfraskrivelse:",
-    "LabelLoginDisclaimerHelp": "Dette vil bli vist p\u00e5 bunnen av login siden.",
-    "LabelAutomaticallyDonate": "Doner denne summen automatisk hver m\u00e5ned",
-    "LabelAutomaticallyDonateHelp": "Du kan kansellere n\u00e5r som helst via din PayPal konto.",
-    "OptionList": "Liste",
-    "TabDashboard": "Dashbord",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logger:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Bilder etter navn:",
-    "LabelTranscodingTemporaryFiles": "Transcoding midlertidige filer:",
-    "HeaderLatestMusic": "Siste Musikk",
-    "HeaderBranding": "Merke",
-    "HeaderApiKeys": "Api N\u00f8kkler",
-    "HeaderApiKeysHelp": "Eksterne programmer er p\u00e5lagt \u00e5 ha en API-n\u00f8kkel for \u00e5 kunne kommunisere med Media Browser. N\u00f8kkel f\u00e5es ved \u00e5 logge p\u00e5 med en Media Browser-konto, eller ved \u00e5 manuelt innvilge s\u00f8knaden en n\u00f8kkel.",
-    "HeaderApiKey": "Api N\u00f8kkel",
-    "HeaderApp": "App",
-    "HeaderDevice": "Enhet",
-    "HeaderUser": "Bruker",
-    "HeaderDateIssued": "Dato utstedt",
-    "LabelChapterName": "Kapittel {0}",
-    "HeaderNewApiKey": "Ny Api N\u00f8kkel",
-    "LabelAppName": "Applikasjon navn",
-    "LabelAppNameExample": "Eksempel: Sickbread, NzbDrone",
-    "HeaderNewApiKeyHelp": "Innvilge en applikasjon tillatelser for \u00e5 kommunisere med Media Browser.",
-    "HeaderHttpHeaders": "Http Headere",
-    "HeaderIdentificationHeader": "Identifiserings Header",
-    "LabelValue": "Verdi:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Lik",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "SubString",
-    "TabView": "Se",
-    "TabSort": "Sorter",
-    "TabFilter": "Filter",
-    "ButtonView": "Se",
-    "LabelPageSize": "Element grense:",
-    "LabelPath": "Sti:",
-    "LabelView": "Se:",
-    "TabUsers": "Brukere",
-    "LabelSortName": "Sorterings navn:",
-    "LabelDateAdded": "Dato lagt til",
-    "HeaderFeatures": "Funksjoner",
-    "HeaderAdvanced": "Avansert",
-    "ButtonSync": "Synk",
-    "TabScheduledTasks": "Planlagte Oppgaver",
-    "HeaderChapters": "Kapitler",
-    "HeaderResumeSettings": "Fortsett Innstillinger",
-    "TabSync": "Synk",
-    "TitleUsers": "Brukere",
-    "LabelProtocol": "Protokoll:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Kontekst",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Synk",
-    "ButtonAddToPlaylist": "Legg til spilleliste",
-    "TabPlaylists": "Spliielister",
-    "ButtonClose": "Lukk",
-    "LabelAllLanguages": "Alle spr\u00e5k",
-    "HeaderBrowseOnlineImages": "Bla Igjennom Bilder Online",
-    "LabelSource": "Kilde:",
-    "OptionAll": "Alle",
-    "LabelImage": "Bilde:",
-    "ButtonBrowseImages": "Bla Igjennom Bilder",
-    "HeaderImages": "Bilder",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Legg Til\/Oppdater Bilde",
-    "LabelJpgPngOnly": "JPG\/PNG kun",
-    "LabelImageType": "Bilde type:",
-    "OptionPrimary": "Prim\u00e6re",
-    "OptionArt": "Art",
-    "OptionBox": "Boks",
-    "OptionBoxRear": "Boks bak",
-    "OptionDisc": "Disk",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Meny",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "L\u00e5st",
-    "OptionUnidentified": "uidentifisert",
-    "OptionMissingParentalRating": "Mangler foreldresensur",
-    "OptionStub": "stump",
-    "HeaderEpisodes": "Episoder:",
-    "OptionSeason0": "Sesong 0",
-    "LabelReport": "Rapport:",
-    "OptionReportSongs": "Sanger:",
-    "OptionReportSeries": "Serier",
-    "OptionReportSeasons": "Sesonger",
-    "OptionReportTrailers": "Trailere",
-    "OptionReportMusicVideos": "Musikkvideoer",
-    "OptionReportMovies": "Filmer",
-    "OptionReportHomeVideos": "Hjemme videoer",
-    "OptionReportGames": "Spill",
-    "OptionReportEpisodes": "Episoder",
-    "OptionReportCollections": "Samlinger",
-    "OptionReportBooks": "B\u00f8ker",
-    "OptionReportArtists": "Artisert",
-    "OptionReportAlbums": "Albumer",
-    "OptionReportAdultVideos": "Voksen videoer",
-    "ButtonMore": "Mer",
-    "HeaderActivity": "Aktivitet",
-    "ScheduledTaskStartedWithName": "{0} startet",
-    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
-    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
-    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
-    "PluginInstalledWithName": "{0} ble installert",
-    "PluginUpdatedWithName": "{0} ble oppdatert",
-    "PluginUninstalledWithName": "{0} ble avinstallert",
-    "ScheduledTaskFailedWithName": "{0} feilet",
-    "ItemAddedWithName": "{0} ble lagt til biblioteket",
-    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
-    "DeviceOnlineWithName": "{0} er tilkoblet",
-    "UserOnlineFromDevice": "{0} er online fra {1}",
-    "DeviceOfflineWithName": "{0} har koblet fra",
-    "UserOfflineFromDevice": "{0} har koblet fra {1}",
-    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
-    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
-    "LabelRunningTimeValue": "Spille tide: {0}",
-    "LabelIpAddressValue": "Ip adresse: {0}",
-    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
-    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
-    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
-    "UserDeletedWithName": "Bruker {0} har blitt slettet",
-    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
-    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
-    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
-    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
-    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
-    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
-    "AppDeviceValues": "App: {0} , Device: {1}",
-    "ProviderValue": "Tilbyder: {0}",
-    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Begrens st\u00f8rrelse for kanal nedlastings mappen.",
-    "HeaderRecentActivity": "Siste Aktivitet",
-    "HeaderPeople": "Personer",
-    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
-    "OptionComposers": "Komponister:",
-    "OptionOthers": "Andre",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
-    "ViewTypeFolders": "Mapper",
-    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
-    "ViewTypeLiveTvRecordingGroups": "Opptak",
-    "ViewTypeLiveTvChannels": "Kanaler",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Passord",
-    "HeaderLocalAccess": "Lokal Tilkobling",
-    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
-    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
-    "OptionDownloadMissingImages": "Last ned manglende bilder",
-    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
-    "OptionRefreshAllData": "Oppfrisk alle data",
-    "OptionAddMissingDataOnly": "Legg til kun maglende data",
-    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
-    "HeaderRefreshMetadata": "Oppfrisk Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identifiser Element",
-    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
-    "HeaderConfirmDeletion": "Bekreft Kansellering",
-    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
-    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
-    "ButtonIdentify": "Identifiser",
-    "LabelAlbumArtist": "Album Artist",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Fellesskap anmeldelse:",
-    "LabelVoteCount": "Stemme tall:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Kritiker anmeldelse:",
-    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
-    "LabelAwardSummary": "Pris sammendrag:",
-    "LabelWebsite": "Nettsted:",
-    "LabelTagline": "Slagord:",
-    "LabelOverview": "Oversikt:",
-    "LabelShortOverview": "Kort oversikt:",
-    "LabelReleaseDate": "Utgivelsesdato:",
-    "LabelYear": "\u00c5r:",
-    "LabelPlaceOfBirth": "F\u00f8dested:",
-    "LabelEndDate": "Slutt dato:",
-    "LabelAirDate": "Sendings dager:",
-    "LabelAirTime:": "Sendings tid:",
-    "LabelRuntimeMinutes": "Spilletid (minutter):",
-    "LabelParentalRating": "Foreldresensur:",
-    "LabelCustomRating": "Kunde anmeldelse:",
-    "LabelBudget": "Budsjett",
-    "LabelRevenue": "Inntjening ($):",
-    "LabelOriginalAspectRatio": "Originalt sideforhold:",
-    "LabelPlayers": "Spillere:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
-    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
-    "HeaderExternalIds": "Ekstern Id'er:",
-    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
-    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
-    "LabelAbsoluteEpisodeNumber": "absolutt episode nummer:",
-    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
-    "LabelAirsAfterSeason": "Sendt etter sesong:",
-    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
-    "LabelTreatImageAs": "Behandle bilde som:",
-    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
-    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
-    "HeaderCountries": "Land",
-    "HeaderGenres": "Sjanger",
-    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
-    "HeaderStudios": "Studioer",
-    "HeaderTags": "Tagger",
-    "HeaderMetadataSettings": "Metadata innstilinger",
-    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
-    "MessageLeaveEmptyToInherit": "La v\u00e6re blank for \u00e5 arve innstillinger fra et foreldre element, eller den globale standard verdien.",
-    "TabDonate": "Doner",
-    "HeaderDonationType": "Donasjon type:",
-    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
-    "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
-    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
-    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
-    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
-    "OptionNoTrailer": "Ingen trailer",
-    "OptionNoThemeSong": "Ingen temasang",
-    "OptionNoThemeVideo": "Ingen tema video",
-    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Skuespiller",
-    "OptionComposer": "Komponist",
-    "OptionDirector": "Regiss\u00f8r",
-    "OptionGuestStar": "Stjerne gjest",
-    "OptionProducer": "Produsent",
-    "OptionWriter": "Manus",
-    "LabelAirDays": "Sendings dager:",
-    "LabelAirTime": "Sendings tid:",
-    "HeaderMediaInfo": "Media informasjon",
-    "HeaderPhotoInfo": "Bildeinformasjon",
-    "HeaderInstall": "Installer",
-    "LabelSelectVersionToInstall": "Velg versjon for \u00e5 installere:",
-    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
-    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
-    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
-    "HeaderReviews": "Anmeldelser",
-    "HeaderDeveloperInfo": "Utvikler informasjon",
-    "HeaderRevisionHistory": "Revisjonshistorikk",
-    "ButtonViewWebsite": "Vis nettsted",
-    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
-    "HeaderXmlSettings": "Xml innstillinger",
-    "HeaderXmlDocumentAttributes": "Xml dokument attributter",
-    "HeaderXmlDocumentAttribute": "Xml dokument attributt",
-    "XmlDocumentAttributeListHelp": "Disse attributtene p\u00e5f\u00f8res rot elementet for alle xml responser.",
-    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
-    "LabelExtractChaptersDuringLibraryScan": "Hent ut kapittel bilder under bibliotek skann",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Hvis aktivert, vil kapittel bilder bli hentet ut mens videoer importeres under bibliotek skanning.\nHvis deaktivert, vil de bli hentet ut under planlagte oppgaver for kapittel bilder, som medf\u00f8rer at vanlig bibliotek skanning blir fortere ferdig.",
-    "LabelConnectGuestUserName": "Deres Media Browser brukernavn eller epostadresse:",
-    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
-    "LabelConnectUserNameHelp": "Tilknytt denne brukeren til en Media Browser konto for \u00e5 muliggj\u00f8re enkel log-inn  fra enhver Media Browser app uten \u00e5 vite server ip adressen.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
-    "LabelExternalPlayers": "Eksterne avspillere:",
-    "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
-    "HeaderSubtitleProfile": "Undertekst Profil",
-    "HeaderSubtitleProfiles": "Undertekst Profiler",
-    "HeaderSubtitleProfilesHelp": "Undertekst profiler beskriver undertekst formater som er suportert av enheten.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Metode:",
-    "LabelDidlMode": "Didl modus:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Legge inn i kontainer",
-    "OptionExternallyDownloaded": "Ekstern nedlasting",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Eksempel: srt",
-    "ButtonLearnMore": "L\u00e6re mer",
-    "TabPlayback": "Spill av",
-    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
-    "TabCinemaMode": "Kino Mode",
-    "TitlePlayback": "Spill av",
-    "LabelEnableCinemaModeFor": "Aktiver kino mode for:",
-    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
-    "OptionTrailersFromMyMovies": "Inkludere trailere fra filmer i mitt bibliotek",
-    "OptionUpcomingMoviesInTheaters": "Inkludere trailere fra nye og kommende filmer",
-    "LabelLimitIntrosToUnwatchedContent": "Bruk kun trailere fra usett innhold",
-    "LabelEnableIntroParentalControl": "Aktiver smart foreldre kontroll",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Disse funksjonene krever ett aktivt supporter medlemskap og installasjon av programtillegget the Trailer channel.",
-    "OptionTrailersFromMyMoviesHelp": "Krever oppsett av lokale trailere.",
-    "LabelCustomIntrosPath": "Tilpasset intro sti:",
-    "LabelCustomIntrosPathHelp": "En mappe med video filer. En video vil bli tilfeldig valgt og avspilt etter trailere.",
-    "ValueSpecialEpisodeName": "Spesiell - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
-    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Vis trailere sammen med film forslag",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
-    "CinemaModeConfigurationHelp2": "Individuelle brukere vil ha muligheten for \u00e5 deaktivere kino modus innenfor deres egne preferanser.",
-    "LabelEnableCinemaMode": "Aktiver kino mode",
-    "HeaderCinemaMode": "Kino Modus",
-    "LabelDateAddedBehavior": "Dato lagt til adferd for nytt innhold:",
-    "OptionDateAddedImportTime": "Bruk dato skannet inn til biblioteket",
-    "OptionDateAddedFileTime": "Bruk fil opprettelse dato",
-    "LabelDateAddedBehaviorHelp": "Hvis metadata verdier er tilgjengelig vil de alltid bli brukt fremfor noen av disse valgene.",
-    "LabelNumberTrailerToPlay": "Antall trailere \u00e5 avspille:",
-    "TitleDevices": "Enheter",
-    "TabCameraUpload": "Kameraopplasting",
-    "TabDevices": "Enheter",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "Du har for \u00f8yeblikket ingen enheter som st\u00f8tter kameraopplasting.",
-    "LabelCameraUploadPath": "Sti til kameraopplasting:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Lag en underkatalog for hver enhet",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Visningsnavn:",
-    "LabelCustomDeviceDisplayNameHelp": "Oppgi et egendefinert visningsnavn eller la det v\u00e6re tomt for \u00e5 bruke navnet som enheten rapporterer.",
-    "HeaderInviteUser": "Invit\u00e9r Bruker",
-    "LabelConnectGuestUserNameHelp": "Dette er brukernavnet som vennen din bruker for \u00e5 logge inn p\u00e5 Media Browser nettstedet, eller epostadressen deres.",
-    "HeaderInviteUserHelp": "\u00c5 dele mediefiler med venner er enklere enn noen gang f\u00f8r med Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitasjon",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Gjester",
-    "HeaderLocalUsers": "Lokale Brukere",
-    "HeaderPendingInvitations": "Ventende invitasjoner",
-    "TabParentalControl": "Foreldrekontroll",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Ukedag:",
-    "LabelAccessStart": "Starttid:",
-    "LabelAccessEnd": "Sluttid:",
-    "HeaderSchedule": "Timeplan",
-    "OptionEveryday": "Hver dag",
-    "OptionWeekdays": "Ukedager",
-    "OptionWeekends": "Helger",
-    "MessageProfileInfoSynced": "Brukerprofilinformasjon er synkronisert med Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "Nye Brukere",
-    "ButtonSignUp": "Registrering",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Deaktiver tillgang til bruker preferanser",
-    "OptionDisableUserPreferencesHelp": "Hvis ativert, vil kun administratorer kunne konfigurere bruker profil bilder, passord og spr\u00e5k preferanser.",
-    "HeaderSelectServer": "Velg Server",
-    "MessageNoServersAvailableToConnect": "Ingen servere er tilgjengelig for tilkobling. Hvis du er invitert til \u00e5 dele en server, s\u00f8rg for \u00e5 godta det under eller ved \u00e5 klikke p\u00e5 lenken i e-posten.",
-    "TitleNewUser": "Ny bruker",
-    "ButtonConfigurePassword": "Konfigurer passord",
-    "HeaderDashboardUserPassword": "Brukerpassord forvaltes innenfor hver brukers personlige profilinnstillingene.",
-    "HeaderLibraryAccess": "Bibliotek tilgang",
-    "HeaderChannelAccess": "Kanal tilgang",
-    "HeaderLatestItems": "Siste element",
-    "LabelSelectLastestItemsFolders": "Inkluder media fra f\u00f8lgende avsnitt i de siste elementene",
-    "HeaderShareMediaFolders": "Del media mapper",
-    "MessageGuestSharingPermissionsHelp": "De fleste funksjonene er i utgangspunktet utilgjengelig for gjester, men kan aktiveres ved behov.",
-    "HeaderInvitations": "Invitasjoner",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Glemt passord",
-    "TitleForgotPassword": "Glemt passord",
-    "TitlePasswordReset": "Resett passord",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Resett passord",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Avslutt",
     "LabelVisitCommunity": "Bes\u00f8k oss",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Doner med PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "TIllatt denne brukeren \u00e5 administrere serveren",
     "HeaderFeatureAccess": "Funksjon Tilgang",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Tillat fjernstyring av andre brukere",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Maks kvalitet",
     "OptionEnableDebugTranscodingLogging": "Sl\u00e5 p\u00e5 debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "Dette vil lage veldig lange log filer og er kun anbefalt for feils\u00f8king.",
-    "OptionUpscaling": "Tillat klienter \u00e5 gi foresp\u00f8rsler for oppskalert video",
-    "OptionUpscalingHelp": "I noen tilfeller f\u00f8rer dette til resultat i forbedret video kvalitet men vil \u00f8ke CPU bruk.",
     "EditCollectionItemsHelp": "Legg til eller fjern hvilken som helst film, serie, album, bok eller spill som du \u00f8nsker \u00e5 gruppere innen denne samlingen.",
     "HeaderAddTitles": "Legg til Titler",
     "LabelEnableDlnaPlayTo": "Sl\u00e5 p\u00e5 DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Side Opp",
     "ButtonPageDown": "Side Ned",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Hjem"
+    "ButtonHome": "Hjem",
+    "ButtonSearch": "S\u00f8k",
+    "ButtonSettings": "Innstillinger",
+    "ButtonTakeScreenshot": "Ta Skjermbilde",
+    "ButtonLetterUp": "Pil Opp",
+    "ButtonLetterDown": "Pil Ned",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Spilles Av",
+    "TabNavigation": "Navigering",
+    "TabControls": "Kontrollerer",
+    "ButtonFullscreen": "Veksle fullskjerm",
+    "ButtonScenes": "Scener",
+    "ButtonSubtitles": "Undertekster",
+    "ButtonAudioTracks": "Lydspor",
+    "ButtonPreviousTrack": "Forrige Spor",
+    "ButtonNextTrack": "Neste Spor",
+    "ButtonStop": "Stopp",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Neste",
+    "ButtonPrevious": "Forrige",
+    "LabelGroupMoviesIntoCollections": "Grupper filmer inni samlinger",
+    "LabelGroupMoviesIntoCollectionsHelp": "Ved visning av filmlister vil filmer som tilh\u00f8rer en samling vil bli vist som ett grupperende element.",
+    "NotificationOptionPluginError": "Programtillegg feil",
+    "ButtonVolumeUp": "Volum opp",
+    "ButtonVolumeDown": "Volum ned",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Siste Media",
+    "OptionSpecialFeatures": "Spesielle Funksjoner",
+    "HeaderCollections": "Samlinger",
+    "LabelProfileCodecsHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kodeker.",
+    "LabelProfileContainersHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kontainere.",
+    "HeaderResponseProfile": "Respons Profil",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Rolle:",
+    "LabelPersonRoleHelp": "Rolle er generelt kun aktuelt for skuespillere.",
+    "LabelProfileContainer": "Kontainer:",
+    "LabelProfileVideoCodecs": "Video kodek:",
+    "LabelProfileAudioCodecs": "Lyd kodek:",
+    "LabelProfileCodecs": "Kodeker:",
+    "HeaderDirectPlayProfile": "Direkte Avspilling Profil",
+    "HeaderTranscodingProfile": "Transcoding Profil",
+    "HeaderCodecProfile": "Kodek Profil",
+    "HeaderCodecProfileHelp": "Kodek profiler indikerer p\u00e5 at begrensninger p\u00e5 en enhet n\u00e5r den spiller av spesifikk kodeker. Hvis en begrensning gjelder vil media bli transcodet, til og med hvis kodeken er konfigurert for direkte avspilling.",
+    "HeaderContainerProfile": "Kontainer Profil",
+    "HeaderContainerProfileHelp": "Container profiler indikerer begrensningene i en enhet n\u00e5r du spiller bestemte formater. Hvis en begrensning gjelder da vil media bli transcodet, selv om formatet er konfigurert for direkte avspilling.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Lyd",
+    "OptionProfileVideoAudio": "Video Lyd",
+    "OptionProfilePhoto": "Bilde",
+    "LabelUserLibrary": "Bruker bibliotek:",
+    "LabelUserLibraryHelp": "Velg hvilket brukerbibliotek som skal vises til enheten. La det st\u00e5 tomt for standard innstillinger.",
+    "OptionPlainStorageFolders": "Vis alle mapper som rene lagringsmapper",
+    "OptionPlainStorageFoldersHelp": "Hvis aktivert, vil alle mapper bli representert i DIDL som  \"object.container.storageFolder\" istedet for en mer spesifikk type, som \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Vis alle videoer som ren video elementer",
+    "OptionPlainVideoItemsHelp": "Hvis aktivert, blir alle videoer representert i DIDL som \"object.item.videoItem\" i stedet for en mer bestemt type, for eksempel \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "St\u00f8ttede Media Typer:",
+    "TabIdentification": "Identifisering",
+    "HeaderIdentification": "Identifisering",
+    "TabDirectPlay": "Direkte Avspill",
+    "TabContainers": "Kontainere",
+    "TabCodecs": "Kodeker",
+    "TabResponses": "Svar",
+    "HeaderProfileInformation": "Profil Informasjon",
+    "LabelEmbedAlbumArtDidl": "Bygg inn albumbilder i Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Noen enheter foretrekker denne metoden for \u00e5 motta album art. Andre vil kunne feile \u00e5 avspille hvis dette alternativet er aktivert.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN brukes for album art, innenfor DLNA: profileID attributtet p\u00e5 upnp: albumArtURI. Noen klienter krever en bestemt verdi, uavhengig av st\u00f8rrelsen p\u00e5 bildet.",
+    "LabelAlbumArtMaxWidth": "Album art mat bredde:",
+    "LabelAlbumArtMaxWidthHelp": "Maks oppl\u00f8sning av album art utnyttet via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art maks h\u00f8yde:",
+    "LabelAlbumArtMaxHeightHelp": "Maks oppl\u00f8sning av album er eksonert via upnp:albumARtURI.",
+    "LabelIconMaxWidth": "Ikon maks bredde:",
+    "LabelIconMaxWidthHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
+    "LabelIconMaxHeight": "Ikon maks h\u00f8yde:",
+    "LabelIconMaxHeightHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
+    "LabelIdentificationFieldHelp": "Ett case-insensitive substring eller regex uttrykk.",
+    "HeaderProfileServerSettingsHelp": "Disse verdiene kontrollerer hvordan Media Browser vil presentere seg selv til enheten.",
+    "LabelMaxBitrate": "Maks bitrate:",
+    "LabelMaxBitrateHelp": "Spesifiser en maks bitrate i for begrensede b\u00e5ndbredde milj\u00f8er, eller hvis enheten p\u00e5legger sin egen begrensning.",
+    "LabelMaxStreamingBitrate": "Maks streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate n\u00e5r streaming.",
+    "LabelMaxStaticBitrate": "Maks synk bitrate:",
+    "LabelMaxStaticBitrateHelp": "Spesifiser en maks bitrate ved synkronisering av innhold i h\u00f8y kvalitet.",
+    "LabelMusicStaticBitrate": "Musikk synk bitrate:",
+    "LabelMusicStaticBitrateHelp": "Spesifiser en maks bitrate for musikk syncking",
+    "LabelMusicStreamingTranscodingBitrate": "Musikk transkoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Spesifiser en maks bitrate for streaming musikk",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde foresp\u00f8rsler",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse foresp\u00f8rslene bli honorert men ignorert i byte rekkevidde headeren.",
+    "LabelFriendlyName": "Vennlig navn",
+    "LabelManufacturer": "Produsent",
+    "LabelManufacturerUrl": "Produsent url",
+    "LabelModelName": "Modell navn",
+    "LabelModelNumber": "Modell nummer",
+    "LabelModelDescription": "Model beskrivelse",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serienummer",
+    "LabelDeviceDescription": "Enhet beskrivelse",
+    "HeaderIdentificationCriteriaHelp": "Skriv minst ett identifiserings kriterie",
+    "HeaderDirectPlayProfileHelp": "Legg direkte avspill profiler til \u00e5 indikere hvilket format enheten kan st\u00f8tte.",
+    "HeaderTranscodingProfileHelp": "Legg til transcoding profiler for \u00e5 indikere hvilke format som burde bli brukt n\u00e5r transcoding beh\u00f8ves.",
+    "HeaderResponseProfileHelp": "Respons proiler tilbyr en m\u00e5t \u00e5 tilpasse informasjon som er sent til enheten n\u00e5r den spiller en viss type media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Bestemmer innholdet i X_DLNACAP element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Bestemmer innholdet i X_DLNADOC element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
+    "LabelSonyAggregationFlags": "Sony aggregerigns flagg",
+    "LabelSonyAggregationFlagsHelp": "Bestemmer innholdet i aggregationFlags element i urn: skjemaer-sonycom: av navnerommet.",
+    "LabelTranscodingContainer": "Kontainer:",
+    "LabelTranscodingVideoCodec": "Video kodek:",
+    "LabelTranscodingVideoProfile": "Video profil:",
+    "LabelTranscodingAudioCodec": "lyd kodek:",
+    "OptionEnableM2tsMode": "Sl\u00e5 p\u00e5 M2ts modus",
+    "OptionEnableM2tsModeHelp": "Sl\u00e5 p\u00e5 m2ts modus for enkoding til mpegts.",
+    "OptionEstimateContentLength": "Estimer innholdslengde n\u00e5r transcoding.",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Rapporter at serveren st\u00f8tter byte s\u00f8king n\u00e5r transcoding.",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette kreves for noen enheter som ikke tidss\u00f8ker veldig godt.",
+    "HeaderSubtitleDownloadingHelp": "N\u00e5r Media Browser skanner videofilene, kan den s\u00f8ke etter savnede undertekster, og laste dem ned med en undertittel leverand\u00f8r som OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Last ned undertekster for:",
+    "MessageNoChapterProviders": "Installer en kapittel tilbyder som eksempelvis ChapterDb for \u00e5 aktivere kapittel muligheter.",
+    "LabelSkipIfGraphicalSubsPresent": "Hopp om videoen inneholder allerede grafiske undertekster",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Undertekster",
+    "TabChapters": "Kapitler",
+    "HeaderDownloadChaptersFor": "Last ned kapittelnavn for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles brukernavn:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles passord:",
+    "HeaderChapterDownloadingHelp": "N\u00e5r Media Browser s\u00f8ker igjennom dine videofiler s\u00e5 kan den laste ned vennlige kapittelnavn fra internett ved \u00e5 bruke programtillegg som ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Spill av lydsporet uavhengig av spr\u00e5k",
+    "LabelSubtitlePlaybackMode": "Undertekst modus:",
+    "LabelDownloadLanguages": "Last ned spr\u00e5k:",
+    "ButtonRegister": "Registrer",
+    "LabelSkipIfAudioTrackPresent": "Hopp hvis standard lydsporet matcher nedlastingen spr\u00e5k",
+    "LabelSkipIfAudioTrackPresentHelp": "Fjern merkingen for \u00e5 sikre at alle videoene har undertekster, uavhengig av lydspr\u00e5k.",
+    "HeaderSendMessage": "Send Melding",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Meldingstekst:",
+    "MessageNoAvailablePlugins": "Ingen tilgjengelige programtillegg.",
+    "LabelDisplayPluginsFor": "Vis plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episodenavn",
+    "LabelSeriesNamePlain": "Serienavn",
+    "ValueSeriesNamePeriod": "Serier.navn",
+    "ValueSeriesNameUnderscore": "Serie_navn",
+    "ValueEpisodeNamePeriod": "Episode.navn",
+    "ValueEpisodeNameUnderscore": "Episode_navn",
+    "LabelSeasonNumberPlain": "Sesong nummer",
+    "LabelEpisodeNumberPlain": "Episode nummer",
+    "LabelEndingEpisodeNumberPlain": "Siste episode nummer",
+    "HeaderTypeText": "Skriv Tekst",
+    "LabelTypeText": "Tekst",
+    "HeaderSearchForSubtitles": "S\u00f8k etter undertekster",
+    "MessageNoSubtitleSearchResultsFound": "Ingen s\u00f8k funnet.",
+    "TabDisplay": "Skjerm",
+    "TabLanguages": "Spr\u00e5k",
+    "TabWebClient": "Web Klient",
+    "LabelEnableThemeSongs": "Sl\u00e5 p\u00e5 tema sanger",
+    "LabelEnableBackdrops": "Sl\u00e5 p\u00e5 backdrops",
+    "LabelEnableThemeSongsHelp": "Hvis p\u00e5sl\u00e5tt vil tema sanger bli avspilt i bakgrunnen mens man blar igjennom biblioteket.",
+    "LabelEnableBackdropsHelp": "Hvis p\u00e5sl\u00e5tt vil backdrops bli vist i bakgrunnen p\u00e5 noen sider mens man blar igjennom biblioteket.",
+    "HeaderHomePage": "Hjemmeside",
+    "HeaderSettingsForThisDevice": "Innstillinger for denne enheten",
+    "OptionAuto": "Auto",
+    "OptionYes": "Ja",
+    "OptionNo": "Nei",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Hjemme side seksjon 1:",
+    "LabelHomePageSection2": "Hjemme side seksjon 2:",
+    "LabelHomePageSection3": "Hjemme side seksjon 3:",
+    "LabelHomePageSection4": "Hjemme side seksjon 4:",
+    "OptionMyViewsButtons": "Mitt syn (knapper)",
+    "OptionMyViews": "Mitt syn",
+    "OptionMyViewsSmall": "Mitt Syn (liten)",
+    "OptionResumablemedia": "Fortsette",
+    "OptionLatestMedia": "Siste media",
+    "OptionLatestChannelMedia": "Siste kanal elementer",
+    "HeaderLatestChannelItems": "Siste Kanal Elementer",
+    "OptionNone": "Ingen",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Rapporter",
+    "HeaderMetadataManager": "Metadata Behandler",
+    "HeaderPreferences": "Preferanser",
+    "MessageLoadingChannels": "Laster kanal innhold...",
+    "MessageLoadingContent": "Laster innhold...",
+    "ButtonMarkRead": "Marker Som Lest",
+    "OptionDefaultSort": "Standard",
+    "OptionCommunityMostWatchedSort": "Mest Sett",
+    "TabNextUp": "Neste",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "Ingen film forslag er forel\u00f8pig tilgjengelig. Start med \u00e5 se og ranger filmer. Kom deretter tilbake for \u00e5 f\u00e5 forslag p\u00e5 anbefalinger.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Spillelister tillater deg \u00e5 lage lister over innhold til \u00e5 spille etter hverandre p\u00e5 en gang. For \u00e5 legge til elementer i spillelister, h\u00f8yreklikk eller trykk og hold, og velg Legg til i spilleliste.",
+    "MessageNoPlaylistItemsAvailable": "Denne spillelisten er forel\u00f8pig tom",
+    "ButtonDismiss": "Avvis",
+    "ButtonEditOtherUserPreferences": "Rediger denne brukers profil, passord og personlige preferanser.",
+    "LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
+    "LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
+    "OptionBestAvailableStreamQuality": "Beste tilgjengelig",
+    "LabelEnableChannelContentDownloadingFor": "Sl\u00e5 p\u00e5 kanal innhold nedlasting for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Noen kanaler st\u00f8tter nedlasting av innhold f\u00f8r visning. Aktiver dette for en linje med  lav b\u00e5ndbredde for \u00e5 laste ned kanalinnholdet n\u00e5r serveren ikke benyttes. Innholdet lastes ned som en del av kanalens planlagte oppgave for nedlasting.",
+    "LabelChannelDownloadPath": "Nedlastingsti for Kanal-innhold:",
+    "LabelChannelDownloadPathHelp": "Spesifiser en tilpasset nedlastingsti hvis \u00f8nsket. La feltet ellers st\u00e5 tomt for \u00e5 bruke den interne program data mappen.",
+    "LabelChannelDownloadAge": "Slett innhold etter: (dager)",
+    "LabelChannelDownloadAgeHelp": "Nedlastet innhold eldre enn dette vil bli slettet. Det vil v\u00e6re avspillbart via internett streaming.",
+    "ChannelSettingsFormHelp": "Installer kanaler som eksempel Trailers og Vimeo i programtillegg katalogen.",
+    "ButtonOptions": "Alternativer",
+    "ViewTypeMovies": "Filmer",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Spill",
+    "ViewTypeMusic": "Musikk",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Samlinger",
+    "ViewTypeChannels": "Kanaler",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Sendes n\u00e5",
+    "ViewTypeLatestGames": "Siste spill",
+    "ViewTypeRecentlyPlayedGames": "Nylig spilt",
+    "ViewTypeGameFavorites": "Favoritter",
+    "ViewTypeGameSystems": "Spillsystemer",
+    "ViewTypeGameGenres": "Sjangere",
+    "ViewTypeTvResume": "Fortsette",
+    "ViewTypeTvNextUp": "Neste",
+    "ViewTypeTvLatest": "Siste",
+    "ViewTypeTvShowSeries": "Serier",
+    "ViewTypeTvGenres": "Sjangere",
+    "ViewTypeTvFavoriteSeries": "Favoritt serier",
+    "ViewTypeTvFavoriteEpisodes": "Favoritt episoder",
+    "ViewTypeMovieResume": "Fortsette",
+    "ViewTypeMovieLatest": "Siste",
+    "ViewTypeMovieMovies": "Filmer",
+    "ViewTypeMovieCollections": "Samlinger",
+    "ViewTypeMovieFavorites": "Favoritter",
+    "ViewTypeMovieGenres": "Sjangere",
+    "ViewTypeMusicLatest": "Siste",
+    "ViewTypeMusicAlbums": "Albumer",
+    "ViewTypeMusicAlbumArtists": "Album artister",
+    "HeaderOtherDisplaySettings": "Visnings Innstillinger",
+    "ViewTypeMusicSongs": "Sanger",
+    "ViewTypeMusicFavorites": "Favoritter",
+    "ViewTypeMusicFavoriteAlbums": "Favorittalbumer",
+    "ViewTypeMusicFavoriteArtists": "Favorittartister",
+    "ViewTypeMusicFavoriteSongs": "Favorittsanger",
+    "HeaderMyViews": "Mitt Syn",
+    "LabelSelectFolderGroups": "Automatisk gruppering av innhold fra f\u00f8lgende mapper til oversikter som filmer, musikk og TV:",
+    "LabelSelectFolderGroupsHelp": "Mapper som ikke er valgt vil bli vist for seg selv i deres egen visning.",
+    "OptionDisplayAdultContent": "Vis Voksen materiale",
+    "OptionLibraryFolders": "Media Mapper",
+    "TitleRemoteControl": "Ekstern Kontroll",
+    "OptionLatestTvRecordings": "Siste opptak",
+    "LabelProtocolInfo": "Protokoll info:",
+    "LabelProtocolInfoHelp": "Verdien som blir brukt for \u00e5 gi respons til GetProtocolInfo foresp\u00f8rsler fra enheten.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Synk bruker sett data til nfo'er for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Utgivelsesdato format:",
+    "LabelKodiMetadataDateFormatHelp": "Alle datoer inenfor nfo'er vil bli lest og skrevet til med bruk av dette formatet.",
+    "LabelKodiMetadataSaveImagePaths": "Lagre bilde stier inne i nfo filer",
+    "LabelKodiMetadataSaveImagePathsHelp": "Dette anbefales hvis du har bilde filnavn som ikke f\u00f8lger Kodi retningslinjer.",
+    "LabelKodiMetadataEnablePathSubstitution": "Aktiver sti erstatter",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverer sti erstatning av bilde stier ved hjelp av serverens sti erstatter innstillinger.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vis sti erstatter",
+    "LabelGroupChannelsIntoViews": "Via f\u00f8lgende kanaler direkte gjennom Mitt Syn:",
+    "LabelGroupChannelsIntoViewsHelp": "Hvis sl\u00e5tt p\u00e5 vil disse kanalene bli vist direkte sammen med andre visninger. Hvis avsl\u00e5tt, vil de bli vist sammen med separerte Kanaler visning.",
+    "LabelDisplayCollectionsView": "Vis en samling for \u00e5 vise film samlinger",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "kopier extrafanart inn til extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Ved nedlasting av bilder kan de bli lagret inn til b\u00e5de extrafanart og extrathumbs for maksimum Kodi skin kompabilitet.",
+    "TabServices": "Tjenester",
+    "TabLogs": "Logger",
+    "HeaderServerLogFiles": "Server log filer:",
+    "TabBranding": "Merke",
+    "HeaderBrandingHelp": "Tilpass utseende til Media Browser som passer til dine behov for dine grupper eller organiseringer.",
+    "LabelLoginDisclaimer": "Login ansvarsfraskrivelse:",
+    "LabelLoginDisclaimerHelp": "Dette vil bli vist p\u00e5 bunnen av login siden.",
+    "LabelAutomaticallyDonate": "Doner denne summen automatisk hver m\u00e5ned",
+    "LabelAutomaticallyDonateHelp": "Du kan kansellere n\u00e5r som helst via din PayPal konto.",
+    "OptionList": "Liste",
+    "TabDashboard": "Dashbord",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logger:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Bilder etter navn:",
+    "LabelTranscodingTemporaryFiles": "Transcoding midlertidige filer:",
+    "HeaderLatestMusic": "Siste Musikk",
+    "HeaderBranding": "Merke",
+    "HeaderApiKeys": "Api N\u00f8kkler",
+    "HeaderApiKeysHelp": "Eksterne programmer er p\u00e5lagt \u00e5 ha en API-n\u00f8kkel for \u00e5 kunne kommunisere med Media Browser. N\u00f8kkel f\u00e5es ved \u00e5 logge p\u00e5 med en Media Browser-konto, eller ved \u00e5 manuelt innvilge s\u00f8knaden en n\u00f8kkel.",
+    "HeaderApiKey": "Api N\u00f8kkel",
+    "HeaderApp": "App",
+    "HeaderDevice": "Enhet",
+    "HeaderUser": "Bruker",
+    "HeaderDateIssued": "Dato utstedt",
+    "LabelChapterName": "Kapittel {0}",
+    "HeaderNewApiKey": "Ny Api N\u00f8kkel",
+    "LabelAppName": "Applikasjon navn",
+    "LabelAppNameExample": "Eksempel: Sickbread, NzbDrone",
+    "HeaderNewApiKeyHelp": "Innvilge en applikasjon tillatelser for \u00e5 kommunisere med Media Browser.",
+    "HeaderHttpHeaders": "Http Headere",
+    "HeaderIdentificationHeader": "Identifiserings Header",
+    "LabelValue": "Verdi:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Lik",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "SubString",
+    "TabView": "Se",
+    "TabSort": "Sorter",
+    "TabFilter": "Filter",
+    "ButtonView": "Se",
+    "LabelPageSize": "Element grense:",
+    "LabelPath": "Sti:",
+    "LabelView": "Se:",
+    "TabUsers": "Brukere",
+    "LabelSortName": "Sorterings navn:",
+    "LabelDateAdded": "Dato lagt til",
+    "HeaderFeatures": "Funksjoner",
+    "HeaderAdvanced": "Avansert",
+    "ButtonSync": "Synk",
+    "TabScheduledTasks": "Planlagte Oppgaver",
+    "HeaderChapters": "Kapitler",
+    "HeaderResumeSettings": "Fortsett Innstillinger",
+    "TabSync": "Synk",
+    "TitleUsers": "Brukere",
+    "LabelProtocol": "Protokoll:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Kontekst",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Synk",
+    "ButtonAddToPlaylist": "Legg til spilleliste",
+    "TabPlaylists": "Spliielister",
+    "ButtonClose": "Lukk",
+    "LabelAllLanguages": "Alle spr\u00e5k",
+    "HeaderBrowseOnlineImages": "Bla Igjennom Bilder Online",
+    "LabelSource": "Kilde:",
+    "OptionAll": "Alle",
+    "LabelImage": "Bilde:",
+    "ButtonBrowseImages": "Bla Igjennom Bilder",
+    "HeaderImages": "Bilder",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Legg Til\/Oppdater Bilde",
+    "LabelJpgPngOnly": "JPG\/PNG kun",
+    "LabelImageType": "Bilde type:",
+    "OptionPrimary": "Prim\u00e6re",
+    "OptionArt": "Art",
+    "OptionBox": "Boks",
+    "OptionBoxRear": "Boks bak",
+    "OptionDisc": "Disk",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Meny",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "L\u00e5st",
+    "OptionUnidentified": "uidentifisert",
+    "OptionMissingParentalRating": "Mangler foreldresensur",
+    "OptionStub": "stump",
+    "HeaderEpisodes": "Episoder:",
+    "OptionSeason0": "Sesong 0",
+    "LabelReport": "Rapport:",
+    "OptionReportSongs": "Sanger:",
+    "OptionReportSeries": "Serier",
+    "OptionReportSeasons": "Sesonger",
+    "OptionReportTrailers": "Trailere",
+    "OptionReportMusicVideos": "Musikkvideoer",
+    "OptionReportMovies": "Filmer",
+    "OptionReportHomeVideos": "Hjemme videoer",
+    "OptionReportGames": "Spill",
+    "OptionReportEpisodes": "Episoder",
+    "OptionReportCollections": "Samlinger",
+    "OptionReportBooks": "B\u00f8ker",
+    "OptionReportArtists": "Artisert",
+    "OptionReportAlbums": "Albumer",
+    "OptionReportAdultVideos": "Voksen videoer",
+    "ButtonMore": "Mer",
+    "HeaderActivity": "Aktivitet",
+    "ScheduledTaskStartedWithName": "{0} startet",
+    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
+    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
+    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
+    "PluginInstalledWithName": "{0} ble installert",
+    "PluginUpdatedWithName": "{0} ble oppdatert",
+    "PluginUninstalledWithName": "{0} ble avinstallert",
+    "ScheduledTaskFailedWithName": "{0} feilet",
+    "ItemAddedWithName": "{0} ble lagt til biblioteket",
+    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
+    "DeviceOnlineWithName": "{0} er tilkoblet",
+    "UserOnlineFromDevice": "{0} er online fra {1}",
+    "DeviceOfflineWithName": "{0} har koblet fra",
+    "UserOfflineFromDevice": "{0} har koblet fra {1}",
+    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
+    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
+    "LabelRunningTimeValue": "Spille tide: {0}",
+    "LabelIpAddressValue": "Ip adresse: {0}",
+    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
+    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
+    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
+    "UserDeletedWithName": "Bruker {0} har blitt slettet",
+    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
+    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
+    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
+    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
+    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
+    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
+    "AppDeviceValues": "App: {0} , Device: {1}",
+    "ProviderValue": "Tilbyder: {0}",
+    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Begrens st\u00f8rrelse for kanal nedlastings mappen.",
+    "HeaderRecentActivity": "Siste Aktivitet",
+    "HeaderPeople": "Personer",
+    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
+    "OptionComposers": "Komponister:",
+    "OptionOthers": "Andre",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
+    "ViewTypeFolders": "Mapper",
+    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
+    "ViewTypeLiveTvRecordingGroups": "Opptak",
+    "ViewTypeLiveTvChannels": "Kanaler",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Passord",
+    "HeaderLocalAccess": "Lokal Tilkobling",
+    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
+    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
+    "OptionDownloadMissingImages": "Last ned manglende bilder",
+    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
+    "OptionRefreshAllData": "Oppfrisk alle data",
+    "OptionAddMissingDataOnly": "Legg til kun maglende data",
+    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
+    "HeaderRefreshMetadata": "Oppfrisk Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identifiser Element",
+    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
+    "HeaderConfirmDeletion": "Bekreft Kansellering",
+    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
+    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
+    "ButtonIdentify": "Identifiser",
+    "LabelAlbumArtist": "Album Artist",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Fellesskap anmeldelse:",
+    "LabelVoteCount": "Stemme tall:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Kritiker anmeldelse:",
+    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
+    "LabelAwardSummary": "Pris sammendrag:",
+    "LabelWebsite": "Nettsted:",
+    "LabelTagline": "Slagord:",
+    "LabelOverview": "Oversikt:",
+    "LabelShortOverview": "Kort oversikt:",
+    "LabelReleaseDate": "Utgivelsesdato:",
+    "LabelYear": "\u00c5r:",
+    "LabelPlaceOfBirth": "F\u00f8dested:",
+    "LabelEndDate": "Slutt dato:",
+    "LabelAirDate": "Sendings dager:",
+    "LabelAirTime:": "Sendings tid:",
+    "LabelRuntimeMinutes": "Spilletid (minutter):",
+    "LabelParentalRating": "Foreldresensur:",
+    "LabelCustomRating": "Kunde anmeldelse:",
+    "LabelBudget": "Budsjett",
+    "LabelRevenue": "Inntjening ($):",
+    "LabelOriginalAspectRatio": "Originalt sideforhold:",
+    "LabelPlayers": "Spillere:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
+    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
+    "HeaderExternalIds": "Ekstern Id'er:",
+    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
+    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
+    "LabelAbsoluteEpisodeNumber": "absolutt episode nummer:",
+    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
+    "LabelAirsAfterSeason": "Sendt etter sesong:",
+    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
+    "LabelTreatImageAs": "Behandle bilde som:",
+    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
+    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
+    "HeaderCountries": "Land",
+    "HeaderGenres": "Sjanger",
+    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
+    "HeaderStudios": "Studioer",
+    "HeaderTags": "Tagger",
+    "HeaderMetadataSettings": "Metadata innstilinger",
+    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
+    "MessageLeaveEmptyToInherit": "La v\u00e6re blank for \u00e5 arve innstillinger fra et foreldre element, eller den globale standard verdien.",
+    "TabDonate": "Doner",
+    "HeaderDonationType": "Donasjon type:",
+    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
+    "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
+    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
+    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
+    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
+    "OptionNoTrailer": "Ingen trailer",
+    "OptionNoThemeSong": "Ingen temasang",
+    "OptionNoThemeVideo": "Ingen tema video",
+    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Skuespiller",
+    "OptionComposer": "Komponist",
+    "OptionDirector": "Regiss\u00f8r",
+    "OptionGuestStar": "Stjerne gjest",
+    "OptionProducer": "Produsent",
+    "OptionWriter": "Manus",
+    "LabelAirDays": "Sendings dager:",
+    "LabelAirTime": "Sendings tid:",
+    "HeaderMediaInfo": "Media informasjon",
+    "HeaderPhotoInfo": "Bildeinformasjon",
+    "HeaderInstall": "Installer",
+    "LabelSelectVersionToInstall": "Velg versjon for \u00e5 installere:",
+    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
+    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
+    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
+    "HeaderReviews": "Anmeldelser",
+    "HeaderDeveloperInfo": "Utvikler informasjon",
+    "HeaderRevisionHistory": "Revisjonshistorikk",
+    "ButtonViewWebsite": "Vis nettsted",
+    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
+    "HeaderXmlSettings": "Xml innstillinger",
+    "HeaderXmlDocumentAttributes": "Xml dokument attributter",
+    "HeaderXmlDocumentAttribute": "Xml dokument attributt",
+    "XmlDocumentAttributeListHelp": "Disse attributtene p\u00e5f\u00f8res rot elementet for alle xml responser.",
+    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
+    "LabelExtractChaptersDuringLibraryScan": "Hent ut kapittel bilder under bibliotek skann",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Hvis aktivert, vil kapittel bilder bli hentet ut mens videoer importeres under bibliotek skanning.\nHvis deaktivert, vil de bli hentet ut under planlagte oppgaver for kapittel bilder, som medf\u00f8rer at vanlig bibliotek skanning blir fortere ferdig.",
+    "LabelConnectGuestUserName": "Deres Media Browser brukernavn eller epostadresse:",
+    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
+    "LabelConnectUserNameHelp": "Tilknytt denne brukeren til en Media Browser konto for \u00e5 muliggj\u00f8re enkel log-inn  fra enhver Media Browser app uten \u00e5 vite server ip adressen.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
+    "LabelExternalPlayers": "Eksterne avspillere:",
+    "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
+    "HeaderSubtitleProfile": "Undertekst Profil",
+    "HeaderSubtitleProfiles": "Undertekst Profiler",
+    "HeaderSubtitleProfilesHelp": "Undertekst profiler beskriver undertekst formater som er suportert av enheten.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Metode:",
+    "LabelDidlMode": "Didl modus:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Legge inn i kontainer",
+    "OptionExternallyDownloaded": "Ekstern nedlasting",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Eksempel: srt",
+    "ButtonLearnMore": "L\u00e6re mer",
+    "TabPlayback": "Spill av",
+    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
+    "TabCinemaMode": "Kino Mode",
+    "TitlePlayback": "Spill av",
+    "LabelEnableCinemaModeFor": "Aktiver kino mode for:",
+    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
+    "OptionTrailersFromMyMovies": "Inkludere trailere fra filmer i mitt bibliotek",
+    "OptionUpcomingMoviesInTheaters": "Inkludere trailere fra nye og kommende filmer",
+    "LabelLimitIntrosToUnwatchedContent": "Bruk kun trailere fra usett innhold",
+    "LabelEnableIntroParentalControl": "Aktiver smart foreldre kontroll",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Disse funksjonene krever ett aktivt supporter medlemskap og installasjon av programtillegget the Trailer channel.",
+    "OptionTrailersFromMyMoviesHelp": "Krever oppsett av lokale trailere.",
+    "LabelCustomIntrosPath": "Tilpasset intro sti:",
+    "LabelCustomIntrosPathHelp": "En mappe med video filer. En video vil bli tilfeldig valgt og avspilt etter trailere.",
+    "ValueSpecialEpisodeName": "Spesiell - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
+    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Vis trailere sammen med film forslag",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
+    "CinemaModeConfigurationHelp2": "Individuelle brukere vil ha muligheten for \u00e5 deaktivere kino modus innenfor deres egne preferanser.",
+    "LabelEnableCinemaMode": "Aktiver kino mode",
+    "HeaderCinemaMode": "Kino Modus",
+    "LabelDateAddedBehavior": "Dato lagt til adferd for nytt innhold:",
+    "OptionDateAddedImportTime": "Bruk dato skannet inn til biblioteket",
+    "OptionDateAddedFileTime": "Bruk fil opprettelse dato",
+    "LabelDateAddedBehaviorHelp": "Hvis metadata verdier er tilgjengelig vil de alltid bli brukt fremfor noen av disse valgene.",
+    "LabelNumberTrailerToPlay": "Antall trailere \u00e5 avspille:",
+    "TitleDevices": "Enheter",
+    "TabCameraUpload": "Kameraopplasting",
+    "TabDevices": "Enheter",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Du har for \u00f8yeblikket ingen enheter som st\u00f8tter kameraopplasting.",
+    "LabelCameraUploadPath": "Sti til kameraopplasting:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Lag en underkatalog for hver enhet",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Visningsnavn:",
+    "LabelCustomDeviceDisplayNameHelp": "Oppgi et egendefinert visningsnavn eller la det v\u00e6re tomt for \u00e5 bruke navnet som enheten rapporterer.",
+    "HeaderInviteUser": "Invit\u00e9r Bruker",
+    "LabelConnectGuestUserNameHelp": "Dette er brukernavnet som vennen din bruker for \u00e5 logge inn p\u00e5 Media Browser nettstedet, eller epostadressen deres.",
+    "HeaderInviteUserHelp": "\u00c5 dele mediefiler med venner er enklere enn noen gang f\u00f8r med Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitasjon",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Gjester",
+    "HeaderLocalUsers": "Lokale Brukere",
+    "HeaderPendingInvitations": "Ventende invitasjoner",
+    "TabParentalControl": "Foreldrekontroll",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Ukedag:",
+    "LabelAccessStart": "Starttid:",
+    "LabelAccessEnd": "Sluttid:",
+    "HeaderSchedule": "Timeplan",
+    "OptionEveryday": "Hver dag",
+    "OptionWeekdays": "Ukedager",
+    "OptionWeekends": "Helger",
+    "MessageProfileInfoSynced": "Brukerprofilinformasjon er synkronisert med Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "Nye Brukere",
+    "ButtonSignUp": "Registrering",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Deaktiver tillgang til bruker preferanser",
+    "OptionDisableUserPreferencesHelp": "Hvis ativert, vil kun administratorer kunne konfigurere bruker profil bilder, passord og spr\u00e5k preferanser.",
+    "HeaderSelectServer": "Velg Server",
+    "MessageNoServersAvailableToConnect": "Ingen servere er tilgjengelig for tilkobling. Hvis du er invitert til \u00e5 dele en server, s\u00f8rg for \u00e5 godta det under eller ved \u00e5 klikke p\u00e5 lenken i e-posten.",
+    "TitleNewUser": "Ny bruker",
+    "ButtonConfigurePassword": "Konfigurer passord",
+    "HeaderDashboardUserPassword": "Brukerpassord forvaltes innenfor hver brukers personlige profilinnstillingene.",
+    "HeaderLibraryAccess": "Bibliotek tilgang",
+    "HeaderChannelAccess": "Kanal tilgang",
+    "HeaderLatestItems": "Siste element",
+    "LabelSelectLastestItemsFolders": "Inkluder media fra f\u00f8lgende avsnitt i de siste elementene",
+    "HeaderShareMediaFolders": "Del media mapper",
+    "MessageGuestSharingPermissionsHelp": "De fleste funksjonene er i utgangspunktet utilgjengelig for gjester, men kan aktiveres ved behov.",
+    "HeaderInvitations": "Invitasjoner",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Glemt passord",
+    "TitleForgotPassword": "Glemt passord",
+    "TitlePasswordReset": "Resett passord",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Resett passord",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 669 - 669
MediaBrowser.Server.Implementations/Localization/Server/nl.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Zoeken",
-    "ButtonSettings": "Instellingen",
-    "ButtonTakeScreenshot": "Vang Schermafbeelding",
-    "ButtonLetterUp": "Letter omhoog",
-    "ButtonLetterDown": "Letter omlaag",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Wordt nu afgespeeld",
-    "TabNavigation": "Navigatie",
-    "TabControls": "Besturing",
-    "ButtonFullscreen": "Schakelen tussen volledig scherm ",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Ondertitels",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Vorige track",
-    "ButtonNextTrack": "Volgende track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pauze",
-    "ButtonNext": "Volgende",
-    "ButtonPrevious": "Vorige",
-    "LabelGroupMoviesIntoCollections": "Groepeer films in verzamelingen",
-    "LabelGroupMoviesIntoCollectionsHelp": "Bij de weergave van film lijsten, zullen films die behoren tot een verzameling worden weergegeven als een gegroepeerd object.",
-    "NotificationOptionPluginError": "Plug-in fout",
-    "ButtonVolumeUp": "Volume omhoog",
-    "ButtonVolumeDown": "Volume omlaag",
-    "ButtonMute": "Dempen",
-    "HeaderLatestMedia": "Nieuw in bibliotheek",
-    "OptionSpecialFeatures": "Extra's",
-    "HeaderCollections": "Verzamelingen",
-    "LabelProfileCodecsHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle codecs.",
-    "LabelProfileContainersHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle containers.",
-    "HeaderResponseProfile": "Antwoord Profiel",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Rol:",
-    "LabelPersonRoleHelp": "Rol is alleen van toepassing op acteurs.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Afspelen Profiel",
-    "HeaderTranscodingProfile": "Direct Afspelen Profiel",
-    "HeaderCodecProfile": "Codec Profiel",
-    "HeaderCodecProfileHelp": "Codec profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde codecs. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien de codec is geconfigureerd voor direct afspelen.",
-    "HeaderContainerProfile": "Container Profiel",
-    "HeaderContainerProfileHelp": "Container profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde formaten. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien het formaat is geconfigureerd voor direct afspelen.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Gebruikers Bibliotheek:",
-    "LabelUserLibraryHelp": "Selecteer welke gebruikers bibliotheek weergegeven moet worden op het apparaat. Laat leeg standaardinstelling te gebruiken.",
-    "OptionPlainStorageFolders": "Alle mappen weergeven als gewone opslagmappen",
-    "OptionPlainStorageFoldersHelp": "Indien ingeschakeld worden alle mappen in DIDL weergegeven als 'object.container.storageFolder' in plaats van een meer specifiek type, zoals 'object.container.person.musicArtist'.",
-    "OptionPlainVideoItems": "Alle video's weergeven als gewone video items",
-    "OptionPlainVideoItemsHelp": "Indien ingeschakeld worden alle video's in DIDL weergegeven als 'object.item.videoItem' in plaats van een meer specifiek type, zoals 'object.item.videoItem.movie'.",
-    "LabelSupportedMediaTypes": "Ondersteunde Media Types:",
-    "TabIdentification": "Identificatie",
-    "HeaderIdentification": "Identificatie",
-    "TabDirectPlay": "Direct Afspelen",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Reacties",
-    "HeaderProfileInformation": "Profiel Informatie",
-    "LabelEmbedAlbumArtDidl": "Insluiten van albumhoezen in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Sommige apparaten prefereren deze methode voor het verkrijgen van albumhoezen. Anderen kunnen falen om af te spelen met deze optie ingeschakeld.",
-    "LabelAlbumArtPN": "Albumhoes PN:",
-    "LabelAlbumArtHelp": "PN gebruikt voor albumhoes, binnen het kenmerk van de dlna:profileID op upnp:albumArtURI. Sommige Cli\u00ebnts eisen een specifieke waarde, ongeacht de grootte van de afbeelding",
-    "LabelAlbumArtMaxWidth": "Albumhoes max. breedte:",
-    "LabelAlbumArtMaxWidthHelp": "Max. resolutie van albumhoezen weergegeven via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Albumhoes max. hoogte:",
-    "LabelAlbumArtMaxHeightHelp": "Max. resolutie van albumhoezen weergegeven via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Pictogram max breedte:",
-    "LabelIconMaxWidthHelp": "Max. resolutie van pictogrammen weergegeven via upnp:icon.",
-    "LabelIconMaxHeight": "Pictogram max. hoogte:\n",
-    "LabelIconMaxHeightHelp": "Max. resolutie van pictogrammen weergegeven via upnp:icon.",
-    "LabelIdentificationFieldHelp": "Een niet-hoofdlettergevoelige subtekenreeks of regex expressie.",
-    "HeaderProfileServerSettingsHelp": "Deze waarden bepalen hoe Media Browser zichzelf zal presenteren aan het apparaat.",
-    "LabelMaxBitrate": "Max. bitrate:",
-    "LabelMaxBitrateHelp": "Geef een max. bitrate in bandbreedte beperkte omgevingen, of als het apparaat zijn eigen limiet heeft.",
-    "LabelMaxStreamingBitrate": "Maximale streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Geef een maximale bitrate voor streaming op.",
-    "LabelMaxStaticBitrate": "Maximale Synchronisatie bitrate:",
-    "LabelMaxStaticBitrateHelp": "Geef een maximale bitrate op voor synchroniseren in hoge kwaliteit.",
-    "LabelMusicStaticBitrate": "Muzieksynchronisatie bitrate:",
-    "LabelMusicStaticBitrateHelp": "Geef een maximum bitrate op voor het synchroniseren van muziek",
-    "LabelMusicStreamingTranscodingBitrate": "Muziek transcodering bitrate: ",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Geef een maximum bitrate op voor het streamen van muziek",
-    "OptionIgnoreTranscodeByteRangeRequests": "Transcodeer byte range-aanvragen negeren",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Indien ingeschakeld, zullen deze verzoeken worden gehonoreerd, maar zal de byte bereik header worden genegeerd.",
-    "LabelFriendlyName": "Aangepaste naam",
-    "LabelManufacturer": "Fabrikant",
-    "LabelManufacturerUrl": "Url Fabrikant",
-    "LabelModelName": "Modelnaam",
-    "LabelModelNumber": "Modelnummer",
-    "LabelModelDescription": "Model omschrijving",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serienummer",
-    "LabelDeviceDescription": "Apparaat omschrijving",
-    "HeaderIdentificationCriteriaHelp": "Voer tenminste \u00e9\u00e9n identificatiecriterium in.",
-    "HeaderDirectPlayProfileHelp": "Toevoegen direct afspelen profielen om aan te geven welke formaten het apparaat standaard aankan.",
-    "HeaderTranscodingProfileHelp": "Transcoding profielen toevoegen om aan te geven welke indelingen moeten worden gebruikt wanneer transcoding vereist is.",
-    "HeaderResponseProfileHelp": "Responsprofielen bieden een manier om informatie, verzonden naar het apparaat bij het afspelen van bepaalde soorten media aan te passen.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Bepaalt de inhoud van het X_DLNACAP element in de urn: schemas-dlna-org:device-1-0 namespace. \n",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Bepaalt de inhoud van het X_DLNADOC element in de urn: schemas-dlna-org:device-1-0 namespace. ",
-    "LabelSonyAggregationFlags": "Sony aggregatie vlaggen:",
-    "LabelSonyAggregationFlagsHelp": "Bepaalt de inhoud van het aggregationFlags element in de urn: schemas-sonycom av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "M2ts-modus inschakelen",
-    "OptionEnableM2tsModeHelp": "m2ts-modus bij het encoderen naar mpegts inschakelen",
-    "OptionEstimateContentLength": "Lengte schatten van de inhoud bij het transcoderen",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Rapporteer dat de server byte zoeken tijdens transcoderen ondersteunt",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dit is vereist voor bepaalde apparaten die zo goed op tijd zoeken.",
-    "HeaderSubtitleDownloadingHelp": "Bij het scannen van uw videobestanden kan Media Browser naar ontbrekende ondertiteling zoeken en deze downloaden bij ondertiteling providers zoals OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download ondertiteling voor:",
-    "MessageNoChapterProviders": "Installeer een hoofdstuk provider Plug-in zoals ChapterDb om extra hoofdstuk opties in te schakelen.",
-    "LabelSkipIfGraphicalSubsPresent": "Overslaan als de video al grafische ondertitels  bevat",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Ondertiteling",
-    "TabChapters": "Hoofdstukken",
-    "HeaderDownloadChaptersFor": "Download hoofdstuk namen voor:",
-    "LabelOpenSubtitlesUsername": "Gebruikersnaam Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Wachtwoord Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "Wanneer Media Browser uw videobestanden scant kan het gebruiksvriendelijke namen voor hoofdstukken downloaden van het internet met behulp van hoofdstuk Plug-in zoals ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Speel standaard audio spoor ongeacht taal",
-    "LabelSubtitlePlaybackMode": "Ondertitelingsmode:",
-    "LabelDownloadLanguages": "Download talen:",
-    "ButtonRegister": "Aanmelden",
-    "LabelSkipIfAudioTrackPresent": "Overslaan als het standaard audio spoor overeenkomt met de taal van de download",
-    "LabelSkipIfAudioTrackPresentHelp": "Uitvinken om ervoor te zorgen dat alle video's ondertitels krijgen, ongeacht de gesproken taal.",
-    "HeaderSendMessage": "Stuur bericht",
-    "ButtonSend": "Stuur",
-    "LabelMessageText": "Bericht tekst:",
-    "MessageNoAvailablePlugins": "Geen beschikbare Plug-ins.",
-    "LabelDisplayPluginsFor": "Toon Plug-ins voor:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Naam aflevering",
-    "LabelSeriesNamePlain": "Naam serie",
-    "ValueSeriesNamePeriod": "Serie.Naam",
-    "ValueSeriesNameUnderscore": "Serie_naam",
-    "ValueEpisodeNamePeriod": "Aflevering.naam",
-    "ValueEpisodeNameUnderscore": "Aflevering_naam",
-    "LabelSeasonNumberPlain": "nummer seizoen",
-    "LabelEpisodeNumberPlain": "Nummer aflevering",
-    "LabelEndingEpisodeNumberPlain": "Laatste nummer aflevering",
-    "HeaderTypeText": "Voer tekst in",
-    "LabelTypeText": "Tekst",
-    "HeaderSearchForSubtitles": "Zoeken naar Ondertitels",
-    "MessageNoSubtitleSearchResultsFound": "Geen zoekresultaten gevonden.",
-    "TabDisplay": "Weergave",
-    "TabLanguages": "Talen",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Theme songs inschakelen:",
-    "LabelEnableBackdrops": "Achtergronden inschakelen:",
-    "LabelEnableThemeSongsHelp": "Indien ingeschakeld, zullen theme songs in de achtergrond worden afgespeeld tijdens het browsen door de bibliotheek.",
-    "LabelEnableBackdropsHelp": "Indien ingeschakeld, zullen achtergrondafbeeldingen in de achtergrond worden getoond van een aantal pagina's tijdens het browsen door de bibliotheek.",
-    "HeaderHomePage": "Startpagina",
-    "HeaderSettingsForThisDevice": "Instellingen voor dit apparaat",
-    "OptionAuto": "Auto",
-    "OptionYes": "Ja",
-    "OptionNo": "Nee",
-    "HeaderOptions": "Opties",
-    "HeaderIdentificationResult": "Identificatie Resultaat",
-    "LabelHomePageSection1": "Startpagina sectie 1:",
-    "LabelHomePageSection2": "Startpagina sectie 2:",
-    "LabelHomePageSection3": "Startpagina sectie 3:",
-    "LabelHomePageSection4": "Startpagina sectie 4:",
-    "OptionMyViewsButtons": "Mijn overzichten (knoppen)",
-    "OptionMyViews": "Mijn overzichten",
-    "OptionMyViewsSmall": "Mijn overzichten (klein)",
-    "OptionResumablemedia": "Hervatten",
-    "OptionLatestMedia": "Nieuwste media",
-    "OptionLatestChannelMedia": "Nieuwste kanaal items",
-    "HeaderLatestChannelItems": "Nieuwste kanaal items",
-    "OptionNone": "Geen",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Rapporten",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Voorkeuren",
-    "MessageLoadingChannels": "Laden kanaal inhoud ...",
-    "MessageLoadingContent": "Inhoud wordt geladen ...",
-    "ButtonMarkRead": "Markeren als gelezen",
-    "OptionDefaultSort": "Standaard",
-    "OptionCommunityMostWatchedSort": "Meest bekeken",
-    "TabNextUp": "Volgend",
-    "HeaderBecomeMediaBrowserSupporter": "Word een Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "Er zijn momenteel geen film suggesties beschikbaar. Begin met het bekijken en waardeer uw films, kom daarna terug om uw aanbevelingen te bekijken.",
-    "MessageNoCollectionsAvailable": "Collecties maken het u mogelijk om Films, Series, Albums, Boeken en Games te groeperen. Klik op de + knop om Collecties aan te maken.",
-    "MessageNoPlaylistsAvailable": "Met afspeellijsten kunt u een lijst maken waarvan de items achter elkaar afgespeeld worden. Om een item toe te voegen klikt u met rechts of tik en houd het vast om het te selecteren, klik vervolgens op Toevoegen aan afspeellijst.",
-    "MessageNoPlaylistItemsAvailable": "De afspeellijst is momenteel leeg.",
-    "ButtonDismiss": "Afwijzen",
-    "ButtonEditOtherUserPreferences": "Wijzig het gebruikersprofiel, wachtwoord en persoonlijke voorkeuren voor deze gebruiker.",
-    "LabelChannelStreamQuality": "Voorkeurs kwaliteit internet stream:",
-    "LabelChannelStreamQualityHelp": "Bij weinig beschikbare bandbreedte kan het verminderen van de kwaliteit betere streams opleveren.",
-    "OptionBestAvailableStreamQuality": "Best beschikbaar",
-    "LabelEnableChannelContentDownloadingFor": "Schakel kanaalinhoud downloaden in voor:",
-    "LabelEnableChannelContentDownloadingForHelp": "Sommige kanalen ondersteunen downloaden en later kijken. Schakel deze optie in als er weinig bandbreedte beschikbaar is. Inhoud zal dan tijdens de kanaal download taak uitgevoerd worden.",
-    "LabelChannelDownloadPath": "Kanaal inhoud download pad:",
-    "LabelChannelDownloadPathHelp": "Geef een eigen download pad op als dit gewenst is, leeglaten voor dowloaden naar de interne programa data map.",
-    "LabelChannelDownloadAge": "Verwijder inhoud na: (dagen)",
-    "LabelChannelDownloadAgeHelp": "Gedownloade inhoud die ouder is zal worden verwijderd. Afspelen via internet streaming blijft mogelijk.",
-    "ChannelSettingsFormHelp": "Installeer kanalen zoals Trailers en Vimeo in de Plug-in catalogus.",
-    "ButtonOptions": "Opties",
-    "ViewTypeMovies": "Films",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Muziek",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artiesten",
-    "ViewTypeBoxSets": "Verzamelingen",
-    "ViewTypeChannels": "Kanalen",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Nu uitgezonden",
-    "ViewTypeLatestGames": "Nieuwste games",
-    "ViewTypeRecentlyPlayedGames": "Recent gespeelt",
-    "ViewTypeGameFavorites": "Favorieten",
-    "ViewTypeGameSystems": "Gam systemen",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Hervatten",
-    "ViewTypeTvNextUp": "Volgende",
-    "ViewTypeTvLatest": "Nieuwste",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favoriete Series",
-    "ViewTypeTvFavoriteEpisodes": "Favoriete Afleveringen",
-    "ViewTypeMovieResume": "Hervatten",
-    "ViewTypeMovieLatest": "Nieuwste",
-    "ViewTypeMovieMovies": "Films",
-    "ViewTypeMovieCollections": "Verzamelingen",
-    "ViewTypeMovieFavorites": "Favorieten",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Nieuwste",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album artiesten",
-    "HeaderOtherDisplaySettings": "Beeld instellingen",
-    "ViewTypeMusicSongs": "Nummers",
-    "ViewTypeMusicFavorites": "Favorieten",
-    "ViewTypeMusicFavoriteAlbums": "Favoriete albums",
-    "ViewTypeMusicFavoriteArtists": "Favoriete artiesten",
-    "ViewTypeMusicFavoriteSongs": "Favoriete nummers",
-    "HeaderMyViews": "Mijn Overzichten",
-    "LabelSelectFolderGroups": "De inhoud van de volgende mappen automatisch groeperen in de secties zoals Films, Muziek en TV:",
-    "LabelSelectFolderGroupsHelp": "Mappen die niet aangevinkt zijn worden getoond in hun eigen weergave.",
-    "OptionDisplayAdultContent": "Toon Inhoud voor volwassen",
-    "OptionLibraryFolders": "Media mappen",
-    "TitleRemoteControl": "Beheer op afstand",
-    "OptionLatestTvRecordings": "Nieuwste opnames",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "De waarde die wordt gebruikt bij het reageren op GetProtocolInfo verzoeken van het apparaat.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Synchroniseer gekeken informatie toe aan NFO's voor (gebruiker):",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Uitgave datum formaat:",
-    "LabelKodiMetadataDateFormatHelp": "Alle datums in NFO's zullen gelezen en geschreven worden met dit formaat.",
-    "LabelKodiMetadataSaveImagePaths": "Bewaar afbeeldingspaden in NFO-bestanden",
-    "LabelKodiMetadataSaveImagePathsHelp": "Dit wordt aanbevolen als u bestandsnamen hebt die niet voldoen aan Kodi richtlijnen.",
-    "LabelKodiMetadataEnablePathSubstitution": "Pad vervanging inschakelen",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Stelt pad vervanging in voor afbeeldingspaden en maakt gebruik van de Pad Vervangen instellingen van de server.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Bekijk pad vervanging.",
-    "LabelGroupChannelsIntoViews": "Toon de volgende kanalen binnen mijn overzichten:",
-    "LabelGroupChannelsIntoViewsHelp": "Indien ingeschakeld, zullen deze kanalen direct naast andere overzichten worden weergegeven. Indien uitgeschakeld, zullen ze worden weergegeven in een aparte kanalen overzicht.",
-    "LabelDisplayCollectionsView": "Toon verzamelingen in mijn overzichten om film verzamelingen weer te geven",
-    "LabelDisplayCollectionsViewHelp": "Hiermee wordt een aparte weergave gemaakt waarin collecties worden weergegeven die u hebt aangemaakt of toegang toe hebt. Klik rechts op een film of druk en houd vast en kies 'Voeg toe aan Collectie'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Kopieer extrafanart naar extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Als er afbeeldingen gedownload worden kunnen deze direct in extrafanart en extrathumbs opgeslagen worden voor maximale Kodi skin compatibiliteit.",
-    "TabServices": "Meta Diensten",
-    "TabLogs": "Logboeken",
-    "HeaderServerLogFiles": "Server logboek bestanden:",
-    "TabBranding": "Huisstijl",
-    "HeaderBrandingHelp": "Pas het uiterlijk van Media Browser aan, aan de behoeften van uw groep of organisatie.",
-    "LabelLoginDisclaimer": "Aanmeld vrijwaring:",
-    "LabelLoginDisclaimerHelp": "Dit wordt onderaan de login pagina weergegeven.",
-    "LabelAutomaticallyDonate": "Doneer dit bedrag automatisch elke maand",
-    "LabelAutomaticallyDonateHelp": "U kunt dit via uw PayPal account op elk moment annuleren.",
-    "OptionList": "Lijst",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logboeken:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Afbeeldingen op naam:",
-    "LabelTranscodingTemporaryFiles": "Tijdelijke transcodeer bestanden:",
-    "HeaderLatestMusic": "Nieuwste muziek",
-    "HeaderBranding": "Huisstijl",
-    "HeaderApiKeys": "Api Sleutels",
-    "HeaderApiKeysHelp": "Externe applicaties zijn verplicht om een \u200b\u200bAPI-sleutel te hebben om te communiceren met Media Browser. De sleuteloverdracht vindt plaats door in te loggen met een Media Browser account, of door het handmatig invoeren van een sleutel.",
-    "HeaderApiKey": "Api Sleutel",
-    "HeaderApp": "Applicatie",
-    "HeaderDevice": "Apparaat",
-    "HeaderUser": "Gebruiker",
-    "HeaderDateIssued": "Datum uitgegeven",
-    "LabelChapterName": "Hoofdstuk {0}",
-    "HeaderNewApiKey": "Nieuwe API-sleutel",
-    "LabelAppName": "Applicatie Naam",
-    "LabelAppNameExample": "Voorbeeld: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Verleen een applicatie toestemming om te communiceren met Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identificatie Header",
-    "LabelValue": "Waarde:",
-    "LabelMatchType": "Type overeenkomst:",
-    "OptionEquals": "Is gelijk aan",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Subtekenreeks",
-    "TabView": "Weergave",
-    "TabSort": "Sorteren",
-    "TabFilter": "Filter",
-    "ButtonView": "Weergave",
-    "LabelPageSize": "Itemlimiet:",
-    "LabelPath": "Pad:",
-    "LabelView": "Weergave:",
-    "TabUsers": "Gebruikers",
-    "LabelSortName": "Sorteer naam:",
-    "LabelDateAdded": "Datum toegevoegd:",
-    "HeaderFeatures": "Toevoegingen",
-    "HeaderAdvanced": "Geavanceerd",
-    "ButtonSync": "Synchronisatie",
-    "TabScheduledTasks": "Geplande taken",
-    "HeaderChapters": "Hoofdstukken",
-    "HeaderResumeSettings": "Instellingen voor Hervatten",
-    "TabSync": "Synchronisatie",
-    "TitleUsers": "Gebruikers",
-    "LabelProtocol": "Protokol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Synchronisatie",
-    "ButtonAddToPlaylist": "Toevoegen aan afspeellijst",
-    "TabPlaylists": "Afspeellijst",
-    "ButtonClose": "Sluiten",
-    "LabelAllLanguages": "Alle talen",
-    "HeaderBrowseOnlineImages": "Bekijk online afbeeldingen",
-    "LabelSource": "Bron:",
-    "OptionAll": "Alle",
-    "LabelImage": "Afbeelding:",
-    "ButtonBrowseImages": "Bekijk afbeeldingen",
-    "HeaderImages": "Afbeeldingen",
-    "HeaderBackdrops": "Achtergronden",
-    "HeaderScreenshots": "Schermafbeelding",
-    "HeaderAddUpdateImage": "Afbeelding toevoegen\/wijzigen",
-    "LabelJpgPngOnly": "Alleen JPG\/PNG",
-    "LabelImageType": "Afbeeldingstype:",
-    "OptionPrimary": "Primair",
-    "OptionArt": "Art",
-    "OptionBox": "Hoes",
-    "OptionBoxRear": "Achterkant hoes",
-    "OptionDisc": "Schijf",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Schermafbeelding",
-    "OptionLocked": "Vastgezet",
-    "OptionUnidentified": "Onge\u00efdentificeerd",
-    "OptionMissingParentalRating": "Ontbrekende kijkwijzer classificatie",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Afleveringen:",
-    "OptionSeason0": "Seizoen 0",
-    "LabelReport": "Rapport:",
-    "OptionReportSongs": "Nummers",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seizoenen",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Muziek video's",
-    "OptionReportMovies": "Films",
-    "OptionReportHomeVideos": "Home video's",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Afleveringen",
-    "OptionReportCollections": "Verzameling",
-    "OptionReportBooks": "Boeken",
-    "OptionReportArtists": "Artiesten",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult video's",
-    "ButtonMore": "Meer",
-    "HeaderActivity": "Activiteit",
-    "ScheduledTaskStartedWithName": "{0} is gestart",
-    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
-    "ScheduledTaskCompletedWithName": "{0} is gereed",
-    "ScheduledTaskFailed": "Geplande taak is gereed",
-    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
-    "PluginUpdatedWithName": "{0} is bijgewerkt",
-    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
-    "ScheduledTaskFailedWithName": "{0} is mislukt",
-    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
-    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
-    "DeviceOnlineWithName": "{0} is verbonden",
-    "UserOnlineFromDevice": "{0} heeft verbinding met {1}",
-    "DeviceOfflineWithName": "{0} is losgekoppeld",
-    "UserOfflineFromDevice": "Verbinding van {0} met {1} is verbroken",
-    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
-    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
-    "LabelRunningTimeValue": "Looptijd: {0}",
-    "LabelIpAddressValue": "IP adres: {0}",
-    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
-    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
-    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
-    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
-    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
-    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
-    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
-    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
-    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
-    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
-    "AppDeviceValues": "App: {0}, Apparaat: {1}",
-    "ProviderValue": "Aanbieder: {0}",
-    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
-    "LabelChannelDownloadSizeLimitHelpText": "Limiteer de grootte van de channel download map.",
-    "HeaderRecentActivity": "Recente activiteit",
-    "HeaderPeople": "Personen",
-    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
-    "OptionComposers": "Componisten",
-    "OptionOthers": "Overigen",
-    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
-    "ViewTypeFolders": "Mappen",
-    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
-    "ViewTypeLiveTvRecordingGroups": "Opnamen",
-    "ViewTypeLiveTvChannels": "Kanalen",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Wachtwoord",
-    "HeaderLocalAccess": "Lokale toegang",
-    "HeaderViewOrder": "Weergave volgorde",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
-    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
-    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
-    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
-    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
-    "OptionRefreshAllData": "Vernieuw alle gegevens",
-    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
-    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
-    "HeaderRefreshMetadata": "Vernieuw metagegevens",
-    "HeaderPersonInfo": "Persoon informatie",
-    "HeaderIdentifyItem": "Identificeer item",
-    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
-    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
-    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
-    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
-    "ButtonIdentify": "Identificeer",
-    "LabelAlbumArtist": "Album artiest:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Beoordeling gemeenschap:",
-    "LabelVoteCount": "Aantal stemmen:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Beoordeling critici:",
-    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
-    "LabelAwardSummary": "Samenvatting prijzen:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overzicht:",
-    "LabelShortOverview": "Kort overzicht:",
-    "LabelReleaseDate": "Uitgave datum:",
-    "LabelYear": "Jaar:",
-    "LabelPlaceOfBirth": "Geboorteplaats:",
-    "LabelEndDate": "Eind datum|",
-    "LabelAirDate": "Uitzend dagen:",
-    "LabelAirTime:": "Uitzend tijd:",
-    "LabelRuntimeMinutes": "Speelduur (minuten):",
-    "LabelParentalRating": "Kijkwijzer classificatie:",
-    "LabelCustomRating": "Aangepaste classificatie:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Omzet ($):",
-    "LabelOriginalAspectRatio": "Originele aspect ratio:",
-    "LabelPlayers": "Spelers:",
-    "Label3DFormat": "3D formaat",
-    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
-    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
-    "HeaderExternalIds": "Externe Id's",
-    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
-    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
-    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
-    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
-    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
-    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
-    "LabelTreatImageAs": "Behandel afbeelding als:",
-    "LabelDisplayOrder": "Weergave volgorde:",
-    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
-    "HeaderCountries": "Landen",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Trefwoorden plot",
-    "HeaderStudios": "Studio's",
-    "HeaderTags": "Labels",
-    "HeaderMetadataSettings": "Metagegevens instellingen",
-    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
-    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
-    "TabDonate": "Doneer",
-    "HeaderDonationType": "Donatie soort:",
-    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
-    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat u hen steunt. Het geeft geen extra voordelen en geeft u geen supporter sleutel.",
-    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
-    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
-    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
-    "OptionNoTrailer": "Geen trailer",
-    "OptionNoThemeSong": "Geen thema muziek",
-    "OptionNoThemeVideo": "Geen thema film",
-    "LabelOneTimeDonationAmount": "Donatie bedrag:",
-    "ButtonDonate": "Doneren",
-    "OptionActor": "Acteur",
-    "OptionComposer": "Componist",
-    "OptionDirector": "Regiseur",
-    "OptionGuestStar": "Gast ster",
-    "OptionProducer": "Producent",
-    "OptionWriter": "Schrijver",
-    "LabelAirDays": "Uitzend dagen:",
-    "LabelAirTime": "Uitzend tijd:",
-    "HeaderMediaInfo": "Media informatie",
-    "HeaderPhotoInfo": "Foto informatie",
-    "HeaderInstall": "Installeer",
-    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
-    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
-    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
-    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
-    "HeaderRevisionHistory": "Versie geschiedenis",
-    "ButtonViewWebsite": "Bekijk website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in uw PayPal account.",
-    "HeaderXmlSettings": "Xml Instellingen",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
-    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
-    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
-    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Wanneer ingeschakeld dan worden hoofdstuk afbeeldingen uitgepakt wanneer video's zijn ge\u00efmporteerd tijdens het scannen van de bibliotheek. Wanneer uitgeschakeld dan worden de hoofdstuk afbeeldingen uitgepakt tijdens de geplande taak \"Hoofdstukken uitpakken\", waardoor de standaard bibliotheek scan sneller voltooid is.",
-    "LabelConnectGuestUserName": "Hun Media Browser gebruikersnaam of email adres:",
-    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
-    "LabelConnectUserNameHelp": "Koppel deze gebruiker aan een Media Browser account zodat eenvoudig aanmelden met een app bij Media Browser mogelijk is zonder het IP adres te weten.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
-    "LabelExternalPlayers": "Externe spelers:",
-    "LabelExternalPlayersHelp": "Toon knoppen om inhoud in externe spelers of te spelen. Dit is alleen mogelijk op apparaten die 'url schemes' ondersteunen, meest Android en iOS. Met externe spelers is er over het algemeen geen ondersteuning voor afstandsbediening of hervatten.",
-    "HeaderSubtitleProfile": "Ondertitelingsprofiel",
-    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
-    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
-    "LabelFormat": "Formaat:",
-    "LabelMethod": "Methode:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Invoegen in container",
-    "OptionExternallyDownloaded": "Externe download",
-    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
-    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
-    "ButtonLearnMore": "Meer informatie",
-    "TabPlayback": "Afspelen",
-    "HeaderLanguagePreferences": "Taal voorkeuren",
-    "TabCinemaMode": "Cinema mode",
-    "TitlePlayback": "Afspelen",
-    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
-    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar uw woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
-    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
-    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
-    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
-    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
-    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
-    "LabelCustomIntrosPath": "Eigen intro's pad:",
-    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
-    "ValueSpecialEpisodeName": "Speciaal - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
-    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
-    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Datum toegevoegd gedrag voor nieuwe content:",
-    "OptionDateAddedImportTime": "Gebruik scan datum",
-    "OptionDateAddedFileTime": "Gebruik aanmaak datum bestand",
-    "LabelDateAddedBehaviorHelp": "Als er metadata gegevens zijn hebben deze voorrang op deze opties.",
-    "LabelNumberTrailerToPlay": "Aantal af te spelen trailers:",
-    "TitleDevices": "Apparaten",
-    "TabCameraUpload": "Camera upload",
-    "TabDevices": "Apparaten",
-    "HeaderCameraUploadHelp": "Upload automatisch foto's en video's van uw mobiele apparaten naar Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "U hebt op dit moment geen apparaten die camera upload ondersteunen.",
-    "LabelCameraUploadPath": "Camera upload pad:",
-    "LabelCameraUploadPathHelp": "Geef een eigen upload pad op, indien gewenst. Deze map moet ook aan de bibliotheek instellingen toegevoegd worden. Als er niets opgegeven is wordt de standaard map gebruikt.",
-    "LabelCreateCameraUploadSubfolder": "Maak een submap voor elk apparaat",
-    "LabelCreateCameraUploadSubfolderHelp": "Specifieke mappen kunnen aan een apparaat toegekend worden door er op te klikken in de apparaten pagina.",
-    "LabelCustomDeviceDisplayName": "Weergave naam:",
-    "LabelCustomDeviceDisplayNameHelp": "Geef een eigen weergave naam op of laat deze leeg om de naam te gebruiken die het apparaat opgeeft.",
-    "HeaderInviteUser": "Nodig gebruiker uit",
-    "LabelConnectGuestUserNameHelp": "Dit is de gebruikersnaam die uw vriend(in) gebruikt om zich aan te melden op de Media Browser website of zijn of haar email adres.",
-    "HeaderInviteUserHelp": "Uw media met vrienden delen is makkelijker dan ooit met Media Browser Connect.",
-    "ButtonSendInvitation": "Stuur uitnodiging",
-    "HeaderSignInWithConnect": "Meld aan met Media Browser Connect",
-    "HeaderGuests": "Gasten",
-    "HeaderLocalUsers": "Lokale gebruikers",
-    "HeaderPendingInvitations": "Uitstaande uitnodigingen",
-    "TabParentalControl": "Ouderlijk toezicht",
-    "HeaderAccessSchedule": "Schema Toegang",
-    "HeaderAccessScheduleHelp": "Maak een toegangsschema om de toegang tot bepaalde tijden te beperken.",
-    "ButtonAddSchedule": "Voeg schema toe",
-    "LabelAccessDay": "Dag van de week:",
-    "LabelAccessStart": "Start tijd:",
-    "LabelAccessEnd": "Eind tijd:",
-    "HeaderSchedule": "Schema",
-    "OptionEveryday": "Elke dag",
-    "OptionWeekdays": "Week dagen",
-    "OptionWeekends": "Weekend",
-    "MessageProfileInfoSynced": "Gebruikersprofiel informatie is gesynchroniseerd met Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optioneel: Koppel uw Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer reel",
-    "OptionPlayUnwatchedTrailersOnly": "Speel alleen ongeziene trailers",
-    "HeaderTrailerReelHelp": "Start trailer reel om een afspeellijst met trailers af te spelen.",
-    "MessageNoTrailersFound": "Geen trailers gevonden. Installeer het Trailers kanaal en verbeter uw film ervaring door middel van een bibliotheek met internet trailers.",
-    "HeaderNewUsers": "Nieuwe gebruikers",
-    "ButtonSignUp": "Aanmelden",
-    "ButtonForgotPassword": "Wachtwoord vergeten",
-    "OptionDisableUserPreferences": "Voorkom toegang tot gebruikers voorkeuren",
-    "OptionDisableUserPreferencesHelp": "Indien ingeschakeld kunnen alleen beheerders profiel afbeeldingen, wachtwoorden en taalinstellingen wijzigen.",
-    "HeaderSelectServer": "Selecteer server",
-    "MessageNoServersAvailableToConnect": "Er zijn geen servers beschikbaar om mee te verbinden. Als u uitgenodigd bent om een server te delen accepteer dit hieronder of door op de link in het emailbericht te klikken.",
-    "TitleNewUser": "Nieuwe gebruiker",
-    "ButtonConfigurePassword": "Configureer wachtwoord",
-    "HeaderDashboardUserPassword": "Wachtwoorden van gebruikers worden door de gebruiker in het gebruikersprofiel beheerd.",
-    "HeaderLibraryAccess": "Bibliotheek toegang",
-    "HeaderChannelAccess": "Kanaal toegang",
-    "HeaderLatestItems": "Nieuwste items",
-    "LabelSelectLastestItemsFolders": "Voeg media van de volgende secties toe aan Nieuwste items",
-    "HeaderShareMediaFolders": "Deel media mappen",
-    "MessageGuestSharingPermissionsHelp": "De meeste features zijn niet direct beschikbaar voor gasten maar kunnen aangezet worden waar gewenst.",
-    "HeaderInvitations": "Uitnodigingen",
-    "LabelForgotPasswordUsernameHelp": "Vul uw gebruikersnaam in, als u deze weet.",
-    "HeaderForgotPassword": "Wachtwoord vergeten",
-    "TitleForgotPassword": "Wachtwoord vergeten",
-    "TitlePasswordReset": "Wachtwoord resetten",
-    "LabelPasswordRecoveryPinCode": "Pincode:",
-    "HeaderPasswordReset": "Wachtwoord resetten",
-    "HeaderParentalRatings": "Ouderlijke toezicht",
-    "HeaderVideoTypes": "Video types",
-    "HeaderYears": "Jaren",
-    "HeaderAddTag": "Voeg tag toe",
-    "LabelBlockItemsWithTags": "Blokkeer items met de tag:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Beperk tot \u00e9\u00e9n enkele ingesloten afbeelding",
-    "LabelEnableSingleImageInDidlLimitHelp": "Sommige apparaten zullen niet goed weergeven als er meerdere afbeeldingen ingesloten zijn in Didl.",
-    "TabActivity": "Activiteit",
-    "TitleSync": "Synchroniseer",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Seizoen Onbekend",
-    "NameSeasonNumber": "Seizoen {0}",
-    "LabelNewUserNameHelp": "Gebruikersnamen kunnen letters (az), cijfers (0-9), streepjes, underscores (_), apostrofs (') en punten (.) bevatten\n",
-    "TabJobs": "Opdrachten",
-    "TabSyncJobs": "Sync Opdrachten",
     "LabelExit": "Afsluiten",
     "LabelVisitCommunity": "Bezoek Gemeenschap",
     "LabelGithub": "Github",
@@ -713,14 +56,14 @@
     "HeaderVideo": "Video",
     "HeaderPaths": "Paden",
     "CategorySync": "Sync",
-    "HeaderEasyPinCode": "Easy Pin Code",
+    "HeaderEasyPinCode": "Eenvoudige Pincode",
     "RegisterWithPayPal": "Registreer met PayPal",
     "HeaderSyncRequiresSupporterMembership": "Sync Vereist een Supporter lidmaatschap",
     "HeaderEnjoyDayTrial": "Geniet van een 14-daagse gratis proefversie",
     "LabelSyncTempPath": "Pad voor tijdelijke bestanden:",
     "LabelSyncTempPathHelp": "Geef een afwijkende sync werk directory op. Tijdens het sync proces aangemaakte geconverteerde media zal hier opgeslagen worden.",
     "LabelCustomCertificatePath": "Aangepast certificaat pad:",
-    "LabelCustomCertificatePathHelp": "Gebruik uw eigen ssl certificaat. Indien weggelaten zal de server een zelf-ondertekend certificaat aanmaken.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Meldingen",
     "ButtonDonateWithPayPal": "Doneer met PayPal",
     "OptionDetectArchiveFilesAsMedia": "Herken archief bestanden als media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Hulp",
     "OptionAllowUserToManageServer": "Deze gebruiker kan de server beheren",
     "HeaderFeatureAccess": "Functie toegang",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Op afstand besturen van andere gebruikers toestaan",
     "OptionAllowRemoteSharedDevices": "Op afstand besturen van gedeelde apparaten toestaan",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna apparaten worden als gedeeld apparaat gezien totdat een gebruiker deze gaat gebruiken.",
@@ -1019,7 +362,7 @@
     "PasswordLocalhostMessage": "Wachtwoorden zijn niet vereist bij het aanmelden van localhost.",
     "TabGuide": "Gids",
     "TabChannels": "Kanalen",
-    "TabCollections": "Verzamelingen",
+    "TabCollections": "Collecties",
     "HeaderChannels": "Kanalen",
     "TabRecordings": "Opnamen",
     "TabScheduled": "Gepland",
@@ -1149,9 +492,7 @@
     "OptionMaxQualityTranscoding": "Max kwaliteit",
     "OptionEnableDebugTranscodingLogging": "Transcodeer Foutopsporings logboek inschakelen",
     "OptionEnableDebugTranscodingLoggingHelp": "Dit zal zeer grote logboekbestanden maken en wordt alleen aanbevolen wanneer het nodig is voor het oplossen van problemen.",
-    "OptionUpscaling": "Cli\u00ebnts kunnen opgeschaalde video aanvragen",
-    "OptionUpscalingHelp": "In sommige gevallen zal dit resulteren in een betere videokwaliteit, maar verhoogd het CPU-gebruik.",
-    "EditCollectionItemsHelp": "Toevoegen of verwijderen van alle films, series, albums, boeken of games die u wilt groeperen in deze verzameling.",
+    "EditCollectionItemsHelp": "Toevoegen of verwijderen van alle films, series, albums, boeken of games die u wilt groeperen in deze collectie.",
     "HeaderAddTitles": "Titels toevoegen",
     "LabelEnableDlnaPlayTo": "DLNA Afspelen met inschakelen",
     "LabelEnableDlnaPlayToHelp": "Media Browser kan apparaten detecteren binnen uw netwerk en de mogelijkheid bieden om ze op afstand te besturen.",
@@ -1177,7 +518,7 @@
     "LabelPreferredDisplayLanguage": "Voorkeurs weergavetaal:",
     "LabelPreferredDisplayLanguageHelp": "Het vertalen van Media Browser is een doorlopend project en is nog niet voltooid.",
     "LabelReadHowYouCanContribute": "Lees meer over hoe u kunt bijdragen.",
-    "HeaderNewCollection": "Nieuwe Verzamling",
+    "HeaderNewCollection": "Nieuwe Collectie",
     "ButtonSubmit": "Uitvoeren",
     "ButtonCreate": "Cre\u00ebren",
     "LabelCustomCss": "Aangepaste css:",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Start"
+    "ButtonHome": "Start",
+    "ButtonSearch": "Zoeken",
+    "ButtonSettings": "Instellingen",
+    "ButtonTakeScreenshot": "Vang Schermafbeelding",
+    "ButtonLetterUp": "Letter omhoog",
+    "ButtonLetterDown": "Letter omlaag",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Wordt nu afgespeeld",
+    "TabNavigation": "Navigatie",
+    "TabControls": "Besturing",
+    "ButtonFullscreen": "Schakelen tussen volledig scherm ",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Ondertitels",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Vorige track",
+    "ButtonNextTrack": "Volgende track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pauze",
+    "ButtonNext": "Volgende",
+    "ButtonPrevious": "Vorige",
+    "LabelGroupMoviesIntoCollections": "Groepeer films in collecties",
+    "LabelGroupMoviesIntoCollectionsHelp": "Bij de weergave van film lijsten, zullen films die behoren tot een collectie worden weergegeven als een gegroepeerd object.",
+    "NotificationOptionPluginError": "Plug-in fout",
+    "ButtonVolumeUp": "Volume omhoog",
+    "ButtonVolumeDown": "Volume omlaag",
+    "ButtonMute": "Dempen",
+    "HeaderLatestMedia": "Nieuw in bibliotheek",
+    "OptionSpecialFeatures": "Extra's",
+    "HeaderCollections": "Collecties",
+    "LabelProfileCodecsHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle codecs.",
+    "LabelProfileContainersHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle containers.",
+    "HeaderResponseProfile": "Antwoord Profiel",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Rol:",
+    "LabelPersonRoleHelp": "Rol is alleen van toepassing op acteurs.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Afspelen Profiel",
+    "HeaderTranscodingProfile": "Direct Afspelen Profiel",
+    "HeaderCodecProfile": "Codec Profiel",
+    "HeaderCodecProfileHelp": "Codec profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde codecs. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien de codec is geconfigureerd voor direct afspelen.",
+    "HeaderContainerProfile": "Container Profiel",
+    "HeaderContainerProfileHelp": "Container profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde formaten. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien het formaat is geconfigureerd voor direct afspelen.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Gebruikers Bibliotheek:",
+    "LabelUserLibraryHelp": "Selecteer welke gebruikers bibliotheek weergegeven moet worden op het apparaat. Laat leeg standaardinstelling te gebruiken.",
+    "OptionPlainStorageFolders": "Alle mappen weergeven als gewone opslagmappen",
+    "OptionPlainStorageFoldersHelp": "Indien ingeschakeld worden alle mappen in DIDL weergegeven als 'object.container.storageFolder' in plaats van een meer specifiek type, zoals 'object.container.person.musicArtist'.",
+    "OptionPlainVideoItems": "Alle video's weergeven als gewone video items",
+    "OptionPlainVideoItemsHelp": "Indien ingeschakeld worden alle video's in DIDL weergegeven als 'object.item.videoItem' in plaats van een meer specifiek type, zoals 'object.item.videoItem.movie'.",
+    "LabelSupportedMediaTypes": "Ondersteunde Media Types:",
+    "TabIdentification": "Identificatie",
+    "HeaderIdentification": "Identificatie",
+    "TabDirectPlay": "Direct Afspelen",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Reacties",
+    "HeaderProfileInformation": "Profiel Informatie",
+    "LabelEmbedAlbumArtDidl": "Insluiten van albumhoezen in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Sommige apparaten prefereren deze methode voor het verkrijgen van albumhoezen. Anderen kunnen falen om af te spelen met deze optie ingeschakeld.",
+    "LabelAlbumArtPN": "Albumhoes PN:",
+    "LabelAlbumArtHelp": "PN gebruikt voor albumhoes, binnen het kenmerk van de dlna:profileID op upnp:albumArtURI. Sommige Cli\u00ebnts eisen een specifieke waarde, ongeacht de grootte van de afbeelding",
+    "LabelAlbumArtMaxWidth": "Albumhoes max. breedte:",
+    "LabelAlbumArtMaxWidthHelp": "Max. resolutie van albumhoezen weergegeven via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Albumhoes max. hoogte:",
+    "LabelAlbumArtMaxHeightHelp": "Max. resolutie van albumhoezen weergegeven via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Pictogram max breedte:",
+    "LabelIconMaxWidthHelp": "Max. resolutie van pictogrammen weergegeven via upnp:icon.",
+    "LabelIconMaxHeight": "Pictogram max. hoogte:\n",
+    "LabelIconMaxHeightHelp": "Max. resolutie van pictogrammen weergegeven via upnp:icon.",
+    "LabelIdentificationFieldHelp": "Een niet-hoofdlettergevoelige subtekenreeks of regex expressie.",
+    "HeaderProfileServerSettingsHelp": "Deze waarden bepalen hoe Media Browser zichzelf zal presenteren aan het apparaat.",
+    "LabelMaxBitrate": "Max. bitrate:",
+    "LabelMaxBitrateHelp": "Geef een max. bitrate in bandbreedte beperkte omgevingen, of als het apparaat zijn eigen limiet heeft.",
+    "LabelMaxStreamingBitrate": "Maximale streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Geef een maximale bitrate voor streaming op.",
+    "LabelMaxStaticBitrate": "Maximale Synchronisatie bitrate:",
+    "LabelMaxStaticBitrateHelp": "Geef een maximale bitrate op voor synchroniseren in hoge kwaliteit.",
+    "LabelMusicStaticBitrate": "Muzieksynchronisatie bitrate:",
+    "LabelMusicStaticBitrateHelp": "Geef een maximum bitrate op voor het synchroniseren van muziek",
+    "LabelMusicStreamingTranscodingBitrate": "Muziek transcodering bitrate: ",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Geef een maximum bitrate op voor het streamen van muziek",
+    "OptionIgnoreTranscodeByteRangeRequests": "Transcodeer byte range-aanvragen negeren",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Indien ingeschakeld, zullen deze verzoeken worden gehonoreerd, maar zal de byte bereik header worden genegeerd.",
+    "LabelFriendlyName": "Aangepaste naam",
+    "LabelManufacturer": "Fabrikant",
+    "LabelManufacturerUrl": "Url Fabrikant",
+    "LabelModelName": "Modelnaam",
+    "LabelModelNumber": "Modelnummer",
+    "LabelModelDescription": "Model omschrijving",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serienummer",
+    "LabelDeviceDescription": "Apparaat omschrijving",
+    "HeaderIdentificationCriteriaHelp": "Voer tenminste \u00e9\u00e9n identificatiecriterium in.",
+    "HeaderDirectPlayProfileHelp": "Toevoegen direct afspelen profielen om aan te geven welke formaten het apparaat standaard aankan.",
+    "HeaderTranscodingProfileHelp": "Transcoding profielen toevoegen om aan te geven welke indelingen moeten worden gebruikt wanneer transcoding vereist is.",
+    "HeaderResponseProfileHelp": "Responsprofielen bieden een manier om informatie, verzonden naar het apparaat bij het afspelen van bepaalde soorten media aan te passen.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Bepaalt de inhoud van het X_DLNACAP element in de urn: schemas-dlna-org:device-1-0 namespace. \n",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Bepaalt de inhoud van het X_DLNADOC element in de urn: schemas-dlna-org:device-1-0 namespace. ",
+    "LabelSonyAggregationFlags": "Sony aggregatie vlaggen:",
+    "LabelSonyAggregationFlagsHelp": "Bepaalt de inhoud van het aggregationFlags element in de urn: schemas-sonycom av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "M2ts-modus inschakelen",
+    "OptionEnableM2tsModeHelp": "m2ts-modus bij het encoderen naar mpegts inschakelen",
+    "OptionEstimateContentLength": "Lengte schatten van de inhoud bij het transcoderen",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Rapporteer dat de server byte zoeken tijdens transcoderen ondersteunt",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dit is vereist voor bepaalde apparaten die zo goed op tijd zoeken.",
+    "HeaderSubtitleDownloadingHelp": "Bij het scannen van uw videobestanden kan Media Browser naar ontbrekende ondertiteling zoeken en deze downloaden bij ondertiteling providers zoals OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download ondertiteling voor:",
+    "MessageNoChapterProviders": "Installeer een hoofdstuk provider Plug-in zoals ChapterDb om extra hoofdstuk opties in te schakelen.",
+    "LabelSkipIfGraphicalSubsPresent": "Overslaan als de video al grafische ondertitels  bevat",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Ondertiteling",
+    "TabChapters": "Hoofdstukken",
+    "HeaderDownloadChaptersFor": "Download hoofdstuk namen voor:",
+    "LabelOpenSubtitlesUsername": "Gebruikersnaam Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Wachtwoord Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "Wanneer Media Browser uw videobestanden scant kan het gebruiksvriendelijke namen voor hoofdstukken downloaden van het internet met behulp van hoofdstuk Plug-in zoals ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Speel standaard audio spoor ongeacht taal",
+    "LabelSubtitlePlaybackMode": "Ondertitelingsmode:",
+    "LabelDownloadLanguages": "Download talen:",
+    "ButtonRegister": "Aanmelden",
+    "LabelSkipIfAudioTrackPresent": "Overslaan als het standaard audio spoor overeenkomt met de taal van de download",
+    "LabelSkipIfAudioTrackPresentHelp": "Uitvinken om ervoor te zorgen dat alle video's ondertitels krijgen, ongeacht de gesproken taal.",
+    "HeaderSendMessage": "Stuur bericht",
+    "ButtonSend": "Stuur",
+    "LabelMessageText": "Bericht tekst:",
+    "MessageNoAvailablePlugins": "Geen beschikbare Plug-ins.",
+    "LabelDisplayPluginsFor": "Toon Plug-ins voor:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Naam aflevering",
+    "LabelSeriesNamePlain": "Naam serie",
+    "ValueSeriesNamePeriod": "Serie.Naam",
+    "ValueSeriesNameUnderscore": "Serie_naam",
+    "ValueEpisodeNamePeriod": "Aflevering.naam",
+    "ValueEpisodeNameUnderscore": "Aflevering_naam",
+    "LabelSeasonNumberPlain": "nummer seizoen",
+    "LabelEpisodeNumberPlain": "Nummer aflevering",
+    "LabelEndingEpisodeNumberPlain": "Laatste nummer aflevering",
+    "HeaderTypeText": "Voer tekst in",
+    "LabelTypeText": "Tekst",
+    "HeaderSearchForSubtitles": "Zoeken naar Ondertitels",
+    "MessageNoSubtitleSearchResultsFound": "Geen zoekresultaten gevonden.",
+    "TabDisplay": "Weergave",
+    "TabLanguages": "Talen",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Theme songs inschakelen:",
+    "LabelEnableBackdrops": "Achtergronden inschakelen:",
+    "LabelEnableThemeSongsHelp": "Indien ingeschakeld, zullen theme songs in de achtergrond worden afgespeeld tijdens het browsen door de bibliotheek.",
+    "LabelEnableBackdropsHelp": "Indien ingeschakeld, zullen achtergrondafbeeldingen in de achtergrond worden getoond van een aantal pagina's tijdens het browsen door de bibliotheek.",
+    "HeaderHomePage": "Startpagina",
+    "HeaderSettingsForThisDevice": "Instellingen voor dit apparaat",
+    "OptionAuto": "Auto",
+    "OptionYes": "Ja",
+    "OptionNo": "Nee",
+    "HeaderOptions": "Opties",
+    "HeaderIdentificationResult": "Identificatie Resultaat",
+    "LabelHomePageSection1": "Startpagina sectie 1:",
+    "LabelHomePageSection2": "Startpagina sectie 2:",
+    "LabelHomePageSection3": "Startpagina sectie 3:",
+    "LabelHomePageSection4": "Startpagina sectie 4:",
+    "OptionMyViewsButtons": "Mijn overzichten (knoppen)",
+    "OptionMyViews": "Mijn overzichten",
+    "OptionMyViewsSmall": "Mijn overzichten (klein)",
+    "OptionResumablemedia": "Hervatten",
+    "OptionLatestMedia": "Nieuwste media",
+    "OptionLatestChannelMedia": "Nieuwste kanaal items",
+    "HeaderLatestChannelItems": "Nieuwste kanaal items",
+    "OptionNone": "Geen",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Rapporten",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Voorkeuren",
+    "MessageLoadingChannels": "Laden kanaal inhoud ...",
+    "MessageLoadingContent": "Inhoud wordt geladen ...",
+    "ButtonMarkRead": "Markeren als gelezen",
+    "OptionDefaultSort": "Standaard",
+    "OptionCommunityMostWatchedSort": "Meest bekeken",
+    "TabNextUp": "Volgend",
+    "HeaderBecomeMediaBrowserSupporter": "Word een Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "Er zijn momenteel geen film suggesties beschikbaar. Begin met het bekijken en waardeer uw films, kom daarna terug om uw aanbevelingen te bekijken.",
+    "MessageNoCollectionsAvailable": "Collecties maken het u mogelijk om Films, Series, Albums, Boeken en Games te groeperen. Klik op de + knop om Collecties aan te maken.",
+    "MessageNoPlaylistsAvailable": "Met afspeellijsten kunt u een lijst maken waarvan de items achter elkaar afgespeeld worden. Om een item toe te voegen klikt u met rechts of tik en houd het vast om het te selecteren, klik vervolgens op Toevoegen aan afspeellijst.",
+    "MessageNoPlaylistItemsAvailable": "De afspeellijst is momenteel leeg.",
+    "ButtonDismiss": "Afwijzen",
+    "ButtonEditOtherUserPreferences": "Wijzig het gebruikersprofiel, wachtwoord en persoonlijke voorkeuren voor deze gebruiker.",
+    "LabelChannelStreamQuality": "Voorkeurs kwaliteit internet stream:",
+    "LabelChannelStreamQualityHelp": "Bij weinig beschikbare bandbreedte kan het verminderen van de kwaliteit betere streams opleveren.",
+    "OptionBestAvailableStreamQuality": "Best beschikbaar",
+    "LabelEnableChannelContentDownloadingFor": "Schakel kanaalinhoud downloaden in voor:",
+    "LabelEnableChannelContentDownloadingForHelp": "Sommige kanalen ondersteunen downloaden en later kijken. Schakel deze optie in als er weinig bandbreedte beschikbaar is. Inhoud zal dan tijdens de kanaal download taak uitgevoerd worden.",
+    "LabelChannelDownloadPath": "Kanaal inhoud download pad:",
+    "LabelChannelDownloadPathHelp": "Geef een eigen download pad op als dit gewenst is, leeglaten voor dowloaden naar de interne programa data map.",
+    "LabelChannelDownloadAge": "Verwijder inhoud na: (dagen)",
+    "LabelChannelDownloadAgeHelp": "Gedownloade inhoud die ouder is zal worden verwijderd. Afspelen via internet streaming blijft mogelijk.",
+    "ChannelSettingsFormHelp": "Installeer kanalen zoals Trailers en Vimeo in de Plug-in catalogus.",
+    "ButtonOptions": "Opties",
+    "ViewTypeMovies": "Films",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Muziek",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artiesten",
+    "ViewTypeBoxSets": "Collecties",
+    "ViewTypeChannels": "Kanalen",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Nu uitgezonden",
+    "ViewTypeLatestGames": "Nieuwste games",
+    "ViewTypeRecentlyPlayedGames": "Recent gespeelt",
+    "ViewTypeGameFavorites": "Favorieten",
+    "ViewTypeGameSystems": "Gam systemen",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Hervatten",
+    "ViewTypeTvNextUp": "Volgende",
+    "ViewTypeTvLatest": "Nieuwste",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favoriete Series",
+    "ViewTypeTvFavoriteEpisodes": "Favoriete Afleveringen",
+    "ViewTypeMovieResume": "Hervatten",
+    "ViewTypeMovieLatest": "Nieuwste",
+    "ViewTypeMovieMovies": "Films",
+    "ViewTypeMovieCollections": "Collecties",
+    "ViewTypeMovieFavorites": "Favorieten",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Nieuwste",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album artiesten",
+    "HeaderOtherDisplaySettings": "Beeld instellingen",
+    "ViewTypeMusicSongs": "Nummers",
+    "ViewTypeMusicFavorites": "Favorieten",
+    "ViewTypeMusicFavoriteAlbums": "Favoriete albums",
+    "ViewTypeMusicFavoriteArtists": "Favoriete artiesten",
+    "ViewTypeMusicFavoriteSongs": "Favoriete nummers",
+    "HeaderMyViews": "Mijn Overzichten",
+    "LabelSelectFolderGroups": "De inhoud van de volgende mappen automatisch groeperen in de secties zoals Films, Muziek en TV:",
+    "LabelSelectFolderGroupsHelp": "Mappen die niet aangevinkt zijn worden getoond in hun eigen weergave.",
+    "OptionDisplayAdultContent": "Toon Inhoud voor volwassen",
+    "OptionLibraryFolders": "Media mappen",
+    "TitleRemoteControl": "Beheer op afstand",
+    "OptionLatestTvRecordings": "Nieuwste opnames",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "De waarde die wordt gebruikt bij het reageren op GetProtocolInfo verzoeken van het apparaat.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Synchroniseer gekeken informatie toe aan NFO's voor (gebruiker):",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Uitgave datum formaat:",
+    "LabelKodiMetadataDateFormatHelp": "Alle datums in NFO's zullen gelezen en geschreven worden met dit formaat.",
+    "LabelKodiMetadataSaveImagePaths": "Bewaar afbeeldingspaden in NFO-bestanden",
+    "LabelKodiMetadataSaveImagePathsHelp": "Dit wordt aanbevolen als u bestandsnamen hebt die niet voldoen aan Kodi richtlijnen.",
+    "LabelKodiMetadataEnablePathSubstitution": "Pad vervanging inschakelen",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Stelt pad vervanging in voor afbeeldingspaden en maakt gebruik van de Pad Vervangen instellingen van de server.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Bekijk pad vervanging.",
+    "LabelGroupChannelsIntoViews": "Toon de volgende kanalen binnen mijn overzichten:",
+    "LabelGroupChannelsIntoViewsHelp": "Indien ingeschakeld, zullen deze kanalen direct naast andere overzichten worden weergegeven. Indien uitgeschakeld, zullen ze worden weergegeven in een aparte kanalen overzicht.",
+    "LabelDisplayCollectionsView": "Toon collecties in mijn overzichten om film verzamelingen weer te geven",
+    "LabelDisplayCollectionsViewHelp": "Hiermee wordt een aparte weergave gemaakt waarin collecties worden weergegeven die u hebt aangemaakt of toegang toe hebt. Klik rechts op een film of druk en houd vast en kies 'Voeg toe aan Collectie'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Kopieer extrafanart naar extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Als er afbeeldingen gedownload worden kunnen deze direct in extrafanart en extrathumbs opgeslagen worden voor maximale Kodi skin compatibiliteit.",
+    "TabServices": "Meta Diensten",
+    "TabLogs": "Logboeken",
+    "HeaderServerLogFiles": "Server logboek bestanden:",
+    "TabBranding": "Huisstijl",
+    "HeaderBrandingHelp": "Pas het uiterlijk van Media Browser aan, aan de behoeften van uw groep of organisatie.",
+    "LabelLoginDisclaimer": "Aanmeld vrijwaring:",
+    "LabelLoginDisclaimerHelp": "Dit wordt onderaan de login pagina weergegeven.",
+    "LabelAutomaticallyDonate": "Doneer dit bedrag automatisch elke maand",
+    "LabelAutomaticallyDonateHelp": "U kunt dit via uw PayPal account op elk moment annuleren.",
+    "OptionList": "Lijst",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logboeken:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Afbeeldingen op naam:",
+    "LabelTranscodingTemporaryFiles": "Tijdelijke transcodeer bestanden:",
+    "HeaderLatestMusic": "Nieuwste muziek",
+    "HeaderBranding": "Huisstijl",
+    "HeaderApiKeys": "Api Sleutels",
+    "HeaderApiKeysHelp": "Externe applicaties zijn verplicht om een \u200b\u200bAPI-sleutel te hebben om te communiceren met Media Browser. De sleuteloverdracht vindt plaats door in te loggen met een Media Browser account, of door het handmatig invoeren van een sleutel.",
+    "HeaderApiKey": "Api Sleutel",
+    "HeaderApp": "Applicatie",
+    "HeaderDevice": "Apparaat",
+    "HeaderUser": "Gebruiker",
+    "HeaderDateIssued": "Datum uitgegeven",
+    "LabelChapterName": "Hoofdstuk {0}",
+    "HeaderNewApiKey": "Nieuwe API-sleutel",
+    "LabelAppName": "Applicatie Naam",
+    "LabelAppNameExample": "Voorbeeld: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Verleen een applicatie toestemming om te communiceren met Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identificatie Header",
+    "LabelValue": "Waarde:",
+    "LabelMatchType": "Type overeenkomst:",
+    "OptionEquals": "Is gelijk aan",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Subtekenreeks",
+    "TabView": "Weergave",
+    "TabSort": "Sorteren",
+    "TabFilter": "Filter",
+    "ButtonView": "Weergave",
+    "LabelPageSize": "Itemlimiet:",
+    "LabelPath": "Pad:",
+    "LabelView": "Weergave:",
+    "TabUsers": "Gebruikers",
+    "LabelSortName": "Sorteer naam:",
+    "LabelDateAdded": "Datum toegevoegd:",
+    "HeaderFeatures": "Toevoegingen",
+    "HeaderAdvanced": "Geavanceerd",
+    "ButtonSync": "Synchronisatie",
+    "TabScheduledTasks": "Geplande taken",
+    "HeaderChapters": "Hoofdstukken",
+    "HeaderResumeSettings": "Instellingen voor Hervatten",
+    "TabSync": "Synchronisatie",
+    "TitleUsers": "Gebruikers",
+    "LabelProtocol": "Protokol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Synchronisatie",
+    "ButtonAddToPlaylist": "Toevoegen aan afspeellijst",
+    "TabPlaylists": "Afspeellijst",
+    "ButtonClose": "Sluiten",
+    "LabelAllLanguages": "Alle talen",
+    "HeaderBrowseOnlineImages": "Bekijk online afbeeldingen",
+    "LabelSource": "Bron:",
+    "OptionAll": "Alle",
+    "LabelImage": "Afbeelding:",
+    "ButtonBrowseImages": "Bekijk afbeeldingen",
+    "HeaderImages": "Afbeeldingen",
+    "HeaderBackdrops": "Achtergronden",
+    "HeaderScreenshots": "Schermafbeelding",
+    "HeaderAddUpdateImage": "Afbeelding toevoegen\/wijzigen",
+    "LabelJpgPngOnly": "Alleen JPG\/PNG",
+    "LabelImageType": "Afbeeldingstype:",
+    "OptionPrimary": "Primair",
+    "OptionArt": "Art",
+    "OptionBox": "Hoes",
+    "OptionBoxRear": "Achterkant hoes",
+    "OptionDisc": "Schijf",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Schermafbeelding",
+    "OptionLocked": "Vastgezet",
+    "OptionUnidentified": "Onge\u00efdentificeerd",
+    "OptionMissingParentalRating": "Ontbrekende kijkwijzer classificatie",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Afleveringen:",
+    "OptionSeason0": "Seizoen 0",
+    "LabelReport": "Rapport:",
+    "OptionReportSongs": "Nummers",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seizoenen",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Muziek video's",
+    "OptionReportMovies": "Films",
+    "OptionReportHomeVideos": "Home video's",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Afleveringen",
+    "OptionReportCollections": "Collecties",
+    "OptionReportBooks": "Boeken",
+    "OptionReportArtists": "Artiesten",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult video's",
+    "ButtonMore": "Meer",
+    "HeaderActivity": "Activiteit",
+    "ScheduledTaskStartedWithName": "{0} is gestart",
+    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
+    "ScheduledTaskCompletedWithName": "{0} is gereed",
+    "ScheduledTaskFailed": "Geplande taak is gereed",
+    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
+    "PluginUpdatedWithName": "{0} is bijgewerkt",
+    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
+    "ScheduledTaskFailedWithName": "{0} is mislukt",
+    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
+    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
+    "DeviceOnlineWithName": "{0} is verbonden",
+    "UserOnlineFromDevice": "{0} heeft verbinding met {1}",
+    "DeviceOfflineWithName": "{0} is losgekoppeld",
+    "UserOfflineFromDevice": "Verbinding van {0} met {1} is verbroken",
+    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
+    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
+    "LabelRunningTimeValue": "Looptijd: {0}",
+    "LabelIpAddressValue": "IP adres: {0}",
+    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
+    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
+    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
+    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
+    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
+    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
+    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
+    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
+    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
+    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
+    "AppDeviceValues": "App: {0}, Apparaat: {1}",
+    "ProviderValue": "Aanbieder: {0}",
+    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
+    "LabelChannelDownloadSizeLimitHelpText": "Limiteer de grootte van de channel download map.",
+    "HeaderRecentActivity": "Recente activiteit",
+    "HeaderPeople": "Personen",
+    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
+    "OptionComposers": "Componisten",
+    "OptionOthers": "Overigen",
+    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
+    "ViewTypeFolders": "Mappen",
+    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
+    "ViewTypeLiveTvRecordingGroups": "Opnamen",
+    "ViewTypeLiveTvChannels": "Kanalen",
+    "LabelEasyPinCode": "Eenvoudige pincode:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Wachtwoord",
+    "HeaderLocalAccess": "Lokale toegang",
+    "HeaderViewOrder": "Weergave volgorde",
+    "ButtonResetEasyPassword": "Reset eenvoudige pincode",
+    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
+    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
+    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
+    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
+    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
+    "OptionRefreshAllData": "Vernieuw alle gegevens",
+    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
+    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
+    "HeaderRefreshMetadata": "Vernieuw metagegevens",
+    "HeaderPersonInfo": "Persoon informatie",
+    "HeaderIdentifyItem": "Identificeer item",
+    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
+    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
+    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
+    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
+    "ButtonIdentify": "Identificeer",
+    "LabelAlbumArtist": "Album artiest:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Beoordeling gemeenschap:",
+    "LabelVoteCount": "Aantal stemmen:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Beoordeling critici:",
+    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
+    "LabelAwardSummary": "Samenvatting prijzen:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overzicht:",
+    "LabelShortOverview": "Kort overzicht:",
+    "LabelReleaseDate": "Uitgave datum:",
+    "LabelYear": "Jaar:",
+    "LabelPlaceOfBirth": "Geboorteplaats:",
+    "LabelEndDate": "Eind datum|",
+    "LabelAirDate": "Uitzend dagen:",
+    "LabelAirTime:": "Uitzend tijd:",
+    "LabelRuntimeMinutes": "Speelduur (minuten):",
+    "LabelParentalRating": "Kijkwijzer classificatie:",
+    "LabelCustomRating": "Aangepaste classificatie:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Omzet ($):",
+    "LabelOriginalAspectRatio": "Originele aspect ratio:",
+    "LabelPlayers": "Spelers:",
+    "Label3DFormat": "3D formaat",
+    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
+    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
+    "HeaderExternalIds": "Externe Id's",
+    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
+    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
+    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
+    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
+    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
+    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
+    "LabelTreatImageAs": "Behandel afbeelding als:",
+    "LabelDisplayOrder": "Weergave volgorde:",
+    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
+    "HeaderCountries": "Landen",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Trefwoorden plot",
+    "HeaderStudios": "Studio's",
+    "HeaderTags": "Labels",
+    "HeaderMetadataSettings": "Metagegevens instellingen",
+    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
+    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
+    "TabDonate": "Doneer",
+    "HeaderDonationType": "Donatie soort:",
+    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
+    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat u hen steunt. Het geeft geen extra voordelen en geeft u geen supporter sleutel.",
+    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
+    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
+    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
+    "OptionNoTrailer": "Geen trailer",
+    "OptionNoThemeSong": "Geen thema muziek",
+    "OptionNoThemeVideo": "Geen thema film",
+    "LabelOneTimeDonationAmount": "Donatie bedrag:",
+    "ButtonDonate": "Doneren",
+    "OptionActor": "Acteur",
+    "OptionComposer": "Componist",
+    "OptionDirector": "Regiseur",
+    "OptionGuestStar": "Gast ster",
+    "OptionProducer": "Producent",
+    "OptionWriter": "Schrijver",
+    "LabelAirDays": "Uitzend dagen:",
+    "LabelAirTime": "Uitzend tijd:",
+    "HeaderMediaInfo": "Media informatie",
+    "HeaderPhotoInfo": "Foto informatie",
+    "HeaderInstall": "Installeer",
+    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
+    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
+    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
+    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
+    "HeaderRevisionHistory": "Versie geschiedenis",
+    "ButtonViewWebsite": "Bekijk website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in uw PayPal account.",
+    "HeaderXmlSettings": "Xml Instellingen",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
+    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
+    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
+    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Wanneer ingeschakeld dan worden hoofdstuk afbeeldingen uitgepakt wanneer video's zijn ge\u00efmporteerd tijdens het scannen van de bibliotheek. Wanneer uitgeschakeld dan worden de hoofdstuk afbeeldingen uitgepakt tijdens de geplande taak \"Hoofdstukken uitpakken\", waardoor de standaard bibliotheek scan sneller voltooid is.",
+    "LabelConnectGuestUserName": "Hun Media Browser gebruikersnaam of email adres:",
+    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
+    "LabelConnectUserNameHelp": "Koppel deze gebruiker aan een Media Browser account zodat eenvoudig aanmelden met een app bij Media Browser mogelijk is zonder het IP adres te weten.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
+    "LabelExternalPlayers": "Externe spelers:",
+    "LabelExternalPlayersHelp": "Toon knoppen om inhoud in externe spelers of te spelen. Dit is alleen mogelijk op apparaten die 'url schemes' ondersteunen, meest Android en iOS. Met externe spelers is er over het algemeen geen ondersteuning voor afstandsbediening of hervatten.",
+    "HeaderSubtitleProfile": "Ondertitelingsprofiel",
+    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
+    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
+    "LabelFormat": "Formaat:",
+    "LabelMethod": "Methode:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Invoegen in container",
+    "OptionExternallyDownloaded": "Externe download",
+    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
+    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
+    "ButtonLearnMore": "Meer informatie",
+    "TabPlayback": "Afspelen",
+    "HeaderLanguagePreferences": "Taal voorkeuren",
+    "TabCinemaMode": "Cinema mode",
+    "TitlePlayback": "Afspelen",
+    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
+    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar uw woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
+    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
+    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
+    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
+    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
+    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
+    "LabelCustomIntrosPath": "Eigen intro's pad:",
+    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
+    "ValueSpecialEpisodeName": "Speciaal - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
+    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
+    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Datum toegevoegd gedrag voor nieuwe content:",
+    "OptionDateAddedImportTime": "Gebruik scan datum",
+    "OptionDateAddedFileTime": "Gebruik aanmaak datum bestand",
+    "LabelDateAddedBehaviorHelp": "Als er metadata gegevens zijn hebben deze voorrang op deze opties.",
+    "LabelNumberTrailerToPlay": "Aantal af te spelen trailers:",
+    "TitleDevices": "Apparaten",
+    "TabCameraUpload": "Camera upload",
+    "TabDevices": "Apparaten",
+    "HeaderCameraUploadHelp": "Upload automatisch foto's en video's van uw mobiele apparaten naar Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "U hebt op dit moment geen apparaten die camera upload ondersteunen.",
+    "LabelCameraUploadPath": "Camera upload pad:",
+    "LabelCameraUploadPathHelp": "Geef een eigen upload pad op, indien gewenst. Deze map moet ook aan de bibliotheek instellingen toegevoegd worden. Als er niets opgegeven is wordt de standaard map gebruikt.",
+    "LabelCreateCameraUploadSubfolder": "Maak een submap voor elk apparaat",
+    "LabelCreateCameraUploadSubfolderHelp": "Specifieke mappen kunnen aan een apparaat toegekend worden door er op te klikken in de apparaten pagina.",
+    "LabelCustomDeviceDisplayName": "Weergave naam:",
+    "LabelCustomDeviceDisplayNameHelp": "Geef een eigen weergave naam op of laat deze leeg om de naam te gebruiken die het apparaat opgeeft.",
+    "HeaderInviteUser": "Nodig gebruiker uit",
+    "LabelConnectGuestUserNameHelp": "Dit is de gebruikersnaam die uw vriend(in) gebruikt om zich aan te melden op de Media Browser website of zijn of haar email adres.",
+    "HeaderInviteUserHelp": "Uw media met vrienden delen is makkelijker dan ooit met Media Browser Connect.",
+    "ButtonSendInvitation": "Stuur uitnodiging",
+    "HeaderSignInWithConnect": "Meld aan met Media Browser Connect",
+    "HeaderGuests": "Gasten",
+    "HeaderLocalUsers": "Lokale gebruikers",
+    "HeaderPendingInvitations": "Uitstaande uitnodigingen",
+    "TabParentalControl": "Ouderlijk toezicht",
+    "HeaderAccessSchedule": "Schema Toegang",
+    "HeaderAccessScheduleHelp": "Maak een toegangsschema om de toegang tot bepaalde tijden te beperken.",
+    "ButtonAddSchedule": "Voeg schema toe",
+    "LabelAccessDay": "Dag van de week:",
+    "LabelAccessStart": "Start tijd:",
+    "LabelAccessEnd": "Eind tijd:",
+    "HeaderSchedule": "Schema",
+    "OptionEveryday": "Elke dag",
+    "OptionWeekdays": "Week dagen",
+    "OptionWeekends": "Weekend",
+    "MessageProfileInfoSynced": "Gebruikersprofiel informatie is gesynchroniseerd met Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optioneel: Koppel uw Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer reel",
+    "OptionPlayUnwatchedTrailersOnly": "Speel alleen ongeziene trailers",
+    "HeaderTrailerReelHelp": "Start trailer reel om een afspeellijst met trailers af te spelen.",
+    "MessageNoTrailersFound": "Geen trailers gevonden. Installeer het Trailers kanaal en verbeter uw film ervaring door middel van een bibliotheek met internet trailers.",
+    "HeaderNewUsers": "Nieuwe gebruikers",
+    "ButtonSignUp": "Aanmelden",
+    "ButtonForgotPassword": "Wachtwoord vergeten",
+    "OptionDisableUserPreferences": "Voorkom toegang tot gebruikers voorkeuren",
+    "OptionDisableUserPreferencesHelp": "Indien ingeschakeld kunnen alleen beheerders profiel afbeeldingen, wachtwoorden en taalinstellingen wijzigen.",
+    "HeaderSelectServer": "Selecteer server",
+    "MessageNoServersAvailableToConnect": "Er zijn geen servers beschikbaar om mee te verbinden. Als u uitgenodigd bent om een server te delen accepteer dit hieronder of door op de link in het emailbericht te klikken.",
+    "TitleNewUser": "Nieuwe gebruiker",
+    "ButtonConfigurePassword": "Configureer wachtwoord",
+    "HeaderDashboardUserPassword": "Wachtwoorden van gebruikers worden door de gebruiker in het gebruikersprofiel beheerd.",
+    "HeaderLibraryAccess": "Bibliotheek toegang",
+    "HeaderChannelAccess": "Kanaal toegang",
+    "HeaderLatestItems": "Nieuwste items",
+    "LabelSelectLastestItemsFolders": "Voeg media van de volgende secties toe aan Nieuwste items",
+    "HeaderShareMediaFolders": "Deel media mappen",
+    "MessageGuestSharingPermissionsHelp": "De meeste features zijn niet direct beschikbaar voor gasten maar kunnen aangezet worden waar gewenst.",
+    "HeaderInvitations": "Uitnodigingen",
+    "LabelForgotPasswordUsernameHelp": "Vul uw gebruikersnaam in, als u deze weet.",
+    "HeaderForgotPassword": "Wachtwoord vergeten",
+    "TitleForgotPassword": "Wachtwoord vergeten",
+    "TitlePasswordReset": "Wachtwoord resetten",
+    "LabelPasswordRecoveryPinCode": "Pincode:",
+    "HeaderPasswordReset": "Wachtwoord resetten",
+    "HeaderParentalRatings": "Ouderlijke toezicht",
+    "HeaderVideoTypes": "Video types",
+    "HeaderYears": "Jaren",
+    "HeaderAddTag": "Voeg tag toe",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Beperk tot \u00e9\u00e9n enkele ingesloten afbeelding",
+    "LabelEnableSingleImageInDidlLimitHelp": "Sommige apparaten zullen niet goed weergeven als er meerdere afbeeldingen ingesloten zijn in Didl.",
+    "TabActivity": "Activiteit",
+    "TitleSync": "Synchroniseer",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Seizoen Onbekend",
+    "NameSeasonNumber": "Seizoen {0}",
+    "LabelNewUserNameHelp": "Gebruikersnamen kunnen letters (az), cijfers (0-9), streepjes, underscores (_), apostrofs (') en punten (.) bevatten\n",
+    "TabJobs": "Opdrachten",
+    "TabSyncJobs": "Sync Opdrachten",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/pl.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Wyj\u015b\u0107",
     "LabelVisitCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Pozw\u00f3l temu u\u017cytkownikowi zarz\u0105dza\u0107 serwerem",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Busca",
-    "ButtonSettings": "Ajustes",
-    "ButtonTakeScreenshot": "Capturar Tela",
-    "ButtonLetterUp": "Letra Acima",
-    "ButtonLetterDown": "Letra Abaixo",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Reproduzindo Agora",
-    "TabNavigation": "Navega\u00e7\u00e3o",
-    "TabControls": "Controles",
-    "ButtonFullscreen": "Alternar para tela cheia",
-    "ButtonScenes": "Cenas",
-    "ButtonSubtitles": "Legendas",
-    "ButtonAudioTracks": "Faixas de \u00e1udio",
-    "ButtonPreviousTrack": "Faixa anterior",
-    "ButtonNextTrack": "Faixa seguinte",
-    "ButtonStop": "Parar",
-    "ButtonPause": "Pausar",
-    "ButtonNext": "Pr\u00f3xima",
-    "ButtonPrevious": "Anterior",
-    "LabelGroupMoviesIntoCollections": "Agrupar filmes nas cole\u00e7\u00f5es",
-    "LabelGroupMoviesIntoCollectionsHelp": "Ao exibir listas de filmes, filmes que perten\u00e7am a uma cole\u00e7\u00e3o ser\u00e3o exibidos como um \u00fanico item agrupado.",
-    "NotificationOptionPluginError": "Falha no plugin",
-    "ButtonVolumeUp": "Aumentar volume",
-    "ButtonVolumeDown": "Diminuir volume",
-    "ButtonMute": "Mudo",
-    "HeaderLatestMedia": "M\u00eddias Recentes",
-    "OptionSpecialFeatures": "Recursos Especiais",
-    "HeaderCollections": "Cole\u00e7\u00f5es",
-    "LabelProfileCodecsHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os codecs.",
-    "LabelProfileContainersHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os containers.",
-    "HeaderResponseProfile": "Perfil de Resposta",
-    "LabelType": "Tipo:",
-    "LabelPersonRole": "Personagem:",
-    "LabelPersonRoleHelp": "O personagem geralmente s\u00f3 aplica para atores.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Codecs de v\u00eddeo:",
-    "LabelProfileAudioCodecs": "Codecs de \u00e1udio:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Perfil da Reprodu\u00e7\u00e3o Direta",
-    "HeaderTranscodingProfile": "Perfil da Transcodifica\u00e7\u00e3o",
-    "HeaderCodecProfile": "Perfil do Codec",
-    "HeaderCodecProfileHelp": "Perfis do Codec indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir codecs espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o codec estiver configurado para reprodu\u00e7\u00e3o direta.",
-    "HeaderContainerProfile": "Perfil do Container",
-    "HeaderContainerProfileHelp": "Perfis do Container indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir formatos espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o formato estiver configurado para reprodu\u00e7\u00e3o direta.",
-    "OptionProfileVideo": "V\u00eddeo",
-    "OptionProfileAudio": "\u00c1udio",
-    "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Biblioteca do usu\u00e1rio:",
-    "LabelUserLibraryHelp": "Selecione qual biblioteca de usu\u00e1rio ser\u00e1 exibida no dispositivo. Deixe em branco para usar a configura\u00e7\u00e3o padr\u00e3o.",
-    "OptionPlainStorageFolders": "Exibir todas as pastas como pastas de armazenamento simples",
-    "OptionPlainStorageFoldersHelp": "Se ativado, todas as pastas s\u00e3o representadas no DIDL como \"object.container.storageFolder\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
-    "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Tipos de M\u00eddia Suportados:",
-    "TabIdentification": "Identifica\u00e7\u00e3o",
-    "HeaderIdentification": "Identifica\u00e7\u00e3o",
-    "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Respostas",
-    "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
-    "LabelEmbedAlbumArtDidl": "Embutir a capa do \u00e1lbum no Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
-    "LabelAlbumArtPN": "PN da capa do \u00e1lbum:",
-    "LabelAlbumArtHelp": "O PN usado para a capa do album, dentro do atributo dlna:profileID em upnp:albumArtURI. Alguns clientes requerem um valor espec\u00edfico, independente do tamanho da imagem.",
-    "LabelAlbumArtMaxWidth": "Largura m\u00e1xima da capa do \u00e1lbum:",
-    "LabelAlbumArtMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima da capa do \u00e1lbum:",
-    "LabelAlbumArtMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
-    "LabelIconMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
-    "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
-    "LabelIconMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
-    "LabelIdentificationFieldHelp": "Uma substring ou express\u00e3o regex que n\u00e3o diferencia mai\u00fascula de min\u00fasculas.",
-    "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
-    "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
-    "LabelMaxBitrateHelp": "Especifique uma taxa de bits m\u00e1xima para ambientes com restri\u00e7\u00e3o de tamanho de banda, ou se o dispositivo  imp\u00f5e esse limite.",
-    "LabelMaxStreamingBitrate": "Taxa m\u00e1xima para streaming:",
-    "LabelMaxStreamingBitrateHelp": "Defina uma taxa m\u00e1xima para fazer streaming.",
-    "LabelMaxStaticBitrate": "Taxa m\u00e1xima para sincronizar:",
-    "LabelMaxStaticBitrateHelp": "Defina uma taxa m\u00e1xima quando sincronizar conte\u00fado em alta qualidade.",
-    "LabelMusicStaticBitrate": "Taxa de sincroniza\u00e7\u00e3o das m\u00fasicas:",
-    "LabelMusicStaticBitrateHelp": "Defina a taxa m\u00e1xima ao sincronizar m\u00fasicas",
-    "LabelMusicStreamingTranscodingBitrate": "Taxa de transcodifica\u00e7\u00e3o das m\u00fasicas:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Defina a taxa m\u00e1xima ao fazer streaming das m\u00fasicas",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar requisi\u00e7\u00f5es de extens\u00e3o do byte de transcodifica\u00e7\u00e3o",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se ativadas, estas requisi\u00e7\u00f5es ser\u00e3o honradas mas ir\u00e3o ignorar o cabe\u00e7alho da extens\u00e3o do byte.",
-    "LabelFriendlyName": "Nome amig\u00e1vel",
-    "LabelManufacturer": "Fabricante",
-    "LabelManufacturerUrl": "Url do fabricante",
-    "LabelModelName": "Nome do modelo",
-    "LabelModelNumber": "N\u00famero do modelo",
-    "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
-    "LabelModelUrl": "Url do modelo",
-    "LabelSerialNumber": "N\u00famero de s\u00e9rie",
-    "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
-    "HeaderIdentificationCriteriaHelp": "Digite, ao menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
-    "HeaderDirectPlayProfileHelp": "Adicionar perfis de reprodu\u00e7\u00e3o direta que indiquem que formatos o dispositivo pode suportar nativamente.",
-    "HeaderTranscodingProfileHelp": "Adicionar perfis de transcodifica\u00e7\u00e3o que indiquem que formatos dever\u00e3o ser usados quando a transcodifica\u00e7\u00e3o \u00e9 necess\u00e1ria.",
-    "HeaderResponseProfileHelp": "Perfis de resposta oferecem uma forma de personalizar a informa\u00e7\u00e3o enviada para o dispositivo ao executar certos tipos de m\u00eddia.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determina o conte\u00fado do elemento X_DLNACAP no namespace urn:schemas-dlna-org:device-1-0.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determina o conte\u00fado do elemento X_DLNADOC no namespace urn:schemas-dlna-org:device-1-0",
-    "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
-    "LabelSonyAggregationFlagsHelp": "Determina o conte\u00fado do elemento aggregationFlags no namespace urn:schemas-sonycom:av.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
-    "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
-    "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
-    "OptionEnableM2tsMode": "Ativar modo M2ts",
-    "OptionEnableM2tsModeHelp": "Ative o modo m2ts quando codificar para mpegts.",
-    "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado quando transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que o servidor suporta busca de byte quando transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Isto \u00e9 necess\u00e1rio para alguns dispositivos que n\u00e3o buscam  o tempo muito bem.",
-    "HeaderSubtitleDownloadingHelp": "Quando o Media Browser verificar seus arquivos de v\u00eddeo, ele pode buscar legendas que n\u00e3o existam e fazer download usando um provedor de legendas como, por exemplo, o OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Fazer download de legendas para:",
-    "MessageNoChapterProviders": "Instale um plugin provedor de cap\u00edtulos como o ChapterDb para habilitar mais op\u00e7\u00f5es de cap\u00edtulos.",
-    "LabelSkipIfGraphicalSubsPresent": "Ignorar se o v\u00eddeo j\u00e1 possuir legendas gr\u00e1ficas",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Manter vers\u00f5es das legendas em texto resultar\u00e1 em uma entrega mais eficiente e diminuir\u00e1 a necessidade de transcodifica\u00e7\u00e3o do v\u00eddeo.",
-    "TabSubtitles": "Legendas",
-    "TabChapters": "Cap\u00edtulos",
-    "HeaderDownloadChaptersFor": "Fazer download de nomes de cap\u00edtulos para:",
-    "LabelOpenSubtitlesUsername": "Nome do usu\u00e1rio do Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "Quando o Media Browser verifica seus arquivos de v\u00eddeo, pode fazer download de nomes amig\u00e1veis para os cap\u00edtulos atrav\u00e9s de plugins como o ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o, independente do idioma",
-    "LabelSubtitlePlaybackMode": "Modo da Legenda:",
-    "LabelDownloadLanguages": "Idiomas para download:",
-    "ButtonRegister": "Registrar",
-    "LabelSkipIfAudioTrackPresent": "Ignorar se a faixa de \u00e1udio padr\u00e3o coincidir com o idioma de download",
-    "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independente do idioma do \u00e1udio.",
-    "HeaderSendMessage": "Enviar mensagem",
-    "ButtonSend": "Enviar",
-    "LabelMessageText": "Texto da mensagem:",
-    "MessageNoAvailablePlugins": "N\u00e3o existem plugins dispon\u00edveis.",
-    "LabelDisplayPluginsFor": "Exibir plugins para:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
-    "LabelSeriesNamePlain": "Nome da s\u00e9rie",
-    "ValueSeriesNamePeriod": "Nome.s\u00e9rie",
-    "ValueSeriesNameUnderscore": "Nome_s\u00e9rie",
-    "ValueEpisodeNamePeriod": "Nome.epis\u00f3dio",
-    "ValueEpisodeNameUnderscore": "Nome_epis\u00f3dio",
-    "LabelSeasonNumberPlain": "N\u00famero da temporada",
-    "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
-    "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
-    "HeaderTypeText": "Digitar texto",
-    "LabelTypeText": "Texto",
-    "HeaderSearchForSubtitles": "Buscar Legendas",
-    "MessageNoSubtitleSearchResultsFound": "N\u00e3o foi encontrado nenhum resultado.",
-    "TabDisplay": "Exibi\u00e7\u00e3o",
-    "TabLanguages": "Idiomas",
-    "TabWebClient": "Cliente Web",
-    "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
-    "LabelEnableBackdrops": "Ativar imagens de fundo",
-    "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
-    "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
-    "HeaderHomePage": "P\u00e1gina Inicial",
-    "HeaderSettingsForThisDevice": "Ajustes para Este Dispositivo",
-    "OptionAuto": "Auto",
-    "OptionYes": "Sim",
-    "OptionNo": "N\u00e3o",
-    "HeaderOptions": "Op\u00e7\u00f5es",
-    "HeaderIdentificationResult": "Resultado da Identifica\u00e7\u00e3o",
-    "LabelHomePageSection1": "Tela de in\u00edcio se\u00e7\u00e3o 1:",
-    "LabelHomePageSection2": "Tela de in\u00edcio se\u00e7\u00e3o 2:",
-    "LabelHomePageSection3": "Tela de in\u00edcio se\u00e7\u00e3o 3:",
-    "LabelHomePageSection4": "Tela de in\u00edcio se\u00e7\u00e3o 4:",
-    "OptionMyViewsButtons": "Minhas visualiza\u00e7\u00f5es (bot\u00f5es)",
-    "OptionMyViews": "Minhas visualiza\u00e7\u00f5es",
-    "OptionMyViewsSmall": "Minhas visualiza\u00e7\u00f5es (pequeno)",
-    "OptionResumablemedia": "Retomar",
-    "OptionLatestMedia": "M\u00eddias recentes",
-    "OptionLatestChannelMedia": "Itens recentes de canal",
-    "HeaderLatestChannelItems": "Itens Recentes de Canal",
-    "OptionNone": "Nenhum",
-    "HeaderLiveTv": "TV ao Vivo",
-    "HeaderReports": "Relat\u00f3rios",
-    "HeaderMetadataManager": "Gerenciador de Metadados",
-    "HeaderPreferences": "Prefer\u00eancias",
-    "MessageLoadingChannels": "Carregando conte\u00fado do canal...",
-    "MessageLoadingContent": "Carregando conte\u00fado...",
-    "ButtonMarkRead": "Marcar com lido",
-    "OptionDefaultSort": "Padr\u00e3o",
-    "OptionCommunityMostWatchedSort": "Mais Assistidos",
-    "TabNextUp": "Pr\u00f3ximos",
-    "HeaderBecomeMediaBrowserSupporter": "Torne-se um Colaborador do Media Browser",
-    "TextEnjoyBonusFeatures": "Aproveite Funcionalidades Extras",
-    "MessageNoMovieSuggestionsAvailable": "N\u00e3o existem sugest\u00f5es de filmes dispon\u00edveis atualmente. Comece por assistir e avaliar seus filmes e, ent\u00e3o, volte para verificar suas recomenda\u00e7\u00f5es.",
-    "MessageNoCollectionsAvailable": "Cole\u00e7\u00f5es permitem que voc\u00ea aproveite grupos personalizados de Filmes, S\u00e9ries, \u00c1lbuns, Livros e Jogos. Clique no bot\u00e3o + para come\u00e7ar a criar Cole\u00e7\u00f5es.",
-    "MessageNoPlaylistsAvailable": "Listas de reprodu\u00e7\u00e3o permitem criar listas com conte\u00fado para reproduzir consecutivamente, de uma s\u00f3 vez. Para adicionar itens \u00e0s listas de reprodu\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque a tela por alguns segundos, depois selecione Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o.",
-    "MessageNoPlaylistItemsAvailable": "Esta lista de reprodu\u00e7\u00e3o est\u00e1 vazia.",
-    "ButtonDismiss": "Descartar",
-    "ButtonEditOtherUserPreferences": "Editar este perfil de usu\u00e1rio, senha e prefer\u00eancias pessoais.",
-    "LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
-    "LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
-    "OptionBestAvailableStreamQuality": "Melhor dispon\u00edvel",
-    "LabelEnableChannelContentDownloadingFor": "Ativar o download de conte\u00fado do canal para:",
-    "LabelEnableChannelContentDownloadingForHelp": "Alguns canais suportam o download de conte\u00fado antes de sua visualiza\u00e7\u00e3o. Ative esta fun\u00e7\u00e3o em ambientes com banda larga de baixa velocidade para fazer o download do conte\u00fado do canal durante horas sem uso. O conte\u00fado \u00e9 transferido como parte da tarefa agendada de download do canal.",
-    "LabelChannelDownloadPath": "Caminho para download do conte\u00fado do canal:",
-    "LabelChannelDownloadPathHelp": "Se desejar, defina um caminho personalizado para a transfer\u00eancia. Deixe em branco para fazer download para uma pasta interna do programa.",
-    "LabelChannelDownloadAge": "Excluir conte\u00fado depois de: (dias)",
-    "LabelChannelDownloadAgeHelp": "O conte\u00fado transferido que for mais velho que este valor ser\u00e1 exclu\u00eddo. Poder\u00e1 seguir reproduzindo-o atrav\u00e9s de streaming da internet.",
-    "ChannelSettingsFormHelp": "Instalar canais como, por exemplo, Trailers e Vimeo no cat\u00e1logo de plugins.",
-    "ButtonOptions": "Op\u00e7\u00f5es",
-    "ViewTypeMovies": "Filmes",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Jogos",
-    "ViewTypeMusic": "M\u00fasicas",
-    "ViewTypeMusicGenres": "G\u00eaneros",
-    "ViewTypeMusicArtists": "Artistas",
-    "ViewTypeBoxSets": "Cole\u00e7\u00f5es",
-    "ViewTypeChannels": "Canais",
-    "ViewTypeLiveTV": "TV ao Vivo",
-    "ViewTypeLiveTvNowPlaying": "Exibindo Agora",
-    "ViewTypeLatestGames": "Jogos Recentes",
-    "ViewTypeRecentlyPlayedGames": "Reproduzido Recentemente",
-    "ViewTypeGameFavorites": "Favoritos",
-    "ViewTypeGameSystems": "Sistemas de Jogo",
-    "ViewTypeGameGenres": "G\u00eaneros",
-    "ViewTypeTvResume": "Retomar",
-    "ViewTypeTvNextUp": "Pr\u00f3ximos",
-    "ViewTypeTvLatest": "Recentes",
-    "ViewTypeTvShowSeries": "S\u00e9ries",
-    "ViewTypeTvGenres": "G\u00eaneros",
-    "ViewTypeTvFavoriteSeries": "S\u00e9ries Favoritas",
-    "ViewTypeTvFavoriteEpisodes": "Epis\u00f3dios Favoritos",
-    "ViewTypeMovieResume": "Retomar",
-    "ViewTypeMovieLatest": "Recentes",
-    "ViewTypeMovieMovies": "Filmes",
-    "ViewTypeMovieCollections": "Cole\u00e7\u00f5es",
-    "ViewTypeMovieFavorites": "Favoritos",
-    "ViewTypeMovieGenres": "G\u00eaneros",
-    "ViewTypeMusicLatest": "Recentes",
-    "ViewTypeMusicAlbums": "\u00c1lbuns",
-    "ViewTypeMusicAlbumArtists": "Artistas do \u00c1lbum",
-    "HeaderOtherDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o",
-    "ViewTypeMusicSongs": "M\u00fasicas",
-    "ViewTypeMusicFavorites": "Favoritos",
-    "ViewTypeMusicFavoriteAlbums": "\u00c1lbuns Favoritos",
-    "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
-    "ViewTypeMusicFavoriteSongs": "M\u00fasicas Favoritas",
-    "HeaderMyViews": "Minhas Visualiza\u00e7\u00f5es",
-    "LabelSelectFolderGroups": "Agrupar automaticamente o conte\u00fado das seguintes pastas dentro das visualiza\u00e7\u00f5es como Filmes, M\u00fasicas e TV:",
-    "LabelSelectFolderGroupsHelp": "Pastas que n\u00e3o est\u00e3o marcadas ser\u00e3o exibidas em sua pr\u00f3pria visualiza\u00e7\u00e3o.",
-    "OptionDisplayAdultContent": "Exibir conte\u00fado adulto",
-    "OptionLibraryFolders": "Pastas de m\u00eddias",
-    "TitleRemoteControl": "Controle Remoto",
-    "OptionLatestTvRecordings": "\u00daltimas grava\u00e7\u00f5es",
-    "LabelProtocolInfo": "Informa\u00e7\u00e3o do protocolo:",
-    "LabelProtocolInfoHelp": "O valor que ser\u00e1 usado ao responder os pedidos GetProtocolInfo do dispositivo.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "O Media Browser inclui suporte nativo para arquivos de metadados Nfo. Para ativar ou desativar os metadados Nfo, use a aba Avan\u00e7ado e configure as op\u00e7\u00f5es dos seus tipos de m\u00eddia.",
-    "LabelKodiMetadataUser": "Sincronizar informa\u00e7\u00f5es do que o usu\u00e1rio assiste aos nfo's para:",
-    "LabelKodiMetadataUserHelp": "Ative esta op\u00e7\u00e3o para manter os dados em sincronia entre o Media Browser e arquivos Nfo.",
-    "LabelKodiMetadataDateFormat": "Formato da data de lan\u00e7amento:",
-    "LabelKodiMetadataDateFormatHelp": "Todas as datas dentro dos nfo's ser\u00e3o lidas e gravadas usando este formato.",
-    "LabelKodiMetadataSaveImagePaths": "Salvar o caminho das imagens dentro dos arquivos nfo's",
-    "LabelKodiMetadataSaveImagePathsHelp": "Esta op\u00e7\u00e3o \u00e9 recomendada se voc\u00ea tiver nomes de arquivos de imagem que n\u00e3o est\u00e3o de acordo \u00e0s recomenda\u00e7\u00f5es do Kodi.",
-    "LabelKodiMetadataEnablePathSubstitution": "Ativar substitui\u00e7\u00e3o de caminho",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Ativa a substitui\u00e7\u00e3o do caminho das imagens usando as op\u00e7\u00f5es de substitui\u00e7\u00e3o de caminho no servidor.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver substitui\u00e7\u00e3o de caminho.",
-    "LabelGroupChannelsIntoViews": "Exibir os seguintes canais diretamente dentro de minhas visualiza\u00e7\u00f5es:",
-    "LabelGroupChannelsIntoViewsHelp": "Se ativados, estes canais ser\u00e3o exibidos imediatamente ao lado de outras visualiza\u00e7\u00f5es. Se desativado, eles ser\u00e3o exibidos dentro de uma visualiza\u00e7\u00e3o separada de Canais.",
-    "LabelDisplayCollectionsView": "Exibir uma visualiza\u00e7\u00e3o de cole\u00e7\u00f5es para mostrar colet\u00e2neas de filmes",
-    "LabelDisplayCollectionsViewHelp": "Esta op\u00e7\u00e3o criar\u00e1 uma visualiza\u00e7\u00e3o separada para exibir cole\u00e7\u00f5es criadas ou acessadas por voc\u00ea. Para criar uma cole\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque e segure qualquer filme e selecione 'Adicionar \u00e0 Cole\u00e7\u00e3o'.",
-    "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart para extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "Ao fazer download das imagens, elas podem ser salvas em ambas extrafanart e extrathumbs para uma maior compatibilidade com as skins do Kodi.",
-    "TabServices": "Servi\u00e7os",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Arquivos de log do servidor:",
-    "TabBranding": "Marca",
-    "HeaderBrandingHelp": "Personalize a apar\u00eancia do Media Browser para as necessidades de seu grupo ou organiza\u00e7\u00e3o.",
-    "LabelLoginDisclaimer": "Aviso legal no login:",
-    "LabelLoginDisclaimerHelp": "Este aviso ser\u00e1 exibido na parte inferior da p\u00e1gina de login.",
-    "LabelAutomaticallyDonate": "Doar automaticamente este valor a cada m\u00eas",
-    "LabelAutomaticallyDonateHelp": "Voc\u00ea pode cancelar a qualquer momento atrav\u00e9s de sua conta do PayPal.",
-    "OptionList": "Lista",
-    "TabDashboard": "Painel",
-    "TitleServer": "Servidor",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadados:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Arquivos tempor\u00e1rios da transcodifica\u00e7\u00e3o:",
-    "HeaderLatestMusic": "M\u00fasicas Recentes",
-    "HeaderBranding": "Marca",
-    "HeaderApiKeys": "Chaves da Api",
-    "HeaderApiKeysHelp": "Aplica\u00e7\u00f5es externas necessitam uma chave da Api para se comunicar com o Media Browser. Chaves s\u00e3o emitidas ao logar com uma conta do Media Browser ou ao conceder manualmente uma chave \u00e0 aplica\u00e7\u00e3o",
-    "HeaderApiKey": "Chave da Api",
-    "HeaderApp": "App",
-    "HeaderDevice": "Dispositivo",
-    "HeaderUser": "Usu\u00e1rio",
-    "HeaderDateIssued": "Data da Emiss\u00e3o",
-    "LabelChapterName": "Cap\u00edtulo {0}",
-    "HeaderNewApiKey": "Nova Chave da Api",
-    "LabelAppName": "Nome da app",
-    "LabelAppNameExample": "Exemplo: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Conceder permiss\u00e3o a uma aplica\u00e7\u00e3o para se comunicar com o Media Browser.",
-    "HeaderHttpHeaders": "Cabe\u00e7alhos de Http",
-    "HeaderIdentificationHeader": "Cabe\u00e7alho de Identifica\u00e7\u00e3o",
-    "LabelValue": "Valor:",
-    "LabelMatchType": "Tipo de correspond\u00eancia",
-    "OptionEquals": "Igual",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "Visualizar",
-    "TabSort": "Ordenar",
-    "TabFilter": "Filtro",
-    "ButtonView": "Visualizar",
-    "LabelPageSize": "Limite de itens:",
-    "LabelPath": "Caminho:",
-    "LabelView": "Visualizar:",
-    "TabUsers": "Usu\u00e1rios",
-    "LabelSortName": "Nome para ordena\u00e7\u00e3o:",
-    "LabelDateAdded": "Data de adi\u00e7\u00e3o:",
-    "HeaderFeatures": "Recursos",
-    "HeaderAdvanced": "Avan\u00e7ado",
-    "ButtonSync": "Sincronizar",
-    "TabScheduledTasks": "Tarefas Agendadas",
-    "HeaderChapters": "Cap\u00edtulos",
-    "HeaderResumeSettings": "Ajustes para Retomar",
-    "TabSync": "Sincroniza\u00e7\u00e3o",
-    "TitleUsers": "Usu\u00e1rios",
-    "LabelProtocol": "Protocolo:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Contexto:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sinc",
-    "ButtonAddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
-    "TabPlaylists": "Listas de Reprodu\u00e7\u00e3o",
-    "ButtonClose": "Fechar",
-    "LabelAllLanguages": "Todos os idiomas",
-    "HeaderBrowseOnlineImages": "Procurar Imagens Online",
-    "LabelSource": "Fonte:",
-    "OptionAll": "Todos",
-    "LabelImage": "Imagem:",
-    "ButtonBrowseImages": "Procurar Imagens",
-    "HeaderImages": "Imagens",
-    "HeaderBackdrops": "Imagens de Fundo",
-    "HeaderScreenshots": "Imagens da Tela",
-    "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
-    "LabelJpgPngOnly": "Apenas JPG\/PNG",
-    "LabelImageType": "Tipo de imagem:",
-    "OptionPrimary": "Capa",
-    "OptionArt": "Arte",
-    "OptionBox": "Caixa",
-    "OptionBoxRear": "Traseira da Caixa",
-    "OptionDisc": "Disco",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Imagem da tela",
-    "OptionLocked": "Bloqueada",
-    "OptionUnidentified": "N\u00e3o identificada",
-    "OptionMissingParentalRating": "Faltando classifica\u00e7\u00e3o parental",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Epis\u00f3dios",
-    "OptionSeason0": "Temporada 0",
-    "LabelReport": "Relat\u00f3rio:",
-    "OptionReportSongs": "M\u00fasicas",
-    "OptionReportSeries": "S\u00e9ries",
-    "OptionReportSeasons": "Temporadas",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "V\u00eddeos musicais",
-    "OptionReportMovies": "Filmes",
-    "OptionReportHomeVideos": "V\u00eddeos caseiros",
-    "OptionReportGames": "Jogos",
-    "OptionReportEpisodes": "Epis\u00f3dios",
-    "OptionReportCollections": "Cole\u00e7\u00f5es",
-    "OptionReportBooks": "Livros",
-    "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbuns",
-    "OptionReportAdultVideos": "V\u00eddeos adultos",
-    "ButtonMore": "Mais",
-    "HeaderActivity": "Atividade",
-    "ScheduledTaskStartedWithName": "{0} iniciado",
-    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
-    "ScheduledTaskCompletedWithName": "{0} completa",
-    "ScheduledTaskFailed": "Tarefa agendada completa",
-    "PluginInstalledWithName": "{0} foi instalado",
-    "PluginUpdatedWithName": "{0} foi atualizado",
-    "PluginUninstalledWithName": "{0} foi desinstalado",
-    "ScheduledTaskFailedWithName": "{0} falhou",
-    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
-    "ItemRemovedWithName": "{0} foi removido da biblioteca",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
-    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
-    "DeviceOfflineWithName": "{0} foi desconectado",
-    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
-    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
-    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
-    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
-    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
-    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o do usu\u00e1rio {0} foi atualizada",
-    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
-    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
-    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
-    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
-    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
-    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
-    "AuthenticationSucceededWithUserName": "{0} autenticou-se com sucesso",
-    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
-    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
-    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
-    "ProviderValue": "Provedor: {0}",
-    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
-    "HeaderRecentActivity": "Atividade Recente",
-    "HeaderPeople": "Pessoas",
-    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
-    "OptionComposers": "Compositores",
-    "OptionOthers": "Outros",
-    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
-    "ViewTypeFolders": "Pastas",
-    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
-    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
-    "ViewTypeLiveTvChannels": "Canais",
-    "LabelEasyPinCode": "C\u00f3digo de pin f\u00e1cil:",
-    "EasyPasswordHelp": "Seu c\u00f3digo de pin f\u00e1cil \u00e9 usado para acesso off-line com apps suportadas pelo Media Browser e pode ser usado para acesso f\u00e1cil dentro da rede.",
-    "LabelInNetworkSignInWithEasyPassword": "Ativar acesso dentro da rede com meu c\u00f3digo de pin f\u00e1cil",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "Se ativado, voc\u00ea poder\u00e1 usar seu c\u00f3digo de pin f\u00e1cil para acessar o Media Browser dentro de sua rede dom\u00e9stica. Sua senha padr\u00e3o s\u00f3 ser\u00e1 usada fora da rede dom\u00e9stica. Se o c\u00f3digo de pin f\u00e1cil estiver em branco, voc\u00ea n\u00e3o precisar\u00e1 de senha dentro de sua rede dom\u00e9stica.",
-    "HeaderPassword": "Senha",
-    "HeaderLocalAccess": "Acesso Local",
-    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
-    "ButtonResetEasyPassword": "Redefinir c\u00f3digo de pin f\u00e1cil",
-    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
-    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
-    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
-    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
-    "OptionReplaceExistingImages": "Substituir imagens existentes",
-    "OptionRefreshAllData": "Atualizar todos os dados",
-    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
-    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
-    "HeaderRefreshMetadata": "Atualizar Metadados",
-    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
-    "HeaderIdentifyItem": "Identificar Item",
-    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
-    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
-    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
-    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
-    "ButtonIdentify": "Identificar",
-    "LabelAlbumArtist": "Artista do \u00e1lbum:",
-    "LabelAlbum": "\u00c1lbum:",
-    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
-    "LabelVoteCount": "Contagem de votos:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
-    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
-    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Slogan:",
-    "LabelOverview": "Sinopse:",
-    "LabelShortOverview": "Sinopse curta:",
-    "LabelReleaseDate": "Data do lan\u00e7amento:",
-    "LabelYear": "Ano:",
-    "LabelPlaceOfBirth": "Local de nascimento:",
-    "LabelEndDate": "Data final:",
-    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
-    "LabelAirTime:": "Hor\u00e1rio:",
-    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
-    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
-    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
-    "LabelBudget": "Or\u00e7amento",
-    "LabelRevenue": "Faturamento ($):",
-    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
-    "LabelPlayers": "Reprodutores:",
-    "Label3DFormat": "Formato 3D:",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
-    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
-    "HeaderExternalIds": "Id`s Externos:",
-    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
-    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
-    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
-    "LabelAirsAfterSeason": "Exibido depois da temporada:",
-    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
-    "LabelTreatImageAs": "Tratar imagem como:",
-    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
-    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
-    "HeaderCountries": "Pa\u00edses",
-    "HeaderGenres": "G\u00eaneros",
-    "HeaderPlotKeywords": "Palavras-chave da Trama",
-    "HeaderStudios": "Est\u00fadios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Ajustes dos Metadados",
-    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
-    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
-    "TabDonate": "Doar",
-    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
-    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
-    "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
-    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
-    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
-    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
-    "OptionNoTrailer": "Nenhum Trailer",
-    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
-    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
-    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
-    "ButtonDonate": "Doar",
-    "OptionActor": "Ator",
-    "OptionComposer": "Compositor",
-    "OptionDirector": "Diretor",
-    "OptionGuestStar": "Ator convidado",
-    "OptionProducer": "Produtor",
-    "OptionWriter": "Escritor",
-    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
-    "LabelAirTime": "Hor\u00e1rio:",
-    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
-    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
-    "HeaderInstall": "Instalar",
-    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
-    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
-    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
-    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
-    "HeaderReviews": "Avalia\u00e7\u00f5es",
-    "HeaderDeveloperInfo": "Info do desenvolvedor",
-    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
-    "ButtonViewWebsite": "Ver website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
-    "HeaderXmlSettings": "Ajustes do Xml",
-    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
-    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
-    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
-    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
-    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
-    "LabelConnectGuestUserName": "Seu nome de usu\u00e1rio ou endere\u00e7o de email do Media Browser:",
-    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
-    "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio \u00e0 conta do Media Browser para ativar o acesso f\u00e1cil de qualquer app do Media Browser sem a necessidade de conhecer o endere\u00e7o ip do servidor.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
-    "LabelExternalPlayers": "Reprodutores externos:",
-    "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
-    "HeaderSubtitleProfile": "Perfil da Legenda",
-    "HeaderSubtitleProfiles": "Perfis da Legenda",
-    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
-    "LabelFormat": "Formato:",
-    "LabelMethod": "M\u00e9todo:",
-    "LabelDidlMode": "Modo Didl:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "elemento res",
-    "OptionEmbedSubtitles": "Incorporar no recipiente",
-    "OptionExternallyDownloaded": "Download Externo",
-    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
-    "LabelSubtitleFormatHelp": "Exemplo: srt",
-    "ButtonLearnMore": "Saiba mais",
-    "TabPlayback": "Reprodu\u00e7\u00e3o",
-    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
-    "TabCinemaMode": "Modo Cinema",
-    "TitlePlayback": "Reprodu\u00e7\u00e3o",
-    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
-    "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
-    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
-    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
-    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
-    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
-    "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
-    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
-    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
-    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
-    "ValueSpecialEpisodeName": "Especial -  {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
-    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
-    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
-    "LabelEnableCinemaMode": "Ativar modo cinema",
-    "HeaderCinemaMode": "Modo Cinema",
-    "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
-    "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
-    "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
-    "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
-    "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
-    "TitleDevices": "Dispositivos",
-    "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
-    "TabDevices": "Dispositivos",
-    "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
-    "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
-    "LabelCameraUploadPathHelp": "Selecione um caminho personalizado para upload, se desejar. Se n\u00e3o definir, a pasta padr\u00e3o ser\u00e1 usada. Se usar um caminho personalizado, ser\u00e1 necess\u00e1rio adicionar na \u00e1rea de ajustes da biblioteca.",
-    "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
-    "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
-    "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
-    "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
-    "HeaderInviteUser": "Convidar usu\u00e1rio",
-    "LabelConnectGuestUserNameHelp": "Este \u00e9 o nome de usu\u00e1rio que seus amigos usam para entrar no site do Media Browser, ou o endere\u00e7o de email deles.",
-    "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais f\u00e1cil com o Media Browser Connect",
-    "ButtonSendInvitation": "Enviar convite",
-    "HeaderSignInWithConnect": "Entrar no Media Browser Connect",
-    "HeaderGuests": "Convidados",
-    "HeaderLocalUsers": "Usu\u00e1rios Locais",
-    "HeaderPendingInvitations": "Convites pendentes",
-    "TabParentalControl": "Controle Parental",
-    "HeaderAccessSchedule": "Agendamento de Acesso",
-    "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
-    "ButtonAddSchedule": "Adicionar Agendamento",
-    "LabelAccessDay": "Dia da semana:",
-    "LabelAccessStart": "Hora inicial:",
-    "LabelAccessEnd": "Hora final:",
-    "HeaderSchedule": "Agendamento",
-    "OptionEveryday": "Todos os dias",
-    "OptionWeekdays": "Dias da semana",
-    "OptionWeekends": "Fins-de-semana",
-    "MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do usu\u00e1rio foi sincronizada com o Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Conectar sua conta do Media Browser",
-    "ButtonTrailerReel": "Carrossel de trailers",
-    "HeaderTrailerReel": "Carrossel de Trailers",
-    "OptionPlayUnwatchedTrailersOnly": "Reproduzir apenas trailers n\u00e3o assistidos",
-    "HeaderTrailerReelHelp": "Inicie um carrossel de trailers para reproduzir uma longa lista de reprodu\u00e7\u00e3o de trailers.",
-    "MessageNoTrailersFound": "Nenhum trailer encontrado. Instale o canal Trailer para melhorar sua experi\u00eancia com filmes, adicionando uma biblioteca de trailers da internet.",
-    "HeaderNewUsers": "Novos Usu\u00e1rios",
-    "ButtonSignUp": "Entrar",
-    "ButtonForgotPassword": "Esqueci a senha",
-    "OptionDisableUserPreferences": "Desativar acesso \u00e0s prefer\u00eancias do usu\u00e1rio.",
-    "OptionDisableUserPreferencesHelp": "Se ativado, apenas administradores poder\u00e3o configurar imagens do perfil do usu\u00e1rio, senhas e prefer\u00eancias de idioma.",
-    "HeaderSelectServer": "Selecionar Servidor",
-    "MessageNoServersAvailableToConnect": "Nenhum servidor dispon\u00edvel para conex\u00e3o. Se foi convidado a compartilhar um servidor, confirme aceitando abaixo ou clicando no link em seu email.",
-    "TitleNewUser": "Novo Usu\u00e1rio",
-    "ButtonConfigurePassword": "Configurar Senha",
-    "HeaderDashboardUserPassword": "As senhas do usu\u00e1rio s\u00e3o gerenciadas dentro das prefer\u00eancias de cada perfil de usu\u00e1rio.",
-    "HeaderLibraryAccess": "Acesso \u00e0 Biblioteca",
-    "HeaderChannelAccess": "Acesso ao Canal",
-    "HeaderLatestItems": "Itens Recentes",
-    "LabelSelectLastestItemsFolders": "Incluir m\u00eddia das seguintes se\u00e7\u00f5es nos Itens Recentes",
-    "HeaderShareMediaFolders": "Compartilhar Pastas de M\u00eddia",
-    "MessageGuestSharingPermissionsHelp": "A maioria dos recursos est\u00e3o inicialmente indispon\u00edveis para convidados, mas podem ser ativados conforme necess\u00e1rio.",
-    "HeaderInvitations": "Convites",
-    "LabelForgotPasswordUsernameHelp": "Digite o nome de seu usu\u00e1rio, se lembrar.",
-    "HeaderForgotPassword": "Esqueci a Senha",
-    "TitleForgotPassword": "Esqueci a Senha",
-    "TitlePasswordReset": "Redefini\u00e7\u00e3o de Senha",
-    "LabelPasswordRecoveryPinCode": "C\u00f3digo:",
-    "HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
-    "HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
-    "HeaderVideoTypes": "Tipos de V\u00eddeo",
-    "HeaderYears": "Anos",
-    "HeaderAddTag": "Adicionar Tag",
-    "LabelBlockItemsWithTags": "Bloquear itens com tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
-    "LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
-    "TabActivity": "Atividade",
-    "TitleSync": "Sinc",
-    "OptionAllowSyncContent": "Sincroniza\u00e7\u00e3o",
-    "OptionAllowContentDownloading": "Download de m\u00eddia",
-    "NameSeasonUnknown": "Temporada Desconhecida",
-    "NameSeasonNumber": "Temporada {0}",
-    "LabelNewUserNameHelp": "Nomes de usu\u00e1rios podem conter letras (a-z), n\u00fameros (0-9), tra\u00e7os (-), sublinhados (_), ap\u00f3strofes (') e pontos (.)",
-    "TabJobs": "Tarefas",
-    "TabSyncJobs": "Tarefas de Sincroniza\u00e7\u00e3o",
     "LabelExit": "Sair",
     "LabelVisitCommunity": "Visitar a Comunidade",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Caminho de arquivo tempor\u00e1rio:",
     "LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. M\u00eddias convertidas criadas durante o processo de sincroniza\u00e7\u00e3o ser\u00e3o aqui armazenadas.",
     "LabelCustomCertificatePath": "Caminho do certificado personalizado:",
-    "LabelCustomCertificatePathHelp": "Forne\u00e7a seu pr\u00f3prio certificado ssl. Se omitido, o servidor criar\u00e1 um certificado auto-assinado.",
+    "LabelCustomCertificatePathHelp": "Forne\u00e7a seu pr\u00f3prio arquivo .pfx do certificado ssl. Se omitido, o servidor criar\u00e1 um certificado auto-assinado.",
     "TitleNotifications": "Notifica\u00e7\u00f5es",
     "ButtonDonateWithPayPal": "Doe atrav\u00e9s do PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detectar arquivos compactados como m\u00eddia",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Ajuda",
     "OptionAllowUserToManageServer": "Permitir a este usu\u00e1rio administrar o servidor",
     "HeaderFeatureAccess": "Acesso aos Recursos",
-    "OptionAllowMediaPlayback": "Reprodu\u00e7\u00e3o de m\u00eddia",
-    "OptionAllowBrowsingLiveTv": "TV ao vivo",
-    "OptionAllowDeleteLibraryContent": "Exclus\u00e3o de m\u00eddia",
-    "OptionAllowManageLiveTv": "Gerenciamento de grava\u00e7\u00f5es de TV ao vivo",
+    "OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de m\u00eddia",
+    "OptionAllowBrowsingLiveTv": "Permitir acesso \u00e0 TV ao Vivo",
+    "OptionAllowDeleteLibraryContent": "Permitir exclus\u00e3o de m\u00eddia",
+    "OptionAllowManageLiveTv": "Permitir gerenciamento de grava\u00e7\u00f5es da TV ao Vivo",
     "OptionAllowRemoteControlOthers": "Permitir controle remoto de outros usu\u00e1rios",
     "OptionAllowRemoteSharedDevices": "Permitir controle remoto de dispositivos compartilhados",
     "OptionAllowRemoteSharedDevicesHelp": "Dispositivos dlna s\u00e3o considerados compartilhados at\u00e9 que um usu\u00e1rio comece a control\u00e1-lo.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max qualidade",
     "OptionEnableDebugTranscodingLogging": "Ativar log de depura\u00e7\u00e3o de transcodifica\u00e7\u00e3o",
     "OptionEnableDebugTranscodingLoggingHelp": "Isto criar\u00e1 arquivos de log muito grandes e s\u00f3 \u00e9 recomendado para identificar problemas.",
-    "OptionUpscaling": "Permitir aos clientes solicitar o aumento da resolu\u00e7\u00e3o do v\u00eddeo",
-    "OptionUpscalingHelp": "Em alguns casos, isto resultar\u00e1 em melhor qualidade de v\u00eddeo mas aumentar\u00e1 o uso de CPU.",
     "EditCollectionItemsHelp": "Adicione ou remova qualquer filme, s\u00e9rie, \u00e1lbum, livro ou jogo que desejar agrupar dentro desta cole\u00e7\u00e3o.",
     "HeaderAddTitles": "Adicionar T\u00edtulos",
     "LabelEnableDlnaPlayTo": "Ativar Reproduzir Em usando DLNA",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Subir P\u00e1gina",
     "ButtonPageDown": "Descer P\u00e1gina",
     "PageAbbreviation": "PG",
-    "ButtonHome": "In\u00edcio"
+    "ButtonHome": "In\u00edcio",
+    "ButtonSearch": "Busca",
+    "ButtonSettings": "Ajustes",
+    "ButtonTakeScreenshot": "Capturar Tela",
+    "ButtonLetterUp": "Letra Acima",
+    "ButtonLetterDown": "Letra Abaixo",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Reproduzindo Agora",
+    "TabNavigation": "Navega\u00e7\u00e3o",
+    "TabControls": "Controles",
+    "ButtonFullscreen": "Alternar para tela cheia",
+    "ButtonScenes": "Cenas",
+    "ButtonSubtitles": "Legendas",
+    "ButtonAudioTracks": "Faixas de \u00e1udio",
+    "ButtonPreviousTrack": "Faixa anterior",
+    "ButtonNextTrack": "Faixa seguinte",
+    "ButtonStop": "Parar",
+    "ButtonPause": "Pausar",
+    "ButtonNext": "Pr\u00f3xima",
+    "ButtonPrevious": "Anterior",
+    "LabelGroupMoviesIntoCollections": "Agrupar filmes nas cole\u00e7\u00f5es",
+    "LabelGroupMoviesIntoCollectionsHelp": "Ao exibir listas de filmes, filmes que perten\u00e7am a uma cole\u00e7\u00e3o ser\u00e3o exibidos como um \u00fanico item agrupado.",
+    "NotificationOptionPluginError": "Falha no plugin",
+    "ButtonVolumeUp": "Aumentar volume",
+    "ButtonVolumeDown": "Diminuir volume",
+    "ButtonMute": "Mudo",
+    "HeaderLatestMedia": "M\u00eddias Recentes",
+    "OptionSpecialFeatures": "Recursos Especiais",
+    "HeaderCollections": "Cole\u00e7\u00f5es",
+    "LabelProfileCodecsHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os codecs.",
+    "LabelProfileContainersHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os containers.",
+    "HeaderResponseProfile": "Perfil de Resposta",
+    "LabelType": "Tipo:",
+    "LabelPersonRole": "Personagem:",
+    "LabelPersonRoleHelp": "O personagem geralmente s\u00f3 aplica para atores.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Codecs de v\u00eddeo:",
+    "LabelProfileAudioCodecs": "Codecs de \u00e1udio:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Perfil da Reprodu\u00e7\u00e3o Direta",
+    "HeaderTranscodingProfile": "Perfil da Transcodifica\u00e7\u00e3o",
+    "HeaderCodecProfile": "Perfil do Codec",
+    "HeaderCodecProfileHelp": "Perfis do Codec indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir codecs espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o codec estiver configurado para reprodu\u00e7\u00e3o direta.",
+    "HeaderContainerProfile": "Perfil do Container",
+    "HeaderContainerProfileHelp": "Perfis do Container indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir formatos espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o formato estiver configurado para reprodu\u00e7\u00e3o direta.",
+    "OptionProfileVideo": "V\u00eddeo",
+    "OptionProfileAudio": "\u00c1udio",
+    "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Biblioteca do usu\u00e1rio:",
+    "LabelUserLibraryHelp": "Selecione qual biblioteca de usu\u00e1rio ser\u00e1 exibida no dispositivo. Deixe em branco para usar a configura\u00e7\u00e3o padr\u00e3o.",
+    "OptionPlainStorageFolders": "Exibir todas as pastas como pastas de armazenamento simples",
+    "OptionPlainStorageFoldersHelp": "Se ativado, todas as pastas s\u00e3o representadas no DIDL como \"object.container.storageFolder\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
+    "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Tipos de M\u00eddia Suportados:",
+    "TabIdentification": "Identifica\u00e7\u00e3o",
+    "HeaderIdentification": "Identifica\u00e7\u00e3o",
+    "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Respostas",
+    "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
+    "LabelEmbedAlbumArtDidl": "Embutir a capa do \u00e1lbum no Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
+    "LabelAlbumArtPN": "PN da capa do \u00e1lbum:",
+    "LabelAlbumArtHelp": "O PN usado para a capa do album, dentro do atributo dlna:profileID em upnp:albumArtURI. Alguns clientes requerem um valor espec\u00edfico, independente do tamanho da imagem.",
+    "LabelAlbumArtMaxWidth": "Largura m\u00e1xima da capa do \u00e1lbum:",
+    "LabelAlbumArtMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Altura m\u00e1xima da capa do \u00e1lbum:",
+    "LabelAlbumArtMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
+    "LabelIconMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
+    "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
+    "LabelIconMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
+    "LabelIdentificationFieldHelp": "Uma substring ou express\u00e3o regex que n\u00e3o diferencia mai\u00fascula de min\u00fasculas.",
+    "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
+    "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
+    "LabelMaxBitrateHelp": "Especifique uma taxa de bits m\u00e1xima para ambientes com restri\u00e7\u00e3o de tamanho de banda, ou se o dispositivo  imp\u00f5e esse limite.",
+    "LabelMaxStreamingBitrate": "Taxa m\u00e1xima para streaming:",
+    "LabelMaxStreamingBitrateHelp": "Defina uma taxa m\u00e1xima para fazer streaming.",
+    "LabelMaxStaticBitrate": "Taxa m\u00e1xima para sincronizar:",
+    "LabelMaxStaticBitrateHelp": "Defina uma taxa m\u00e1xima quando sincronizar conte\u00fado em alta qualidade.",
+    "LabelMusicStaticBitrate": "Taxa de sincroniza\u00e7\u00e3o das m\u00fasicas:",
+    "LabelMusicStaticBitrateHelp": "Defina a taxa m\u00e1xima ao sincronizar m\u00fasicas",
+    "LabelMusicStreamingTranscodingBitrate": "Taxa de transcodifica\u00e7\u00e3o das m\u00fasicas:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Defina a taxa m\u00e1xima ao fazer streaming das m\u00fasicas",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorar requisi\u00e7\u00f5es de extens\u00e3o do byte de transcodifica\u00e7\u00e3o",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se ativadas, estas requisi\u00e7\u00f5es ser\u00e3o honradas mas ir\u00e3o ignorar o cabe\u00e7alho da extens\u00e3o do byte.",
+    "LabelFriendlyName": "Nome amig\u00e1vel",
+    "LabelManufacturer": "Fabricante",
+    "LabelManufacturerUrl": "Url do fabricante",
+    "LabelModelName": "Nome do modelo",
+    "LabelModelNumber": "N\u00famero do modelo",
+    "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
+    "LabelModelUrl": "Url do modelo",
+    "LabelSerialNumber": "N\u00famero de s\u00e9rie",
+    "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
+    "HeaderIdentificationCriteriaHelp": "Digite, ao menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
+    "HeaderDirectPlayProfileHelp": "Adicionar perfis de reprodu\u00e7\u00e3o direta que indiquem que formatos o dispositivo pode suportar nativamente.",
+    "HeaderTranscodingProfileHelp": "Adicionar perfis de transcodifica\u00e7\u00e3o que indiquem que formatos dever\u00e3o ser usados quando a transcodifica\u00e7\u00e3o \u00e9 necess\u00e1ria.",
+    "HeaderResponseProfileHelp": "Perfis de resposta oferecem uma forma de personalizar a informa\u00e7\u00e3o enviada para o dispositivo ao executar certos tipos de m\u00eddia.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determina o conte\u00fado do elemento X_DLNACAP no namespace urn:schemas-dlna-org:device-1-0.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determina o conte\u00fado do elemento X_DLNADOC no namespace urn:schemas-dlna-org:device-1-0",
+    "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
+    "LabelSonyAggregationFlagsHelp": "Determina o conte\u00fado do elemento aggregationFlags no namespace urn:schemas-sonycom:av.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
+    "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
+    "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
+    "OptionEnableM2tsMode": "Ativar modo M2ts",
+    "OptionEnableM2tsModeHelp": "Ative o modo m2ts quando codificar para mpegts.",
+    "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado quando transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que o servidor suporta busca de byte quando transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Isto \u00e9 necess\u00e1rio para alguns dispositivos que n\u00e3o buscam  o tempo muito bem.",
+    "HeaderSubtitleDownloadingHelp": "Quando o Media Browser verificar seus arquivos de v\u00eddeo, ele pode buscar legendas que n\u00e3o existam e fazer download usando um provedor de legendas como, por exemplo, o OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Fazer download de legendas para:",
+    "MessageNoChapterProviders": "Instale um plugin provedor de cap\u00edtulos como o ChapterDb para habilitar mais op\u00e7\u00f5es de cap\u00edtulos.",
+    "LabelSkipIfGraphicalSubsPresent": "Ignorar se o v\u00eddeo j\u00e1 possuir legendas gr\u00e1ficas",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Manter vers\u00f5es das legendas em texto resultar\u00e1 em uma entrega mais eficiente e diminuir\u00e1 a necessidade de transcodifica\u00e7\u00e3o do v\u00eddeo.",
+    "TabSubtitles": "Legendas",
+    "TabChapters": "Cap\u00edtulos",
+    "HeaderDownloadChaptersFor": "Fazer download de nomes de cap\u00edtulos para:",
+    "LabelOpenSubtitlesUsername": "Nome do usu\u00e1rio do Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "Quando o Media Browser verifica seus arquivos de v\u00eddeo, pode fazer download de nomes amig\u00e1veis para os cap\u00edtulos atrav\u00e9s de plugins como o ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o, independente do idioma",
+    "LabelSubtitlePlaybackMode": "Modo da Legenda:",
+    "LabelDownloadLanguages": "Idiomas para download:",
+    "ButtonRegister": "Registrar",
+    "LabelSkipIfAudioTrackPresent": "Ignorar se a faixa de \u00e1udio padr\u00e3o coincidir com o idioma de download",
+    "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independente do idioma do \u00e1udio.",
+    "HeaderSendMessage": "Enviar mensagem",
+    "ButtonSend": "Enviar",
+    "LabelMessageText": "Texto da mensagem:",
+    "MessageNoAvailablePlugins": "N\u00e3o existem plugins dispon\u00edveis.",
+    "LabelDisplayPluginsFor": "Exibir plugins para:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
+    "LabelSeriesNamePlain": "Nome da s\u00e9rie",
+    "ValueSeriesNamePeriod": "Nome.s\u00e9rie",
+    "ValueSeriesNameUnderscore": "Nome_s\u00e9rie",
+    "ValueEpisodeNamePeriod": "Nome.epis\u00f3dio",
+    "ValueEpisodeNameUnderscore": "Nome_epis\u00f3dio",
+    "LabelSeasonNumberPlain": "N\u00famero da temporada",
+    "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
+    "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
+    "HeaderTypeText": "Digitar texto",
+    "LabelTypeText": "Texto",
+    "HeaderSearchForSubtitles": "Buscar Legendas",
+    "MessageNoSubtitleSearchResultsFound": "N\u00e3o foi encontrado nenhum resultado.",
+    "TabDisplay": "Exibi\u00e7\u00e3o",
+    "TabLanguages": "Idiomas",
+    "TabWebClient": "Cliente Web",
+    "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
+    "LabelEnableBackdrops": "Ativar imagens de fundo",
+    "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
+    "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
+    "HeaderHomePage": "P\u00e1gina Inicial",
+    "HeaderSettingsForThisDevice": "Ajustes para Este Dispositivo",
+    "OptionAuto": "Auto",
+    "OptionYes": "Sim",
+    "OptionNo": "N\u00e3o",
+    "HeaderOptions": "Op\u00e7\u00f5es",
+    "HeaderIdentificationResult": "Resultado da Identifica\u00e7\u00e3o",
+    "LabelHomePageSection1": "Tela de in\u00edcio se\u00e7\u00e3o 1:",
+    "LabelHomePageSection2": "Tela de in\u00edcio se\u00e7\u00e3o 2:",
+    "LabelHomePageSection3": "Tela de in\u00edcio se\u00e7\u00e3o 3:",
+    "LabelHomePageSection4": "Tela de in\u00edcio se\u00e7\u00e3o 4:",
+    "OptionMyViewsButtons": "Minhas visualiza\u00e7\u00f5es (bot\u00f5es)",
+    "OptionMyViews": "Minhas visualiza\u00e7\u00f5es",
+    "OptionMyViewsSmall": "Minhas visualiza\u00e7\u00f5es (pequeno)",
+    "OptionResumablemedia": "Retomar",
+    "OptionLatestMedia": "M\u00eddias recentes",
+    "OptionLatestChannelMedia": "Itens recentes de canal",
+    "HeaderLatestChannelItems": "Itens Recentes de Canal",
+    "OptionNone": "Nenhum",
+    "HeaderLiveTv": "TV ao Vivo",
+    "HeaderReports": "Relat\u00f3rios",
+    "HeaderMetadataManager": "Gerenciador de Metadados",
+    "HeaderPreferences": "Prefer\u00eancias",
+    "MessageLoadingChannels": "Carregando conte\u00fado do canal...",
+    "MessageLoadingContent": "Carregando conte\u00fado...",
+    "ButtonMarkRead": "Marcar com lido",
+    "OptionDefaultSort": "Padr\u00e3o",
+    "OptionCommunityMostWatchedSort": "Mais Assistidos",
+    "TabNextUp": "Pr\u00f3ximos",
+    "HeaderBecomeMediaBrowserSupporter": "Torne-se um Colaborador do Media Browser",
+    "TextEnjoyBonusFeatures": "Aproveite Funcionalidades Extras",
+    "MessageNoMovieSuggestionsAvailable": "N\u00e3o existem sugest\u00f5es de filmes dispon\u00edveis atualmente. Comece por assistir e avaliar seus filmes e, ent\u00e3o, volte para verificar suas recomenda\u00e7\u00f5es.",
+    "MessageNoCollectionsAvailable": "Cole\u00e7\u00f5es permitem que voc\u00ea aproveite grupos personalizados de Filmes, S\u00e9ries, \u00c1lbuns, Livros e Jogos. Clique no bot\u00e3o + para come\u00e7ar a criar Cole\u00e7\u00f5es.",
+    "MessageNoPlaylistsAvailable": "Listas de reprodu\u00e7\u00e3o permitem criar listas com conte\u00fado para reproduzir consecutivamente, de uma s\u00f3 vez. Para adicionar itens \u00e0s listas de reprodu\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque a tela por alguns segundos, depois selecione Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o.",
+    "MessageNoPlaylistItemsAvailable": "Esta lista de reprodu\u00e7\u00e3o est\u00e1 vazia.",
+    "ButtonDismiss": "Descartar",
+    "ButtonEditOtherUserPreferences": "Editar este perfil de usu\u00e1rio, senha e prefer\u00eancias pessoais.",
+    "LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
+    "LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
+    "OptionBestAvailableStreamQuality": "Melhor dispon\u00edvel",
+    "LabelEnableChannelContentDownloadingFor": "Ativar o download de conte\u00fado do canal para:",
+    "LabelEnableChannelContentDownloadingForHelp": "Alguns canais suportam o download de conte\u00fado antes de sua visualiza\u00e7\u00e3o. Ative esta fun\u00e7\u00e3o em ambientes com banda larga de baixa velocidade para fazer o download do conte\u00fado do canal durante horas sem uso. O conte\u00fado \u00e9 transferido como parte da tarefa agendada de download do canal.",
+    "LabelChannelDownloadPath": "Caminho para download do conte\u00fado do canal:",
+    "LabelChannelDownloadPathHelp": "Se desejar, defina um caminho personalizado para a transfer\u00eancia. Deixe em branco para fazer download para uma pasta interna do programa.",
+    "LabelChannelDownloadAge": "Excluir conte\u00fado depois de: (dias)",
+    "LabelChannelDownloadAgeHelp": "O conte\u00fado transferido que for mais velho que este valor ser\u00e1 exclu\u00eddo. Poder\u00e1 seguir reproduzindo-o atrav\u00e9s de streaming da internet.",
+    "ChannelSettingsFormHelp": "Instalar canais como, por exemplo, Trailers e Vimeo no cat\u00e1logo de plugins.",
+    "ButtonOptions": "Op\u00e7\u00f5es",
+    "ViewTypeMovies": "Filmes",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Jogos",
+    "ViewTypeMusic": "M\u00fasicas",
+    "ViewTypeMusicGenres": "G\u00eaneros",
+    "ViewTypeMusicArtists": "Artistas",
+    "ViewTypeBoxSets": "Cole\u00e7\u00f5es",
+    "ViewTypeChannels": "Canais",
+    "ViewTypeLiveTV": "TV ao Vivo",
+    "ViewTypeLiveTvNowPlaying": "Exibindo Agora",
+    "ViewTypeLatestGames": "Jogos Recentes",
+    "ViewTypeRecentlyPlayedGames": "Reproduzido Recentemente",
+    "ViewTypeGameFavorites": "Favoritos",
+    "ViewTypeGameSystems": "Sistemas de Jogo",
+    "ViewTypeGameGenres": "G\u00eaneros",
+    "ViewTypeTvResume": "Retomar",
+    "ViewTypeTvNextUp": "Pr\u00f3ximos",
+    "ViewTypeTvLatest": "Recentes",
+    "ViewTypeTvShowSeries": "S\u00e9ries",
+    "ViewTypeTvGenres": "G\u00eaneros",
+    "ViewTypeTvFavoriteSeries": "S\u00e9ries Favoritas",
+    "ViewTypeTvFavoriteEpisodes": "Epis\u00f3dios Favoritos",
+    "ViewTypeMovieResume": "Retomar",
+    "ViewTypeMovieLatest": "Recentes",
+    "ViewTypeMovieMovies": "Filmes",
+    "ViewTypeMovieCollections": "Cole\u00e7\u00f5es",
+    "ViewTypeMovieFavorites": "Favoritos",
+    "ViewTypeMovieGenres": "G\u00eaneros",
+    "ViewTypeMusicLatest": "Recentes",
+    "ViewTypeMusicAlbums": "\u00c1lbuns",
+    "ViewTypeMusicAlbumArtists": "Artistas do \u00c1lbum",
+    "HeaderOtherDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o",
+    "ViewTypeMusicSongs": "M\u00fasicas",
+    "ViewTypeMusicFavorites": "Favoritos",
+    "ViewTypeMusicFavoriteAlbums": "\u00c1lbuns Favoritos",
+    "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
+    "ViewTypeMusicFavoriteSongs": "M\u00fasicas Favoritas",
+    "HeaderMyViews": "Minhas Visualiza\u00e7\u00f5es",
+    "LabelSelectFolderGroups": "Agrupar automaticamente o conte\u00fado das seguintes pastas dentro das visualiza\u00e7\u00f5es como Filmes, M\u00fasicas e TV:",
+    "LabelSelectFolderGroupsHelp": "Pastas que n\u00e3o est\u00e3o marcadas ser\u00e3o exibidas em sua pr\u00f3pria visualiza\u00e7\u00e3o.",
+    "OptionDisplayAdultContent": "Exibir conte\u00fado adulto",
+    "OptionLibraryFolders": "Pastas de m\u00eddias",
+    "TitleRemoteControl": "Controle Remoto",
+    "OptionLatestTvRecordings": "\u00daltimas grava\u00e7\u00f5es",
+    "LabelProtocolInfo": "Informa\u00e7\u00e3o do protocolo:",
+    "LabelProtocolInfoHelp": "O valor que ser\u00e1 usado ao responder os pedidos GetProtocolInfo do dispositivo.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "O Media Browser inclui suporte nativo para arquivos de metadados Nfo. Para ativar ou desativar os metadados Nfo, use a aba Avan\u00e7ado e configure as op\u00e7\u00f5es dos seus tipos de m\u00eddia.",
+    "LabelKodiMetadataUser": "Sincronizar informa\u00e7\u00f5es do que o usu\u00e1rio assiste aos nfo's para:",
+    "LabelKodiMetadataUserHelp": "Ative esta op\u00e7\u00e3o para manter os dados em sincronia entre o Media Browser e arquivos Nfo.",
+    "LabelKodiMetadataDateFormat": "Formato da data de lan\u00e7amento:",
+    "LabelKodiMetadataDateFormatHelp": "Todas as datas dentro dos nfo's ser\u00e3o lidas e gravadas usando este formato.",
+    "LabelKodiMetadataSaveImagePaths": "Salvar o caminho das imagens dentro dos arquivos nfo's",
+    "LabelKodiMetadataSaveImagePathsHelp": "Esta op\u00e7\u00e3o \u00e9 recomendada se voc\u00ea tiver nomes de arquivos de imagem que n\u00e3o est\u00e3o de acordo \u00e0s recomenda\u00e7\u00f5es do Kodi.",
+    "LabelKodiMetadataEnablePathSubstitution": "Ativar substitui\u00e7\u00e3o de caminho",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Ativa a substitui\u00e7\u00e3o do caminho das imagens usando as op\u00e7\u00f5es de substitui\u00e7\u00e3o de caminho no servidor.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver substitui\u00e7\u00e3o de caminho.",
+    "LabelGroupChannelsIntoViews": "Exibir os seguintes canais diretamente dentro de minhas visualiza\u00e7\u00f5es:",
+    "LabelGroupChannelsIntoViewsHelp": "Se ativados, estes canais ser\u00e3o exibidos imediatamente ao lado de outras visualiza\u00e7\u00f5es. Se desativado, eles ser\u00e3o exibidos dentro de uma visualiza\u00e7\u00e3o separada de Canais.",
+    "LabelDisplayCollectionsView": "Exibir uma visualiza\u00e7\u00e3o de cole\u00e7\u00f5es para mostrar colet\u00e2neas de filmes",
+    "LabelDisplayCollectionsViewHelp": "Esta op\u00e7\u00e3o criar\u00e1 uma visualiza\u00e7\u00e3o separada para exibir cole\u00e7\u00f5es criadas ou acessadas por voc\u00ea. Para criar uma cole\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque e segure qualquer filme e selecione 'Adicionar \u00e0 Cole\u00e7\u00e3o'.",
+    "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart para extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "Ao fazer download das imagens, elas podem ser salvas em ambas extrafanart e extrathumbs para uma maior compatibilidade com as skins do Kodi.",
+    "TabServices": "Servi\u00e7os",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Arquivos de log do servidor:",
+    "TabBranding": "Marca",
+    "HeaderBrandingHelp": "Personalize a apar\u00eancia do Media Browser para as necessidades de seu grupo ou organiza\u00e7\u00e3o.",
+    "LabelLoginDisclaimer": "Aviso legal no login:",
+    "LabelLoginDisclaimerHelp": "Este aviso ser\u00e1 exibido na parte inferior da p\u00e1gina de login.",
+    "LabelAutomaticallyDonate": "Doar automaticamente este valor a cada m\u00eas",
+    "LabelAutomaticallyDonateHelp": "Voc\u00ea pode cancelar a qualquer momento atrav\u00e9s de sua conta do PayPal.",
+    "OptionList": "Lista",
+    "TabDashboard": "Painel",
+    "TitleServer": "Servidor",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadados:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Arquivos tempor\u00e1rios da transcodifica\u00e7\u00e3o:",
+    "HeaderLatestMusic": "M\u00fasicas Recentes",
+    "HeaderBranding": "Marca",
+    "HeaderApiKeys": "Chaves da Api",
+    "HeaderApiKeysHelp": "Aplica\u00e7\u00f5es externas necessitam uma chave da Api para se comunicar com o Media Browser. Chaves s\u00e3o emitidas ao logar com uma conta do Media Browser ou ao conceder manualmente uma chave \u00e0 aplica\u00e7\u00e3o",
+    "HeaderApiKey": "Chave da Api",
+    "HeaderApp": "App",
+    "HeaderDevice": "Dispositivo",
+    "HeaderUser": "Usu\u00e1rio",
+    "HeaderDateIssued": "Data da Emiss\u00e3o",
+    "LabelChapterName": "Cap\u00edtulo {0}",
+    "HeaderNewApiKey": "Nova Chave da Api",
+    "LabelAppName": "Nome da app",
+    "LabelAppNameExample": "Exemplo: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Conceder permiss\u00e3o a uma aplica\u00e7\u00e3o para se comunicar com o Media Browser.",
+    "HeaderHttpHeaders": "Cabe\u00e7alhos de Http",
+    "HeaderIdentificationHeader": "Cabe\u00e7alho de Identifica\u00e7\u00e3o",
+    "LabelValue": "Valor:",
+    "LabelMatchType": "Tipo de correspond\u00eancia",
+    "OptionEquals": "Igual",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "Visualizar",
+    "TabSort": "Ordenar",
+    "TabFilter": "Filtro",
+    "ButtonView": "Visualizar",
+    "LabelPageSize": "Limite de itens:",
+    "LabelPath": "Caminho:",
+    "LabelView": "Visualizar:",
+    "TabUsers": "Usu\u00e1rios",
+    "LabelSortName": "Nome para ordena\u00e7\u00e3o:",
+    "LabelDateAdded": "Data de adi\u00e7\u00e3o:",
+    "HeaderFeatures": "Recursos",
+    "HeaderAdvanced": "Avan\u00e7ado",
+    "ButtonSync": "Sincronizar",
+    "TabScheduledTasks": "Tarefas Agendadas",
+    "HeaderChapters": "Cap\u00edtulos",
+    "HeaderResumeSettings": "Ajustes para Retomar",
+    "TabSync": "Sincroniza\u00e7\u00e3o",
+    "TitleUsers": "Usu\u00e1rios",
+    "LabelProtocol": "Protocolo:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Contexto:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sinc",
+    "ButtonAddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
+    "TabPlaylists": "Listas de Reprodu\u00e7\u00e3o",
+    "ButtonClose": "Fechar",
+    "LabelAllLanguages": "Todos os idiomas",
+    "HeaderBrowseOnlineImages": "Procurar Imagens Online",
+    "LabelSource": "Fonte:",
+    "OptionAll": "Todos",
+    "LabelImage": "Imagem:",
+    "ButtonBrowseImages": "Procurar Imagens",
+    "HeaderImages": "Imagens",
+    "HeaderBackdrops": "Imagens de Fundo",
+    "HeaderScreenshots": "Imagens da Tela",
+    "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
+    "LabelJpgPngOnly": "Apenas JPG\/PNG",
+    "LabelImageType": "Tipo de imagem:",
+    "OptionPrimary": "Capa",
+    "OptionArt": "Arte",
+    "OptionBox": "Caixa",
+    "OptionBoxRear": "Traseira da Caixa",
+    "OptionDisc": "Disco",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Imagem da tela",
+    "OptionLocked": "Bloqueada",
+    "OptionUnidentified": "N\u00e3o identificada",
+    "OptionMissingParentalRating": "Faltando classifica\u00e7\u00e3o parental",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Epis\u00f3dios",
+    "OptionSeason0": "Temporada 0",
+    "LabelReport": "Relat\u00f3rio:",
+    "OptionReportSongs": "M\u00fasicas",
+    "OptionReportSeries": "S\u00e9ries",
+    "OptionReportSeasons": "Temporadas",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "V\u00eddeos musicais",
+    "OptionReportMovies": "Filmes",
+    "OptionReportHomeVideos": "V\u00eddeos caseiros",
+    "OptionReportGames": "Jogos",
+    "OptionReportEpisodes": "Epis\u00f3dios",
+    "OptionReportCollections": "Cole\u00e7\u00f5es",
+    "OptionReportBooks": "Livros",
+    "OptionReportArtists": "Artistas",
+    "OptionReportAlbums": "\u00c1lbuns",
+    "OptionReportAdultVideos": "V\u00eddeos adultos",
+    "ButtonMore": "Mais",
+    "HeaderActivity": "Atividade",
+    "ScheduledTaskStartedWithName": "{0} iniciado",
+    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
+    "ScheduledTaskCompletedWithName": "{0} completa",
+    "ScheduledTaskFailed": "Tarefa agendada completa",
+    "PluginInstalledWithName": "{0} foi instalado",
+    "PluginUpdatedWithName": "{0} foi atualizado",
+    "PluginUninstalledWithName": "{0} foi desinstalado",
+    "ScheduledTaskFailedWithName": "{0} falhou",
+    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
+    "ItemRemovedWithName": "{0} foi removido da biblioteca",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
+    "DeviceOfflineWithName": "{0} foi desconectado",
+    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
+    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
+    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
+    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
+    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
+    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o do usu\u00e1rio {0} foi atualizada",
+    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
+    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
+    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
+    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
+    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
+    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
+    "AuthenticationSucceededWithUserName": "{0} autenticou-se com sucesso",
+    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
+    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
+    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "ProviderValue": "Provedor: {0}",
+    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
+    "HeaderRecentActivity": "Atividade Recente",
+    "HeaderPeople": "Pessoas",
+    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
+    "OptionComposers": "Compositores",
+    "OptionOthers": "Outros",
+    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
+    "ViewTypeFolders": "Pastas",
+    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
+    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
+    "ViewTypeLiveTvChannels": "Canais",
+    "LabelEasyPinCode": "C\u00f3digo de pin f\u00e1cil:",
+    "EasyPasswordHelp": "Seu c\u00f3digo de pin f\u00e1cil \u00e9 usado para acesso off-line com apps suportadas pelo Media Browser e pode ser usado para acesso f\u00e1cil dentro da rede.",
+    "LabelInNetworkSignInWithEasyPassword": "Ativar acesso dentro da rede com meu c\u00f3digo de pin f\u00e1cil",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "Se ativado, voc\u00ea poder\u00e1 usar seu c\u00f3digo de pin f\u00e1cil para acessar o Media Browser dentro de sua rede dom\u00e9stica. Sua senha padr\u00e3o s\u00f3 ser\u00e1 usada fora da rede dom\u00e9stica. Se o c\u00f3digo de pin f\u00e1cil estiver em branco, voc\u00ea n\u00e3o precisar\u00e1 de senha dentro de sua rede dom\u00e9stica.",
+    "HeaderPassword": "Senha",
+    "HeaderLocalAccess": "Acesso Local",
+    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
+    "ButtonResetEasyPassword": "Redefinir c\u00f3digo de pin f\u00e1cil",
+    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
+    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
+    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
+    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
+    "OptionReplaceExistingImages": "Substituir imagens existentes",
+    "OptionRefreshAllData": "Atualizar todos os dados",
+    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
+    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
+    "HeaderRefreshMetadata": "Atualizar Metadados",
+    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
+    "HeaderIdentifyItem": "Identificar Item",
+    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
+    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
+    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
+    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
+    "ButtonIdentify": "Identificar",
+    "LabelAlbumArtist": "Artista do \u00e1lbum:",
+    "LabelAlbum": "\u00c1lbum:",
+    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
+    "LabelVoteCount": "Contagem de votos:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Slogan:",
+    "LabelOverview": "Sinopse:",
+    "LabelShortOverview": "Sinopse curta:",
+    "LabelReleaseDate": "Data do lan\u00e7amento:",
+    "LabelYear": "Ano:",
+    "LabelPlaceOfBirth": "Local de nascimento:",
+    "LabelEndDate": "Data final:",
+    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
+    "LabelAirTime:": "Hor\u00e1rio:",
+    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
+    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
+    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
+    "LabelBudget": "Or\u00e7amento",
+    "LabelRevenue": "Faturamento ($):",
+    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
+    "LabelPlayers": "Reprodutores:",
+    "Label3DFormat": "Formato 3D:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
+    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
+    "HeaderExternalIds": "Id`s Externos:",
+    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
+    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
+    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
+    "LabelAirsAfterSeason": "Exibido depois da temporada:",
+    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
+    "LabelTreatImageAs": "Tratar imagem como:",
+    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
+    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
+    "HeaderCountries": "Pa\u00edses",
+    "HeaderGenres": "G\u00eaneros",
+    "HeaderPlotKeywords": "Palavras-chave da Trama",
+    "HeaderStudios": "Est\u00fadios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Ajustes dos Metadados",
+    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
+    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
+    "TabDonate": "Doar",
+    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
+    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
+    "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
+    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
+    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
+    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
+    "OptionNoTrailer": "Nenhum Trailer",
+    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
+    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
+    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
+    "ButtonDonate": "Doar",
+    "OptionActor": "Ator",
+    "OptionComposer": "Compositor",
+    "OptionDirector": "Diretor",
+    "OptionGuestStar": "Ator convidado",
+    "OptionProducer": "Produtor",
+    "OptionWriter": "Escritor",
+    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
+    "LabelAirTime": "Hor\u00e1rio:",
+    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
+    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
+    "HeaderInstall": "Instalar",
+    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
+    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
+    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
+    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
+    "HeaderReviews": "Avalia\u00e7\u00f5es",
+    "HeaderDeveloperInfo": "Info do desenvolvedor",
+    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
+    "ButtonViewWebsite": "Ver website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
+    "HeaderXmlSettings": "Ajustes do Xml",
+    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
+    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
+    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
+    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
+    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
+    "LabelConnectGuestUserName": "Seu nome de usu\u00e1rio ou endere\u00e7o de email do Media Browser:",
+    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
+    "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio \u00e0 conta do Media Browser para ativar o acesso f\u00e1cil de qualquer app do Media Browser sem a necessidade de conhecer o endere\u00e7o ip do servidor.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
+    "LabelExternalPlayers": "Reprodutores externos:",
+    "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
+    "HeaderSubtitleProfile": "Perfil da Legenda",
+    "HeaderSubtitleProfiles": "Perfis da Legenda",
+    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
+    "LabelFormat": "Formato:",
+    "LabelMethod": "M\u00e9todo:",
+    "LabelDidlMode": "Modo Didl:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "elemento res",
+    "OptionEmbedSubtitles": "Incorporar no recipiente",
+    "OptionExternallyDownloaded": "Download Externo",
+    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
+    "LabelSubtitleFormatHelp": "Exemplo: srt",
+    "ButtonLearnMore": "Saiba mais",
+    "TabPlayback": "Reprodu\u00e7\u00e3o",
+    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
+    "TabCinemaMode": "Modo Cinema",
+    "TitlePlayback": "Reprodu\u00e7\u00e3o",
+    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
+    "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
+    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
+    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
+    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
+    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
+    "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
+    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
+    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
+    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
+    "ValueSpecialEpisodeName": "Especial -  {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
+    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
+    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
+    "LabelEnableCinemaMode": "Ativar modo cinema",
+    "HeaderCinemaMode": "Modo Cinema",
+    "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
+    "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
+    "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
+    "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
+    "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
+    "TitleDevices": "Dispositivos",
+    "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
+    "TabDevices": "Dispositivos",
+    "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
+    "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
+    "LabelCameraUploadPathHelp": "Selecione um caminho personalizado para upload, se desejar. Se n\u00e3o definir, a pasta padr\u00e3o ser\u00e1 usada. Se usar um caminho personalizado, ser\u00e1 necess\u00e1rio adicionar na \u00e1rea de ajustes da biblioteca.",
+    "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
+    "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
+    "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
+    "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
+    "HeaderInviteUser": "Convidar usu\u00e1rio",
+    "LabelConnectGuestUserNameHelp": "Este \u00e9 o nome de usu\u00e1rio que seus amigos usam para entrar no site do Media Browser, ou o endere\u00e7o de email deles.",
+    "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais f\u00e1cil com o Media Browser Connect",
+    "ButtonSendInvitation": "Enviar convite",
+    "HeaderSignInWithConnect": "Entrar no Media Browser Connect",
+    "HeaderGuests": "Convidados",
+    "HeaderLocalUsers": "Usu\u00e1rios Locais",
+    "HeaderPendingInvitations": "Convites pendentes",
+    "TabParentalControl": "Controle Parental",
+    "HeaderAccessSchedule": "Agendamento de Acesso",
+    "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
+    "ButtonAddSchedule": "Adicionar Agendamento",
+    "LabelAccessDay": "Dia da semana:",
+    "LabelAccessStart": "Hora inicial:",
+    "LabelAccessEnd": "Hora final:",
+    "HeaderSchedule": "Agendamento",
+    "OptionEveryday": "Todos os dias",
+    "OptionWeekdays": "Dias da semana",
+    "OptionWeekends": "Fins-de-semana",
+    "MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do usu\u00e1rio foi sincronizada com o Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Conectar sua conta do Media Browser",
+    "ButtonTrailerReel": "Carrossel de trailers",
+    "HeaderTrailerReel": "Carrossel de Trailers",
+    "OptionPlayUnwatchedTrailersOnly": "Reproduzir apenas trailers n\u00e3o assistidos",
+    "HeaderTrailerReelHelp": "Inicie um carrossel de trailers para reproduzir uma longa lista de reprodu\u00e7\u00e3o de trailers.",
+    "MessageNoTrailersFound": "Nenhum trailer encontrado. Instale o canal Trailer para melhorar sua experi\u00eancia com filmes, adicionando uma biblioteca de trailers da internet.",
+    "HeaderNewUsers": "Novos Usu\u00e1rios",
+    "ButtonSignUp": "Entrar",
+    "ButtonForgotPassword": "Esqueci a senha",
+    "OptionDisableUserPreferences": "Desativar acesso \u00e0s prefer\u00eancias do usu\u00e1rio.",
+    "OptionDisableUserPreferencesHelp": "Se ativado, apenas administradores poder\u00e3o configurar imagens do perfil do usu\u00e1rio, senhas e prefer\u00eancias de idioma.",
+    "HeaderSelectServer": "Selecionar Servidor",
+    "MessageNoServersAvailableToConnect": "Nenhum servidor dispon\u00edvel para conex\u00e3o. Se foi convidado a compartilhar um servidor, confirme aceitando abaixo ou clicando no link em seu email.",
+    "TitleNewUser": "Novo Usu\u00e1rio",
+    "ButtonConfigurePassword": "Configurar Senha",
+    "HeaderDashboardUserPassword": "As senhas do usu\u00e1rio s\u00e3o gerenciadas dentro das prefer\u00eancias de cada perfil de usu\u00e1rio.",
+    "HeaderLibraryAccess": "Acesso \u00e0 Biblioteca",
+    "HeaderChannelAccess": "Acesso ao Canal",
+    "HeaderLatestItems": "Itens Recentes",
+    "LabelSelectLastestItemsFolders": "Incluir m\u00eddia das seguintes se\u00e7\u00f5es nos Itens Recentes",
+    "HeaderShareMediaFolders": "Compartilhar Pastas de M\u00eddia",
+    "MessageGuestSharingPermissionsHelp": "A maioria dos recursos est\u00e3o inicialmente indispon\u00edveis para convidados, mas podem ser ativados conforme necess\u00e1rio.",
+    "HeaderInvitations": "Convites",
+    "LabelForgotPasswordUsernameHelp": "Digite o nome de seu usu\u00e1rio, se lembrar.",
+    "HeaderForgotPassword": "Esqueci a Senha",
+    "TitleForgotPassword": "Esqueci a Senha",
+    "TitlePasswordReset": "Redefini\u00e7\u00e3o de Senha",
+    "LabelPasswordRecoveryPinCode": "C\u00f3digo:",
+    "HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
+    "HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
+    "HeaderVideoTypes": "Tipos de V\u00eddeo",
+    "HeaderYears": "Anos",
+    "HeaderAddTag": "Adicionar Tag",
+    "LabelBlockContentWithTags": "Bloquear conte\u00fado com tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
+    "LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
+    "TabActivity": "Atividade",
+    "TitleSync": "Sinc",
+    "OptionAllowSyncContent": "Permitir Sincroniza\u00e7\u00e3o",
+    "OptionAllowContentDownloading": "Permitir download de m\u00eddia",
+    "NameSeasonUnknown": "Temporada Desconhecida",
+    "NameSeasonNumber": "Temporada {0}",
+    "LabelNewUserNameHelp": "Nomes de usu\u00e1rios podem conter letras (a-z), n\u00fameros (0-9), tra\u00e7os (-), sublinhados (_), ap\u00f3strofes (') e pontos (.)",
+    "TabJobs": "Tarefas",
+    "TabSyncJobs": "Tarefas de Sincroniza\u00e7\u00e3o",
+    "LabelTagFilterMode": "Modo:",
+    "LabelTagFilterAllowModeHelp": "Se permitidas, as tags ser\u00e3o usadas como parte de uma estrutura de pastas agrupadas. Conte\u00fado com tags necessitar\u00e1 que as pastas superiores tamb\u00e9m tenham tags."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Procurar",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "A reproduzir agora",
-    "TabNavigation": "Navega\u00e7\u00e3o",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Cenas",
-    "ButtonSubtitles": "Legendas",
-    "ButtonAudioTracks": "Faixas de \u00e1udio",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Parar",
-    "ButtonPause": "Pausar",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Falha na extens\u00e3o",
-    "ButtonVolumeUp": "Aumentar volume",
-    "ButtonVolumeDown": "Diminuir volume",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Tipo:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Contentor:",
-    "LabelProfileVideoCodecs": "Codecs do v\u00eddeo:",
-    "LabelProfileAudioCodecs": "Codecs do \u00e1udio:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "V\u00eddeo",
-    "OptionProfileAudio": "\u00c1udio",
-    "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
-    "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Tipos de Conte\u00fados Suportados:",
-    "TabIdentification": "Identifica\u00e7\u00e3o",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
-    "TabContainers": "Contentores",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Respostas",
-    "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
-    "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Nome amig\u00e1vel",
-    "LabelManufacturer": "Fabricante",
-    "LabelManufacturerUrl": "URL do fabricante",
-    "LabelModelName": "Nome do modelo",
-    "LabelModelNumber": "N\u00famero do modelo",
-    "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
-    "LabelModelUrl": "URL do modelo",
-    "LabelSerialNumber": "N\u00famero de s\u00e9rie",
-    "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
-    "HeaderIdentificationCriteriaHelp": "Digite, pelo menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Contentor:",
-    "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
-    "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
-    "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
-    "OptionEnableM2tsMode": "Ativar modo M2ts",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado ao transcodificar",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Transferir legendas para:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Legendas",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Nome de utilizador do Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o independentemente do idioma",
-    "LabelSubtitlePlaybackMode": "Modo da Legenda:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Registar",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independentemente do idioma do \u00e1udio.",
-    "HeaderSendMessage": "Enviar mensagem",
-    "ButtonSend": "Enviar",
-    "LabelMessageText": "Texto da mensagem:",
-    "MessageNoAvailablePlugins": "Sem extens\u00f5es dispon\u00edveis.",
-    "LabelDisplayPluginsFor": "Exibir extens\u00f5es para:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Nome.da.s\u00e9rie",
-    "ValueSeriesNameUnderscore": "Nome_da_s\u00e9rie",
-    "ValueEpisodeNamePeriod": "Nome.do.epis\u00f3dio",
-    "ValueEpisodeNameUnderscore": "Nome_do_epis\u00f3dio",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Inserir texto",
-    "LabelTypeText": "Texto",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Valor:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Iguais",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Ordenar",
-    "TabFilter": "Filtro",
-    "ButtonView": "Visualizar",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "Visualizar:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Avan\u00e7ado",
-    "ButtonSync": "Sincronizar",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Cap\u00edtulos",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Sair",
     "LabelVisitCommunity": "Visitar a Comunidade",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Permitir a este utilizador gerir o servidor",
     "HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Permitir controlo remoto de outros utilizadores",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "M\u00e1xima qualidade",
     "OptionEnableDebugTranscodingLogging": "Ativar log de depura\u00e7\u00e3o da transcodifica\u00e7\u00e3o",
     "OptionEnableDebugTranscodingLoggingHelp": "Ir\u00e1 criar ficheiros log muito grandes e s\u00f3 \u00e9 recomendado para ajudar na resolu\u00e7\u00e3o de problemas.",
-    "OptionUpscaling": "Permitir aos clientes solicitar o aumento da resolu\u00e7\u00e3o do v\u00eddeo",
-    "OptionUpscalingHelp": "Em alguns casos ir\u00e1 resultar no aumento da qualidade do v\u00eddeo mas ir\u00e1 aumentar a utiliza\u00e7\u00e3o do CPU.",
     "EditCollectionItemsHelp": "Adicione ou remova qualquer filme, s\u00e9rie, \u00e1lbum, livro ou jogo que desejar agrupar dentro desta cole\u00e7\u00e3o.",
     "HeaderAddTitles": "Adicional T\u00edtulos",
     "LabelEnableDlnaPlayTo": "Ativar DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "In\u00edcio"
+    "ButtonHome": "In\u00edcio",
+    "ButtonSearch": "Procurar",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "A reproduzir agora",
+    "TabNavigation": "Navega\u00e7\u00e3o",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Cenas",
+    "ButtonSubtitles": "Legendas",
+    "ButtonAudioTracks": "Faixas de \u00e1udio",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Parar",
+    "ButtonPause": "Pausar",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Falha na extens\u00e3o",
+    "ButtonVolumeUp": "Aumentar volume",
+    "ButtonVolumeDown": "Diminuir volume",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Tipo:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Contentor:",
+    "LabelProfileVideoCodecs": "Codecs do v\u00eddeo:",
+    "LabelProfileAudioCodecs": "Codecs do \u00e1udio:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "V\u00eddeo",
+    "OptionProfileAudio": "\u00c1udio",
+    "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
+    "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Tipos de Conte\u00fados Suportados:",
+    "TabIdentification": "Identifica\u00e7\u00e3o",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
+    "TabContainers": "Contentores",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Respostas",
+    "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
+    "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Nome amig\u00e1vel",
+    "LabelManufacturer": "Fabricante",
+    "LabelManufacturerUrl": "URL do fabricante",
+    "LabelModelName": "Nome do modelo",
+    "LabelModelNumber": "N\u00famero do modelo",
+    "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
+    "LabelModelUrl": "URL do modelo",
+    "LabelSerialNumber": "N\u00famero de s\u00e9rie",
+    "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
+    "HeaderIdentificationCriteriaHelp": "Digite, pelo menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Contentor:",
+    "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
+    "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
+    "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
+    "OptionEnableM2tsMode": "Ativar modo M2ts",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado ao transcodificar",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Transferir legendas para:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Legendas",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Nome de utilizador do Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o independentemente do idioma",
+    "LabelSubtitlePlaybackMode": "Modo da Legenda:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Registar",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independentemente do idioma do \u00e1udio.",
+    "HeaderSendMessage": "Enviar mensagem",
+    "ButtonSend": "Enviar",
+    "LabelMessageText": "Texto da mensagem:",
+    "MessageNoAvailablePlugins": "Sem extens\u00f5es dispon\u00edveis.",
+    "LabelDisplayPluginsFor": "Exibir extens\u00f5es para:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Nome.da.s\u00e9rie",
+    "ValueSeriesNameUnderscore": "Nome_da_s\u00e9rie",
+    "ValueEpisodeNamePeriod": "Nome.do.epis\u00f3dio",
+    "ValueEpisodeNameUnderscore": "Nome_do_epis\u00f3dio",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Inserir texto",
+    "LabelTypeText": "Texto",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Valor:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Iguais",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Ordenar",
+    "TabFilter": "Filtro",
+    "ButtonView": "Visualizar",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "Visualizar:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Avan\u00e7ado",
+    "ButtonSync": "Sincronizar",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Cap\u00edtulos",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

File diff suppressed because it is too large
+ 6 - 663
MediaBrowser.Server.Implementations/Localization/Server/ru.json


+ 1 - 1
MediaBrowser.Server.Implementations/Localization/Server/server.json

@@ -900,7 +900,7 @@
     "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
     "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
     "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
     "LabelChannelStreamQuality": "Preferred internet stream quality:",
     "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
     "OptionBestAvailableStreamQuality": "Best available",

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/sl_SI.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Exit",
     "LabelVisitCommunity": "Visit Community",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/sv.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "S\u00f6k",
-    "ButtonSettings": "Inst\u00e4llningar",
-    "ButtonTakeScreenshot": "Ta sk\u00e4rmbild",
-    "ButtonLetterUp": "Bokstav upp",
-    "ButtonLetterDown": "Bokstav ned",
-    "PageButtonAbbreviation": "Sid",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Nu spelas",
-    "TabNavigation": "Navigering",
-    "TabControls": "Kontroller",
-    "ButtonFullscreen": "V\u00e4xla fullsk\u00e4rmsl\u00e4ge",
-    "ButtonScenes": "Scener",
-    "ButtonSubtitles": "Undertexter",
-    "ButtonAudioTracks": "Ljudsp\u00e5r",
-    "ButtonPreviousTrack": "F\u00f6reg\u00e5ende sp\u00e5r:",
-    "ButtonNextTrack": "N\u00e4sta sp\u00e5r:",
-    "ButtonStop": "Stopp",
-    "ButtonPause": "Paus",
-    "ButtonNext": "N\u00e4sta",
-    "ButtonPrevious": "F\u00f6reg\u00e5ende",
-    "LabelGroupMoviesIntoCollections": "Gruppera filmer i samlingsboxar",
-    "LabelGroupMoviesIntoCollectionsHelp": "I filmlistor visas filmer som ing\u00e5r i en samlingsbox som ett enda objekt.",
-    "NotificationOptionPluginError": "Fel uppstod med till\u00e4gget",
-    "ButtonVolumeUp": "H\u00f6j volymen",
-    "ButtonVolumeDown": "S\u00e4nk volymen",
-    "ButtonMute": "Tyst",
-    "HeaderLatestMedia": "Nytillkommet",
-    "OptionSpecialFeatures": "Extramaterial",
-    "HeaderCollections": "Samlingar",
-    "LabelProfileCodecsHelp": "\u00c5tskilda med kommatecken, detta kan l\u00e4mnas tomt f\u00f6r att g\u00e4lla f\u00f6r alla kodningsformat.",
-    "LabelProfileContainersHelp": "\u00c5tskilda med kommatecken, detta kan l\u00e4mnas tomt f\u00f6r att g\u00e4lla f\u00f6r alla beh\u00e5llare.",
-    "HeaderResponseProfile": "Svarsprofil",
-    "LabelType": "Typ:",
-    "LabelPersonRole": "Roll:",
-    "LabelPersonRoleHelp": "Roll anv\u00e4nds i allm\u00e4nhet bara f\u00f6r sk\u00e5despelare.",
-    "LabelProfileContainer": "Beh\u00e5llare:",
-    "LabelProfileVideoCodecs": "Kodning av video:",
-    "LabelProfileAudioCodecs": "Kodning av ljud:",
-    "LabelProfileCodecs": "Videokodningar:",
-    "HeaderDirectPlayProfile": "Profil f\u00f6r direktuppspelning",
-    "HeaderTranscodingProfile": "Profil f\u00f6r omkodning",
-    "HeaderCodecProfile": "Profil f\u00f6r videokodning",
-    "HeaderCodecProfileHelp": "Avkodarprofiler best\u00e4mmer begr\u00e4nsningarna hos en enhet n\u00e4r den spelar upp olika kodningstyper. Om en begr\u00e4nsning \u00e4r aktuell kommer inneh\u00e5llet att kodas om, \u00e4ven om kodningstypen sig \u00e4r inst\u00e4lld f\u00f6r direkt avspelning.",
-    "HeaderContainerProfile": "Beh\u00e5llareprofil",
-    "HeaderContainerProfileHelp": "Beh\u00e5llareprofiler best\u00e4mmer begr\u00e4nsningarna hos en enhet n\u00e4r den spelar upp olika filformat. Om en begr\u00e4nsning \u00e4r aktuell kommer inneh\u00e5llet att kodas om, \u00e4ven om formatet i sig \u00e4r inst\u00e4llt f\u00f6r direkt avspelning.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Ljud",
-    "OptionProfileVideoAudio": "Videoljudsp\u00e5r",
-    "OptionProfilePhoto": "Foto",
-    "LabelUserLibrary": "Anv\u00e4ndarbibliotek:",
-    "LabelUserLibraryHelp": "V\u00e4lj vilken anv\u00e4ndares bibliotek som skall visas p\u00e5 enheten. L\u00e4mna detta tomt f\u00f6r att anv\u00e4nda standardbiblioteket.",
-    "OptionPlainStorageFolders": "Visa alla mappar som vanliga lagringsmappar",
-    "OptionPlainStorageFoldersHelp": "Om aktiverad representeras alla mappar i DIDL som \"object.container.storageFolder\" i st\u00e4llet f\u00f6r en mera specifik typ, t ex \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Visa alla videor som objekt utan specifikt format",
-    "OptionPlainVideoItemsHelp": "Om aktiverad representeras alla videor i DIDL som \"object.item.videoItem\"  i st\u00e4llet f\u00f6r en mera specifik typ, t ex \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Mediaformat som st\u00f6ds:",
-    "TabIdentification": "Identifiering",
-    "HeaderIdentification": "Identifiering",
-    "TabDirectPlay": "Direktuppspelning",
-    "TabContainers": "Beh\u00e5llare",
-    "TabCodecs": "Kodningsformat",
-    "TabResponses": "Svar",
-    "HeaderProfileInformation": "Profilinformation",
-    "LabelEmbedAlbumArtDidl": "B\u00e4dda in omslagsbilder i Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Vissa enheter f\u00f6redrar den h\u00e4r metoden att ta fram omslagsbilder. Andra kanske avbryter avspelningen om detta val \u00e4r aktiverat.",
-    "LabelAlbumArtPN": "PN f\u00f6r omslagsbilder:",
-    "LabelAlbumArtHelp": "Det PN som anv\u00e4nds f\u00f6r omslagsbilder, inom attributet dlna:profileID hos upnp:albumArtURI. Vissa klienter kr\u00e4ver ett specifikt v\u00e4rde, oavsett bildens storlek.",
-    "LabelAlbumArtMaxWidth": "Maximal bredd f\u00f6r omslagsbilder:",
-    "LabelAlbumArtMaxWidthHelp": "H\u00f6gsta uppl\u00f6sning hos omslagsbilder presenterade via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Skivomslagens maxh\u00f6jd:",
-    "LabelAlbumArtMaxHeightHelp": "H\u00f6gsta uppl\u00f6sning hos omslagsbilder presenterade via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Maxbredd p\u00e5 ikoner:",
-    "LabelIconMaxWidthHelp": "H\u00f6gsta uppl\u00f6sning p\u00e5 ikoner som visas via upnp:icon.",
-    "LabelIconMaxHeight": "Maxh\u00f6jd p\u00e5 ikoner:",
-    "LabelIconMaxHeightHelp": "H\u00f6gsta uppl\u00f6sning hos ikoner som visas via upnp:icon.",
-    "LabelIdentificationFieldHelp": "En skiftl\u00e4gesok\u00e4nslig delstr\u00e4ng eller regex-uttryck.",
-    "HeaderProfileServerSettingsHelp": "Dessa v\u00e4rden styr hur Media Browser presenterar sig f\u00f6r enheten.",
-    "LabelMaxBitrate": "H\u00f6gsta bithastighet:",
-    "LabelMaxBitrateHelp": "Ange en h\u00f6gsta bithastighet i bandbreddsbegr\u00e4nsade milj\u00f6er, eller i fall d\u00e4r enheten har sina egna begr\u00e4nsningar.",
-    "LabelMaxStreamingBitrate": "Max bithastighet f\u00f6r str\u00f6mning:",
-    "LabelMaxStreamingBitrateHelp": "Ange h\u00f6gsta bithastighet f\u00f6r str\u00f6mning.",
-    "LabelMaxStaticBitrate": "Max bithastighet vid synkronisering:",
-    "LabelMaxStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering.",
-    "LabelMusicStaticBitrate": "Bithastighet vid synkning av musik:",
-    "LabelMusicStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering av musik",
-    "LabelMusicStreamingTranscodingBitrate": "Bithastighet vid omkodning av musik:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Ange h\u00f6gsta bithastighet vid str\u00f6mning av musik",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignorera beg\u00e4ran om \"byte range\" vid omkodning",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Om aktiverad kommer beg\u00e4ran att uppfyllas, men \"byte range\"-rubriken ignoreras.",
-    "LabelFriendlyName": "\u00d6nskat namn",
-    "LabelManufacturer": "Tillverkare",
-    "LabelManufacturerUrl": "Tillverkarens webaddress",
-    "LabelModelName": "Modellnamn",
-    "LabelModelNumber": "Modellnummer",
-    "LabelModelDescription": "Modellbeskrivning",
-    "LabelModelUrl": "L\u00e4nk till modellen",
-    "LabelSerialNumber": "Serienummer",
-    "LabelDeviceDescription": "Enhetsbeskrivning",
-    "HeaderIdentificationCriteriaHelp": "Var god skriv in minst ett identifieringskriterium",
-    "HeaderDirectPlayProfileHelp": "Ange direktuppspelningsprofiler f\u00f6r att indikera vilka format enheten kan spela upp utan omkodning.",
-    "HeaderTranscodingProfileHelp": "Ange omkodningsprofiler f\u00f6r att indikera vilka format som ska anv\u00e4ndas d\u00e5 omkodning kr\u00e4vs.",
-    "HeaderResponseProfileHelp": "Svarsprofiler \u00e4r ett s\u00e4tt att anpassa den information som s\u00e4nds till enheten d\u00e5 olika typer av media spelas upp.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Anger inneh\u00e5llet i elementet X_DLNACAP i namnutrymmet urn:schemas-dlna-org:device-1-0.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Anger inneh\u00e5llet i elementet X_DLNADOC i namnutrymmet urn:schemas-dlna-org:device-1-0.",
-    "LabelSonyAggregationFlags": "\"Aggregation flags\" f\u00f6r Sony:",
-    "LabelSonyAggregationFlagsHelp": "Anger inneh\u00e5llet i elementet  aggregationFlags  i namnutrymmet urn:schemas-sonycom:av.",
-    "LabelTranscodingContainer": "Beh\u00e5llare:",
-    "LabelTranscodingVideoCodec": "Videokodning:",
-    "LabelTranscodingVideoProfile": "Videoprofil:",
-    "LabelTranscodingAudioCodec": "Ljudkodning:",
-    "OptionEnableM2tsMode": "Till\u00e5t M2ts-l\u00e4ge",
-    "OptionEnableM2tsModeHelp": "Aktivera m2ts-l\u00e4ge n\u00e4r omkodning sker till mpegts.",
-    "OptionEstimateContentLength": "Upskattad inneh\u00e5llsl\u00e4ngd vid omkodning",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Meddela att servern st\u00f6djer bytebaserad s\u00f6kning vid omkodning",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Detta kr\u00e4vs f\u00f6r vissa enheter som inte kan utf\u00f6ra tidss\u00f6kning p\u00e5 ett tillfredsst\u00e4llande s\u00e4tt.",
-    "HeaderSubtitleDownloadingHelp": "N\u00e4r Media Browser s\u00f6ker igenom dina videofiler kan den identifiera saknade undertexter och ladda ner dem fr\u00e5n en onlinetj\u00e4nst, t ex OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Ladda ner undertexter f\u00f6r:",
-    "MessageNoChapterProviders": "Installera ett kapiteltill\u00e4gg s\u00e5som ChapterDb f\u00f6r att ge fler kapitelfunktioner.",
-    "LabelSkipIfGraphicalSubsPresent": "Hoppa \u00f6ver om videon redan inneh\u00e5ller grafiska undertexter",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Undertexter",
-    "TabChapters": "Kapitel",
-    "HeaderDownloadChaptersFor": "H\u00e4mta kapitelnamn f\u00f6r:",
-    "LabelOpenSubtitlesUsername": "Inloggnings-ID hos Open Subtitles:",
-    "LabelOpenSubtitlesPassword": "L\u00f6senord hos Open Subtitles:",
-    "HeaderChapterDownloadingHelp": "N\u00e4r Media Browser s\u00f6ker igenom dina videofiler kan den identifiera kapitelnamn och ladda ner dem med hj\u00e4lp av kapiteltill\u00e4gg s\u00e5som ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Anv\u00e4nd det f\u00f6rvalda ljudsp\u00e5ret oavsett spr\u00e5k",
-    "LabelSubtitlePlaybackMode": "Undertextl\u00e4ge:",
-    "LabelDownloadLanguages": "Spr\u00e5k att ladda ner:",
-    "ButtonRegister": "Registrera",
-    "LabelSkipIfAudioTrackPresent": "Hoppa \u00f6ver om det f\u00f6rvalda ljudsp\u00e5rets spr\u00e5k \u00e4r samma som det nerladdade",
-    "LabelSkipIfAudioTrackPresentHelp": "Bocka ur denna f\u00f6r att ge undertexter \u00e5t alla videor oavsett ljudsp\u00e5rets spr\u00e5k.",
-    "HeaderSendMessage": "Skicka meddelande",
-    "ButtonSend": "Skicka",
-    "LabelMessageText": "Meddelandetext",
-    "MessageNoAvailablePlugins": "Inga till\u00e4gg tillg\u00e4ngliga.",
-    "LabelDisplayPluginsFor": "Visa till\u00e4gg f\u00f6r:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Avsnittsnamn",
-    "LabelSeriesNamePlain": "Seriens namn",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "S\u00e4songsnummer",
-    "LabelEpisodeNumberPlain": "Avsnittsnummer",
-    "LabelEndingEpisodeNumberPlain": "Avslutande avsnittsnummer",
-    "HeaderTypeText": "Ange text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "S\u00f6k efter undertexter",
-    "MessageNoSubtitleSearchResultsFound": "S\u00f6kningen gav inga resultat.",
-    "TabDisplay": "Visning",
-    "TabLanguages": "Spr\u00e5k",
-    "TabWebClient": "Webbklient",
-    "LabelEnableThemeSongs": "Aktivera ledmotiv",
-    "LabelEnableBackdrops": "Aktivera fondbilder",
-    "LabelEnableThemeSongsHelp": "Om aktiverat spelas ledmotiv upp vid bl\u00e4ddring i biblioteket.",
-    "LabelEnableBackdropsHelp": "Om aktiverat visas fondbilder i bakgrunden av vissa sidor vid bl\u00e4ddring i biblioteket.",
-    "HeaderHomePage": "Hemsidan",
-    "HeaderSettingsForThisDevice": "Inst\u00e4llningar f\u00f6r den h\u00e4r enheten",
-    "OptionAuto": "Auto",
-    "OptionYes": "Ja",
-    "OptionNo": "Nej",
-    "HeaderOptions": "Alternativ",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Startsidans sektion 1:",
-    "LabelHomePageSection2": "Startsidans sektion 2:",
-    "LabelHomePageSection3": "Startsidans sektion 3:",
-    "LabelHomePageSection4": "Startsidans sektion 4:",
-    "OptionMyViewsButtons": "Mina vyer (knappar)",
-    "OptionMyViews": "Mina vyer",
-    "OptionMyViewsSmall": "Mina vyer (liten)",
-    "OptionResumablemedia": "\u00c5teruppta",
-    "OptionLatestMedia": "Nytillkommet",
-    "OptionLatestChannelMedia": "Senaste objekten i Kanaler",
-    "HeaderLatestChannelItems": "Senaste objekten i Kanaler",
-    "OptionNone": "Inga",
-    "HeaderLiveTv": "Live-TV",
-    "HeaderReports": "Rapporter",
-    "HeaderMetadataManager": "Metadatahanteraren",
-    "HeaderPreferences": "Inst\u00e4llningar",
-    "MessageLoadingChannels": "H\u00e4mtar kanalinneh\u00e5ll...",
-    "MessageLoadingContent": "H\u00e4mtar inneh\u00e5ll...",
-    "ButtonMarkRead": "Markera som l\u00e4st",
-    "OptionDefaultSort": "F\u00f6rval",
-    "OptionCommunityMostWatchedSort": "Oftast visade",
-    "TabNextUp": "N\u00e4stkommande",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "Det finns inga filmf\u00f6rslag f\u00f6r tillf\u00e4llet. Efter att ha sett ett antal filmer kan du \u00e5terkomma hit f\u00f6r att se dina f\u00f6rslag.",
-    "MessageNoCollectionsAvailable": "Samlingar g\u00f6r det m\u00f6jligt att avnjuta personliga grupperingar av filmer, serier, Album, b\u00f6cker och spel. Klicka p\u00e5 knappen + f\u00f6r att b\u00f6rja skapa samlingar.",
-    "MessageNoPlaylistsAvailable": "Spellistor l\u00e5ter dig skapa listor med inneh\u00e5ll att spela upp i ordning. F\u00f6r att l\u00e4gga till objekt i spellistor, h\u00f6gerklicka eller tryck-och-h\u00e5ll och v\u00e4lj \"l\u00e4gg till i spellista\".",
-    "MessageNoPlaylistItemsAvailable": "Den h\u00e4r spellistan \u00e4r tom.",
-    "ButtonDismiss": "Avvisa",
-    "ButtonEditOtherUserPreferences": "Redigera denna anv\u00e4ndarens profil, l\u00f6senord och personliga preferenser",
-    "LabelChannelStreamQuality": "\u00d6nskad kvalitet vid str\u00f6mning via Internet:",
-    "LabelChannelStreamQualityHelp": "N\u00e4r bandbredden \u00e4r begr\u00e4nsad kan en l\u00e4gre kvalitet ge en mera st\u00f6rningsfri upplevelse.",
-    "OptionBestAvailableStreamQuality": "B\u00e4sta tillg\u00e4ngliga",
-    "LabelEnableChannelContentDownloadingFor": "Aktivera nedladdning av inneh\u00e5ll f\u00f6r dessa kanaler:",
-    "LabelEnableChannelContentDownloadingForHelp": "Vissa kanaler till\u00e5ter nedladdning av material f\u00f6re visning. Aktivera detta d\u00e5 bandbredden \u00e4r begr\u00e4nsad f\u00f6r att h\u00e4mta material vid tider med l\u00e5g belastning. H\u00e4mtningen styrs av den schemalagda aktiviteten \"Nedladdning till kanaler\".",
-    "LabelChannelDownloadPath": "Plats f\u00f6r lagring av nedladdat kanalinneh\u00e5ll:",
-    "LabelChannelDownloadPathHelp": "Ange anpassad plats om s\u00e5 \u00f6nskas. L\u00e4mna tomt f\u00f6r att anv\u00e4nda en intern programdatamapp.",
-    "LabelChannelDownloadAge": "Radera inneh\u00e5ll efter (dagar):",
-    "LabelChannelDownloadAgeHelp": "Nedladdat inneh\u00e5ll \u00e4ldre \u00e4n s\u00e5 raderas. Det \u00e4r fortfarande tillg\u00e4ngligt via str\u00f6mning fr\u00e5n Internet.",
-    "ChannelSettingsFormHelp": "Installera kanaler, t ex Trailers och Vimeo, via till\u00e4ggskatalogen.",
-    "ButtonOptions": "Alternativ",
-    "ViewTypeMovies": "Filmer",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Spel",
-    "ViewTypeMusic": "Musik",
-    "ViewTypeMusicGenres": "Genrer",
-    "ViewTypeMusicArtists": "Artister",
-    "ViewTypeBoxSets": "Samlingar",
-    "ViewTypeChannels": "Kanaler",
-    "ViewTypeLiveTV": "Live-TV",
-    "ViewTypeLiveTvNowPlaying": "Visas nu",
-    "ViewTypeLatestGames": "Senaste spelen",
-    "ViewTypeRecentlyPlayedGames": "Nyligen spelade",
-    "ViewTypeGameFavorites": "Favoriter",
-    "ViewTypeGameSystems": "Spelsystem",
-    "ViewTypeGameGenres": "Genrer",
-    "ViewTypeTvResume": "\u00c5teruppta",
-    "ViewTypeTvNextUp": "N\u00e4stkommande",
-    "ViewTypeTvLatest": "Nytillkommet",
-    "ViewTypeTvShowSeries": "Serier",
-    "ViewTypeTvGenres": "Genrer",
-    "ViewTypeTvFavoriteSeries": "Favoritserier",
-    "ViewTypeTvFavoriteEpisodes": "Favoritavsnitt",
-    "ViewTypeMovieResume": "\u00c5teruppta",
-    "ViewTypeMovieLatest": "Nytillkommet",
-    "ViewTypeMovieMovies": "Filmer",
-    "ViewTypeMovieCollections": "Samlingar",
-    "ViewTypeMovieFavorites": "Favoriter",
-    "ViewTypeMovieGenres": "Genrer",
-    "ViewTypeMusicLatest": "Nytillkommet",
-    "ViewTypeMusicAlbums": "Album",
-    "ViewTypeMusicAlbumArtists": "Albumartister",
-    "HeaderOtherDisplaySettings": "Visningsinst\u00e4llningar",
-    "ViewTypeMusicSongs": "L\u00e5tar",
-    "ViewTypeMusicFavorites": "Favoriter",
-    "ViewTypeMusicFavoriteAlbums": "Favoritalbum",
-    "ViewTypeMusicFavoriteArtists": "Favoritartister",
-    "ViewTypeMusicFavoriteSongs": "Favoritl\u00e5tar",
-    "HeaderMyViews": "Mina vyer",
-    "LabelSelectFolderGroups": "Gruppera automatiskt inneh\u00e5ll fr\u00e5n dessa mappar i vyer, t ex Filmer, Musik eller TV:",
-    "LabelSelectFolderGroupsHelp": "Ej valda mappar kommer att visas f\u00f6r sig sj\u00e4lva i en egen vy.",
-    "OptionDisplayAdultContent": "Visa erotiskt inneh\u00e5ll",
-    "OptionLibraryFolders": "Mediamappar",
-    "TitleRemoteControl": "Fj\u00e4rrkontroll",
-    "OptionLatestTvRecordings": "Senaste inspelningar",
-    "LabelProtocolInfo": "Protokollinfo:",
-    "LabelProtocolInfoHelp": "V\u00e4rde att anv\u00e4nda vid svar p\u00e5 GetProtocolInfo-beg\u00e4ran fr\u00e5n enheter.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Format f\u00f6r premi\u00e4rdatum:",
-    "LabelKodiMetadataDateFormatHelp": "Alla datum i nfo-filer kommer att l\u00e4sas och skrivas i detta format.",
-    "LabelKodiMetadataSaveImagePaths": "Spara bilds\u00f6kv\u00e4gar i nfo-filer",
-    "LabelKodiMetadataSaveImagePathsHelp": "Detta rekommenderas om du har bilder med filnamn som inte uppfyller Kodis riktlinjer.",
-    "LabelKodiMetadataEnablePathSubstitution": "Aktivera s\u00f6kv\u00e4gsutbyte",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverar s\u00f6kv\u00e4gsutbyte enligt serverns inst\u00e4llningar.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Se \"s\u00f6kv\u00e4gsutbyte\".",
-    "LabelGroupChannelsIntoViews": "Visa dessa kanaler direkt i mina vyer:",
-    "LabelGroupChannelsIntoViewsHelp": "Om aktiverat kommer dessa kanaler att visas tillsammans med andra vyer. Annars visas de i en separat vy f\u00f6r Kanaler.",
-    "LabelDisplayCollectionsView": "Vy som visar filmsamlingar",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Kopiera extrafanart till extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "N\u00e4r bilder h\u00e4mtas fr\u00e5n Internet kan de sparas i b\u00e5de extrafanart- och extrathumbs-mapparna f\u00f6r att ge maximal kompatibilitet med Kodi-skins.",
-    "TabServices": "Tj\u00e4nster",
-    "TabLogs": "Loggfiler",
-    "HeaderServerLogFiles": "Serverloggfiler:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Anpassa utseendet p\u00e5 Media Browser till din grupp eller f\u00f6retags \u00f6nskem\u00e5l.",
-    "LabelLoginDisclaimer": "Ansvarsbegr\u00e4nsning vid inloggning:",
-    "LabelLoginDisclaimerHelp": "Detta visas l\u00e4ngst ned p\u00e5 inloggningssidan.",
-    "LabelAutomaticallyDonate": "Donera detta belopp automatiskt varje m\u00e5nad",
-    "LabelAutomaticallyDonateHelp": "Du kan avbryta n\u00e4r som helst via ditt PayPal-konto.",
-    "OptionList": "Lista",
-    "TabDashboard": "Kontrollpanel",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Loggfiler:",
-    "LabelMetadata": "Metadata",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Tillf\u00e4lliga omkodningsfiler:",
-    "HeaderLatestMusic": "Nytillkommen musik",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "API-nycklar",
-    "HeaderApiKeysHelp": "Externa program m\u00e5ste ha en API-nyckel f\u00f6r att kommunicera med Media Browser. Nycklar skapas genom inloggning med ett Media Browser-konto eller genom att manuellt tilldela ett program en nyckel.",
-    "HeaderApiKey": "API-nyckel",
-    "HeaderApp": "App",
-    "HeaderDevice": "Enhet",
-    "HeaderUser": "Anv\u00e4ndare",
-    "HeaderDateIssued": "Utgivningsdatum",
-    "LabelChapterName": "Kapitel {0}",
-    "HeaderNewApiKey": "Ny API-nyckel",
-    "LabelAppName": "Appens namn",
-    "LabelAppNameExample": "Exempel: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Till\u00e5t en app att kommunicera med Media Browser",
-    "HeaderHttpHeaders": "Http-rubriker",
-    "HeaderIdentificationHeader": "ID-rubrik",
-    "LabelValue": "V\u00e4rde:",
-    "LabelMatchType": "Matchningstyp:",
-    "OptionEquals": "Lika med",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Delstr\u00e4ng",
-    "TabView": "Vy",
-    "TabSort": "Sortera",
-    "TabFilter": "Filtrera",
-    "ButtonView": "Visa",
-    "LabelPageSize": "Max antal objekt:",
-    "LabelPath": "S\u00f6kv\u00e4g:",
-    "LabelView": "Vy:",
-    "TabUsers": "Anv\u00e4ndare",
-    "LabelSortName": "Sorteringstitel:",
-    "LabelDateAdded": "Inlagd den:",
-    "HeaderFeatures": "Extramaterial",
-    "HeaderAdvanced": "Avancerat",
-    "ButtonSync": "Synk",
-    "TabScheduledTasks": "Schemalagda aktiviteter",
-    "HeaderChapters": "Kapitel",
-    "HeaderResumeSettings": "\u00c5teruppta-inst\u00e4llningar",
-    "TabSync": "Synk",
-    "TitleUsers": "Anv\u00e4ndare",
-    "LabelProtocol": "Protokoll:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Live-str\u00f6mning via Http",
-    "LabelContext": "Metod:",
-    "OptionContextStreaming": "Str\u00f6mning",
-    "OptionContextStatic": "Synk",
-    "ButtonAddToPlaylist": "L\u00e4gg till i spellista",
-    "TabPlaylists": "Spellistor",
-    "ButtonClose": "St\u00e4ng",
-    "LabelAllLanguages": "Alla spr\u00e5k",
-    "HeaderBrowseOnlineImages": "Bl\u00e4ddra bland bilder online",
-    "LabelSource": "K\u00e4lla:",
-    "OptionAll": "Alla",
-    "LabelImage": "Bild:",
-    "ButtonBrowseImages": "Bl\u00e4ddra bland bilder",
-    "HeaderImages": "Bilder",
-    "HeaderBackdrops": "Fondbilder",
-    "HeaderScreenshots": "Sk\u00e4rmklipp",
-    "HeaderAddUpdateImage": "L\u00e4gg till\/uppdatera bild",
-    "LabelJpgPngOnly": "Endast JPG\/PNG",
-    "LabelImageType": "Typ av bild:",
-    "OptionPrimary": "Prim\u00e4r",
-    "OptionArt": "Grafik",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box bakre",
-    "OptionDisc": "Skiva",
-    "OptionLogo": "Logotyp",
-    "OptionMenu": "Meny",
-    "OptionScreenshot": "Sk\u00e4rmdump",
-    "OptionLocked": "L\u00e5st",
-    "OptionUnidentified": "Oidentifierad",
-    "OptionMissingParentalRating": "\u00c5ldersgr\u00e4ns saknas",
-    "OptionStub": "Stump",
-    "HeaderEpisodes": "Avsnitt:",
-    "OptionSeason0": "S\u00e4song 0",
-    "LabelReport": "Rapport:",
-    "OptionReportSongs": "L\u00e5tar",
-    "OptionReportSeries": "Serier",
-    "OptionReportSeasons": "S\u00e4songer",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Musikvideos",
-    "OptionReportMovies": "Filmer",
-    "OptionReportHomeVideos": "Hemvideos",
-    "OptionReportGames": "Spel",
-    "OptionReportEpisodes": "Avsnitt",
-    "OptionReportCollections": "Samlingar",
-    "OptionReportBooks": "B\u00f6cker",
-    "OptionReportArtists": "Artister",
-    "OptionReportAlbums": "Album",
-    "OptionReportAdultVideos": "Vuxen videos",
-    "ButtonMore": "Mer",
-    "HeaderActivity": "Aktivitet",
-    "ScheduledTaskStartedWithName": "{0} startad",
-    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
-    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
-    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
-    "PluginInstalledWithName": "{0} installerades",
-    "PluginUpdatedWithName": "{0} uppdaterades",
-    "PluginUninstalledWithName": "{0} avinstallerades",
-    "ScheduledTaskFailedWithName": "{0} misslyckades",
-    "ItemAddedWithName": "{0} lades till i biblioteket",
-    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
-    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
-    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
-    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
-    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
-    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
-    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
-    "LabelRunningTimeValue": "Speltid: {0}",
-    "LabelIpAddressValue": "IP-adress: {0}",
-    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
-    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
-    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
-    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
-    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
-    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
-    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
-    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
-    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
-    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
-    "AppDeviceValues": "App: {0}, enhet: {1}",
-    "ProviderValue": "K\u00e4lla: {0}",
-    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Gr\u00e4ns f\u00f6r storleken p\u00e5 mappen f\u00f6r nerladdning av kanaler.",
-    "HeaderRecentActivity": "Senaste aktivitet",
-    "HeaderPeople": "Personer",
-    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
-    "OptionComposers": "Komposit\u00f6rer",
-    "OptionOthers": "\u00d6vriga",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
-    "ViewTypeFolders": "Mappar",
-    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
-    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
-    "ViewTypeLiveTvChannels": "Kanaler",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "L\u00f6senord",
-    "HeaderLocalAccess": "Lokal \u00e5tkomst",
-    "HeaderViewOrder": "Visningsordning",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
-    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
-    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
-    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
-    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
-    "OptionRefreshAllData": "Uppdatera alla data",
-    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
-    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
-    "HeaderRefreshMetadata": "Uppdatera metadata",
-    "HeaderPersonInfo": "Personinformation",
-    "HeaderIdentifyItem": "Identifiera objekt",
-    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
-    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
-    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
-    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
-    "ButtonIdentify": "Identifiera",
-    "LabelAlbumArtist": "Albumartist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
-    "LabelVoteCount": "Antal r\u00f6ster:",
-    "LabelMetascore": "Metabetyg:",
-    "LabelCriticRating": "Kritikerbetyg:",
-    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
-    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
-    "LabelWebsite": "Hemsida:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Synopsis:",
-    "LabelShortOverview": "Kort synopsis:",
-    "LabelReleaseDate": "Premi\u00e4rdatum:",
-    "LabelYear": "\u00c5r:",
-    "LabelPlaceOfBirth": "F\u00f6delseort:",
-    "LabelEndDate": "Slutdatum:",
-    "LabelAirDate": "S\u00e4ndningsdagar:",
-    "LabelAirTime:": "S\u00e4ndningstid:",
-    "LabelRuntimeMinutes": "Speltid (min):",
-    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
-    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Int\u00e4kter ($):",
-    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
-    "LabelPlayers": "Spelare:",
-    "Label3DFormat": "3D-format:",
-    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
-    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
-    "HeaderExternalIds": "Externa ID:n",
-    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
-    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
-    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
-    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
-    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
-    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
-    "LabelTreatImageAs": "Behandla bild som:",
-    "LabelDisplayOrder": "Visningsordning:",
-    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
-    "HeaderCountries": "L\u00e4nder",
-    "HeaderGenres": "Genrer",
-    "HeaderPlotKeywords": "Nyckelord i handlingen",
-    "HeaderStudios": "Studior",
-    "HeaderTags": "Etiketter",
-    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
-    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
-    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
-    "TabDonate": "L\u00e4mna bidrag",
-    "HeaderDonationType": "Donationstyp:",
-    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
-    "OptionOneTimeDescription": "Detta \u00e4r ett extra bidrag f\u00f6r att visa ditt st\u00f6d f\u00f6r teamet. Det ger inga ytterligare f\u00f6rm\u00e5ner och ingen supporterkod.",
-    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
-    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
-    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
-    "OptionNoTrailer": "Trailer saknas",
-    "OptionNoThemeSong": "Ledmotiv saknas",
-    "OptionNoThemeVideo": "Temavideo saknas",
-    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
-    "ButtonDonate": "Donera",
-    "OptionActor": "Sk\u00e5despelare",
-    "OptionComposer": "Komposit\u00f6r",
-    "OptionDirector": "Regiss\u00f6r",
-    "OptionGuestStar": "G\u00e4startist",
-    "OptionProducer": "Producent",
-    "OptionWriter": "Manusf\u00f6rfattare",
-    "LabelAirDays": "S\u00e4ndningsdagar:",
-    "LabelAirTime": "S\u00e4ndningstid:",
-    "HeaderMediaInfo": "Mediainformation",
-    "HeaderPhotoInfo": "Fotoinformation",
-    "HeaderInstall": "Installera",
-    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
-    "LinkSupporterMembership": "Visa information om supportermedlemskap",
-    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
-    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
-    "HeaderReviews": "Recensioner",
-    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
-    "HeaderRevisionHistory": "Revisionshistorik",
-    "ButtonViewWebsite": "G\u00e5 till hemsidan",
-    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
-    "HeaderXmlSettings": "XML-inst\u00e4llningar",
-    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
-    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
-    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
-    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
-    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Om aktiverat extraheras kapitelbildrutor n\u00e4r videor importeras vid genoms\u00f6kning av biblioteket. Om avaktiverat kommer extrahering att ske vid schemalagd kapitelbildrutebehandling, f\u00f6r att snabba upp den regelbundna genoms\u00f6kningen av biblioteket.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
-    "LabelExternalPlayers": "Externa uppspelare:",
-    "LabelExternalPlayersHelp": "Visa knappar f\u00f6r att spela upp inneh\u00e5ll i externa uppspelare. Detta ar enbart tillg\u00e4ngligt p\u00e5 enheter som st\u00f6djer url-scheman, i allm\u00e4nhet Android och iOS. Externa uppspelare har normalt ej st\u00f6d f\u00f6r fj\u00e4rrkontroll eller \u00e5terupptagande.",
-    "HeaderSubtitleProfile": "Undertextprofil",
-    "HeaderSubtitleProfiles": "Undertextprofiler",
-    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Metod:",
-    "LabelDidlMode": "Didl-l\u00e4ge:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Infoga i container",
-    "OptionExternallyDownloaded": "Extern nerladdning",
-    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
-    "LabelSubtitleFormatHelp": "Exempel:srt",
-    "ButtonLearnMore": "L\u00e4s mer",
-    "TabPlayback": "Uppspelning",
-    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
-    "TabCinemaMode": "Biol\u00e4ge",
-    "TitlePlayback": "Uppspelning",
-    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
-    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
-    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
-    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
-    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
-    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
-    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
-    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
-    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
-    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
-    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
-    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
-    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
-    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
-    "HeaderCinemaMode": "Biol\u00e4ge",
-    "LabelDateAddedBehavior": "Hantering av datum f\u00f6r nytt inneh\u00e5ll:",
-    "OptionDateAddedImportTime": "Anv\u00e4nd datum f\u00f6r inl\u00e4sning i biblioteket",
-    "OptionDateAddedFileTime": "Anv\u00e4nd datum d\u00e5 filen skapades",
-    "LabelDateAddedBehaviorHelp": "Om ett metadatav\u00e4rde finns kommer det att anv\u00e4ndas i st\u00e4llet f\u00f6r dessa.",
-    "LabelNumberTrailerToPlay": "Antal trailers att spela upp:",
-    "TitleDevices": "Enheter",
-    "TabCameraUpload": "Kamerauppladdning",
-    "TabDevices": "Enheter",
-    "HeaderCameraUploadHelp": "Ladda automatiskt upp foton och videor tagna med mobila enheter till Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "Du har inga enheter som st\u00f6djer kamerauppladdning.",
-    "LabelCameraUploadPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r kamerauppladdning:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Skapa en undermapp f\u00f6r varje enhet",
-    "LabelCreateCameraUploadSubfolderHelp": "S\u00e4rskilda mappar f\u00f6r varje enhet kan anges p\u00e5 sidan \"Enheter\" genom att klicka p\u00e5 resp. enhet.",
-    "LabelCustomDeviceDisplayName": "Visningsnamn:",
-    "LabelCustomDeviceDisplayNameHelp": "Ange ett anpassat enhetsnamn. L\u00e4mna blankt f\u00f6r att anv\u00e4nda det namn enheten sj\u00e4lv rapporterar.",
-    "HeaderInviteUser": "Bjud in anv\u00e4ndare",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Att dela dina media med v\u00e4nner \u00e4r enklare \u00e4n n\u00e5gonsin med Media Browser Connect.",
-    "ButtonSendInvitation": "Skicka inbjudan",
-    "HeaderSignInWithConnect": "Logga in med Media Browser Connect",
-    "HeaderGuests": "G\u00e4ster",
-    "HeaderLocalUsers": "Lokala anv\u00e4ndare",
-    "HeaderPendingInvitations": "V\u00e4ntande inbjudningar",
-    "TabParentalControl": "F\u00f6r\u00e4ldral\u00e5s",
-    "HeaderAccessSchedule": "Schema f\u00f6r \u00e5tkomst",
-    "HeaderAccessScheduleHelp": "Skapa ett schema f\u00f6r att begr\u00e4nsa \u00e5tkomsten till vissa tider.",
-    "ButtonAddSchedule": "Skapa schema",
-    "LabelAccessDay": "Veckodag:",
-    "LabelAccessStart": "Starttid:",
-    "LabelAccessEnd": "Sluttid:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Varje dag",
-    "OptionWeekdays": "Veckodagar",
-    "OptionWeekends": "Helger",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer rulle",
-    "HeaderTrailerReel": "Trailer rulle",
-    "OptionPlayUnwatchedTrailersOnly": "Spela endast osedda trailers",
-    "HeaderTrailerReelHelp": "Starta en trailer rulle f\u00f6r att spela en l\u00e5ng  spellista med trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Registrera dig",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Inaktivera tillg\u00e5ng till anv\u00e4ndarinst\u00e4llningar",
-    "OptionDisableUserPreferencesHelp": "Om aktiverad, kommer endast administrat\u00f6rer att kunna konfigurera anv\u00e4ndarprofilbilder, l\u00f6senord och spr\u00e5kinst\u00e4llningar.",
-    "HeaderSelectServer": "V\u00e4lj Server",
-    "MessageNoServersAvailableToConnect": "Inga servrar finns tillg\u00e4ngliga f\u00f6r att ansluta till. Om du har blivit inbjuden att dela en server, se till att acceptera den nedan eller genom att klicka p\u00e5 l\u00e4nken i e-postmeddelandet.",
-    "TitleNewUser": "Ny Anv\u00e4ndare",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Gl\u00f6mt L\u00f6senord",
-    "TitleForgotPassword": "Gl\u00f6mt L\u00f6senord",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "\u00c5terst\u00e4llning av l\u00f6senordet",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Videotyper",
-    "HeaderYears": "\u00c5r",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Avsluta",
     "LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Identifiera arkivfiler som media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Hj\u00e4lp",
     "OptionAllowUserToManageServer": "Till\u00e5t denna anv\u00e4ndare att administrera servern",
     "HeaderFeatureAccess": "Tillg\u00e5ng till funktioner",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Till\u00e5t fj\u00e4rrstyrning av andra anv\u00e4ndare",
     "OptionAllowRemoteSharedDevices": "Till\u00e5t fj\u00e4rrstyrning av delade enheter",
     "OptionAllowRemoteSharedDevicesHelp": "DLNA-enheter betraktas som delade tills en anv\u00e4ndare b\u00f6rjar kontrollera den.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "H\u00f6gsta kvalitet",
     "OptionEnableDebugTranscodingLogging": "Aktivera loggning av fel fr\u00e5n omkodning",
     "OptionEnableDebugTranscodingLoggingHelp": "Detta resulterar i mycket stora loggfiler och rekommenderas bara vid fels\u00f6kning.",
-    "OptionUpscaling": "Till\u00e5t klienter att beg\u00e4ra uppskalad video",
-    "OptionUpscalingHelp": "Kan i vissa fall ge h\u00f6gre videokvalitet, men kr\u00e4ver mer CPU-kapacitet.",
     "EditCollectionItemsHelp": "L\u00e4gg till eller ta bort filmer, tv-serier, album, b\u00f6cker eller spel du vill gruppera inom den h\u00e4r samlingen.",
     "HeaderAddTitles": "L\u00e4gg till titlar",
     "LabelEnableDlnaPlayTo": "Anv\u00e4nd DLNA spela-upp-p\u00e5",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Sida upp",
     "ButtonPageDown": "Sida ned",
     "PageAbbreviation": "Sid",
-    "ButtonHome": "Hem"
+    "ButtonHome": "Hem",
+    "ButtonSearch": "S\u00f6k",
+    "ButtonSettings": "Inst\u00e4llningar",
+    "ButtonTakeScreenshot": "Ta sk\u00e4rmbild",
+    "ButtonLetterUp": "Bokstav upp",
+    "ButtonLetterDown": "Bokstav ned",
+    "PageButtonAbbreviation": "Sid",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Nu spelas",
+    "TabNavigation": "Navigering",
+    "TabControls": "Kontroller",
+    "ButtonFullscreen": "V\u00e4xla fullsk\u00e4rmsl\u00e4ge",
+    "ButtonScenes": "Scener",
+    "ButtonSubtitles": "Undertexter",
+    "ButtonAudioTracks": "Ljudsp\u00e5r",
+    "ButtonPreviousTrack": "F\u00f6reg\u00e5ende sp\u00e5r:",
+    "ButtonNextTrack": "N\u00e4sta sp\u00e5r:",
+    "ButtonStop": "Stopp",
+    "ButtonPause": "Paus",
+    "ButtonNext": "N\u00e4sta",
+    "ButtonPrevious": "F\u00f6reg\u00e5ende",
+    "LabelGroupMoviesIntoCollections": "Gruppera filmer i samlingsboxar",
+    "LabelGroupMoviesIntoCollectionsHelp": "I filmlistor visas filmer som ing\u00e5r i en samlingsbox som ett enda objekt.",
+    "NotificationOptionPluginError": "Fel uppstod med till\u00e4gget",
+    "ButtonVolumeUp": "H\u00f6j volymen",
+    "ButtonVolumeDown": "S\u00e4nk volymen",
+    "ButtonMute": "Tyst",
+    "HeaderLatestMedia": "Nytillkommet",
+    "OptionSpecialFeatures": "Extramaterial",
+    "HeaderCollections": "Samlingar",
+    "LabelProfileCodecsHelp": "\u00c5tskilda med kommatecken, detta kan l\u00e4mnas tomt f\u00f6r att g\u00e4lla f\u00f6r alla kodningsformat.",
+    "LabelProfileContainersHelp": "\u00c5tskilda med kommatecken, detta kan l\u00e4mnas tomt f\u00f6r att g\u00e4lla f\u00f6r alla beh\u00e5llare.",
+    "HeaderResponseProfile": "Svarsprofil",
+    "LabelType": "Typ:",
+    "LabelPersonRole": "Roll:",
+    "LabelPersonRoleHelp": "Roll anv\u00e4nds i allm\u00e4nhet bara f\u00f6r sk\u00e5despelare.",
+    "LabelProfileContainer": "Beh\u00e5llare:",
+    "LabelProfileVideoCodecs": "Kodning av video:",
+    "LabelProfileAudioCodecs": "Kodning av ljud:",
+    "LabelProfileCodecs": "Videokodningar:",
+    "HeaderDirectPlayProfile": "Profil f\u00f6r direktuppspelning",
+    "HeaderTranscodingProfile": "Profil f\u00f6r omkodning",
+    "HeaderCodecProfile": "Profil f\u00f6r videokodning",
+    "HeaderCodecProfileHelp": "Avkodarprofiler best\u00e4mmer begr\u00e4nsningarna hos en enhet n\u00e4r den spelar upp olika kodningstyper. Om en begr\u00e4nsning \u00e4r aktuell kommer inneh\u00e5llet att kodas om, \u00e4ven om kodningstypen sig \u00e4r inst\u00e4lld f\u00f6r direkt avspelning.",
+    "HeaderContainerProfile": "Beh\u00e5llareprofil",
+    "HeaderContainerProfileHelp": "Beh\u00e5llareprofiler best\u00e4mmer begr\u00e4nsningarna hos en enhet n\u00e4r den spelar upp olika filformat. Om en begr\u00e4nsning \u00e4r aktuell kommer inneh\u00e5llet att kodas om, \u00e4ven om formatet i sig \u00e4r inst\u00e4llt f\u00f6r direkt avspelning.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Ljud",
+    "OptionProfileVideoAudio": "Videoljudsp\u00e5r",
+    "OptionProfilePhoto": "Foto",
+    "LabelUserLibrary": "Anv\u00e4ndarbibliotek:",
+    "LabelUserLibraryHelp": "V\u00e4lj vilken anv\u00e4ndares bibliotek som skall visas p\u00e5 enheten. L\u00e4mna detta tomt f\u00f6r att anv\u00e4nda standardbiblioteket.",
+    "OptionPlainStorageFolders": "Visa alla mappar som vanliga lagringsmappar",
+    "OptionPlainStorageFoldersHelp": "Om aktiverad representeras alla mappar i DIDL som \"object.container.storageFolder\" i st\u00e4llet f\u00f6r en mera specifik typ, t ex \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Visa alla videor som objekt utan specifikt format",
+    "OptionPlainVideoItemsHelp": "Om aktiverad representeras alla videor i DIDL som \"object.item.videoItem\"  i st\u00e4llet f\u00f6r en mera specifik typ, t ex \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Mediaformat som st\u00f6ds:",
+    "TabIdentification": "Identifiering",
+    "HeaderIdentification": "Identifiering",
+    "TabDirectPlay": "Direktuppspelning",
+    "TabContainers": "Beh\u00e5llare",
+    "TabCodecs": "Kodningsformat",
+    "TabResponses": "Svar",
+    "HeaderProfileInformation": "Profilinformation",
+    "LabelEmbedAlbumArtDidl": "B\u00e4dda in omslagsbilder i Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Vissa enheter f\u00f6redrar den h\u00e4r metoden att ta fram omslagsbilder. Andra kanske avbryter avspelningen om detta val \u00e4r aktiverat.",
+    "LabelAlbumArtPN": "PN f\u00f6r omslagsbilder:",
+    "LabelAlbumArtHelp": "Det PN som anv\u00e4nds f\u00f6r omslagsbilder, inom attributet dlna:profileID hos upnp:albumArtURI. Vissa klienter kr\u00e4ver ett specifikt v\u00e4rde, oavsett bildens storlek.",
+    "LabelAlbumArtMaxWidth": "Maximal bredd f\u00f6r omslagsbilder:",
+    "LabelAlbumArtMaxWidthHelp": "H\u00f6gsta uppl\u00f6sning hos omslagsbilder presenterade via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Skivomslagens maxh\u00f6jd:",
+    "LabelAlbumArtMaxHeightHelp": "H\u00f6gsta uppl\u00f6sning hos omslagsbilder presenterade via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Maxbredd p\u00e5 ikoner:",
+    "LabelIconMaxWidthHelp": "H\u00f6gsta uppl\u00f6sning p\u00e5 ikoner som visas via upnp:icon.",
+    "LabelIconMaxHeight": "Maxh\u00f6jd p\u00e5 ikoner:",
+    "LabelIconMaxHeightHelp": "H\u00f6gsta uppl\u00f6sning hos ikoner som visas via upnp:icon.",
+    "LabelIdentificationFieldHelp": "En skiftl\u00e4gesok\u00e4nslig delstr\u00e4ng eller regex-uttryck.",
+    "HeaderProfileServerSettingsHelp": "Dessa v\u00e4rden styr hur Media Browser presenterar sig f\u00f6r enheten.",
+    "LabelMaxBitrate": "H\u00f6gsta bithastighet:",
+    "LabelMaxBitrateHelp": "Ange en h\u00f6gsta bithastighet i bandbreddsbegr\u00e4nsade milj\u00f6er, eller i fall d\u00e4r enheten har sina egna begr\u00e4nsningar.",
+    "LabelMaxStreamingBitrate": "Max bithastighet f\u00f6r str\u00f6mning:",
+    "LabelMaxStreamingBitrateHelp": "Ange h\u00f6gsta bithastighet f\u00f6r str\u00f6mning.",
+    "LabelMaxStaticBitrate": "Max bithastighet vid synkronisering:",
+    "LabelMaxStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering.",
+    "LabelMusicStaticBitrate": "Bithastighet vid synkning av musik:",
+    "LabelMusicStaticBitrateHelp": "Ange h\u00f6gsta bithastighet vid synkronisering av musik",
+    "LabelMusicStreamingTranscodingBitrate": "Bithastighet vid omkodning av musik:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Ange h\u00f6gsta bithastighet vid str\u00f6mning av musik",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignorera beg\u00e4ran om \"byte range\" vid omkodning",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "Om aktiverad kommer beg\u00e4ran att uppfyllas, men \"byte range\"-rubriken ignoreras.",
+    "LabelFriendlyName": "\u00d6nskat namn",
+    "LabelManufacturer": "Tillverkare",
+    "LabelManufacturerUrl": "Tillverkarens webaddress",
+    "LabelModelName": "Modellnamn",
+    "LabelModelNumber": "Modellnummer",
+    "LabelModelDescription": "Modellbeskrivning",
+    "LabelModelUrl": "L\u00e4nk till modellen",
+    "LabelSerialNumber": "Serienummer",
+    "LabelDeviceDescription": "Enhetsbeskrivning",
+    "HeaderIdentificationCriteriaHelp": "Var god skriv in minst ett identifieringskriterium",
+    "HeaderDirectPlayProfileHelp": "Ange direktuppspelningsprofiler f\u00f6r att indikera vilka format enheten kan spela upp utan omkodning.",
+    "HeaderTranscodingProfileHelp": "Ange omkodningsprofiler f\u00f6r att indikera vilka format som ska anv\u00e4ndas d\u00e5 omkodning kr\u00e4vs.",
+    "HeaderResponseProfileHelp": "Svarsprofiler \u00e4r ett s\u00e4tt att anpassa den information som s\u00e4nds till enheten d\u00e5 olika typer av media spelas upp.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Anger inneh\u00e5llet i elementet X_DLNACAP i namnutrymmet urn:schemas-dlna-org:device-1-0.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Anger inneh\u00e5llet i elementet X_DLNADOC i namnutrymmet urn:schemas-dlna-org:device-1-0.",
+    "LabelSonyAggregationFlags": "\"Aggregation flags\" f\u00f6r Sony:",
+    "LabelSonyAggregationFlagsHelp": "Anger inneh\u00e5llet i elementet  aggregationFlags  i namnutrymmet urn:schemas-sonycom:av.",
+    "LabelTranscodingContainer": "Beh\u00e5llare:",
+    "LabelTranscodingVideoCodec": "Videokodning:",
+    "LabelTranscodingVideoProfile": "Videoprofil:",
+    "LabelTranscodingAudioCodec": "Ljudkodning:",
+    "OptionEnableM2tsMode": "Till\u00e5t M2ts-l\u00e4ge",
+    "OptionEnableM2tsModeHelp": "Aktivera m2ts-l\u00e4ge n\u00e4r omkodning sker till mpegts.",
+    "OptionEstimateContentLength": "Upskattad inneh\u00e5llsl\u00e4ngd vid omkodning",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Meddela att servern st\u00f6djer bytebaserad s\u00f6kning vid omkodning",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "Detta kr\u00e4vs f\u00f6r vissa enheter som inte kan utf\u00f6ra tidss\u00f6kning p\u00e5 ett tillfredsst\u00e4llande s\u00e4tt.",
+    "HeaderSubtitleDownloadingHelp": "N\u00e4r Media Browser s\u00f6ker igenom dina videofiler kan den identifiera saknade undertexter och ladda ner dem fr\u00e5n en onlinetj\u00e4nst, t ex OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Ladda ner undertexter f\u00f6r:",
+    "MessageNoChapterProviders": "Installera ett kapiteltill\u00e4gg s\u00e5som ChapterDb f\u00f6r att ge fler kapitelfunktioner.",
+    "LabelSkipIfGraphicalSubsPresent": "Hoppa \u00f6ver om videon redan inneh\u00e5ller grafiska undertexter",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Undertexter",
+    "TabChapters": "Kapitel",
+    "HeaderDownloadChaptersFor": "H\u00e4mta kapitelnamn f\u00f6r:",
+    "LabelOpenSubtitlesUsername": "Inloggnings-ID hos Open Subtitles:",
+    "LabelOpenSubtitlesPassword": "L\u00f6senord hos Open Subtitles:",
+    "HeaderChapterDownloadingHelp": "N\u00e4r Media Browser s\u00f6ker igenom dina videofiler kan den identifiera kapitelnamn och ladda ner dem med hj\u00e4lp av kapiteltill\u00e4gg s\u00e5som ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Anv\u00e4nd det f\u00f6rvalda ljudsp\u00e5ret oavsett spr\u00e5k",
+    "LabelSubtitlePlaybackMode": "Undertextl\u00e4ge:",
+    "LabelDownloadLanguages": "Spr\u00e5k att ladda ner:",
+    "ButtonRegister": "Registrera",
+    "LabelSkipIfAudioTrackPresent": "Hoppa \u00f6ver om det f\u00f6rvalda ljudsp\u00e5rets spr\u00e5k \u00e4r samma som det nerladdade",
+    "LabelSkipIfAudioTrackPresentHelp": "Bocka ur denna f\u00f6r att ge undertexter \u00e5t alla videor oavsett ljudsp\u00e5rets spr\u00e5k.",
+    "HeaderSendMessage": "Skicka meddelande",
+    "ButtonSend": "Skicka",
+    "LabelMessageText": "Meddelandetext",
+    "MessageNoAvailablePlugins": "Inga till\u00e4gg tillg\u00e4ngliga.",
+    "LabelDisplayPluginsFor": "Visa till\u00e4gg f\u00f6r:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Avsnittsnamn",
+    "LabelSeriesNamePlain": "Seriens namn",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "S\u00e4songsnummer",
+    "LabelEpisodeNumberPlain": "Avsnittsnummer",
+    "LabelEndingEpisodeNumberPlain": "Avslutande avsnittsnummer",
+    "HeaderTypeText": "Ange text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "S\u00f6k efter undertexter",
+    "MessageNoSubtitleSearchResultsFound": "S\u00f6kningen gav inga resultat.",
+    "TabDisplay": "Visning",
+    "TabLanguages": "Spr\u00e5k",
+    "TabWebClient": "Webbklient",
+    "LabelEnableThemeSongs": "Aktivera ledmotiv",
+    "LabelEnableBackdrops": "Aktivera fondbilder",
+    "LabelEnableThemeSongsHelp": "Om aktiverat spelas ledmotiv upp vid bl\u00e4ddring i biblioteket.",
+    "LabelEnableBackdropsHelp": "Om aktiverat visas fondbilder i bakgrunden av vissa sidor vid bl\u00e4ddring i biblioteket.",
+    "HeaderHomePage": "Hemsidan",
+    "HeaderSettingsForThisDevice": "Inst\u00e4llningar f\u00f6r den h\u00e4r enheten",
+    "OptionAuto": "Auto",
+    "OptionYes": "Ja",
+    "OptionNo": "Nej",
+    "HeaderOptions": "Alternativ",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Startsidans sektion 1:",
+    "LabelHomePageSection2": "Startsidans sektion 2:",
+    "LabelHomePageSection3": "Startsidans sektion 3:",
+    "LabelHomePageSection4": "Startsidans sektion 4:",
+    "OptionMyViewsButtons": "Mina vyer (knappar)",
+    "OptionMyViews": "Mina vyer",
+    "OptionMyViewsSmall": "Mina vyer (liten)",
+    "OptionResumablemedia": "\u00c5teruppta",
+    "OptionLatestMedia": "Nytillkommet",
+    "OptionLatestChannelMedia": "Senaste objekten i Kanaler",
+    "HeaderLatestChannelItems": "Senaste objekten i Kanaler",
+    "OptionNone": "Inga",
+    "HeaderLiveTv": "Live-TV",
+    "HeaderReports": "Rapporter",
+    "HeaderMetadataManager": "Metadatahanteraren",
+    "HeaderPreferences": "Inst\u00e4llningar",
+    "MessageLoadingChannels": "H\u00e4mtar kanalinneh\u00e5ll...",
+    "MessageLoadingContent": "H\u00e4mtar inneh\u00e5ll...",
+    "ButtonMarkRead": "Markera som l\u00e4st",
+    "OptionDefaultSort": "F\u00f6rval",
+    "OptionCommunityMostWatchedSort": "Oftast visade",
+    "TabNextUp": "N\u00e4stkommande",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "Det finns inga filmf\u00f6rslag f\u00f6r tillf\u00e4llet. Efter att ha sett ett antal filmer kan du \u00e5terkomma hit f\u00f6r att se dina f\u00f6rslag.",
+    "MessageNoCollectionsAvailable": "Samlingar g\u00f6r det m\u00f6jligt att avnjuta personliga grupperingar av filmer, serier, Album, b\u00f6cker och spel. Klicka p\u00e5 knappen + f\u00f6r att b\u00f6rja skapa samlingar.",
+    "MessageNoPlaylistsAvailable": "Spellistor l\u00e5ter dig skapa listor med inneh\u00e5ll att spela upp i ordning. F\u00f6r att l\u00e4gga till objekt i spellistor, h\u00f6gerklicka eller tryck-och-h\u00e5ll och v\u00e4lj \"l\u00e4gg till i spellista\".",
+    "MessageNoPlaylistItemsAvailable": "Den h\u00e4r spellistan \u00e4r tom.",
+    "ButtonDismiss": "Avvisa",
+    "ButtonEditOtherUserPreferences": "Redigera denna anv\u00e4ndarens profil, l\u00f6senord och personliga preferenser",
+    "LabelChannelStreamQuality": "\u00d6nskad kvalitet vid str\u00f6mning via Internet:",
+    "LabelChannelStreamQualityHelp": "N\u00e4r bandbredden \u00e4r begr\u00e4nsad kan en l\u00e4gre kvalitet ge en mera st\u00f6rningsfri upplevelse.",
+    "OptionBestAvailableStreamQuality": "B\u00e4sta tillg\u00e4ngliga",
+    "LabelEnableChannelContentDownloadingFor": "Aktivera nedladdning av inneh\u00e5ll f\u00f6r dessa kanaler:",
+    "LabelEnableChannelContentDownloadingForHelp": "Vissa kanaler till\u00e5ter nedladdning av material f\u00f6re visning. Aktivera detta d\u00e5 bandbredden \u00e4r begr\u00e4nsad f\u00f6r att h\u00e4mta material vid tider med l\u00e5g belastning. H\u00e4mtningen styrs av den schemalagda aktiviteten \"Nedladdning till kanaler\".",
+    "LabelChannelDownloadPath": "Plats f\u00f6r lagring av nedladdat kanalinneh\u00e5ll:",
+    "LabelChannelDownloadPathHelp": "Ange anpassad plats om s\u00e5 \u00f6nskas. L\u00e4mna tomt f\u00f6r att anv\u00e4nda en intern programdatamapp.",
+    "LabelChannelDownloadAge": "Radera inneh\u00e5ll efter (dagar):",
+    "LabelChannelDownloadAgeHelp": "Nedladdat inneh\u00e5ll \u00e4ldre \u00e4n s\u00e5 raderas. Det \u00e4r fortfarande tillg\u00e4ngligt via str\u00f6mning fr\u00e5n Internet.",
+    "ChannelSettingsFormHelp": "Installera kanaler, t ex Trailers och Vimeo, via till\u00e4ggskatalogen.",
+    "ButtonOptions": "Alternativ",
+    "ViewTypeMovies": "Filmer",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Spel",
+    "ViewTypeMusic": "Musik",
+    "ViewTypeMusicGenres": "Genrer",
+    "ViewTypeMusicArtists": "Artister",
+    "ViewTypeBoxSets": "Samlingar",
+    "ViewTypeChannels": "Kanaler",
+    "ViewTypeLiveTV": "Live-TV",
+    "ViewTypeLiveTvNowPlaying": "Visas nu",
+    "ViewTypeLatestGames": "Senaste spelen",
+    "ViewTypeRecentlyPlayedGames": "Nyligen spelade",
+    "ViewTypeGameFavorites": "Favoriter",
+    "ViewTypeGameSystems": "Spelsystem",
+    "ViewTypeGameGenres": "Genrer",
+    "ViewTypeTvResume": "\u00c5teruppta",
+    "ViewTypeTvNextUp": "N\u00e4stkommande",
+    "ViewTypeTvLatest": "Nytillkommet",
+    "ViewTypeTvShowSeries": "Serier",
+    "ViewTypeTvGenres": "Genrer",
+    "ViewTypeTvFavoriteSeries": "Favoritserier",
+    "ViewTypeTvFavoriteEpisodes": "Favoritavsnitt",
+    "ViewTypeMovieResume": "\u00c5teruppta",
+    "ViewTypeMovieLatest": "Nytillkommet",
+    "ViewTypeMovieMovies": "Filmer",
+    "ViewTypeMovieCollections": "Samlingar",
+    "ViewTypeMovieFavorites": "Favoriter",
+    "ViewTypeMovieGenres": "Genrer",
+    "ViewTypeMusicLatest": "Nytillkommet",
+    "ViewTypeMusicAlbums": "Album",
+    "ViewTypeMusicAlbumArtists": "Albumartister",
+    "HeaderOtherDisplaySettings": "Visningsinst\u00e4llningar",
+    "ViewTypeMusicSongs": "L\u00e5tar",
+    "ViewTypeMusicFavorites": "Favoriter",
+    "ViewTypeMusicFavoriteAlbums": "Favoritalbum",
+    "ViewTypeMusicFavoriteArtists": "Favoritartister",
+    "ViewTypeMusicFavoriteSongs": "Favoritl\u00e5tar",
+    "HeaderMyViews": "Mina vyer",
+    "LabelSelectFolderGroups": "Gruppera automatiskt inneh\u00e5ll fr\u00e5n dessa mappar i vyer, t ex Filmer, Musik eller TV:",
+    "LabelSelectFolderGroupsHelp": "Ej valda mappar kommer att visas f\u00f6r sig sj\u00e4lva i en egen vy.",
+    "OptionDisplayAdultContent": "Visa erotiskt inneh\u00e5ll",
+    "OptionLibraryFolders": "Mediamappar",
+    "TitleRemoteControl": "Fj\u00e4rrkontroll",
+    "OptionLatestTvRecordings": "Senaste inspelningar",
+    "LabelProtocolInfo": "Protokollinfo:",
+    "LabelProtocolInfoHelp": "V\u00e4rde att anv\u00e4nda vid svar p\u00e5 GetProtocolInfo-beg\u00e4ran fr\u00e5n enheter.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Format f\u00f6r premi\u00e4rdatum:",
+    "LabelKodiMetadataDateFormatHelp": "Alla datum i nfo-filer kommer att l\u00e4sas och skrivas i detta format.",
+    "LabelKodiMetadataSaveImagePaths": "Spara bilds\u00f6kv\u00e4gar i nfo-filer",
+    "LabelKodiMetadataSaveImagePathsHelp": "Detta rekommenderas om du har bilder med filnamn som inte uppfyller Kodis riktlinjer.",
+    "LabelKodiMetadataEnablePathSubstitution": "Aktivera s\u00f6kv\u00e4gsutbyte",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverar s\u00f6kv\u00e4gsutbyte enligt serverns inst\u00e4llningar.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "Se \"s\u00f6kv\u00e4gsutbyte\".",
+    "LabelGroupChannelsIntoViews": "Visa dessa kanaler direkt i mina vyer:",
+    "LabelGroupChannelsIntoViewsHelp": "Om aktiverat kommer dessa kanaler att visas tillsammans med andra vyer. Annars visas de i en separat vy f\u00f6r Kanaler.",
+    "LabelDisplayCollectionsView": "Vy som visar filmsamlingar",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Kopiera extrafanart till extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "N\u00e4r bilder h\u00e4mtas fr\u00e5n Internet kan de sparas i b\u00e5de extrafanart- och extrathumbs-mapparna f\u00f6r att ge maximal kompatibilitet med Kodi-skins.",
+    "TabServices": "Tj\u00e4nster",
+    "TabLogs": "Loggfiler",
+    "HeaderServerLogFiles": "Serverloggfiler:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Anpassa utseendet p\u00e5 Media Browser till din grupp eller f\u00f6retags \u00f6nskem\u00e5l.",
+    "LabelLoginDisclaimer": "Ansvarsbegr\u00e4nsning vid inloggning:",
+    "LabelLoginDisclaimerHelp": "Detta visas l\u00e4ngst ned p\u00e5 inloggningssidan.",
+    "LabelAutomaticallyDonate": "Donera detta belopp automatiskt varje m\u00e5nad",
+    "LabelAutomaticallyDonateHelp": "Du kan avbryta n\u00e4r som helst via ditt PayPal-konto.",
+    "OptionList": "Lista",
+    "TabDashboard": "Kontrollpanel",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Loggfiler:",
+    "LabelMetadata": "Metadata",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Tillf\u00e4lliga omkodningsfiler:",
+    "HeaderLatestMusic": "Nytillkommen musik",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "API-nycklar",
+    "HeaderApiKeysHelp": "Externa program m\u00e5ste ha en API-nyckel f\u00f6r att kommunicera med Media Browser. Nycklar skapas genom inloggning med ett Media Browser-konto eller genom att manuellt tilldela ett program en nyckel.",
+    "HeaderApiKey": "API-nyckel",
+    "HeaderApp": "App",
+    "HeaderDevice": "Enhet",
+    "HeaderUser": "Anv\u00e4ndare",
+    "HeaderDateIssued": "Utgivningsdatum",
+    "LabelChapterName": "Kapitel {0}",
+    "HeaderNewApiKey": "Ny API-nyckel",
+    "LabelAppName": "Appens namn",
+    "LabelAppNameExample": "Exempel: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Till\u00e5t en app att kommunicera med Media Browser",
+    "HeaderHttpHeaders": "Http-rubriker",
+    "HeaderIdentificationHeader": "ID-rubrik",
+    "LabelValue": "V\u00e4rde:",
+    "LabelMatchType": "Matchningstyp:",
+    "OptionEquals": "Lika med",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Delstr\u00e4ng",
+    "TabView": "Vy",
+    "TabSort": "Sortera",
+    "TabFilter": "Filtrera",
+    "ButtonView": "Visa",
+    "LabelPageSize": "Max antal objekt:",
+    "LabelPath": "S\u00f6kv\u00e4g:",
+    "LabelView": "Vy:",
+    "TabUsers": "Anv\u00e4ndare",
+    "LabelSortName": "Sorteringstitel:",
+    "LabelDateAdded": "Inlagd den:",
+    "HeaderFeatures": "Extramaterial",
+    "HeaderAdvanced": "Avancerat",
+    "ButtonSync": "Synk",
+    "TabScheduledTasks": "Schemalagda aktiviteter",
+    "HeaderChapters": "Kapitel",
+    "HeaderResumeSettings": "\u00c5teruppta-inst\u00e4llningar",
+    "TabSync": "Synk",
+    "TitleUsers": "Anv\u00e4ndare",
+    "LabelProtocol": "Protokoll:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Live-str\u00f6mning via Http",
+    "LabelContext": "Metod:",
+    "OptionContextStreaming": "Str\u00f6mning",
+    "OptionContextStatic": "Synk",
+    "ButtonAddToPlaylist": "L\u00e4gg till i spellista",
+    "TabPlaylists": "Spellistor",
+    "ButtonClose": "St\u00e4ng",
+    "LabelAllLanguages": "Alla spr\u00e5k",
+    "HeaderBrowseOnlineImages": "Bl\u00e4ddra bland bilder online",
+    "LabelSource": "K\u00e4lla:",
+    "OptionAll": "Alla",
+    "LabelImage": "Bild:",
+    "ButtonBrowseImages": "Bl\u00e4ddra bland bilder",
+    "HeaderImages": "Bilder",
+    "HeaderBackdrops": "Fondbilder",
+    "HeaderScreenshots": "Sk\u00e4rmklipp",
+    "HeaderAddUpdateImage": "L\u00e4gg till\/uppdatera bild",
+    "LabelJpgPngOnly": "Endast JPG\/PNG",
+    "LabelImageType": "Typ av bild:",
+    "OptionPrimary": "Prim\u00e4r",
+    "OptionArt": "Grafik",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box bakre",
+    "OptionDisc": "Skiva",
+    "OptionLogo": "Logotyp",
+    "OptionMenu": "Meny",
+    "OptionScreenshot": "Sk\u00e4rmdump",
+    "OptionLocked": "L\u00e5st",
+    "OptionUnidentified": "Oidentifierad",
+    "OptionMissingParentalRating": "\u00c5ldersgr\u00e4ns saknas",
+    "OptionStub": "Stump",
+    "HeaderEpisodes": "Avsnitt:",
+    "OptionSeason0": "S\u00e4song 0",
+    "LabelReport": "Rapport:",
+    "OptionReportSongs": "L\u00e5tar",
+    "OptionReportSeries": "Serier",
+    "OptionReportSeasons": "S\u00e4songer",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Musikvideos",
+    "OptionReportMovies": "Filmer",
+    "OptionReportHomeVideos": "Hemvideos",
+    "OptionReportGames": "Spel",
+    "OptionReportEpisodes": "Avsnitt",
+    "OptionReportCollections": "Samlingar",
+    "OptionReportBooks": "B\u00f6cker",
+    "OptionReportArtists": "Artister",
+    "OptionReportAlbums": "Album",
+    "OptionReportAdultVideos": "Vuxen videos",
+    "ButtonMore": "Mer",
+    "HeaderActivity": "Aktivitet",
+    "ScheduledTaskStartedWithName": "{0} startad",
+    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
+    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
+    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
+    "PluginInstalledWithName": "{0} installerades",
+    "PluginUpdatedWithName": "{0} uppdaterades",
+    "PluginUninstalledWithName": "{0} avinstallerades",
+    "ScheduledTaskFailedWithName": "{0} misslyckades",
+    "ItemAddedWithName": "{0} lades till i biblioteket",
+    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
+    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
+    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
+    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
+    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
+    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
+    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
+    "LabelRunningTimeValue": "Speltid: {0}",
+    "LabelIpAddressValue": "IP-adress: {0}",
+    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
+    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
+    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
+    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
+    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
+    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
+    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
+    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
+    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
+    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
+    "AppDeviceValues": "App: {0}, enhet: {1}",
+    "ProviderValue": "K\u00e4lla: {0}",
+    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Gr\u00e4ns f\u00f6r storleken p\u00e5 mappen f\u00f6r nerladdning av kanaler.",
+    "HeaderRecentActivity": "Senaste aktivitet",
+    "HeaderPeople": "Personer",
+    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
+    "OptionComposers": "Komposit\u00f6rer",
+    "OptionOthers": "\u00d6vriga",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
+    "ViewTypeFolders": "Mappar",
+    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
+    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
+    "ViewTypeLiveTvChannels": "Kanaler",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "L\u00f6senord",
+    "HeaderLocalAccess": "Lokal \u00e5tkomst",
+    "HeaderViewOrder": "Visningsordning",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
+    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
+    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
+    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
+    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
+    "OptionRefreshAllData": "Uppdatera alla data",
+    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
+    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
+    "HeaderRefreshMetadata": "Uppdatera metadata",
+    "HeaderPersonInfo": "Personinformation",
+    "HeaderIdentifyItem": "Identifiera objekt",
+    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
+    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
+    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
+    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
+    "ButtonIdentify": "Identifiera",
+    "LabelAlbumArtist": "Albumartist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
+    "LabelVoteCount": "Antal r\u00f6ster:",
+    "LabelMetascore": "Metabetyg:",
+    "LabelCriticRating": "Kritikerbetyg:",
+    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
+    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
+    "LabelWebsite": "Hemsida:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Synopsis:",
+    "LabelShortOverview": "Kort synopsis:",
+    "LabelReleaseDate": "Premi\u00e4rdatum:",
+    "LabelYear": "\u00c5r:",
+    "LabelPlaceOfBirth": "F\u00f6delseort:",
+    "LabelEndDate": "Slutdatum:",
+    "LabelAirDate": "S\u00e4ndningsdagar:",
+    "LabelAirTime:": "S\u00e4ndningstid:",
+    "LabelRuntimeMinutes": "Speltid (min):",
+    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
+    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Int\u00e4kter ($):",
+    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
+    "LabelPlayers": "Spelare:",
+    "Label3DFormat": "3D-format:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
+    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
+    "HeaderExternalIds": "Externa ID:n",
+    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
+    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
+    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
+    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
+    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
+    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
+    "LabelTreatImageAs": "Behandla bild som:",
+    "LabelDisplayOrder": "Visningsordning:",
+    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
+    "HeaderCountries": "L\u00e4nder",
+    "HeaderGenres": "Genrer",
+    "HeaderPlotKeywords": "Nyckelord i handlingen",
+    "HeaderStudios": "Studior",
+    "HeaderTags": "Etiketter",
+    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
+    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
+    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
+    "TabDonate": "L\u00e4mna bidrag",
+    "HeaderDonationType": "Donationstyp:",
+    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
+    "OptionOneTimeDescription": "Detta \u00e4r ett extra bidrag f\u00f6r att visa ditt st\u00f6d f\u00f6r teamet. Det ger inga ytterligare f\u00f6rm\u00e5ner och ingen supporterkod.",
+    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
+    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
+    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
+    "OptionNoTrailer": "Trailer saknas",
+    "OptionNoThemeSong": "Ledmotiv saknas",
+    "OptionNoThemeVideo": "Temavideo saknas",
+    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
+    "ButtonDonate": "Donera",
+    "OptionActor": "Sk\u00e5despelare",
+    "OptionComposer": "Komposit\u00f6r",
+    "OptionDirector": "Regiss\u00f6r",
+    "OptionGuestStar": "G\u00e4startist",
+    "OptionProducer": "Producent",
+    "OptionWriter": "Manusf\u00f6rfattare",
+    "LabelAirDays": "S\u00e4ndningsdagar:",
+    "LabelAirTime": "S\u00e4ndningstid:",
+    "HeaderMediaInfo": "Mediainformation",
+    "HeaderPhotoInfo": "Fotoinformation",
+    "HeaderInstall": "Installera",
+    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
+    "LinkSupporterMembership": "Visa information om supportermedlemskap",
+    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
+    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
+    "HeaderReviews": "Recensioner",
+    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
+    "HeaderRevisionHistory": "Revisionshistorik",
+    "ButtonViewWebsite": "G\u00e5 till hemsidan",
+    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
+    "HeaderXmlSettings": "XML-inst\u00e4llningar",
+    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
+    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
+    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
+    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
+    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Om aktiverat extraheras kapitelbildrutor n\u00e4r videor importeras vid genoms\u00f6kning av biblioteket. Om avaktiverat kommer extrahering att ske vid schemalagd kapitelbildrutebehandling, f\u00f6r att snabba upp den regelbundna genoms\u00f6kningen av biblioteket.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
+    "LabelExternalPlayers": "Externa uppspelare:",
+    "LabelExternalPlayersHelp": "Visa knappar f\u00f6r att spela upp inneh\u00e5ll i externa uppspelare. Detta ar enbart tillg\u00e4ngligt p\u00e5 enheter som st\u00f6djer url-scheman, i allm\u00e4nhet Android och iOS. Externa uppspelare har normalt ej st\u00f6d f\u00f6r fj\u00e4rrkontroll eller \u00e5terupptagande.",
+    "HeaderSubtitleProfile": "Undertextprofil",
+    "HeaderSubtitleProfiles": "Undertextprofiler",
+    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Metod:",
+    "LabelDidlMode": "Didl-l\u00e4ge:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Infoga i container",
+    "OptionExternallyDownloaded": "Extern nerladdning",
+    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
+    "LabelSubtitleFormatHelp": "Exempel:srt",
+    "ButtonLearnMore": "L\u00e4s mer",
+    "TabPlayback": "Uppspelning",
+    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
+    "TabCinemaMode": "Biol\u00e4ge",
+    "TitlePlayback": "Uppspelning",
+    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
+    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
+    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
+    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
+    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
+    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
+    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
+    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
+    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
+    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
+    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
+    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
+    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
+    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
+    "HeaderCinemaMode": "Biol\u00e4ge",
+    "LabelDateAddedBehavior": "Hantering av datum f\u00f6r nytt inneh\u00e5ll:",
+    "OptionDateAddedImportTime": "Anv\u00e4nd datum f\u00f6r inl\u00e4sning i biblioteket",
+    "OptionDateAddedFileTime": "Anv\u00e4nd datum d\u00e5 filen skapades",
+    "LabelDateAddedBehaviorHelp": "Om ett metadatav\u00e4rde finns kommer det att anv\u00e4ndas i st\u00e4llet f\u00f6r dessa.",
+    "LabelNumberTrailerToPlay": "Antal trailers att spela upp:",
+    "TitleDevices": "Enheter",
+    "TabCameraUpload": "Kamerauppladdning",
+    "TabDevices": "Enheter",
+    "HeaderCameraUploadHelp": "Ladda automatiskt upp foton och videor tagna med mobila enheter till Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "Du har inga enheter som st\u00f6djer kamerauppladdning.",
+    "LabelCameraUploadPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r kamerauppladdning:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Skapa en undermapp f\u00f6r varje enhet",
+    "LabelCreateCameraUploadSubfolderHelp": "S\u00e4rskilda mappar f\u00f6r varje enhet kan anges p\u00e5 sidan \"Enheter\" genom att klicka p\u00e5 resp. enhet.",
+    "LabelCustomDeviceDisplayName": "Visningsnamn:",
+    "LabelCustomDeviceDisplayNameHelp": "Ange ett anpassat enhetsnamn. L\u00e4mna blankt f\u00f6r att anv\u00e4nda det namn enheten sj\u00e4lv rapporterar.",
+    "HeaderInviteUser": "Bjud in anv\u00e4ndare",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Att dela dina media med v\u00e4nner \u00e4r enklare \u00e4n n\u00e5gonsin med Media Browser Connect.",
+    "ButtonSendInvitation": "Skicka inbjudan",
+    "HeaderSignInWithConnect": "Logga in med Media Browser Connect",
+    "HeaderGuests": "G\u00e4ster",
+    "HeaderLocalUsers": "Lokala anv\u00e4ndare",
+    "HeaderPendingInvitations": "V\u00e4ntande inbjudningar",
+    "TabParentalControl": "F\u00f6r\u00e4ldral\u00e5s",
+    "HeaderAccessSchedule": "Schema f\u00f6r \u00e5tkomst",
+    "HeaderAccessScheduleHelp": "Skapa ett schema f\u00f6r att begr\u00e4nsa \u00e5tkomsten till vissa tider.",
+    "ButtonAddSchedule": "Skapa schema",
+    "LabelAccessDay": "Veckodag:",
+    "LabelAccessStart": "Starttid:",
+    "LabelAccessEnd": "Sluttid:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Varje dag",
+    "OptionWeekdays": "Veckodagar",
+    "OptionWeekends": "Helger",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer rulle",
+    "HeaderTrailerReel": "Trailer rulle",
+    "OptionPlayUnwatchedTrailersOnly": "Spela endast osedda trailers",
+    "HeaderTrailerReelHelp": "Starta en trailer rulle f\u00f6r att spela en l\u00e5ng  spellista med trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Registrera dig",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Inaktivera tillg\u00e5ng till anv\u00e4ndarinst\u00e4llningar",
+    "OptionDisableUserPreferencesHelp": "Om aktiverad, kommer endast administrat\u00f6rer att kunna konfigurera anv\u00e4ndarprofilbilder, l\u00f6senord och spr\u00e5kinst\u00e4llningar.",
+    "HeaderSelectServer": "V\u00e4lj Server",
+    "MessageNoServersAvailableToConnect": "Inga servrar finns tillg\u00e4ngliga f\u00f6r att ansluta till. Om du har blivit inbjuden att dela en server, se till att acceptera den nedan eller genom att klicka p\u00e5 l\u00e4nken i e-postmeddelandet.",
+    "TitleNewUser": "Ny Anv\u00e4ndare",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Gl\u00f6mt L\u00f6senord",
+    "TitleForgotPassword": "Gl\u00f6mt L\u00f6senord",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "\u00c5terst\u00e4llning av l\u00f6senordet",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Videotyper",
+    "HeaderYears": "\u00c5r",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/tr.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Arama",
-    "ButtonSettings": "Ayarlar",
-    "ButtonTakeScreenshot": "Ekran G\u00f6r\u00fcnt\u00fcs\u00fc Al",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
-    "TabNavigation": "Navigasyon",
-    "TabControls": "Kontrol",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Sahneler",
-    "ButtonSubtitles": "Altyaz\u0131lar",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Durdur",
-    "ButtonPause": "Duraklat",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Eklenti Ba\u015far\u0131s\u0131z",
-    "ButtonVolumeUp": "Ses A\u00e7",
-    "ButtonVolumeDown": "Ses Azalt",
-    "ButtonMute": "Sessiz",
-    "HeaderLatestMedia": "En Son G\u00f6r\u00fcnt\u00fclemeler",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Koleksiyon",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Profil G\u00f6r\u00fcnt\u00fcleme",
-    "LabelType": "T\u00fcr",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video Codec",
-    "LabelProfileAudioCodecs": "Ses Codec",
-    "LabelProfileCodecs": "Codecler",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Kodlama Profili",
-    "HeaderCodecProfile": "Codec Profili",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Vidyo",
-    "OptionProfileAudio": "Ses",
-    "OptionProfileVideoAudio": "Video Sesi",
-    "OptionProfilePhoto": "Foto\u011fraf",
-    "LabelUserLibrary": "Kullan\u0131c\u0131 K\u00fct\u00fcphanesi:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecler",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "ikon Max Y\u00fckseklik:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "\u0130kon Max Geni\u015flik:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "\u00dcretici",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Seri Numaras\u0131",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Altyaz\u0131lar",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Kay\u0131t",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Mesaj G\u00f6nder",
-    "ButtonSend": "G\u00f6nder",
-    "LabelMessageText": "Mesaj Metni:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Anasayfa",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Anasayfa Secenek 1:",
-    "LabelHomePageSection2": "Anasayfa Secenek 2:",
-    "LabelHomePageSection3": "Anasayfa Secenek 3:",
-    "LabelHomePageSection4": "Anasayfa Secenek 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "En Son G\u00f6r\u00fcnt\u00fclemeler",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Sonraki hafta",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media Klas\u00f6rleri",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Sunucu",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Cikis",
     "LabelVisitCommunity": "Bizi Ziyaret Edin",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max Kalite",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Sayfa Ba\u015f\u0131",
     "ButtonPageDown": "Sayfa Sonu",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Anasayfa"
+    "ButtonHome": "Anasayfa",
+    "ButtonSearch": "Arama",
+    "ButtonSettings": "Ayarlar",
+    "ButtonTakeScreenshot": "Ekran G\u00f6r\u00fcnt\u00fcs\u00fc Al",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
+    "TabNavigation": "Navigasyon",
+    "TabControls": "Kontrol",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Sahneler",
+    "ButtonSubtitles": "Altyaz\u0131lar",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Durdur",
+    "ButtonPause": "Duraklat",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Eklenti Ba\u015far\u0131s\u0131z",
+    "ButtonVolumeUp": "Ses A\u00e7",
+    "ButtonVolumeDown": "Ses Azalt",
+    "ButtonMute": "Sessiz",
+    "HeaderLatestMedia": "En Son G\u00f6r\u00fcnt\u00fclemeler",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Koleksiyon",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Profil G\u00f6r\u00fcnt\u00fcleme",
+    "LabelType": "T\u00fcr",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video Codec",
+    "LabelProfileAudioCodecs": "Ses Codec",
+    "LabelProfileCodecs": "Codecler",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Kodlama Profili",
+    "HeaderCodecProfile": "Codec Profili",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Vidyo",
+    "OptionProfileAudio": "Ses",
+    "OptionProfileVideoAudio": "Video Sesi",
+    "OptionProfilePhoto": "Foto\u011fraf",
+    "LabelUserLibrary": "Kullan\u0131c\u0131 K\u00fct\u00fcphanesi:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecler",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "ikon Max Y\u00fckseklik:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "\u0130kon Max Geni\u015flik:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "\u00dcretici",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Seri Numaras\u0131",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Altyaz\u0131lar",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Kay\u0131t",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Mesaj G\u00f6nder",
+    "ButtonSend": "G\u00f6nder",
+    "LabelMessageText": "Mesaj Metni:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Anasayfa",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Anasayfa Secenek 1:",
+    "LabelHomePageSection2": "Anasayfa Secenek 2:",
+    "LabelHomePageSection3": "Anasayfa Secenek 3:",
+    "LabelHomePageSection4": "Anasayfa Secenek 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "En Son G\u00f6r\u00fcnt\u00fclemeler",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Sonraki hafta",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media Klas\u00f6rleri",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Sunucu",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 668 - 668
MediaBrowser.Server.Implementations/Localization/Server/uk.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "Search",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u0412\u0438\u0439\u0442\u0438",
     "LabelVisitCommunity": "Visit Community",
     "LabelGithub": "Github",
@@ -672,8 +15,8 @@
     "LabelFinish": "Finish",
     "LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
     "LabelYoureDone": "You're Done!",
-    "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "TitleMediaBrowser": "Media Browser",
+    "WelcomeToMediaBrowser": "\u0412\u0456\u0442\u0430\u0454\u043c\u043e \u0443 \u041c\u0435\u0434\u0456\u0430-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456!",
+    "TitleMediaBrowser": "\u041c\u0435\u0434\u0456\u0430-\u0431\u0440\u0430\u0443\u0437\u0435\u0440",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
     "TellUsAboutYourself": "Tell us about yourself",
     "ButtonQuickStartGuide": "Quick start guide",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "\u0421\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -754,7 +97,7 @@
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
     "TabPreferences": "Preferences",
-    "TabPassword": "Password",
+    "TabPassword": "\u041f\u0430\u0440\u043e\u043b\u044c",
     "TabLibraryAccess": "Library Access",
     "TabAccess": "Access",
     "TabImage": "Image",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Allow this user to manage the server",
     "HeaderFeatureAccess": "Feature Access",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Max quality",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
     "HeaderAddTitles": "Add Titles",
     "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "Search",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "\u0428\u043b\u044f\u0445:",
+    "LabelView": "View:",
+    "TabUsers": "\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/vi.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "T\u00ecm ki\u1ebfm",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "Tho\u00e1t",
     "LabelVisitCommunity": "Gh\u00e9 th\u0103m trang C\u1ed9ng \u0111\u1ed3ng",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "Cho ph\u00e9p ng\u01b0\u1eddi d\u00f9ng n\u00e0y qu\u1ea3n l\u00fd m\u00e1y ch\u1ee7",
     "HeaderFeatureAccess": "Truy c\u1eadp t\u00ednh n\u0103ng",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "Ch\u1ea5t l\u01b0\u1ee3ng t\u1ed1i \u0111a",
     "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
     "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
-    "OptionUpscaling": "Allow clients to request upscaled video",
-    "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
     "EditCollectionItemsHelp": "Th\u00eam ho\u1eb7c x\u00f3a b\u1ea5t k\u1ef3 b\u1ed9 phim, series, album, s\u00e1ch ho\u1eb7c ch\u01a1i game b\u1ea1n mu\u1ed1n trong nh\u00f3m b\u1ed9 s\u01b0u t\u1eadp n\u00e0y",
     "HeaderAddTitles": "Th\u00eam c\u00e1c ti\u00eau \u0111\u1ec1",
     "LabelEnableDlnaPlayTo": "Cho ph\u00e9p DLNA ch\u1ea1y \u0111\u1ec3",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "T\u00ecm ki\u1ebfm",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "\u641c\u7d22",
-    "ButtonSettings": "\u8bbe\u7f6e",
-    "ButtonTakeScreenshot": "\u5c4f\u5e55\u622a\u56fe",
-    "ButtonLetterUp": "\u4e0a\u4e00\u5b57\u6bcd",
-    "ButtonLetterDown": "\u4e0b\u4e00\u5b57\u6bcd",
-    "PageButtonAbbreviation": "\u9875\u9762\u6309\u952e",
-    "LetterButtonAbbreviation": "\u5b57\u6bcd\u6309\u952e",
-    "TabNowPlaying": "\u73b0\u5728\u64ad\u653e",
-    "TabNavigation": "\u5bfc\u822a",
-    "TabControls": "\u63a7\u5236",
-    "ButtonFullscreen": "\u5207\u6362\u5168\u5c4f",
-    "ButtonScenes": "\u573a\u666f",
-    "ButtonSubtitles": "\u5b57\u5e55",
-    "ButtonAudioTracks": "\u97f3\u8f68",
-    "ButtonPreviousTrack": "\u4e0a\u4e00\u97f3\u8f68",
-    "ButtonNextTrack": "\u4e0b\u4e00\u97f3\u8f68",
-    "ButtonStop": "\u505c\u6b62",
-    "ButtonPause": "\u6682\u505c",
-    "ButtonNext": "\u4e0b\u4e00\u4e2a",
-    "ButtonPrevious": "\u4e0a\u4e00\u4e2a",
-    "LabelGroupMoviesIntoCollections": "\u6279\u91cf\u6dfb\u52a0\u7535\u5f71\u5230\u5408\u96c6",
-    "LabelGroupMoviesIntoCollectionsHelp": "\u5f53\u663e\u793a\u7684\u7535\u5f71\u5217\u8868\u65f6\uff0c\u5c5e\u4e8e\u4e00\u4e2a\u5408\u96c6\u7535\u5f71\u5c06\u663e\u793a\u4e3a\u4e00\u4e2a\u5206\u7ec4\u3002",
-    "NotificationOptionPluginError": "\u63d2\u4ef6\u5931\u8d25",
-    "ButtonVolumeUp": "\u52a0\u5927\u97f3\u91cf",
-    "ButtonVolumeDown": "\u964d\u4f4e\u97f3\u91cf",
-    "ButtonMute": "\u9759\u97f3",
-    "HeaderLatestMedia": "\u6700\u65b0\u5a92\u4f53",
-    "OptionSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
-    "HeaderCollections": "\u5408\u96c6",
-    "LabelProfileCodecsHelp": "\u4ee5\u9017\u53f7\u5206\u9694\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u7f16\u89e3\u7801\u5668\u3002",
-    "LabelProfileContainersHelp": "\u4ee5\u9017\u53f7\u5206\u9694\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u5a92\u4f53\u8f7d\u4f53\u3002",
-    "HeaderResponseProfile": "\u54cd\u5e94\u914d\u7f6e",
-    "LabelType": "\u7c7b\u578b\uff1a",
-    "LabelPersonRole": "\u89d2\u8272\uff1a",
-    "LabelPersonRoleHelp": "\u89d2\u8272\u7684\u4f5c\u7528\u662f\u4e00\u822c\u53ea\u9002\u7528\u4e8e\u6f14\u5458\u3002",
-    "LabelProfileContainer": "\u5a92\u4f53\u8f7d\u4f53\uff1a",
-    "LabelProfileVideoCodecs": "\u89c6\u9891\u7f16\u89e3\u7801\u5668\uff1a",
-    "LabelProfileAudioCodecs": "\u97f3\u9891\u7f16\u89e3\u7801\u5668\uff1a",
-    "LabelProfileCodecs": "\u7f16\u89e3\u7801\u5668\uff1a",
-    "HeaderDirectPlayProfile": "\u76f4\u63a5\u64ad\u653e\u914d\u7f6e",
-    "HeaderTranscodingProfile": "\u8f6c\u7801\u914d\u7f6e",
-    "HeaderCodecProfile": "\u7f16\u89e3\u7801\u5668\u914d\u7f6e",
-    "HeaderCodecProfileHelp": "\u7f16\u89e3\u7801\u5668\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u7f16\u7801\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u7f16\u89e3\u7801\u5668\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
-    "HeaderContainerProfile": "\u5a92\u4f53\u8f7d\u4f53\u914d\u7f6e",
-    "HeaderContainerProfileHelp": "\u5a92\u4f53\u8f7d\u4f53\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u5a92\u4f53\u683c\u5f0f\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u5a92\u4f53\u683c\u5f0f\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
-    "OptionProfileVideo": "\u89c6\u9891",
-    "OptionProfileAudio": "\u97f3\u9891",
-    "OptionProfileVideoAudio": "\u89c6\u9891\u97f3\u9891",
-    "OptionProfilePhoto": "\u56fe\u7247",
-    "LabelUserLibrary": "\u7528\u6237\u5a92\u4f53\u5e93",
-    "LabelUserLibraryHelp": "\u9009\u62e9\u4e00\u4e2a\u5728\u8bbe\u5907\u4e0a\u663e\u793a\u7684\u7528\u6237\u5a92\u4f53\u5e93\u3002\u7559\u7a7a\u5219\u4f7f\u7528\u9ed8\u8ba4\u8bbe\u7f6e\u3002",
-    "OptionPlainStorageFolders": "\u663e\u793a\u6240\u6709\u6587\u4ef6\u5939\u4f5c\u4e3a\u4e00\u822c\u5b58\u50a8\u6587\u4ef6\u5939",
-    "OptionPlainStorageFoldersHelp": "\u5982\u679c\u542f\u7528\uff0c\u6240\u6709\u6587\u4ef6\u5939\u5728DIDL\u4e2d\u663e\u793a\u4e3a\u201c object.container.storageFolder \u201d\uff0c\u800c\u4e0d\u662f\u4e00\u4e2a\u66f4\u5177\u4f53\u7684\u7c7b\u578b\uff0c\u5982\u201c object.container.person.musicArtist \u201d \u3002",
-    "OptionPlainVideoItems": "\u663e\u793a\u6240\u6709\u89c6\u9891\u4e3a\u4e00\u822c\u89c6\u9891\u9879\u76ee",
-    "OptionPlainVideoItemsHelp": "\u5982\u679c\u542f\u7528\uff0c\u6240\u6709\u89c6\u9891\u5728DIDL\u4e2d\u663e\u793a\u4e3a\u201cobject.item.videoItem\u201d\uff0c\u800c\u4e0d\u662f\u4e00\u4e2a\u66f4\u5177\u4f53\u7684\u7c7b\u578b\uff0c\u5982\u201cobject.item.videoItem.movie \u201d \u3002",
-    "LabelSupportedMediaTypes": "\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\uff1a",
-    "TabIdentification": "\u8bc6\u522b",
-    "HeaderIdentification": "\u8eab\u4efd\u8bc6\u522b",
-    "TabDirectPlay": "\u76f4\u63a5\u64ad\u653e",
-    "TabContainers": "\u5a92\u4f53\u8f7d\u4f53",
-    "TabCodecs": "\u7f16\u89e3\u7801\u5668",
-    "TabResponses": "\u54cd\u5e94",
-    "HeaderProfileInformation": "\u914d\u7f6e\u4fe1\u606f",
-    "LabelEmbedAlbumArtDidl": "\u5728DIDL\u4e2d\u5d4c\u5165\u4e13\u8f91\u5c01\u9762",
-    "LabelEmbedAlbumArtDidlHelp": "\u6709\u4e9b\u8bbe\u5907\u9996\u9009\u8fd9\u79cd\u65b9\u5f0f\u83b7\u53d6\u4e13\u8f91\u5c01\u9762\u3002\u542f\u7528\u8be5\u9009\u9879\u53ef\u80fd\u5bfc\u81f4\u5176\u4ed6\u8bbe\u5907\u64ad\u653e\u5931\u8d25\u3002",
-    "LabelAlbumArtPN": "\u4e13\u8f91\u5c01\u9762PN \uff1a",
-    "LabelAlbumArtHelp": "\u4e13\u8f91\u5c01\u9762PN\u7528\u4e8e\u63d0\u4f9bDLNA\u4e2d\u7684\u914d\u7f6e\u7f16\u53f7\uff0cUPnP\u4e2d\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u3002\u67d0\u4e9b\u5ba2\u6237\u4e0d\u7ba1\u56fe\u50cf\u7684\u5c3a\u5bf8\u5927\u5c0f\uff0c\u90fd\u4f1a\u8981\u6c42\u7279\u5b9a\u7684\u503c\u3002",
-    "LabelAlbumArtMaxWidth": "\u4e13\u8f91\u5c01\u9762\u6700\u5927\u5bbd\u5ea6\uff1a",
-    "LabelAlbumArtMaxWidthHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u7684\u6700\u5927\u5206\u8fa8\u7387\u3002",
-    "LabelAlbumArtMaxHeight": "\u4e13\u8f91\u5c01\u9762\u6700\u5927\u9ad8\u5ea6\uff1a",
-    "LabelAlbumArtMaxHeightHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u7684\u6700\u5927\u5206\u8fa8\u7387\u3002",
-    "LabelIconMaxWidth": "\u56fe\u6807\u6700\u5927\u5bbd\u5ea6\uff1a",
-    "LabelIconMaxWidthHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u56fe\u6807\u6700\u5927\u5206\u8fa8\u7387\u3002",
-    "LabelIconMaxHeight": "\u56fe\u6807\u6700\u5927\u9ad8\u5ea6\uff1a",
-    "LabelIconMaxHeightHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u56fe\u6807\u6700\u5927\u5206\u8fa8\u7387\u3002",
-    "LabelIdentificationFieldHelp": "\u4e0d\u533a\u5206\u5927\u5c0f\u5199\u7684\u5b57\u7b26\u4e32\u6216\u6b63\u5219\u8868\u8fbe\u5f0f\u3002",
-    "HeaderProfileServerSettingsHelp": "Media Browser\u5c06\u5982\u4f55\u628a\u754c\u9762\u5448\u73b0\u5230\u8bbe\u5907\u4e0a\u662f\u7531\u8fd9\u4e9b\u6570\u503c\u63a7\u5236\u7684\u3002",
-    "LabelMaxBitrate": "\u6700\u5927\u6bd4\u7279\u7387\uff1a",
-    "LabelMaxBitrateHelp": "\u6307\u5b9a\u5728\u5e26\u5bbd\u53d7\u9650\u7684\u73af\u5883\u6700\u5927\u6bd4\u7279\u7387\uff0c\u6216\u8005\u8bbe\u5907\u6309\u5b83\u81ea\u5df1\u7684\u6700\u5927\u9650\u5ea6\u8fd0\u4f5c\u3002",
-    "LabelMaxStreamingBitrate": "\u6700\u5927\u5a92\u4f53\u6d41\u6bd4\u7279\u7387\uff1a",
-    "LabelMaxStreamingBitrateHelp": "\u8f6c\u6362\u5a92\u4f53\u6d41\u65f6\uff0c\u8bf7\u6307\u5b9a\u4e00\u4e2a\u6700\u5927\u6bd4\u7279\u7387\u3002",
-    "LabelMaxStaticBitrate": "\u6700\u5927\u540c\u6b65\u6bd4\u7279\u7387\uff1a",
-    "LabelMaxStaticBitrateHelp": "\u540c\u6b65\u7684\u9ad8\u54c1\u8d28\u7684\u5185\u5bb9\u65f6\uff0c\u8bf7\u6307\u5b9a\u4e00\u4e2a\u6700\u5927\u6bd4\u7279\u7387\u3002",
-    "LabelMusicStaticBitrate": "\u97f3\u4e50\u540c\u6b65\u6bd4\u7279\u7387\uff1a",
-    "LabelMusicStaticBitrateHelp": "\u8bf7\u6307\u5b9a\u4e00\u4e2a\u540c\u6b65\u97f3\u4e50\u65f6\u7684\u6700\u5927\u6bd4\u7279\u7387\u3002",
-    "LabelMusicStreamingTranscodingBitrate": "\u97f3\u4e50\u8f6c\u7801\u7684\u6bd4\u7279\u7387\uff1a",
-    "LabelMusicStreamingTranscodingBitrateHelp": "\u6307\u5b9a\u97f3\u4e50\u8f6c\u7801\u65f6\u7684\u6700\u5927\u6bd4\u7279\u7387",
-    "OptionIgnoreTranscodeByteRangeRequests": "\u5ffd\u7565\u8f6c\u7801\u5b57\u8282\u8303\u56f4\u8bf7\u6c42",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u5982\u679c\u542f\u7528\uff0c\u8fd9\u4e9b\u8bf7\u6c42\u4f1a\u88ab\u5151\u73b0\uff0c\u4f46\u4f1a\u5ffd\u7565\u7684\u5b57\u8282\u8303\u56f4\u6807\u5934\u3002",
-    "LabelFriendlyName": "\u597d\u8bb0\u7684\u540d\u79f0",
-    "LabelManufacturer": "\u5236\u9020\u5546",
-    "LabelManufacturerUrl": "\u5382\u5546\u7f51\u5740",
-    "LabelModelName": "\u578b\u53f7\u540d\u79f0",
-    "LabelModelNumber": "\u578b\u53f7",
-    "LabelModelDescription": "\u578b\u53f7\u63cf\u8ff0",
-    "LabelModelUrl": "\u578b\u53f7\u7f51\u5740",
-    "LabelSerialNumber": "\u5e8f\u5217\u53f7",
-    "LabelDeviceDescription": "\u8bbe\u5907\u63cf\u8ff0",
-    "HeaderIdentificationCriteriaHelp": "\u81f3\u5c11\u8f93\u5165\u4e00\u4e2a\u8bc6\u522b\u6807\u51c6\u3002",
-    "HeaderDirectPlayProfileHelp": "\u6dfb\u52a0\u76f4\u63a5\u64ad\u653e\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u54ea\u4e9b\u5a92\u4f53\u683c\u5f0f\u8bbe\u5907\u53ef\u4ee5\u81ea\u5df1\u5904\u7406\u3002",
-    "HeaderTranscodingProfileHelp": "\u6dfb\u52a0\u8f6c\u7801\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u54ea\u4e9b\u5a92\u4f53\u683c\u5f0f\u9700\u8981\u8f6c\u7801\u5904\u7406\u3002",
-    "HeaderResponseProfileHelp": "\u5f53\u64ad\u653e\u67d0\u4e9b\u7c7b\u578b\u7684\u5a92\u4f53\u65f6\uff0c\u54cd\u5e94\u914d\u7f6e\u6587\u4ef6\u63d0\u4f9b\u4e86\u4e00\u79cd\u65b9\u6cd5\u6765\u53d1\u9001\u81ea\u5b9a\u4e49\u4fe1\u606f\u5230\u8bbe\u5907\u3002",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X_DLNACAP\u5143\u7d20\u7684\u5185\u5bb9\u3002",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X-Dlna doc\u5143\u7d20\u7684\u5185\u5bb9\u3002",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684aggregationFlags\u5143\u7d20\u7684\u5185\u5bb9\u3002",
-    "LabelTranscodingContainer": "\u5a92\u4f53\u8f7d\u4f53",
-    "LabelTranscodingVideoCodec": "\u89c6\u9891\u7f16\u89e3\u7801\u5668\uff1a",
-    "LabelTranscodingVideoProfile": "\u89c6\u9891\u914d\u7f6e\uff1a",
-    "LabelTranscodingAudioCodec": "\u97f3\u9891\u7f16\u89e3\u7801\u5668\uff1a",
-    "OptionEnableM2tsMode": "\u542f\u7528M2ts\u6a21\u5f0f",
-    "OptionEnableM2tsModeHelp": "\u5f53\u7f16\u7801\u4e3aMPEGTS\u542f\u7528M2TS\u6a21\u5f0f\u3002",
-    "OptionEstimateContentLength": "\u8f6c\u7801\u65f6\uff0c\u4f30\u8ba1\u5185\u5bb9\u957f\u5ea6",
-    "OptionReportByteRangeSeekingWhenTranscoding": "\u8f6c\u7801\u65f6\uff0c\u62a5\u544a\u670d\u52a1\u5668\u652f\u6301\u7684\u5b57\u8282\u67e5\u8be2",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u8fd9\u662f\u4e00\u4e9b\u8bbe\u5907\u5fc5\u9700\u7684\uff0c\u4e0d\u7528\u8d76\u65f6\u95f4\u3002",
-    "HeaderSubtitleDownloadingHelp": "\u5f53Media Browser\u626b\u63cf\u89c6\u9891\u6587\u4ef6\u53d1\u73b0\u7f3a\u5931\u5b57\u5e55\u65f6\uff0c\u4f1a\u4ece\u5b57\u5e55\u63d0\u4f9b\u8005\u5904\u4e0b\u8f7d\uff0c\u6bd4\u5982\uff1aOpenSubtitles.org\u3002",
-    "HeaderDownloadSubtitlesFor": "\u4e0b\u8f7d\u54ea\u4e00\u9879\u7684\u5b57\u5e55\uff1a",
-    "MessageNoChapterProviders": "\u5b89\u88c5\u4e00\u4e2a\u7ae0\u8282\u63d0\u4f9b\u8005\u7684\u63d2\u4ef6\uff0c\u4f8b\u5982ChapterDb\u3002\u4ee5\u4fbf\u542f\u7528\u989d\u5916\u7684\u7ae0\u8282\u9009\u9879\u3002",
-    "LabelSkipIfGraphicalSubsPresent": "\u5982\u679c\u89c6\u9891\u5df2\u7ecf\u5305\u542b\u56fe\u5f62\u5b57\u5e55\u5219\u8df3\u8fc7",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "\u5b57\u5e55",
-    "TabChapters": "\u7ae0\u8282",
-    "HeaderDownloadChaptersFor": "\u4e0b\u8f7d\u7ae0\u8282\u540d\u79f0\uff1a",
-    "LabelOpenSubtitlesUsername": "Open Subtitles\u7684\u7528\u6237\u540d\uff1a",
-    "LabelOpenSubtitlesPassword": "Open Subtitles\u7684\u5bc6\u7801\uff1a",
-    "HeaderChapterDownloadingHelp": "\u5f53 Media Browser\u626b\u63cf\u60a8\u7684\u89c6\u9891\u6587\u4ef6\u65f6\uff0c\u5b83\u4f1a\u901a\u8fc7\u7ae0\u8282\u63d2\u4ef6\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5408\u9002\u7684\u7ae0\u8282\u540d\u79f0\uff0c\u4f8b\u5982\u901a\u8fc7ChapterDb\u63d2\u4ef6\u3002",
-    "LabelPlayDefaultAudioTrack": "\u64ad\u653e\u9ed8\u8ba4\u97f3\u8f68\u65e0\u8bba\u662f\u4ec0\u4e48\u8bed\u8a00",
-    "LabelSubtitlePlaybackMode": "\u5b57\u5e55\u6a21\u5f0f\uff1a",
-    "LabelDownloadLanguages": "\u4e0b\u8f7d\u8bed\u8a00\uff1a",
-    "ButtonRegister": "\u6ce8\u518c",
-    "LabelSkipIfAudioTrackPresent": "\u5982\u679c\u9ed8\u8ba4\u97f3\u8f68\u7684\u8bed\u8a00\u548c\u4e0b\u8f7d\u8bed\u8a00\u4e00\u6837\u5219\u8df3\u8fc7",
-    "LabelSkipIfAudioTrackPresentHelp": "\u53d6\u6d88\u6b64\u9009\u9879\uff0c\u5219\u786e\u4fdd\u6240\u6709\u7684\u89c6\u9891\u90fd\u4e0b\u8f7d\u5b57\u5e55\uff0c\u65e0\u8bba\u97f3\u9891\u8bed\u8a00\u662f\u5426\u4e00\u81f4\u3002",
-    "HeaderSendMessage": "\u53d1\u9001\u6d88\u606f",
-    "ButtonSend": "\u53d1\u9001",
-    "LabelMessageText": "\u6d88\u606f\u6587\u672c\uff1a",
-    "MessageNoAvailablePlugins": "\u6ca1\u6709\u53ef\u7528\u7684\u63d2\u4ef6\u3002",
-    "LabelDisplayPluginsFor": "\u663e\u793a\u63d2\u4ef6\uff1a",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "\u5267\u96c6\u540d\u79f0",
-    "LabelSeriesNamePlain": "\u7535\u89c6\u5267\u540d\u79f0",
-    "ValueSeriesNamePeriod": "\u7535\u89c6\u5267.\u540d\u79f0",
-    "ValueSeriesNameUnderscore": "\u7535\u89c6\u5267_\u540d\u79f0",
-    "ValueEpisodeNamePeriod": "\u5267\u96c6.\u540d\u79f0",
-    "ValueEpisodeNameUnderscore": "\u5267\u96c6_\u540d\u79f0",
-    "LabelSeasonNumberPlain": "\u591a\u5c11\u5b63",
-    "LabelEpisodeNumberPlain": "\u591a\u5c11\u96c6",
-    "LabelEndingEpisodeNumberPlain": "\u6700\u540e\u4e00\u96c6\u6570\u5b57",
-    "HeaderTypeText": "\u8f93\u5165\u6587\u672c",
-    "LabelTypeText": "\u6587\u672c",
-    "HeaderSearchForSubtitles": "\u641c\u7d22\u5b57\u5e55",
-    "MessageNoSubtitleSearchResultsFound": "\u641c\u7d22\u65e0\u7ed3\u679c",
-    "TabDisplay": "\u663e\u793a",
-    "TabLanguages": "\u8bed\u8a00",
-    "TabWebClient": "Web\u5ba2\u6237\u7aef",
-    "LabelEnableThemeSongs": "\u542f\u7528\u4e3b\u9898\u6b4c",
-    "LabelEnableBackdrops": "\u542f\u7528\u80cc\u666f\u56fe",
-    "LabelEnableThemeSongsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u4e3b\u9898\u6b4c\u5c06\u5728\u540e\u53f0\u64ad\u653e\u3002",
-    "LabelEnableBackdropsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u80cc\u666f\u56fe\u5c06\u4f5c\u4e3a\u4e00\u4e9b\u9875\u9762\u7684\u80cc\u666f\u663e\u793a\u3002",
-    "HeaderHomePage": "\u9996\u9875",
-    "HeaderSettingsForThisDevice": "\u8bbe\u7f6e\u6b64\u8bbe\u5907",
-    "OptionAuto": "\u81ea\u52a8",
-    "OptionYes": "\u662f",
-    "OptionNo": "\u4e0d",
-    "HeaderOptions": "\u9009\u9879",
-    "HeaderIdentificationResult": "\u8bc6\u522b\u7ed3\u679c",
-    "LabelHomePageSection1": "\u9996\u9875\u7b2c1\u533a\uff1a",
-    "LabelHomePageSection2": "\u9996\u9875\u7b2c2\u533a\uff1a",
-    "LabelHomePageSection3": "\u9996\u9875\u7b2c3\u533a\uff1a",
-    "LabelHomePageSection4": "\u9996\u9875\u7b2c4\u533a\uff1a",
-    "OptionMyViewsButtons": "\u6211\u7684\u754c\u9762(\u6309\u94ae)",
-    "OptionMyViews": "\u6211\u7684\u754c\u9762",
-    "OptionMyViewsSmall": "\u6211\u7684\u754c\u9762 (\u5c0f)",
-    "OptionResumablemedia": "\u6062\u590d\u64ad\u653e",
-    "OptionLatestMedia": "\u6700\u65b0\u5a92\u4f53",
-    "OptionLatestChannelMedia": "\u6700\u65b0\u9891\u9053\u9879\u76ee",
-    "HeaderLatestChannelItems": "\u6700\u65b0\u9891\u9053\u9879\u76ee",
-    "OptionNone": "\u6ca1\u6709",
-    "HeaderLiveTv": "\u7535\u89c6\u76f4\u64ad",
-    "HeaderReports": "\u62a5\u544a",
-    "HeaderMetadataManager": "\u5a92\u4f53\u8d44\u6599\u7ba1\u7406",
-    "HeaderPreferences": "\u504f\u597d",
-    "MessageLoadingChannels": "\u9891\u9053\u5185\u5bb9\u52a0\u8f7d\u4e2d......",
-    "MessageLoadingContent": "\u6b63\u5728\u8f7d\u5165\u5185\u5bb9....",
-    "ButtonMarkRead": "\u6807\u8bb0\u5df2\u8bfb",
-    "OptionDefaultSort": "\u9ed8\u8ba4",
-    "OptionCommunityMostWatchedSort": "\u6700\u53d7\u77a9\u76ee",
-    "TabNextUp": "\u4e0b\u4e00\u4e2a",
-    "HeaderBecomeMediaBrowserSupporter": "\u6210\u4e3a\u4e00\u540dMedia Browser\u652f\u6301\u8005",
-    "TextEnjoyBonusFeatures": "\u4eab\u53d7\u5956\u52b1\u529f\u80fd",
-    "MessageNoMovieSuggestionsAvailable": "\u6ca1\u6709\u53ef\u7528\u7684\u7535\u5f71\u5efa\u8bae\u3002\u5f00\u59cb\u89c2\u770b\u4f60\u7684\u7535\u5f71\u5e76\u8fdb\u884c\u8bc4\u5206\uff0c\u518d\u56de\u8fc7\u5934\u6765\u67e5\u770b\u4f60\u7684\u5efa\u8bae\u3002",
-    "MessageNoCollectionsAvailable": "\u5408\u96c6\u8ba9\u4f60\u4eab\u53d7\u7535\u5f71\uff0c\u7cfb\u5217\uff0c\u76f8\u518c\uff0c\u4e66\u7c4d\u548c\u6e38\u620f\u4e2a\u6027\u5316\u7684\u5206\u7ec4\u3002\u5355\u51fb\u201c+\u201d\u6309\u94ae\u5f00\u59cb\u521b\u5efa\u5408\u96c6\u3002",
-    "MessageNoPlaylistsAvailable": "\u64ad\u653e\u5217\u8868\u5141\u8bb8\u60a8\u521b\u5efa\u4e00\u4e2a\u5185\u5bb9\u5217\u8868\u6765\u8fde\u7eed\u64ad\u653e\u3002\u5c06\u9879\u76ee\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\uff0c\u53f3\u952e\u5355\u51fb\u6216\u70b9\u51fb\u5e76\u6309\u4f4f\uff0c\u7136\u540e\u9009\u62e9\u201c\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\u201d\u3002",
-    "MessageNoPlaylistItemsAvailable": "\u64ad\u653e\u5217\u8868\u76ee\u524d\u662f\u7a7a\u7684\u3002",
-    "ButtonDismiss": "\u89e3\u6563",
-    "ButtonEditOtherUserPreferences": "\u7f16\u8f91\u7528\u6237\u914d\u7f6e\u6587\u4ef6\uff0c\u5bc6\u7801\u548c\u4e2a\u4eba\u504f\u597d\u8bbe\u7f6e\u3002",
-    "LabelChannelStreamQuality": "\u9996\u9009\u7684\u4e92\u8054\u7f51\u6d41\u5a92\u4f53\u8d28\u91cf\uff1a",
-    "LabelChannelStreamQualityHelp": "\u5728\u4f4e\u5e26\u5bbd\u73af\u5883\u4e0b\uff0c\u9650\u5236\u8d28\u91cf\u6709\u52a9\u4e8e\u786e\u4fdd\u987a\u7545\u7684\u6d41\u5a92\u4f53\u4f53\u9a8c\u3002",
-    "OptionBestAvailableStreamQuality": "\u6700\u597d\u7684",
-    "LabelEnableChannelContentDownloadingFor": "\u542f\u7528\u9891\u9053\u5185\u5bb9\u4e0b\u8f7d\uff1a",
-    "LabelEnableChannelContentDownloadingForHelp": "\u4e00\u4e9b\u9891\u9053\u652f\u6301\u4e0b\u8f7d\u4e4b\u524d\u89c2\u770b\u8fc7\u7684\u5185\u5bb9\u3002\u53ef\u5728\u4f4e\u5e26\u5bbd\u73af\u5883\u4e0b\u7684\u7a7a\u95f2\u65f6\u95f4\u542f\u7528\u8be5\u9879\u6765\u4e0b\u8f7d\u5b83\u4eec\u3002\u8be5\u5185\u5bb9\u4f1a\u4f5c\u4e3a\u9891\u9053\u4e0b\u8f7d\u8ba1\u5212\u4efb\u52a1\u7684\u4e00\u90e8\u5206\u6765\u6267\u884c\u3002",
-    "LabelChannelDownloadPath": "\u9891\u9053\u5185\u5bb9\u4e0b\u8f7d\u8def\u5f84\uff1a",
-    "LabelChannelDownloadPathHelp": "\u9700\u8981\u81ea\u5b9a\u4e49\u624d\u8f93\u5165\u4e0b\u8f7d\u8def\u5f84\u3002\u7559\u7a7a\u5219\u4e0b\u8f7d\u5230\u5185\u90e8\u7a0b\u5e8f\u6570\u636e\u6587\u4ef6\u5939\u3002",
-    "LabelChannelDownloadAge": "\u8fc7\u591a\u4e45\u5220\u9664\u5185\u5bb9: (\u5929\u6570)",
-    "LabelChannelDownloadAgeHelp": "\u4e0b\u8f7d\u7684\u5185\u5bb9\u8d85\u8fc7\u6b64\u671f\u9650\u5c06\u88ab\u5220\u9664\u3002\u5b83\u4ecd\u53ef\u901a\u8fc7\u4e92\u8054\u7f51\u6d41\u5a92\u4f53\u64ad\u653e\u3002",
-    "ChannelSettingsFormHelp": "\u5728\u63d2\u4ef6\u76ee\u5f55\u91cc\u5b89\u88c5\u9891\u9053\uff0c\u4f8b\u5982\uff1aTrailers \u548c Vimeo",
-    "ButtonOptions": "\u9009\u9879",
-    "ViewTypeMovies": "\u7535\u5f71",
-    "ViewTypeTvShows": "\u7535\u89c6",
-    "ViewTypeGames": "\u6e38\u620f",
-    "ViewTypeMusic": "\u97f3\u4e50",
-    "ViewTypeMusicGenres": "\u98ce\u683c",
-    "ViewTypeMusicArtists": "\u827a\u672f\u5bb6",
-    "ViewTypeBoxSets": "\u5408\u96c6",
-    "ViewTypeChannels": "\u9891\u9053",
-    "ViewTypeLiveTV": "\u7535\u89c6\u76f4\u64ad",
-    "ViewTypeLiveTvNowPlaying": "\u73b0\u5728\u64ad\u653e",
-    "ViewTypeLatestGames": "\u6700\u65b0\u6e38\u620f",
-    "ViewTypeRecentlyPlayedGames": "\u6700\u8fd1\u64ad\u653e",
-    "ViewTypeGameFavorites": "\u6211\u7684\u6700\u7231",
-    "ViewTypeGameSystems": "\u6e38\u620f\u7cfb\u7edf",
-    "ViewTypeGameGenres": "\u98ce\u683c",
-    "ViewTypeTvResume": "\u6062\u590d\u64ad\u653e",
-    "ViewTypeTvNextUp": "\u4e0b\u4e00\u4e2a",
-    "ViewTypeTvLatest": "\u6700\u65b0",
-    "ViewTypeTvShowSeries": "\u7535\u89c6\u5267",
-    "ViewTypeTvGenres": "\u98ce\u683c",
-    "ViewTypeTvFavoriteSeries": "\u6700\u559c\u6b22\u7684\u7535\u89c6\u5267",
-    "ViewTypeTvFavoriteEpisodes": "\u6700\u559c\u6b22\u7684\u5267\u96c6",
-    "ViewTypeMovieResume": "\u6062\u590d\u64ad\u653e",
-    "ViewTypeMovieLatest": "\u6700\u65b0",
-    "ViewTypeMovieMovies": "\u7535\u5f71",
-    "ViewTypeMovieCollections": "\u5408\u96c6",
-    "ViewTypeMovieFavorites": "\u6536\u85cf\u5939",
-    "ViewTypeMovieGenres": "\u98ce\u683c",
-    "ViewTypeMusicLatest": "\u6700\u65b0",
-    "ViewTypeMusicAlbums": "\u4e13\u8f91",
-    "ViewTypeMusicAlbumArtists": "\u4e13\u8f91\u827a\u672f\u5bb6",
-    "HeaderOtherDisplaySettings": "\u663e\u793a\u8bbe\u7f6e",
-    "ViewTypeMusicSongs": "\u6b4c\u66f2",
-    "ViewTypeMusicFavorites": "\u6211\u7684\u6700\u7231",
-    "ViewTypeMusicFavoriteAlbums": "\u6700\u7231\u7684\u4e13\u8f91",
-    "ViewTypeMusicFavoriteArtists": "\u6700\u7231\u7684\u827a\u672f\u5bb6",
-    "ViewTypeMusicFavoriteSongs": "\u6700\u7231\u7684\u6b4c\u66f2",
-    "HeaderMyViews": "\u6211\u7684\u754c\u9762",
-    "LabelSelectFolderGroups": "\u4ece\u4ee5\u4e0b\u6587\u4ef6\u5939\u89c6\u56fe\u81ea\u52a8\u5206\u7ec4\u5185\u5bb9\uff0c\u4f8b\u5982\u7535\u5f71\uff0c\u97f3\u4e50\u548c\u7535\u89c6\uff1a",
-    "LabelSelectFolderGroupsHelp": "\u672a\u9009\u4e2d\u7684\u6587\u4ef6\u5939\u5c06\u663e\u793a\u81ea\u5e26\u7684\u89c6\u56fe\u3002",
-    "OptionDisplayAdultContent": "\u663e\u793a\u6210\u4eba\u5185\u5bb9",
-    "OptionLibraryFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
-    "TitleRemoteControl": "\u8fdc\u7a0b\u63a7\u5236",
-    "OptionLatestTvRecordings": "\u6700\u65b0\u5f55\u5236\u7684\u8282\u76ee",
-    "LabelProtocolInfo": "\u534f\u8bae\u4fe1\u606f\uff1a",
-    "LabelProtocolInfoHelp": "\u5f53\u54cd\u5e94\u6765\u81ea\u8bbe\u5907\u7684 GetProtocolInfo\uff08\u83b7\u53d6\u534f\u8bae\u4fe1\u606f\uff09\u8bf7\u6c42\u65f6\uff0c\u8be5\u503c\u5c06\u88ab\u4f7f\u7528\u3002",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "\u540c\u6b65\u7528\u6237\u7684\u89c2\u770b\u65e5\u671f\u5230nfo\u6587\u4ef6:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "\u53d1\u884c\u65e5\u671f\u683c\u5f0f\uff1a",
-    "LabelKodiMetadataDateFormatHelp": "Nfo\u7684\u6240\u6709\u65e5\u671f\u5c06\u4f7f\u7528\u8fd9\u79cd\u683c\u5f0f\u88ab\u8bfb\u53d6\u548c\u5199\u5165\u3002",
-    "LabelKodiMetadataSaveImagePaths": "\u4fdd\u5b58\u56fe\u50cf\u8def\u5f84\u5728NFO\u6587\u4ef6",
-    "LabelKodiMetadataSaveImagePathsHelp": "\u5982\u679c\u4f60\u7684\u56fe\u50cf\u6587\u4ef6\u540d\u4e0d\u7b26\u5408Kodi\u7684\u89c4\u8303\uff0c\u63a8\u8350\u4f7f\u7528\u3002",
-    "LabelKodiMetadataEnablePathSubstitution": "\u542f\u7528\u8def\u5f84\u66ff\u6362",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "\u5141\u8bb8\u56fe\u50cf\u7684\u8def\u5f84\u66ff\u6362\u4f7f\u7528\u670d\u52a1\u5668\u7684\u8def\u5f84\u66ff\u6362\u8bbe\u7f6e\u3002",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u67e5\u770b\u8def\u5f84\u66ff\u6362",
-    "LabelGroupChannelsIntoViews": "\u5728\u6211\u7684\u754c\u9762\u91cc\u76f4\u63a5\u663e\u793a\u4ee5\u4e0b\u9891\u9053\uff1a",
-    "LabelGroupChannelsIntoViewsHelp": "\u5982\u679c\u542f\u7528\uff0c\u8fd9\u4e9b\u9891\u9053\u5c06\u548c\u5176\u4ed6\u7684\u754c\u9762\u89c6\u56fe\u5e76\u5217\u663e\u793a\u3002\u5982\u679c\u7981\u7528\uff0c\u5b83\u4eec\u5c06\u88ab\u663e\u793a\u5728\u4e00\u4e2a\u5355\u72ec\u7684\u754c\u9762\u89c6\u56fe\u91cc\u3002",
-    "LabelDisplayCollectionsView": "\u663e\u793a\u5408\u96c6\u89c6\u56fe\u6765\u5448\u73b0\u7535\u5f71\u5408\u96c6",
-    "LabelDisplayCollectionsViewHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5355\u72ec\u7684\u89c6\u56fe\u6765\u663e\u793a\u60a8\u5df2\u7ecf\u521b\u5efa\u6216\u8bbf\u95ee\u7684\u5408\u96c6\u3002\u8981\u521b\u5efa\u5408\u96c6\uff0c\u8bf7\u5728\u4efb\u4e00\u7535\u5f71\u4e0a\u70b9\u51fb\u53f3\u952e\u5e76\u6309\u4f4f\uff0c\u7136\u540e\u9009\u62e9\u201c\u6dfb\u52a0\u5230\u5408\u96c6\u201d\u3002",
-    "LabelKodiMetadataEnableExtraThumbs": "\u590d\u5236\u540c\u4eba\u753b\u5230extrathumbs\u6587\u4ef6\u5939",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "\u4e3a\u4e86\u6700\u5927\u5316\u517c\u5bb9Kodi\u76ae\u80a4\uff0c\u4e0b\u8f7d\u7684\u56fe\u7247\u540c\u65f6\u50a8\u5b58\u5728 extrafanart \u548c extrathumbs \u6587\u4ef6\u5939\u3002",
-    "TabServices": "\u670d\u52a1",
-    "TabLogs": "\u65e5\u5fd7",
-    "HeaderServerLogFiles": "\u670d\u52a1\u5668\u65e5\u5fd7\u6587\u4ef6\uff1a",
-    "TabBranding": "\u54c1\u724c",
-    "HeaderBrandingHelp": "\u81ea\u5b9a\u4e49Media Browser\u7684\u5916\u89c2\uff0c\u4ee5\u6ee1\u8db3\u60a8\u7684\u5206\u7ec4\u6216\u6574\u7406\u7684\u9700\u8981\u3002",
-    "LabelLoginDisclaimer": "\u767b\u5f55\u58f0\u660e\uff1a",
-    "LabelLoginDisclaimerHelp": "\u8fd9\u5c06\u5728\u767b\u5f55\u9875\u9762\u5e95\u90e8\u663e\u793a\u3002",
-    "LabelAutomaticallyDonate": "\u6bcf\u6708\u81ea\u52a8\u6350\u8d60\u7684\u91d1\u989d",
-    "LabelAutomaticallyDonateHelp": "\u4f60\u53ef\u4ee5\u901a\u8fc7\u4f60\u7684PayPal\u5e10\u6237\u968f\u65f6\u53d6\u6d88\u3002",
-    "OptionList": "\u5217\u8868",
-    "TabDashboard": "\u63a7\u5236\u53f0",
-    "TitleServer": "\u670d\u52a1\u5668",
-    "LabelCache": "\u7f13\u5b58\uff1a",
-    "LabelLogs": "\u65e5\u5fd7\uff1a",
-    "LabelMetadata": "\u5a92\u4f53\u8d44\u6599\uff1a",
-    "LabelImagesByName": "\u6309\u540d\u79f0\u5206\u7c7b\u7684\u56fe\u7247\uff1a",
-    "LabelTranscodingTemporaryFiles": "\u7528\u4e8e\u8f6c\u7801\u7684\u4e34\u65f6\u6587\u4ef6\u5939\uff1a",
-    "HeaderLatestMusic": "\u6700\u65b0\u97f3\u4e50",
-    "HeaderBranding": "\u54c1\u724c",
-    "HeaderApiKeys": "Api \u5bc6\u94a5",
-    "HeaderApiKeysHelp": "\u5916\u90e8\u7684\u5e94\u7528\u7a0b\u5e8f\u90fd\u5fc5\u987b\u4ee5\u4e00\u4e2aAPI\u5bc6\u94a5\u4e0eMedia Browser\u5efa\u7acb\u901a\u8baf\u3002\u5bc6\u94a5\u662f\u7531\u767b\u5f55\u7684Media Browser \u7684\u5e10\u6237\u53d1\u5e03\uff0c\u6216\u901a\u8fc7\u624b\u52a8\u6388\u4e88\u5e94\u7528\u7a0b\u5e8f\u5bc6\u94a5\u3002",
-    "HeaderApiKey": "Api \u5bc6\u94a5",
-    "HeaderApp": "App",
-    "HeaderDevice": "\u8bbe\u5907",
-    "HeaderUser": "\u7528\u6237",
-    "HeaderDateIssued": "\u53d1\u5e03\u65e5\u671f",
-    "LabelChapterName": "\u7ae0\u8282 {0}",
-    "HeaderNewApiKey": "\u65b0Api \u5bc6\u94a5",
-    "LabelAppName": "APP\u540d\u79f0",
-    "LabelAppNameExample": "\u4f8b\u5982\uff1a Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "\u53d1\u653e\u5e94\u7528\u7a0b\u5e8f\u8bb8\u53ef\u4ee5\u4fbf\u4e0eMedia Browser\u901a\u8baf\u3002",
-    "HeaderHttpHeaders": "HTTP\u6807\u5934",
-    "HeaderIdentificationHeader": "\u8eab\u4efd\u8ba4\u8bc1\u6807\u5934",
-    "LabelValue": "\u6570\u503c\uff1a",
-    "LabelMatchType": "\u5339\u914d\u7684\u7c7b\u578b\uff1a",
-    "OptionEquals": "\u7b49\u4e8e",
-    "OptionRegex": "\u6b63\u5219\u8868\u8fbe\u5f0f",
-    "OptionSubstring": "\u5b50\u4e32",
-    "TabView": "\u89c6\u56fe",
-    "TabSort": "\u6392\u5e8f",
-    "TabFilter": "\u7b5b\u9009",
-    "ButtonView": "\u89c6\u56fe",
-    "LabelPageSize": "\u9879\u76ee\u5927\u5c0f\uff1a",
-    "LabelPath": "\u8def\u5f84\uff1a",
-    "LabelView": "\u89c6\u56fe\uff1a",
-    "TabUsers": "\u7528\u6237",
-    "LabelSortName": "\u6392\u5e8f\u540d\u79f0\uff1a",
-    "LabelDateAdded": "\u52a0\u5165\u65e5\u671f\uff1a",
-    "HeaderFeatures": "\u529f\u80fd",
-    "HeaderAdvanced": "\u9ad8\u7ea7",
-    "ButtonSync": "\u540c\u6b65",
-    "TabScheduledTasks": "\u8ba1\u5212\u4efb\u52a1",
-    "HeaderChapters": "\u7ae0\u8282",
-    "HeaderResumeSettings": "\u6062\u590d\u64ad\u653e\u8bbe\u7f6e",
-    "TabSync": "\u540c\u6b65",
-    "TitleUsers": "\u7528\u6237",
-    "LabelProtocol": "\u534f\u8bae\uff1a",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http \u76f4\u64ad\u6d41",
-    "LabelContext": "\u73af\u5883\uff1a",
-    "OptionContextStreaming": "\u5a92\u4f53\u6d41",
-    "OptionContextStatic": "\u540c\u6b65",
-    "ButtonAddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868",
-    "TabPlaylists": "\u64ad\u653e\u5217\u8868",
-    "ButtonClose": "\u5173\u95ed",
-    "LabelAllLanguages": "\u6240\u6709\u8bed\u8a00",
-    "HeaderBrowseOnlineImages": "\u6d4f\u89c8\u5728\u7ebf\u56fe\u7247",
-    "LabelSource": "\u6765\u6e90",
-    "OptionAll": "\u5168\u90e8",
-    "LabelImage": "\u56fe\u7247\uff1a",
-    "ButtonBrowseImages": "\u6d4f\u89c8\u56fe\u7247",
-    "HeaderImages": "\u56fe\u7247",
-    "HeaderBackdrops": "\u80cc\u666f",
-    "HeaderScreenshots": "\u622a\u5c4f",
-    "HeaderAddUpdateImage": "\u6dfb\u52a0\/\u66f4\u65b0 \u56fe\u7247",
-    "LabelJpgPngOnly": "\u4ec5\u9650 JPG\/PNG \u683c\u5f0f\u56fe\u7247",
-    "LabelImageType": "\u56fe\u7247\u7c7b\u578b\uff1a",
-    "OptionPrimary": "\u5c01\u9762\u56fe",
-    "OptionArt": "\u827a\u672f\u56fe",
-    "OptionBox": "\u5305\u88c5\u76d2\u6b63\u9762\u56fe",
-    "OptionBoxRear": "\u5305\u88c5\u76d2\u80cc\u9762\u56fe",
-    "OptionDisc": "\u5149\u76d8",
-    "OptionLogo": "\u6807\u5fd7",
-    "OptionMenu": "\u83dc\u5355",
-    "OptionScreenshot": "\u5c4f\u5e55\u622a\u56fe",
-    "OptionLocked": "\u9501\u5b9a",
-    "OptionUnidentified": "\u672a\u7ecf\u786e\u8ba4\u7684",
-    "OptionMissingParentalRating": "\u7f3a\u5c11\u5bb6\u957f\u5206\u7ea7",
-    "OptionStub": "\u5b58\u6839",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "0\u5b63",
-    "LabelReport": "\u62a5\u544a\uff1a",
-    "OptionReportSongs": "\u6b4c\u66f2",
-    "OptionReportSeries": "\u7535\u89c6\u5267",
-    "OptionReportSeasons": "\u5b63",
-    "OptionReportTrailers": "\u9884\u544a\u7247",
-    "OptionReportMusicVideos": "\u97f3\u4e50\u89c6\u9891",
-    "OptionReportMovies": "\u7535\u5f71",
-    "OptionReportHomeVideos": "\u5bb6\u5ead\u89c6\u9891",
-    "OptionReportGames": "\u6e38\u620f",
-    "OptionReportEpisodes": "\u5267\u96c6",
-    "OptionReportCollections": "\u5408\u96c6",
-    "OptionReportBooks": "\u4e66\u7c4d",
-    "OptionReportArtists": "\u827a\u672f\u5bb6",
-    "OptionReportAlbums": "\u4e13\u8f91",
-    "OptionReportAdultVideos": "\u6210\u4eba\u89c6\u9891",
-    "ButtonMore": "\u66f4\u591a",
-    "HeaderActivity": "\u6d3b\u52a8",
-    "ScheduledTaskStartedWithName": "{0} \u5f00\u59cb",
-    "ScheduledTaskCancelledWithName": "{0} \u88ab\u53d6\u6d88",
-    "ScheduledTaskCompletedWithName": "{0} \u5df2\u5b8c\u6210",
-    "ScheduledTaskFailed": "\u8ba1\u5212\u4efb\u52a1\u5df2\u5b8c\u6210",
-    "PluginInstalledWithName": "{0} \u5df2\u5b89\u88c5",
-    "PluginUpdatedWithName": "{0} \u5df2\u66f4\u65b0",
-    "PluginUninstalledWithName": "{0} \u5df2\u5378\u8f7d",
-    "ScheduledTaskFailedWithName": "{0} \u5931\u8d25",
-    "ItemAddedWithName": "{0} \u5df2\u6dfb\u52a0\u5230\u5a92\u4f53\u5e93",
-    "ItemRemovedWithName": "{0} \u5df2\u4ece\u5a92\u4f53\u5e93\u4e2d\u79fb\u9664",
-    "DeviceOnlineWithName": "{0} \u5df2\u8fde\u63a5",
-    "UserOnlineFromDevice": "{0} \u5728\u7ebf\uff0c\u6765\u81ea {1}",
-    "DeviceOfflineWithName": "{0} \u5df2\u65ad\u5f00\u8fde\u63a5",
-    "UserOfflineFromDevice": "{0} \u5df2\u4ece {1} \u65ad\u5f00\u8fde\u63a5",
-    "SubtitlesDownloadedForItem": "\u5df2\u4e3a {0} \u4e0b\u8f7d\u4e86\u5b57\u5e55",
-    "SubtitleDownloadFailureForItem": "\u4e3a {0} \u4e0b\u8f7d\u5b57\u5e55\u5931\u8d25",
-    "LabelRunningTimeValue": "\u8fd0\u884c\u65f6\u95f4\uff1a {0}",
-    "LabelIpAddressValue": "Ip \u5730\u5740\uff1a {0}",
-    "UserConfigurationUpdatedWithName": "\u7528\u6237\u914d\u7f6e\u5df2\u66f4\u65b0\u4e3a {0}",
-    "UserCreatedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u521b\u5efa",
-    "UserPasswordChangedWithName": "\u5df2\u4e3a\u7528\u6237 {0} \u66f4\u6539\u5bc6\u7801",
-    "UserDeletedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u5220\u9664",
-    "MessageServerConfigurationUpdated": "\u670d\u52a1\u5668\u914d\u7f6e\u5df2\u66f4\u65b0",
-    "MessageNamedServerConfigurationUpdatedWithValue": "\u670d\u52a1\u5668\u914d\u7f6e {0} \u90e8\u5206\u5df2\u66f4\u65b0",
-    "MessageApplicationUpdated": "Media Browser\u670d\u52a1\u5668\u5df2\u66f4\u65b0",
-    "AuthenticationSucceededWithUserName": "{0} \u6210\u529f\u88ab\u6388\u6743",
-    "FailedLoginAttemptWithUserName": "\u5931\u8d25\u7684\u767b\u5f55\u5c1d\u8bd5\uff0c\u6765\u81ea {0}",
-    "UserStartedPlayingItemWithValues": "{0} \u5f00\u59cb\u64ad\u653e {1}",
-    "UserStoppedPlayingItemWithValues": "{0} \u505c\u6b62\u64ad\u653e {1}",
-    "AppDeviceValues": "App\uff1a {0}\uff0c\u8bbe\u5907\uff1a {1}",
-    "ProviderValue": "\u63d0\u4f9b\u8005\uff1a {0}",
-    "LabelChannelDownloadSizeLimit": "\u4e0b\u8f7d\u5927\u5c0f\u9650\u5236(GB)\uff1a",
-    "LabelChannelDownloadSizeLimitHelpText": "\u9650\u5236\u9891\u9053\u4e0b\u8f7d\u6587\u4ef6\u5939\u7684\u5927\u5c0f\u3002",
-    "HeaderRecentActivity": "\u6700\u8fd1\u7684\u6d3b\u52a8",
-    "HeaderPeople": "\u4eba\u7269",
-    "HeaderDownloadPeopleMetadataFor": "\u4e0b\u8f7d\u4f20\u8bb0\u548c\u56fe\u50cf\uff1a",
-    "OptionComposers": "\u4f5c\u66f2\u5bb6",
-    "OptionOthers": "\u5176\u4ed6",
-    "HeaderDownloadPeopleMetadataForHelp": "\u542f\u7528\u989d\u5916\u9009\u9879\u5c06\u63d0\u4f9b\u66f4\u591a\u7684\u5c4f\u5e55\u4fe1\u606f\uff0c\u4f46\u4f1a\u5bfc\u81f4\u5a92\u4f53\u5e93\u626b\u63cf\u8f83\u6162\u3002",
-    "ViewTypeFolders": "\u6587\u4ef6\u5939",
-    "LabelDisplayFoldersView": "\u663e\u793a\u4e00\u4e2a\u6587\u4ef6\u5939\u89c6\u56fe\u6765\u5448\u73b0\u5e73\u9762\u5a92\u4f53\u6587\u4ef6\u5939",
-    "ViewTypeLiveTvRecordingGroups": "\u5f55\u5236",
-    "ViewTypeLiveTvChannels": "\u9891\u9053",
-    "LabelEasyPinCode": "\u7b80\u6613PIN\u7801\uff1a",
-    "EasyPasswordHelp": "\u4f60\u7684\u7b80\u6613PIN\u7801\u7528\u4e8e\u4e0eMedia Browser\u7684\u5e94\u7528\u7a0b\u5e8f\u8131\u673a\u8bbf\u95ee\uff0c\u4e5f\u53ef\u7528\u4e8e\u5bb6\u5ead\u7f51\u7edc\u767b\u5f55\u3002",
-    "LabelInNetworkSignInWithEasyPassword": "\u542f\u7528\u7b80\u6613PIN\u7801\u767b\u5f55\u5bb6\u5ead\u7f51\u7edc",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "\u5982\u679c\u542f\u7528\uff0c\u60a8\u5c31\u53ef\u4ee5\u4ece\u60a8\u7684\u5bb6\u5ead\u7f51\u7edc\u4e2d\u4f7f\u7528\u7b80\u6613PIN\u7801\u767b\u5f55\u5230Media Browser\u7684\u5e94\u7528\u7a0b\u5e8f\u3002\u5e38\u89c4\u5bc6\u7801\u53ea\u7528\u4e8e\u5bb6\u5ead\u7f51\u7edc\u4e4b\u5916\u3002\u5982\u679cPIN\u7801\u7559\u7a7a\uff0c\u5219\u8868\u793a\u5728\u5bb6\u5ead\u7f51\u7edc\u4e2d\u60a8\u4e0d\u9700\u8981\u5bc6\u7801\u3002",
-    "HeaderPassword": "\u5bc6\u7801",
-    "HeaderLocalAccess": "\u672c\u5730\u8bbf\u95ee",
-    "HeaderViewOrder": "\u67e5\u770b\u987a\u5e8f",
-    "ButtonResetEasyPassword": "\u590d\u4f4d\u7b80\u6613PIN\u7801",
-    "LabelSelectUserViewOrder": "\u60a8\u6240\u9009\u62e9\u7684\u67e5\u770b\u987a\u5e8f\u5c06\u663e\u793a\u5728Media Browser \u7684\u5404\u79cdApp\u4e0a\u9762",
-    "LabelMetadataRefreshMode": "\u5a92\u4f53\u8d44\u6599\u5237\u65b0\u6a21\u5f0f\uff1a",
-    "LabelImageRefreshMode": "\u56fe\u7247\u5237\u65b0\u6a21\u5f0f\uff1a",
-    "OptionDownloadMissingImages": "\u4e0b\u8f7d\u7f3a\u5931\u56fe\u7247",
-    "OptionReplaceExistingImages": "\u66ff\u6362\u73b0\u6709\u56fe\u7247",
-    "OptionRefreshAllData": "\u5237\u65b0\u6240\u6709\u6570\u636e",
-    "OptionAddMissingDataOnly": "\u4ec5\u6dfb\u52a0\u7f3a\u5931\u6570\u636e",
-    "OptionLocalRefreshOnly": "\u4ec5\u7528\u672c\u5730\u6570\u636e\u5237\u65b0",
-    "HeaderRefreshMetadata": "\u5237\u65b0\u5a92\u4f53\u8d44\u6599",
-    "HeaderPersonInfo": "\u4efb\u52a1\u4fe1\u606f",
-    "HeaderIdentifyItem": "\u8bc6\u522b\u9879",
-    "HeaderIdentifyItemHelp": "\u8f93\u5165\u4e00\u4e2a\u6216\u591a\u4e2a\u641c\u7d22\u6761\u4ef6\u3002\u5220\u9664\u6761\u4ef6\u53ef\u5f97\u5230\u66f4\u591a\u641c\u7d22\u7ed3\u679c\u3002",
-    "HeaderConfirmDeletion": "\u786e\u8ba4\u5220\u9664",
-    "LabelFollowingFileWillBeDeleted": "\u4ee5\u4e0b\u6587\u4ef6\u5c06\u88ab\u5220\u9664\uff1a",
-    "LabelIfYouWishToContinueWithDeletion": "\u5982\u679c\u4f60\u60f3\u7ee7\u7eed\uff0c\u8bf7\u786e\u8ba4\u8f93\u5165\u7684\u503c\uff1a",
-    "ButtonIdentify": "\u8bc6\u522b",
-    "LabelAlbumArtist": "\u4e13\u8f91\u827a\u672f\u5bb6\uff1a",
-    "LabelAlbum": "\u4e13\u8f91\uff1a",
-    "LabelCommunityRating": "\u516c\u4f17\u8bc4\u5206\uff1a",
-    "LabelVoteCount": "\u6295\u7968\u8ba1\u6570\uff1a",
-    "LabelMetascore": "\u5a92\u4f53\u8bc4\u5206\uff1a",
-    "LabelCriticRating": "\u5f71\u8bc4\u4eba\u8bc4\u5206\uff1a",
-    "LabelCriticRatingSummary": "\u5f71\u8bc4\u4eba\u8bc4\u4ef7\uff1a",
-    "LabelAwardSummary": "\u83b7\u5956\u6458\u8981\uff1a",
-    "LabelWebsite": "\u7f51\u7ad9\uff1a",
-    "LabelTagline": "\u53e3\u53f7\uff1a",
-    "LabelOverview": "\u5185\u5bb9\u6982\u8ff0\uff1a",
-    "LabelShortOverview": "\u7b80\u4ecb\uff1a",
-    "LabelReleaseDate": "\u53d1\u884c\u65e5\u671f\uff1a",
-    "LabelYear": "\u5e74\uff1a",
-    "LabelPlaceOfBirth": "\u51fa\u751f\u5730\uff1a",
-    "LabelEndDate": "\u7ed3\u675f\u65e5\u671f\uff1a",
-    "LabelAirDate": "\u64ad\u51fa\u65e5\u671f\uff1a",
-    "LabelAirTime:": "\u64ad\u51fa\u65f6\u95f4\uff1a",
-    "LabelRuntimeMinutes": "\u64ad\u653e\u65f6\u957f\uff08\u5206\u949f\uff09\uff1a",
-    "LabelParentalRating": "\u5bb6\u957f\u5206\u7ea7\uff1a",
-    "LabelCustomRating": "\u81ea\u5b9a\u4e49\u5206\u7ea7\uff1a",
-    "LabelBudget": "\u6295\u8d44\u989d\uff1a",
-    "LabelRevenue": "\u7968\u623f\u6536\u5165\uff1a",
-    "LabelOriginalAspectRatio": "\u539f\u59cb\u957f\u5bbd\u6bd4\uff1a",
-    "LabelPlayers": "\u64ad\u653e\u5668\uff1a",
-    "Label3DFormat": "3D\u683c\u5f0f\uff1a",
-    "HeaderAlternateEpisodeNumbers": "\u5907\u9009\u7684\u5267\u96c6\u6570",
-    "HeaderSpecialEpisodeInfo": "\u7279\u522b\u5267\u96c6\u4fe1\u606f",
-    "HeaderExternalIds": "\u5916\u90e8ID\uff1a",
-    "LabelDvdSeasonNumber": "Dvd \u5b63\u6570\uff1a",
-    "LabelDvdEpisodeNumber": "Dvd \u96c6\u6570\uff1a",
-    "LabelAbsoluteEpisodeNumber": "\u7edd\u5bf9\u96c6\u6570\uff1a",
-    "LabelAirsBeforeSeason": "\u5b63\u64ad\u51fa\u524d\uff1a",
-    "LabelAirsAfterSeason": "\u5b63\u64ad\u51fa\u540e\uff1a",
-    "LabelAirsBeforeEpisode": "\u96c6\u64ad\u51fa\u524d\uff1a",
-    "LabelTreatImageAs": "\u5904\u7406\u56fe\u50cf\uff1a",
-    "LabelDisplayOrder": "\u663e\u793a\u987a\u5e8f\uff1a",
-    "LabelDisplaySpecialsWithinSeasons": "\u663e\u793a\u5b63\u4e2d\u6240\u64ad\u51fa\u7684\u7279\u96c6",
-    "HeaderCountries": "\u56fd\u5bb6",
-    "HeaderGenres": "\u98ce\u683c",
-    "HeaderPlotKeywords": "\u60c5\u8282\u5173\u952e\u5b57",
-    "HeaderStudios": "\u5de5\u4f5c\u5ba4",
-    "HeaderTags": "\u6807\u7b7e",
-    "HeaderMetadataSettings": "\u5a92\u4f53\u8d44\u6599\u8bbe\u7f6e",
-    "LabelLockItemToPreventChanges": "\u9501\u5b9a\u6b64\u9879\u76ee\u9632\u6b62\u6539\u52a8",
-    "MessageLeaveEmptyToInherit": "\u7559\u7a7a\u5219\u7ee7\u627f\u7236\u9879\u6216\u5168\u5c40\u9ed8\u8ba4\u503c\u8bbe\u7f6e\u3002",
-    "TabDonate": "\u6350\u8d60",
-    "HeaderDonationType": "\u6350\u8d60\u7c7b\u578b\uff1a",
-    "OptionMakeOneTimeDonation": "\u505a\u4e00\u4e2a\u5355\u72ec\u7684\u6350\u8d60",
-    "OptionOneTimeDescription": "\u8fd9\u662f\u4e00\u4e2a\u989d\u5916\u7684\u6350\u52a9\u9879\u76ee\uff0c\u4ee5\u663e\u793a\u4f60\u5bf9\u6211\u4eec\u7684\u652f\u6301\u3002\u5b83\u6ca1\u6709\u4efb\u4f55\u989d\u5916\u7684\u597d\u5904\uff0c\u4e5f\u4e0d\u4f1a\u4ea7\u751f\u4e00\u4e2a\u652f\u6301\u8005\u5e8f\u5217\u53f7\u3002",
-    "OptionLifeTimeSupporterMembership": "\u7ec8\u8eab\u652f\u6301\u8005\u4f1a\u5458",
-    "OptionYearlySupporterMembership": "\u5e74\u5ea6\u652f\u6301\u8005\u4f1a\u5458",
-    "OptionMonthlySupporterMembership": "\u6708\u5ea6\u7684\u652f\u6301\u8005\u4f1a\u5458",
-    "OptionNoTrailer": "\u65e0\u9884\u544a\u7247",
-    "OptionNoThemeSong": "\u65e0\u4e3b\u9898\u6b4c",
-    "OptionNoThemeVideo": "\u65e0\u4e3b\u9898\u89c6\u9891",
-    "LabelOneTimeDonationAmount": "\u6350\u6b3e\u91d1\u989d\uff1a",
-    "ButtonDonate": "\u6350\u8d60",
-    "OptionActor": "\u6f14\u5458",
-    "OptionComposer": "\u4f5c\u66f2\u5bb6",
-    "OptionDirector": "\u5bfc\u6f14",
-    "OptionGuestStar": "\u7279\u9080\u660e\u661f",
-    "OptionProducer": "\u5236\u7247\u4eba",
-    "OptionWriter": "\u7f16\u5267",
-    "LabelAirDays": "\u64ad\u51fa\u65e5\u671f\uff1a",
-    "LabelAirTime": "\u64ad\u51fa\u65f6\u95f4\uff1a",
-    "HeaderMediaInfo": "\u5a92\u4f53\u4fe1\u606f",
-    "HeaderPhotoInfo": "\u56fe\u7247\u4fe1\u606f",
-    "HeaderInstall": "\u5b89\u88c5",
-    "LabelSelectVersionToInstall": "\u9009\u62e9\u5b89\u88c5\u7248\u672c\uff1a",
-    "LinkSupporterMembership": "\u4e86\u89e3\u6709\u5173\u652f\u6301\u8005\u4f1a\u5458",
-    "MessageSupporterPluginRequiresMembership": "\u6b64\u63d2\u4ef6\u5c06\u670914\u5929\u7684\u514d\u8d39\u8bd5\u7528\uff0c\u6b64\u540e\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u624d\u80fd\u4f7f\u7528\u3002",
-    "MessagePremiumPluginRequiresMembership": "\u6b64\u63d2\u4ef6\u572814\u5929\u7684\u514d\u8d39\u8bd5\u7528\u671f\u540e\uff0c\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u624d\u80fd\u8d2d\u4e70\u3002",
-    "HeaderReviews": "\u8bc4\u8bba",
-    "HeaderDeveloperInfo": "\u5f00\u53d1\u8005\u4fe1\u606f",
-    "HeaderRevisionHistory": "\u4fee\u8ba2\u5386\u53f2",
-    "ButtonViewWebsite": "\u6d4f\u89c8\u7f51\u7ad9",
-    "LabelRecurringDonationCanBeCancelledHelp": "\u5728\u60a8\u7684PayPal\u8d26\u6237\u5185\u4efb\u4f55\u65f6\u5019\u90fd\u53ef\u4ee5\u53d6\u6d88\u7ecf\u5e38\u6027\u6350\u8d60\u3002",
-    "HeaderXmlSettings": "XML\u8bbe\u7f6e",
-    "HeaderXmlDocumentAttributes": "XML\u6587\u6863\u5c5e\u6027",
-    "HeaderXmlDocumentAttribute": "XML\u6587\u6863\u5c5e\u6027",
-    "XmlDocumentAttributeListHelp": "\u8fd9\u4e9b\u5c5e\u6027\u88ab\u5e94\u7528\u5230\u6bcf\u4e00\u4e2aXML\u54cd\u5e94\u7684\u6839\u5143\u7d20\u3002",
-    "OptionSaveMetadataAsHidden": "\u4fdd\u5b58\u5a92\u4f53\u8d44\u6599\u548c\u56fe\u50cf\u4e3a\u9690\u85cf\u6587\u4ef6",
-    "LabelExtractChaptersDuringLibraryScan": "\u5a92\u4f53\u5e93\u626b\u63cf\u8fc7\u7a0b\u4e2d\u89e3\u538b\u7ae0\u8282\u56fe\u7247",
-    "LabelExtractChaptersDuringLibraryScanHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u5a92\u4f53\u5e93\u5bfc\u5165\u89c6\u9891\u5e76\u626b\u63cf\u65f6\uff0c\u5c06\u63d0\u53d6\u7ae0\u8282\u56fe\u50cf\u3002\u5982\u679c\u7981\u7528\uff0c\u7ae0\u8282\u56fe\u50cf\u5c06\u5728\u4e4b\u540e\u7684\u8ba1\u5212\u4efb\u52a1\u63d0\u53d6\uff0c\u800c\u5a92\u4f53\u5e93\u4f1a\u66f4\u5feb\u5b8c\u6210\u626b\u63cf\u3002",
-    "LabelConnectGuestUserName": "\u4ed6\u4eecMedia Browser\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5730\u5740\uff1a",
-    "LabelConnectUserName": "Media Browser \u7528\u6237\u540d\/email\uff1a",
-    "LabelConnectUserNameHelp": "\u8be5\u7528\u6237\u8fde\u63a5\u5230\u4e00\u4e2aMedia Browser \u5e10\u6237\uff0c\u4ee5\u4fbf\u4eceMedia Browser \u4e2d\u7684\u4efb\u4f55\u5e94\u7528\u7a0b\u5e8f\u65b9\u4fbf\u7684\u767b\u5f55\u8bbf\u95ee\uff0c\u800c\u65e0\u9700\u77e5\u9053\u670d\u52a1\u5668\u7684IP\u5730\u5740\u3002",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "\u4e86\u89e3\u66f4\u591a\u5173\u4e8eMedia Browser Connect",
-    "LabelExternalPlayers": "\u5916\u90e8\u64ad\u653e\u5668\uff1a",
-    "LabelExternalPlayersHelp": "\u663e\u793a\u5728\u5916\u90e8\u64ad\u653e\u5668\u4e0a\u64ad\u653e\u7684\u6309\u94ae\u3002\u8fd9\u4ec5\u9002\u7528\u4e8e\u652f\u6301URL\u65b9\u6848\u7684Android\u548ciOS\u8bbe\u5907\u3002\u5916\u90e8\u64ad\u653e\u5668\u901a\u5e38\u4e0d\u652f\u6301\u8fdb\u884c\u8fdc\u7a0b\u63a7\u5236\u6216\u6062\u590d\u64ad\u653e\u3002",
-    "HeaderSubtitleProfile": "\u5b57\u5e55\u914d\u7f6e",
-    "HeaderSubtitleProfiles": "\u5b57\u5e55\u914d\u7f6e",
-    "HeaderSubtitleProfilesHelp": "\u5b57\u5e55\u914d\u7f6e\u6587\u4ef6\u63cf\u8ff0\u8bbe\u5907\u6240\u652f\u6301\u7684\u5b57\u5e55\u683c\u5f0f\u3002",
-    "LabelFormat": "\u683c\u5f0f\uff1a",
-    "LabelMethod": "\u65b9\u6cd5\uff1a",
-    "LabelDidlMode": "Didl \u6a21\u5f0f\uff1a",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx\uff08\u4e09\u661f\uff09",
-    "OptionResElement": "res \u5143\u7d20",
-    "OptionEmbedSubtitles": "\u5728\u8f7d\u4f53\u4e2d\u5d4c\u5165",
-    "OptionExternallyDownloaded": "\u5916\u90e8\u4e0b\u8f7d",
-    "OptionHlsSegmentedSubtitles": "Hls\u5206\u6bb5\u5b57\u5e55",
-    "LabelSubtitleFormatHelp": "\u4f8b\u5982\uff1aSRT",
-    "ButtonLearnMore": "\u4e86\u89e3\u66f4\u591a",
-    "TabPlayback": "\u64ad\u653e",
-    "HeaderLanguagePreferences": "\u8bed\u8a00\u504f\u597d",
-    "TabCinemaMode": "\u5f71\u9662\u6a21\u5f0f",
-    "TitlePlayback": "\u64ad\u653e",
-    "LabelEnableCinemaModeFor": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f\uff1a",
-    "CinemaModeConfigurationHelp": "\u5f71\u9662\u6a21\u5f0f\u76f4\u63a5\u4e3a\u60a8\u7684\u5ba2\u5385\u5e26\u6765\u5267\u573a\u7ea7\u4f53\u9a8c\uff0c\u540c\u65f6\u8fd8\u53ef\u4ee5\u64ad\u653e\u9884\u544a\u7247\u548c\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u3002",
-    "OptionTrailersFromMyMovies": "\u5728\u6211\u7684\u5a92\u4f53\u5e93\u4e2d\u5305\u542b\u7535\u5f71\u9884\u544a\u7247",
-    "OptionUpcomingMoviesInTheaters": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684\u7535\u5f71\u9884\u544a\u7247",
-    "LabelLimitIntrosToUnwatchedContent": "\u9884\u544a\u7247\u4ec5\u7528\u4e8e\u672a\u89c2\u770b\u7684\u5185\u5bb9",
-    "LabelEnableIntroParentalControl": "\u542f\u7528\u667a\u80fd\u5bb6\u957f\u63a7\u5236",
-    "LabelEnableIntroParentalControlHelp": "\u9884\u544a\u7247\u5c06\u53ea\u80fd\u9009\u62e9\u89c2\u770b\u5bb6\u957f\u5206\u7ea7\u5c0f\u4e8e\u6216\u7b49\u4e8e\u73b0\u5728\u7684\u7b49\u7ea7\u3002",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u8fd9\u4e9b\u529f\u80fd\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u5e76\u5b89\u88c5\u9884\u544a\u7247\u9891\u9053\u63d2\u4ef6\u3002",
-    "OptionTrailersFromMyMoviesHelp": "\u9700\u8981\u8bbe\u7f6e\u672c\u5730\u9884\u544a\u7247\u3002",
-    "LabelCustomIntrosPath": "\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u8def\u5f84\uff1a",
-    "LabelCustomIntrosPathHelp": "\u6587\u4ef6\u5939\u5305\u542b\u89c6\u9891\u6587\u4ef6\u3002\u5728\u9884\u544a\u7247\u4e4b\u540e\u89c6\u9891\u5c06\u88ab\u968f\u673a\u9009\u62e9\u64ad\u653e\u3002",
-    "ValueSpecialEpisodeName": "\u7279\u522b - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "\u4e92\u8054\u7f51\u9884\u544a\u7247\uff1a",
-    "OptionUpcomingDvdMovies": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684DVD\uff06\u84dd\u5149\u7535\u5f71\u9884\u544a\u7247",
-    "OptionUpcomingStreamingMovies": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684\u5728Netflix\u4e0a\u7684\u7535\u5f71\u9884\u544a\u7247",
-    "LabelDisplayTrailersWithinMovieSuggestions": "\u5728\u7535\u5f71\u7684\u5efa\u8bae\u91cc\u663e\u793a\u9884\u544a\u7247",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u9700\u8981\u5b89\u88c5\u9884\u544a\u7247\u9891\u9053\u3002",
-    "CinemaModeConfigurationHelp2": "\u4e2a\u4eba\u7528\u6237\u53ef\u4ee5\u5728\u81ea\u5df1\u7684\u504f\u597d\u8bbe\u7f6e\u4e2d\u7981\u7528\u5f71\u9662\u6a21\u5f0f\u3002",
-    "LabelEnableCinemaMode": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f",
-    "HeaderCinemaMode": "\u5f71\u9662\u6a21\u5f0f",
-    "LabelDateAddedBehavior": "\u65b0\u5185\u5bb9\u52a0\u5165\u7684\u65e5\u671f\uff1a",
-    "OptionDateAddedImportTime": "\u4f7f\u7528\u52a0\u5165\u5a92\u4f53\u5e93\u65f6\u7684\u626b\u63cf\u65e5\u671f",
-    "OptionDateAddedFileTime": "\u4f7f\u7528\u6587\u4ef6\u521b\u5efa\u65e5\u671f",
-    "LabelDateAddedBehaviorHelp": "\u5982\u679c\u4e00\u4e2a\u5a92\u4f53\u8d44\u6599\u7684\u503c\u5b58\u5728\uff0c\u5b83\u603b\u662f\u4f18\u5148\u4e8e\u8fd9\u4e9b\u9009\u9879\u524d\u4f7f\u7528\u3002",
-    "LabelNumberTrailerToPlay": "\u9884\u544a\u7247\u64ad\u653e\u6b21\u6570\uff1a",
-    "TitleDevices": "\u8bbe\u5907",
-    "TabCameraUpload": "\u6444\u50cf\u5934\u4e0a\u4f20",
-    "TabDevices": "\u8bbe\u5907",
-    "HeaderCameraUploadHelp": "\u4ece\u60a8\u7684\u79fb\u52a8\u8bbe\u5907\u81ea\u52a8\u4e0a\u4f20\u7167\u7247\u548c\u89c6\u9891\u5230Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "\u60a8\u76ee\u524d\u8fd8\u6ca1\u6709\u4efb\u4f55\u8bbe\u5907\u652f\u6301\u6444\u50cf\u5934\u4e0a\u4f20\u3002",
-    "LabelCameraUploadPath": "\u6444\u50cf\u5934\u4e0a\u4f20\u8def\u5f84\uff1a",
-    "LabelCameraUploadPathHelp": "\u9009\u62e9\u81ea\u5b9a\u4e49\u4e0a\u4f20\u8def\u5f84\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u4e00\u4e2a\u9ed8\u8ba4\u6587\u4ef6\u5939\u5c06\u88ab\u4f7f\u7528\u3002\u5982\u679c\u4f7f\u7528\u81ea\u5b9a\u4e49\u7684\u8def\u5f84\uff0c\u9700\u8981\u5728\u5a92\u4f53\u5e93\u8bbe\u7f6e\u4e2d\u6dfb\u52a0\u3002",
-    "LabelCreateCameraUploadSubfolder": "\u4e3a\u6bcf\u4e2a\u8bbe\u5907\u521b\u5efa\u5b50\u6587\u4ef6\u5939",
-    "LabelCreateCameraUploadSubfolderHelp": "\u7279\u5b9a\u7684\u6587\u4ef6\u5939\u53ef\u4ee5\u5206\u914d\u7ed9\u4e00\u4e2a\u8bbe\u5907\uff0c\u901a\u8fc7\u4ece\u8bbe\u5907\u9875\u9762\u70b9\u51fb\u5b83\u3002",
-    "LabelCustomDeviceDisplayName": "\u663e\u793a\u540d\u79f0\uff1a",
-    "LabelCustomDeviceDisplayNameHelp": "\u81ea\u5b9a\u4e49\u8bbe\u5907\u663e\u793a\u540d\u79f0\u6216\u7559\u7a7a\u5219\u4f7f\u7528\u8bbe\u5907\u62a5\u544a\u540d\u79f0\u3002",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "\u6700\u65b0\u9879\u76ee",
-    "LabelSelectLastestItemsFolders": "\u6700\u65b0\u9879\u76ee\u4e2d\u5305\u62ec\u4ee5\u4e0b\u90e8\u5206\u5a92\u4f53",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "\u9080\u8bf7\u51fd",
-    "LabelForgotPasswordUsernameHelp": "\u8f93\u5165\u60a8\u7684\u7528\u6237\u540d\uff0c\u5982\u679c\u4f60\u8fd8\u8bb0\u5f97\u3002",
-    "HeaderForgotPassword": "\u5fd8\u8bb0\u5bc6\u7801",
-    "TitleForgotPassword": "\u5fd8\u8bb0\u5bc6\u7801",
-    "TitlePasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
-    "LabelPasswordRecoveryPinCode": "PIN\u7801\uff1a",
-    "HeaderPasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
-    "HeaderParentalRatings": "\u5bb6\u957f\u5206\u7ea7",
-    "HeaderVideoTypes": "\u89c6\u9891\u7c7b\u578b",
-    "HeaderYears": "\u5e74\u4efd",
-    "HeaderAddTag": "\u6dfb\u52a0\u6807\u7b7e",
-    "LabelBlockItemsWithTags": "\u5757\u9879\u76ee\u4e0e\u6807\u7b7e\uff1a",
-    "LabelTag": "\u6807\u7b7e\uff1a",
-    "LabelEnableSingleImageInDidlLimit": "\u4ec5\u9650\u5355\u4e00\u7684\u5d4c\u5165\u5f0f\u56fe\u50cf",
-    "LabelEnableSingleImageInDidlLimitHelp": "\u5982\u679c\u591a\u4e2a\u56fe\u50cf\u5d4c\u5165\u5728DIDL\uff0c\u67d0\u4e9b\u8bbe\u5907\u5c06\u65e0\u6cd5\u6b63\u786e\u6e32\u67d3\u3002",
-    "TabActivity": "\u6d3b\u52a8",
-    "TitleSync": "\u540c\u6b65",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "\u5b63\u672a\u77e5",
-    "NameSeasonNumber": "\u5b63 {0}",
-    "LabelNewUserNameHelp": "\u7528\u6237\u540d\u53ef\u4ee5\u5305\u542b\u5b57\u6bcd\uff08az\uff09\uff0c\u6570\u5b57\uff080-9\uff09\uff0c\u7834\u6298\u53f7\uff08 - \uff09\uff0c\u4e0b\u5212\u7ebf\uff08_\uff09\uff0c\u5355\u5f15\u53f7\uff08'\uff09\u548c\u53e5\u70b9\uff08.\uff09",
-    "TabJobs": "\u4f5c\u4e1a",
-    "TabSyncJobs": "\u540c\u6b65\u4f5c\u4e1a",
     "LabelExit": "\u9000\u51fa",
     "LabelVisitCommunity": "\u8bbf\u95ee\u793e\u533a",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "\u4e34\u65f6\u6587\u4ef6\u8def\u5f84\uff1a",
     "LabelSyncTempPathHelp": "\u6307\u5b9a\u540c\u6b65\u65f6\u7684\u5de5\u4f5c\u6587\u4ef6\u5939\u3002\u5728\u540c\u6b65\u8fc7\u7a0b\u4e2d\u521b\u5efa\u7684\u8f6c\u6362\u5a92\u4f53\u6587\u4ef6\u5c06\u88ab\u5b58\u653e\u5728\u8fd9\u91cc\u3002",
     "LabelCustomCertificatePath": "\u81ea\u5b9a\u4e49\u8bc1\u4e66\u8def\u5f84\uff1a",
-    "LabelCustomCertificatePathHelp": "\u63d0\u4f9b\u81ea\u5df1\u7684SSL\u8bc1\u4e66\u3002\u5982\u679c\u7701\u7565\uff0c\u670d\u52a1\u5668\u5c06\u521b\u5efa\u4e00\u4e2a\u81ea\u7b7e\u540d\u7684\u8bc1\u4e66\u3002",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "\u901a\u77e5",
     "ButtonDonateWithPayPal": "\u901a\u8fc7PayPal\u6350\u8d60",
     "OptionDetectArchiveFilesAsMedia": "\u628a\u538b\u7f29\u6587\u4ef6\u4f5c\u4e3a\u5a92\u4f53\u6587\u4ef6\u68c0\u6d4b",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "\u8fd0\u884c\u6b64\u7528\u6237\u7ba1\u7406\u670d\u52a1\u5668",
     "HeaderFeatureAccess": "\u53ef\u4f7f\u7528\u7684\u529f\u80fd",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "\u6700\u9ad8\u8d28\u91cf",
     "OptionEnableDebugTranscodingLogging": "\u542f\u7528\u8f6c\u7801\u9664\u9519\u65e5\u5fd7",
     "OptionEnableDebugTranscodingLoggingHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u975e\u5e38\u5927\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u4ec5\u63a8\u8350\u5728\u6392\u9664\u6545\u969c\u65f6\u4f7f\u7528\u3002",
-    "OptionUpscaling": "\u5141\u8bb8\u5ba2\u6237\u7aef\u8bf7\u6c42\u653e\u5927\u7684\u89c6\u9891",
-    "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u8fd9\u5c06\u63d0\u9ad8\u89c6\u9891\u8d28\u91cf\uff0c\u4f46\u4f1a\u5bfc\u81f4CPU\u7684\u5360\u7528\u589e\u52a0\u3002",
     "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u79fb\u9664\u8fd9\u4e2a\u96c6\u5408\u91cc\u7684\u4efb\u4f55\u7535\u5f71\uff0c\u7535\u89c6\u5267\uff0c\u4e13\u8f91\uff0c\u4e66\u7c4d\u6216\u6e38\u620f\u3002",
     "HeaderAddTitles": "\u6dfb\u52a0\u6807\u9898",
     "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8bbe\u5907",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "\u4e0a\u4e00\u9875",
     "ButtonPageDown": "\u4e0b\u4e00\u9875",
     "PageAbbreviation": "\u9875\u9762",
-    "ButtonHome": "\u9996\u9875"
+    "ButtonHome": "\u9996\u9875",
+    "ButtonSearch": "\u641c\u7d22",
+    "ButtonSettings": "\u8bbe\u7f6e",
+    "ButtonTakeScreenshot": "\u5c4f\u5e55\u622a\u56fe",
+    "ButtonLetterUp": "\u4e0a\u4e00\u5b57\u6bcd",
+    "ButtonLetterDown": "\u4e0b\u4e00\u5b57\u6bcd",
+    "PageButtonAbbreviation": "\u9875\u9762\u6309\u952e",
+    "LetterButtonAbbreviation": "\u5b57\u6bcd\u6309\u952e",
+    "TabNowPlaying": "\u73b0\u5728\u64ad\u653e",
+    "TabNavigation": "\u5bfc\u822a",
+    "TabControls": "\u63a7\u5236",
+    "ButtonFullscreen": "\u5207\u6362\u5168\u5c4f",
+    "ButtonScenes": "\u573a\u666f",
+    "ButtonSubtitles": "\u5b57\u5e55",
+    "ButtonAudioTracks": "\u97f3\u8f68",
+    "ButtonPreviousTrack": "\u4e0a\u4e00\u97f3\u8f68",
+    "ButtonNextTrack": "\u4e0b\u4e00\u97f3\u8f68",
+    "ButtonStop": "\u505c\u6b62",
+    "ButtonPause": "\u6682\u505c",
+    "ButtonNext": "\u4e0b\u4e00\u4e2a",
+    "ButtonPrevious": "\u4e0a\u4e00\u4e2a",
+    "LabelGroupMoviesIntoCollections": "\u6279\u91cf\u6dfb\u52a0\u7535\u5f71\u5230\u5408\u96c6",
+    "LabelGroupMoviesIntoCollectionsHelp": "\u5f53\u663e\u793a\u7684\u7535\u5f71\u5217\u8868\u65f6\uff0c\u5c5e\u4e8e\u4e00\u4e2a\u5408\u96c6\u7535\u5f71\u5c06\u663e\u793a\u4e3a\u4e00\u4e2a\u5206\u7ec4\u3002",
+    "NotificationOptionPluginError": "\u63d2\u4ef6\u5931\u8d25",
+    "ButtonVolumeUp": "\u52a0\u5927\u97f3\u91cf",
+    "ButtonVolumeDown": "\u964d\u4f4e\u97f3\u91cf",
+    "ButtonMute": "\u9759\u97f3",
+    "HeaderLatestMedia": "\u6700\u65b0\u5a92\u4f53",
+    "OptionSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
+    "HeaderCollections": "\u5408\u96c6",
+    "LabelProfileCodecsHelp": "\u4ee5\u9017\u53f7\u5206\u9694\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u7f16\u89e3\u7801\u5668\u3002",
+    "LabelProfileContainersHelp": "\u4ee5\u9017\u53f7\u5206\u9694\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u5a92\u4f53\u8f7d\u4f53\u3002",
+    "HeaderResponseProfile": "\u54cd\u5e94\u914d\u7f6e",
+    "LabelType": "\u7c7b\u578b\uff1a",
+    "LabelPersonRole": "\u89d2\u8272\uff1a",
+    "LabelPersonRoleHelp": "\u89d2\u8272\u7684\u4f5c\u7528\u662f\u4e00\u822c\u53ea\u9002\u7528\u4e8e\u6f14\u5458\u3002",
+    "LabelProfileContainer": "\u5a92\u4f53\u8f7d\u4f53\uff1a",
+    "LabelProfileVideoCodecs": "\u89c6\u9891\u7f16\u89e3\u7801\u5668\uff1a",
+    "LabelProfileAudioCodecs": "\u97f3\u9891\u7f16\u89e3\u7801\u5668\uff1a",
+    "LabelProfileCodecs": "\u7f16\u89e3\u7801\u5668\uff1a",
+    "HeaderDirectPlayProfile": "\u76f4\u63a5\u64ad\u653e\u914d\u7f6e",
+    "HeaderTranscodingProfile": "\u8f6c\u7801\u914d\u7f6e",
+    "HeaderCodecProfile": "\u7f16\u89e3\u7801\u5668\u914d\u7f6e",
+    "HeaderCodecProfileHelp": "\u7f16\u89e3\u7801\u5668\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u7f16\u7801\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u7f16\u89e3\u7801\u5668\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
+    "HeaderContainerProfile": "\u5a92\u4f53\u8f7d\u4f53\u914d\u7f6e",
+    "HeaderContainerProfileHelp": "\u5a92\u4f53\u8f7d\u4f53\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u5a92\u4f53\u683c\u5f0f\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u5a92\u4f53\u683c\u5f0f\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
+    "OptionProfileVideo": "\u89c6\u9891",
+    "OptionProfileAudio": "\u97f3\u9891",
+    "OptionProfileVideoAudio": "\u89c6\u9891\u97f3\u9891",
+    "OptionProfilePhoto": "\u56fe\u7247",
+    "LabelUserLibrary": "\u7528\u6237\u5a92\u4f53\u5e93",
+    "LabelUserLibraryHelp": "\u9009\u62e9\u4e00\u4e2a\u5728\u8bbe\u5907\u4e0a\u663e\u793a\u7684\u7528\u6237\u5a92\u4f53\u5e93\u3002\u7559\u7a7a\u5219\u4f7f\u7528\u9ed8\u8ba4\u8bbe\u7f6e\u3002",
+    "OptionPlainStorageFolders": "\u663e\u793a\u6240\u6709\u6587\u4ef6\u5939\u4f5c\u4e3a\u4e00\u822c\u5b58\u50a8\u6587\u4ef6\u5939",
+    "OptionPlainStorageFoldersHelp": "\u5982\u679c\u542f\u7528\uff0c\u6240\u6709\u6587\u4ef6\u5939\u5728DIDL\u4e2d\u663e\u793a\u4e3a\u201c object.container.storageFolder \u201d\uff0c\u800c\u4e0d\u662f\u4e00\u4e2a\u66f4\u5177\u4f53\u7684\u7c7b\u578b\uff0c\u5982\u201c object.container.person.musicArtist \u201d \u3002",
+    "OptionPlainVideoItems": "\u663e\u793a\u6240\u6709\u89c6\u9891\u4e3a\u4e00\u822c\u89c6\u9891\u9879\u76ee",
+    "OptionPlainVideoItemsHelp": "\u5982\u679c\u542f\u7528\uff0c\u6240\u6709\u89c6\u9891\u5728DIDL\u4e2d\u663e\u793a\u4e3a\u201cobject.item.videoItem\u201d\uff0c\u800c\u4e0d\u662f\u4e00\u4e2a\u66f4\u5177\u4f53\u7684\u7c7b\u578b\uff0c\u5982\u201cobject.item.videoItem.movie \u201d \u3002",
+    "LabelSupportedMediaTypes": "\u652f\u6301\u7684\u5a92\u4f53\u7c7b\u578b\uff1a",
+    "TabIdentification": "\u8bc6\u522b",
+    "HeaderIdentification": "\u8eab\u4efd\u8bc6\u522b",
+    "TabDirectPlay": "\u76f4\u63a5\u64ad\u653e",
+    "TabContainers": "\u5a92\u4f53\u8f7d\u4f53",
+    "TabCodecs": "\u7f16\u89e3\u7801\u5668",
+    "TabResponses": "\u54cd\u5e94",
+    "HeaderProfileInformation": "\u914d\u7f6e\u4fe1\u606f",
+    "LabelEmbedAlbumArtDidl": "\u5728DIDL\u4e2d\u5d4c\u5165\u4e13\u8f91\u5c01\u9762",
+    "LabelEmbedAlbumArtDidlHelp": "\u6709\u4e9b\u8bbe\u5907\u9996\u9009\u8fd9\u79cd\u65b9\u5f0f\u83b7\u53d6\u4e13\u8f91\u5c01\u9762\u3002\u542f\u7528\u8be5\u9009\u9879\u53ef\u80fd\u5bfc\u81f4\u5176\u4ed6\u8bbe\u5907\u64ad\u653e\u5931\u8d25\u3002",
+    "LabelAlbumArtPN": "\u4e13\u8f91\u5c01\u9762PN \uff1a",
+    "LabelAlbumArtHelp": "\u4e13\u8f91\u5c01\u9762PN\u7528\u4e8e\u63d0\u4f9bDLNA\u4e2d\u7684\u914d\u7f6e\u7f16\u53f7\uff0cUPnP\u4e2d\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u3002\u67d0\u4e9b\u5ba2\u6237\u4e0d\u7ba1\u56fe\u50cf\u7684\u5c3a\u5bf8\u5927\u5c0f\uff0c\u90fd\u4f1a\u8981\u6c42\u7279\u5b9a\u7684\u503c\u3002",
+    "LabelAlbumArtMaxWidth": "\u4e13\u8f91\u5c01\u9762\u6700\u5927\u5bbd\u5ea6\uff1a",
+    "LabelAlbumArtMaxWidthHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u7684\u6700\u5927\u5206\u8fa8\u7387\u3002",
+    "LabelAlbumArtMaxHeight": "\u4e13\u8f91\u5c01\u9762\u6700\u5927\u9ad8\u5ea6\uff1a",
+    "LabelAlbumArtMaxHeightHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u4e13\u8f91\u5c01\u9762\u8d85\u94fe\u63a5\u7684\u6700\u5927\u5206\u8fa8\u7387\u3002",
+    "LabelIconMaxWidth": "\u56fe\u6807\u6700\u5927\u5bbd\u5ea6\uff1a",
+    "LabelIconMaxWidthHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u56fe\u6807\u6700\u5927\u5206\u8fa8\u7387\u3002",
+    "LabelIconMaxHeight": "\u56fe\u6807\u6700\u5927\u9ad8\u5ea6\uff1a",
+    "LabelIconMaxHeightHelp": "\u901a\u8fc7UPnP\u663e\u793a\u7684\u56fe\u6807\u6700\u5927\u5206\u8fa8\u7387\u3002",
+    "LabelIdentificationFieldHelp": "\u4e0d\u533a\u5206\u5927\u5c0f\u5199\u7684\u5b57\u7b26\u4e32\u6216\u6b63\u5219\u8868\u8fbe\u5f0f\u3002",
+    "HeaderProfileServerSettingsHelp": "Media Browser\u5c06\u5982\u4f55\u628a\u754c\u9762\u5448\u73b0\u5230\u8bbe\u5907\u4e0a\u662f\u7531\u8fd9\u4e9b\u6570\u503c\u63a7\u5236\u7684\u3002",
+    "LabelMaxBitrate": "\u6700\u5927\u6bd4\u7279\u7387\uff1a",
+    "LabelMaxBitrateHelp": "\u6307\u5b9a\u5728\u5e26\u5bbd\u53d7\u9650\u7684\u73af\u5883\u6700\u5927\u6bd4\u7279\u7387\uff0c\u6216\u8005\u8bbe\u5907\u6309\u5b83\u81ea\u5df1\u7684\u6700\u5927\u9650\u5ea6\u8fd0\u4f5c\u3002",
+    "LabelMaxStreamingBitrate": "\u6700\u5927\u5a92\u4f53\u6d41\u6bd4\u7279\u7387\uff1a",
+    "LabelMaxStreamingBitrateHelp": "\u8f6c\u6362\u5a92\u4f53\u6d41\u65f6\uff0c\u8bf7\u6307\u5b9a\u4e00\u4e2a\u6700\u5927\u6bd4\u7279\u7387\u3002",
+    "LabelMaxStaticBitrate": "\u6700\u5927\u540c\u6b65\u6bd4\u7279\u7387\uff1a",
+    "LabelMaxStaticBitrateHelp": "\u540c\u6b65\u7684\u9ad8\u54c1\u8d28\u7684\u5185\u5bb9\u65f6\uff0c\u8bf7\u6307\u5b9a\u4e00\u4e2a\u6700\u5927\u6bd4\u7279\u7387\u3002",
+    "LabelMusicStaticBitrate": "\u97f3\u4e50\u540c\u6b65\u6bd4\u7279\u7387\uff1a",
+    "LabelMusicStaticBitrateHelp": "\u8bf7\u6307\u5b9a\u4e00\u4e2a\u540c\u6b65\u97f3\u4e50\u65f6\u7684\u6700\u5927\u6bd4\u7279\u7387\u3002",
+    "LabelMusicStreamingTranscodingBitrate": "\u97f3\u4e50\u8f6c\u7801\u7684\u6bd4\u7279\u7387\uff1a",
+    "LabelMusicStreamingTranscodingBitrateHelp": "\u6307\u5b9a\u97f3\u4e50\u8f6c\u7801\u65f6\u7684\u6700\u5927\u6bd4\u7279\u7387",
+    "OptionIgnoreTranscodeByteRangeRequests": "\u5ffd\u7565\u8f6c\u7801\u5b57\u8282\u8303\u56f4\u8bf7\u6c42",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u5982\u679c\u542f\u7528\uff0c\u8fd9\u4e9b\u8bf7\u6c42\u4f1a\u88ab\u5151\u73b0\uff0c\u4f46\u4f1a\u5ffd\u7565\u7684\u5b57\u8282\u8303\u56f4\u6807\u5934\u3002",
+    "LabelFriendlyName": "\u597d\u8bb0\u7684\u540d\u79f0",
+    "LabelManufacturer": "\u5236\u9020\u5546",
+    "LabelManufacturerUrl": "\u5382\u5546\u7f51\u5740",
+    "LabelModelName": "\u578b\u53f7\u540d\u79f0",
+    "LabelModelNumber": "\u578b\u53f7",
+    "LabelModelDescription": "\u578b\u53f7\u63cf\u8ff0",
+    "LabelModelUrl": "\u578b\u53f7\u7f51\u5740",
+    "LabelSerialNumber": "\u5e8f\u5217\u53f7",
+    "LabelDeviceDescription": "\u8bbe\u5907\u63cf\u8ff0",
+    "HeaderIdentificationCriteriaHelp": "\u81f3\u5c11\u8f93\u5165\u4e00\u4e2a\u8bc6\u522b\u6807\u51c6\u3002",
+    "HeaderDirectPlayProfileHelp": "\u6dfb\u52a0\u76f4\u63a5\u64ad\u653e\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u54ea\u4e9b\u5a92\u4f53\u683c\u5f0f\u8bbe\u5907\u53ef\u4ee5\u81ea\u5df1\u5904\u7406\u3002",
+    "HeaderTranscodingProfileHelp": "\u6dfb\u52a0\u8f6c\u7801\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u54ea\u4e9b\u5a92\u4f53\u683c\u5f0f\u9700\u8981\u8f6c\u7801\u5904\u7406\u3002",
+    "HeaderResponseProfileHelp": "\u5f53\u64ad\u653e\u67d0\u4e9b\u7c7b\u578b\u7684\u5a92\u4f53\u65f6\uff0c\u54cd\u5e94\u914d\u7f6e\u6587\u4ef6\u63d0\u4f9b\u4e86\u4e00\u79cd\u65b9\u6cd5\u6765\u53d1\u9001\u81ea\u5b9a\u4e49\u4fe1\u606f\u5230\u8bbe\u5907\u3002",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X_DLNACAP\u5143\u7d20\u7684\u5185\u5bb9\u3002",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X-Dlna doc\u5143\u7d20\u7684\u5185\u5bb9\u3002",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684aggregationFlags\u5143\u7d20\u7684\u5185\u5bb9\u3002",
+    "LabelTranscodingContainer": "\u5a92\u4f53\u8f7d\u4f53",
+    "LabelTranscodingVideoCodec": "\u89c6\u9891\u7f16\u89e3\u7801\u5668\uff1a",
+    "LabelTranscodingVideoProfile": "\u89c6\u9891\u914d\u7f6e\uff1a",
+    "LabelTranscodingAudioCodec": "\u97f3\u9891\u7f16\u89e3\u7801\u5668\uff1a",
+    "OptionEnableM2tsMode": "\u542f\u7528M2ts\u6a21\u5f0f",
+    "OptionEnableM2tsModeHelp": "\u5f53\u7f16\u7801\u4e3aMPEGTS\u542f\u7528M2TS\u6a21\u5f0f\u3002",
+    "OptionEstimateContentLength": "\u8f6c\u7801\u65f6\uff0c\u4f30\u8ba1\u5185\u5bb9\u957f\u5ea6",
+    "OptionReportByteRangeSeekingWhenTranscoding": "\u8f6c\u7801\u65f6\uff0c\u62a5\u544a\u670d\u52a1\u5668\u652f\u6301\u7684\u5b57\u8282\u67e5\u8be2",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u8fd9\u662f\u4e00\u4e9b\u8bbe\u5907\u5fc5\u9700\u7684\uff0c\u4e0d\u7528\u8d76\u65f6\u95f4\u3002",
+    "HeaderSubtitleDownloadingHelp": "\u5f53Media Browser\u626b\u63cf\u89c6\u9891\u6587\u4ef6\u53d1\u73b0\u7f3a\u5931\u5b57\u5e55\u65f6\uff0c\u4f1a\u4ece\u5b57\u5e55\u63d0\u4f9b\u8005\u5904\u4e0b\u8f7d\uff0c\u6bd4\u5982\uff1aOpenSubtitles.org\u3002",
+    "HeaderDownloadSubtitlesFor": "\u4e0b\u8f7d\u54ea\u4e00\u9879\u7684\u5b57\u5e55\uff1a",
+    "MessageNoChapterProviders": "\u5b89\u88c5\u4e00\u4e2a\u7ae0\u8282\u63d0\u4f9b\u8005\u7684\u63d2\u4ef6\uff0c\u4f8b\u5982ChapterDb\u3002\u4ee5\u4fbf\u542f\u7528\u989d\u5916\u7684\u7ae0\u8282\u9009\u9879\u3002",
+    "LabelSkipIfGraphicalSubsPresent": "\u5982\u679c\u89c6\u9891\u5df2\u7ecf\u5305\u542b\u56fe\u5f62\u5b57\u5e55\u5219\u8df3\u8fc7",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "\u5b57\u5e55",
+    "TabChapters": "\u7ae0\u8282",
+    "HeaderDownloadChaptersFor": "\u4e0b\u8f7d\u7ae0\u8282\u540d\u79f0\uff1a",
+    "LabelOpenSubtitlesUsername": "Open Subtitles\u7684\u7528\u6237\u540d\uff1a",
+    "LabelOpenSubtitlesPassword": "Open Subtitles\u7684\u5bc6\u7801\uff1a",
+    "HeaderChapterDownloadingHelp": "\u5f53 Media Browser\u626b\u63cf\u60a8\u7684\u89c6\u9891\u6587\u4ef6\u65f6\uff0c\u5b83\u4f1a\u901a\u8fc7\u7ae0\u8282\u63d2\u4ef6\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5408\u9002\u7684\u7ae0\u8282\u540d\u79f0\uff0c\u4f8b\u5982\u901a\u8fc7ChapterDb\u63d2\u4ef6\u3002",
+    "LabelPlayDefaultAudioTrack": "\u64ad\u653e\u9ed8\u8ba4\u97f3\u8f68\u65e0\u8bba\u662f\u4ec0\u4e48\u8bed\u8a00",
+    "LabelSubtitlePlaybackMode": "\u5b57\u5e55\u6a21\u5f0f\uff1a",
+    "LabelDownloadLanguages": "\u4e0b\u8f7d\u8bed\u8a00\uff1a",
+    "ButtonRegister": "\u6ce8\u518c",
+    "LabelSkipIfAudioTrackPresent": "\u5982\u679c\u9ed8\u8ba4\u97f3\u8f68\u7684\u8bed\u8a00\u548c\u4e0b\u8f7d\u8bed\u8a00\u4e00\u6837\u5219\u8df3\u8fc7",
+    "LabelSkipIfAudioTrackPresentHelp": "\u53d6\u6d88\u6b64\u9009\u9879\uff0c\u5219\u786e\u4fdd\u6240\u6709\u7684\u89c6\u9891\u90fd\u4e0b\u8f7d\u5b57\u5e55\uff0c\u65e0\u8bba\u97f3\u9891\u8bed\u8a00\u662f\u5426\u4e00\u81f4\u3002",
+    "HeaderSendMessage": "\u53d1\u9001\u6d88\u606f",
+    "ButtonSend": "\u53d1\u9001",
+    "LabelMessageText": "\u6d88\u606f\u6587\u672c\uff1a",
+    "MessageNoAvailablePlugins": "\u6ca1\u6709\u53ef\u7528\u7684\u63d2\u4ef6\u3002",
+    "LabelDisplayPluginsFor": "\u663e\u793a\u63d2\u4ef6\uff1a",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "\u5267\u96c6\u540d\u79f0",
+    "LabelSeriesNamePlain": "\u7535\u89c6\u5267\u540d\u79f0",
+    "ValueSeriesNamePeriod": "\u7535\u89c6\u5267.\u540d\u79f0",
+    "ValueSeriesNameUnderscore": "\u7535\u89c6\u5267_\u540d\u79f0",
+    "ValueEpisodeNamePeriod": "\u5267\u96c6.\u540d\u79f0",
+    "ValueEpisodeNameUnderscore": "\u5267\u96c6_\u540d\u79f0",
+    "LabelSeasonNumberPlain": "\u591a\u5c11\u5b63",
+    "LabelEpisodeNumberPlain": "\u591a\u5c11\u96c6",
+    "LabelEndingEpisodeNumberPlain": "\u6700\u540e\u4e00\u96c6\u6570\u5b57",
+    "HeaderTypeText": "\u8f93\u5165\u6587\u672c",
+    "LabelTypeText": "\u6587\u672c",
+    "HeaderSearchForSubtitles": "\u641c\u7d22\u5b57\u5e55",
+    "MessageNoSubtitleSearchResultsFound": "\u641c\u7d22\u65e0\u7ed3\u679c",
+    "TabDisplay": "\u663e\u793a",
+    "TabLanguages": "\u8bed\u8a00",
+    "TabWebClient": "Web\u5ba2\u6237\u7aef",
+    "LabelEnableThemeSongs": "\u542f\u7528\u4e3b\u9898\u6b4c",
+    "LabelEnableBackdrops": "\u542f\u7528\u80cc\u666f\u56fe",
+    "LabelEnableThemeSongsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u4e3b\u9898\u6b4c\u5c06\u5728\u540e\u53f0\u64ad\u653e\u3002",
+    "LabelEnableBackdropsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u80cc\u666f\u56fe\u5c06\u4f5c\u4e3a\u4e00\u4e9b\u9875\u9762\u7684\u80cc\u666f\u663e\u793a\u3002",
+    "HeaderHomePage": "\u9996\u9875",
+    "HeaderSettingsForThisDevice": "\u8bbe\u7f6e\u6b64\u8bbe\u5907",
+    "OptionAuto": "\u81ea\u52a8",
+    "OptionYes": "\u662f",
+    "OptionNo": "\u4e0d",
+    "HeaderOptions": "\u9009\u9879",
+    "HeaderIdentificationResult": "\u8bc6\u522b\u7ed3\u679c",
+    "LabelHomePageSection1": "\u9996\u9875\u7b2c1\u533a\uff1a",
+    "LabelHomePageSection2": "\u9996\u9875\u7b2c2\u533a\uff1a",
+    "LabelHomePageSection3": "\u9996\u9875\u7b2c3\u533a\uff1a",
+    "LabelHomePageSection4": "\u9996\u9875\u7b2c4\u533a\uff1a",
+    "OptionMyViewsButtons": "\u6211\u7684\u754c\u9762(\u6309\u94ae)",
+    "OptionMyViews": "\u6211\u7684\u754c\u9762",
+    "OptionMyViewsSmall": "\u6211\u7684\u754c\u9762 (\u5c0f)",
+    "OptionResumablemedia": "\u6062\u590d\u64ad\u653e",
+    "OptionLatestMedia": "\u6700\u65b0\u5a92\u4f53",
+    "OptionLatestChannelMedia": "\u6700\u65b0\u9891\u9053\u9879\u76ee",
+    "HeaderLatestChannelItems": "\u6700\u65b0\u9891\u9053\u9879\u76ee",
+    "OptionNone": "\u6ca1\u6709",
+    "HeaderLiveTv": "\u7535\u89c6\u76f4\u64ad",
+    "HeaderReports": "\u62a5\u544a",
+    "HeaderMetadataManager": "\u5a92\u4f53\u8d44\u6599\u7ba1\u7406",
+    "HeaderPreferences": "\u504f\u597d",
+    "MessageLoadingChannels": "\u9891\u9053\u5185\u5bb9\u52a0\u8f7d\u4e2d......",
+    "MessageLoadingContent": "\u6b63\u5728\u8f7d\u5165\u5185\u5bb9....",
+    "ButtonMarkRead": "\u6807\u8bb0\u5df2\u8bfb",
+    "OptionDefaultSort": "\u9ed8\u8ba4",
+    "OptionCommunityMostWatchedSort": "\u6700\u53d7\u77a9\u76ee",
+    "TabNextUp": "\u4e0b\u4e00\u4e2a",
+    "HeaderBecomeMediaBrowserSupporter": "\u6210\u4e3a\u4e00\u540dMedia Browser\u652f\u6301\u8005",
+    "TextEnjoyBonusFeatures": "\u4eab\u53d7\u5956\u52b1\u529f\u80fd",
+    "MessageNoMovieSuggestionsAvailable": "\u6ca1\u6709\u53ef\u7528\u7684\u7535\u5f71\u5efa\u8bae\u3002\u5f00\u59cb\u89c2\u770b\u4f60\u7684\u7535\u5f71\u5e76\u8fdb\u884c\u8bc4\u5206\uff0c\u518d\u56de\u8fc7\u5934\u6765\u67e5\u770b\u4f60\u7684\u5efa\u8bae\u3002",
+    "MessageNoCollectionsAvailable": "\u5408\u96c6\u8ba9\u4f60\u4eab\u53d7\u7535\u5f71\uff0c\u7cfb\u5217\uff0c\u76f8\u518c\uff0c\u4e66\u7c4d\u548c\u6e38\u620f\u4e2a\u6027\u5316\u7684\u5206\u7ec4\u3002\u5355\u51fb\u201c+\u201d\u6309\u94ae\u5f00\u59cb\u521b\u5efa\u5408\u96c6\u3002",
+    "MessageNoPlaylistsAvailable": "\u64ad\u653e\u5217\u8868\u5141\u8bb8\u60a8\u521b\u5efa\u4e00\u4e2a\u5185\u5bb9\u5217\u8868\u6765\u8fde\u7eed\u64ad\u653e\u3002\u5c06\u9879\u76ee\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\uff0c\u53f3\u952e\u5355\u51fb\u6216\u70b9\u51fb\u5e76\u6309\u4f4f\uff0c\u7136\u540e\u9009\u62e9\u201c\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\u201d\u3002",
+    "MessageNoPlaylistItemsAvailable": "\u64ad\u653e\u5217\u8868\u76ee\u524d\u662f\u7a7a\u7684\u3002",
+    "ButtonDismiss": "\u89e3\u6563",
+    "ButtonEditOtherUserPreferences": "\u7f16\u8f91\u7528\u6237\u914d\u7f6e\u6587\u4ef6\uff0c\u5bc6\u7801\u548c\u4e2a\u4eba\u504f\u597d\u8bbe\u7f6e\u3002",
+    "LabelChannelStreamQuality": "\u9996\u9009\u7684\u4e92\u8054\u7f51\u6d41\u5a92\u4f53\u8d28\u91cf\uff1a",
+    "LabelChannelStreamQualityHelp": "\u5728\u4f4e\u5e26\u5bbd\u73af\u5883\u4e0b\uff0c\u9650\u5236\u8d28\u91cf\u6709\u52a9\u4e8e\u786e\u4fdd\u987a\u7545\u7684\u6d41\u5a92\u4f53\u4f53\u9a8c\u3002",
+    "OptionBestAvailableStreamQuality": "\u6700\u597d\u7684",
+    "LabelEnableChannelContentDownloadingFor": "\u542f\u7528\u9891\u9053\u5185\u5bb9\u4e0b\u8f7d\uff1a",
+    "LabelEnableChannelContentDownloadingForHelp": "\u4e00\u4e9b\u9891\u9053\u652f\u6301\u4e0b\u8f7d\u4e4b\u524d\u89c2\u770b\u8fc7\u7684\u5185\u5bb9\u3002\u53ef\u5728\u4f4e\u5e26\u5bbd\u73af\u5883\u4e0b\u7684\u7a7a\u95f2\u65f6\u95f4\u542f\u7528\u8be5\u9879\u6765\u4e0b\u8f7d\u5b83\u4eec\u3002\u8be5\u5185\u5bb9\u4f1a\u4f5c\u4e3a\u9891\u9053\u4e0b\u8f7d\u8ba1\u5212\u4efb\u52a1\u7684\u4e00\u90e8\u5206\u6765\u6267\u884c\u3002",
+    "LabelChannelDownloadPath": "\u9891\u9053\u5185\u5bb9\u4e0b\u8f7d\u8def\u5f84\uff1a",
+    "LabelChannelDownloadPathHelp": "\u9700\u8981\u81ea\u5b9a\u4e49\u624d\u8f93\u5165\u4e0b\u8f7d\u8def\u5f84\u3002\u7559\u7a7a\u5219\u4e0b\u8f7d\u5230\u5185\u90e8\u7a0b\u5e8f\u6570\u636e\u6587\u4ef6\u5939\u3002",
+    "LabelChannelDownloadAge": "\u8fc7\u591a\u4e45\u5220\u9664\u5185\u5bb9: (\u5929\u6570)",
+    "LabelChannelDownloadAgeHelp": "\u4e0b\u8f7d\u7684\u5185\u5bb9\u8d85\u8fc7\u6b64\u671f\u9650\u5c06\u88ab\u5220\u9664\u3002\u5b83\u4ecd\u53ef\u901a\u8fc7\u4e92\u8054\u7f51\u6d41\u5a92\u4f53\u64ad\u653e\u3002",
+    "ChannelSettingsFormHelp": "\u5728\u63d2\u4ef6\u76ee\u5f55\u91cc\u5b89\u88c5\u9891\u9053\uff0c\u4f8b\u5982\uff1aTrailers \u548c Vimeo",
+    "ButtonOptions": "\u9009\u9879",
+    "ViewTypeMovies": "\u7535\u5f71",
+    "ViewTypeTvShows": "\u7535\u89c6",
+    "ViewTypeGames": "\u6e38\u620f",
+    "ViewTypeMusic": "\u97f3\u4e50",
+    "ViewTypeMusicGenres": "\u98ce\u683c",
+    "ViewTypeMusicArtists": "\u827a\u672f\u5bb6",
+    "ViewTypeBoxSets": "\u5408\u96c6",
+    "ViewTypeChannels": "\u9891\u9053",
+    "ViewTypeLiveTV": "\u7535\u89c6\u76f4\u64ad",
+    "ViewTypeLiveTvNowPlaying": "\u73b0\u5728\u64ad\u653e",
+    "ViewTypeLatestGames": "\u6700\u65b0\u6e38\u620f",
+    "ViewTypeRecentlyPlayedGames": "\u6700\u8fd1\u64ad\u653e",
+    "ViewTypeGameFavorites": "\u6211\u7684\u6700\u7231",
+    "ViewTypeGameSystems": "\u6e38\u620f\u7cfb\u7edf",
+    "ViewTypeGameGenres": "\u98ce\u683c",
+    "ViewTypeTvResume": "\u6062\u590d\u64ad\u653e",
+    "ViewTypeTvNextUp": "\u4e0b\u4e00\u4e2a",
+    "ViewTypeTvLatest": "\u6700\u65b0",
+    "ViewTypeTvShowSeries": "\u7535\u89c6\u5267",
+    "ViewTypeTvGenres": "\u98ce\u683c",
+    "ViewTypeTvFavoriteSeries": "\u6700\u559c\u6b22\u7684\u7535\u89c6\u5267",
+    "ViewTypeTvFavoriteEpisodes": "\u6700\u559c\u6b22\u7684\u5267\u96c6",
+    "ViewTypeMovieResume": "\u6062\u590d\u64ad\u653e",
+    "ViewTypeMovieLatest": "\u6700\u65b0",
+    "ViewTypeMovieMovies": "\u7535\u5f71",
+    "ViewTypeMovieCollections": "\u5408\u96c6",
+    "ViewTypeMovieFavorites": "\u6536\u85cf\u5939",
+    "ViewTypeMovieGenres": "\u98ce\u683c",
+    "ViewTypeMusicLatest": "\u6700\u65b0",
+    "ViewTypeMusicAlbums": "\u4e13\u8f91",
+    "ViewTypeMusicAlbumArtists": "\u4e13\u8f91\u827a\u672f\u5bb6",
+    "HeaderOtherDisplaySettings": "\u663e\u793a\u8bbe\u7f6e",
+    "ViewTypeMusicSongs": "\u6b4c\u66f2",
+    "ViewTypeMusicFavorites": "\u6211\u7684\u6700\u7231",
+    "ViewTypeMusicFavoriteAlbums": "\u6700\u7231\u7684\u4e13\u8f91",
+    "ViewTypeMusicFavoriteArtists": "\u6700\u7231\u7684\u827a\u672f\u5bb6",
+    "ViewTypeMusicFavoriteSongs": "\u6700\u7231\u7684\u6b4c\u66f2",
+    "HeaderMyViews": "\u6211\u7684\u754c\u9762",
+    "LabelSelectFolderGroups": "\u4ece\u4ee5\u4e0b\u6587\u4ef6\u5939\u89c6\u56fe\u81ea\u52a8\u5206\u7ec4\u5185\u5bb9\uff0c\u4f8b\u5982\u7535\u5f71\uff0c\u97f3\u4e50\u548c\u7535\u89c6\uff1a",
+    "LabelSelectFolderGroupsHelp": "\u672a\u9009\u4e2d\u7684\u6587\u4ef6\u5939\u5c06\u663e\u793a\u81ea\u5e26\u7684\u89c6\u56fe\u3002",
+    "OptionDisplayAdultContent": "\u663e\u793a\u6210\u4eba\u5185\u5bb9",
+    "OptionLibraryFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
+    "TitleRemoteControl": "\u8fdc\u7a0b\u63a7\u5236",
+    "OptionLatestTvRecordings": "\u6700\u65b0\u5f55\u5236\u7684\u8282\u76ee",
+    "LabelProtocolInfo": "\u534f\u8bae\u4fe1\u606f\uff1a",
+    "LabelProtocolInfoHelp": "\u5f53\u54cd\u5e94\u6765\u81ea\u8bbe\u5907\u7684 GetProtocolInfo\uff08\u83b7\u53d6\u534f\u8bae\u4fe1\u606f\uff09\u8bf7\u6c42\u65f6\uff0c\u8be5\u503c\u5c06\u88ab\u4f7f\u7528\u3002",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "\u540c\u6b65\u7528\u6237\u7684\u89c2\u770b\u65e5\u671f\u5230nfo\u6587\u4ef6:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "\u53d1\u884c\u65e5\u671f\u683c\u5f0f\uff1a",
+    "LabelKodiMetadataDateFormatHelp": "Nfo\u7684\u6240\u6709\u65e5\u671f\u5c06\u4f7f\u7528\u8fd9\u79cd\u683c\u5f0f\u88ab\u8bfb\u53d6\u548c\u5199\u5165\u3002",
+    "LabelKodiMetadataSaveImagePaths": "\u4fdd\u5b58\u56fe\u50cf\u8def\u5f84\u5728NFO\u6587\u4ef6",
+    "LabelKodiMetadataSaveImagePathsHelp": "\u5982\u679c\u4f60\u7684\u56fe\u50cf\u6587\u4ef6\u540d\u4e0d\u7b26\u5408Kodi\u7684\u89c4\u8303\uff0c\u63a8\u8350\u4f7f\u7528\u3002",
+    "LabelKodiMetadataEnablePathSubstitution": "\u542f\u7528\u8def\u5f84\u66ff\u6362",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "\u5141\u8bb8\u56fe\u50cf\u7684\u8def\u5f84\u66ff\u6362\u4f7f\u7528\u670d\u52a1\u5668\u7684\u8def\u5f84\u66ff\u6362\u8bbe\u7f6e\u3002",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u67e5\u770b\u8def\u5f84\u66ff\u6362",
+    "LabelGroupChannelsIntoViews": "\u5728\u6211\u7684\u754c\u9762\u91cc\u76f4\u63a5\u663e\u793a\u4ee5\u4e0b\u9891\u9053\uff1a",
+    "LabelGroupChannelsIntoViewsHelp": "\u5982\u679c\u542f\u7528\uff0c\u8fd9\u4e9b\u9891\u9053\u5c06\u548c\u5176\u4ed6\u7684\u754c\u9762\u89c6\u56fe\u5e76\u5217\u663e\u793a\u3002\u5982\u679c\u7981\u7528\uff0c\u5b83\u4eec\u5c06\u88ab\u663e\u793a\u5728\u4e00\u4e2a\u5355\u72ec\u7684\u754c\u9762\u89c6\u56fe\u91cc\u3002",
+    "LabelDisplayCollectionsView": "\u663e\u793a\u5408\u96c6\u89c6\u56fe\u6765\u5448\u73b0\u7535\u5f71\u5408\u96c6",
+    "LabelDisplayCollectionsViewHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5355\u72ec\u7684\u89c6\u56fe\u6765\u663e\u793a\u60a8\u5df2\u7ecf\u521b\u5efa\u6216\u8bbf\u95ee\u7684\u5408\u96c6\u3002\u8981\u521b\u5efa\u5408\u96c6\uff0c\u8bf7\u5728\u4efb\u4e00\u7535\u5f71\u4e0a\u70b9\u51fb\u53f3\u952e\u5e76\u6309\u4f4f\uff0c\u7136\u540e\u9009\u62e9\u201c\u6dfb\u52a0\u5230\u5408\u96c6\u201d\u3002",
+    "LabelKodiMetadataEnableExtraThumbs": "\u590d\u5236\u540c\u4eba\u753b\u5230extrathumbs\u6587\u4ef6\u5939",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "\u4e3a\u4e86\u6700\u5927\u5316\u517c\u5bb9Kodi\u76ae\u80a4\uff0c\u4e0b\u8f7d\u7684\u56fe\u7247\u540c\u65f6\u50a8\u5b58\u5728 extrafanart \u548c extrathumbs \u6587\u4ef6\u5939\u3002",
+    "TabServices": "\u670d\u52a1",
+    "TabLogs": "\u65e5\u5fd7",
+    "HeaderServerLogFiles": "\u670d\u52a1\u5668\u65e5\u5fd7\u6587\u4ef6\uff1a",
+    "TabBranding": "\u54c1\u724c",
+    "HeaderBrandingHelp": "\u81ea\u5b9a\u4e49Media Browser\u7684\u5916\u89c2\uff0c\u4ee5\u6ee1\u8db3\u60a8\u7684\u5206\u7ec4\u6216\u6574\u7406\u7684\u9700\u8981\u3002",
+    "LabelLoginDisclaimer": "\u767b\u5f55\u58f0\u660e\uff1a",
+    "LabelLoginDisclaimerHelp": "\u8fd9\u5c06\u5728\u767b\u5f55\u9875\u9762\u5e95\u90e8\u663e\u793a\u3002",
+    "LabelAutomaticallyDonate": "\u6bcf\u6708\u81ea\u52a8\u6350\u8d60\u7684\u91d1\u989d",
+    "LabelAutomaticallyDonateHelp": "\u4f60\u53ef\u4ee5\u901a\u8fc7\u4f60\u7684PayPal\u5e10\u6237\u968f\u65f6\u53d6\u6d88\u3002",
+    "OptionList": "\u5217\u8868",
+    "TabDashboard": "\u63a7\u5236\u53f0",
+    "TitleServer": "\u670d\u52a1\u5668",
+    "LabelCache": "\u7f13\u5b58\uff1a",
+    "LabelLogs": "\u65e5\u5fd7\uff1a",
+    "LabelMetadata": "\u5a92\u4f53\u8d44\u6599\uff1a",
+    "LabelImagesByName": "\u6309\u540d\u79f0\u5206\u7c7b\u7684\u56fe\u7247\uff1a",
+    "LabelTranscodingTemporaryFiles": "\u7528\u4e8e\u8f6c\u7801\u7684\u4e34\u65f6\u6587\u4ef6\u5939\uff1a",
+    "HeaderLatestMusic": "\u6700\u65b0\u97f3\u4e50",
+    "HeaderBranding": "\u54c1\u724c",
+    "HeaderApiKeys": "Api \u5bc6\u94a5",
+    "HeaderApiKeysHelp": "\u5916\u90e8\u7684\u5e94\u7528\u7a0b\u5e8f\u90fd\u5fc5\u987b\u4ee5\u4e00\u4e2aAPI\u5bc6\u94a5\u4e0eMedia Browser\u5efa\u7acb\u901a\u8baf\u3002\u5bc6\u94a5\u662f\u7531\u767b\u5f55\u7684Media Browser \u7684\u5e10\u6237\u53d1\u5e03\uff0c\u6216\u901a\u8fc7\u624b\u52a8\u6388\u4e88\u5e94\u7528\u7a0b\u5e8f\u5bc6\u94a5\u3002",
+    "HeaderApiKey": "Api \u5bc6\u94a5",
+    "HeaderApp": "App",
+    "HeaderDevice": "\u8bbe\u5907",
+    "HeaderUser": "\u7528\u6237",
+    "HeaderDateIssued": "\u53d1\u5e03\u65e5\u671f",
+    "LabelChapterName": "\u7ae0\u8282 {0}",
+    "HeaderNewApiKey": "\u65b0Api \u5bc6\u94a5",
+    "LabelAppName": "APP\u540d\u79f0",
+    "LabelAppNameExample": "\u4f8b\u5982\uff1a Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "\u53d1\u653e\u5e94\u7528\u7a0b\u5e8f\u8bb8\u53ef\u4ee5\u4fbf\u4e0eMedia Browser\u901a\u8baf\u3002",
+    "HeaderHttpHeaders": "HTTP\u6807\u5934",
+    "HeaderIdentificationHeader": "\u8eab\u4efd\u8ba4\u8bc1\u6807\u5934",
+    "LabelValue": "\u6570\u503c\uff1a",
+    "LabelMatchType": "\u5339\u914d\u7684\u7c7b\u578b\uff1a",
+    "OptionEquals": "\u7b49\u4e8e",
+    "OptionRegex": "\u6b63\u5219\u8868\u8fbe\u5f0f",
+    "OptionSubstring": "\u5b50\u4e32",
+    "TabView": "\u89c6\u56fe",
+    "TabSort": "\u6392\u5e8f",
+    "TabFilter": "\u7b5b\u9009",
+    "ButtonView": "\u89c6\u56fe",
+    "LabelPageSize": "\u9879\u76ee\u5927\u5c0f\uff1a",
+    "LabelPath": "\u8def\u5f84\uff1a",
+    "LabelView": "\u89c6\u56fe\uff1a",
+    "TabUsers": "\u7528\u6237",
+    "LabelSortName": "\u6392\u5e8f\u540d\u79f0\uff1a",
+    "LabelDateAdded": "\u52a0\u5165\u65e5\u671f\uff1a",
+    "HeaderFeatures": "\u529f\u80fd",
+    "HeaderAdvanced": "\u9ad8\u7ea7",
+    "ButtonSync": "\u540c\u6b65",
+    "TabScheduledTasks": "\u8ba1\u5212\u4efb\u52a1",
+    "HeaderChapters": "\u7ae0\u8282",
+    "HeaderResumeSettings": "\u6062\u590d\u64ad\u653e\u8bbe\u7f6e",
+    "TabSync": "\u540c\u6b65",
+    "TitleUsers": "\u7528\u6237",
+    "LabelProtocol": "\u534f\u8bae\uff1a",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http \u76f4\u64ad\u6d41",
+    "LabelContext": "\u73af\u5883\uff1a",
+    "OptionContextStreaming": "\u5a92\u4f53\u6d41",
+    "OptionContextStatic": "\u540c\u6b65",
+    "ButtonAddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868",
+    "TabPlaylists": "\u64ad\u653e\u5217\u8868",
+    "ButtonClose": "\u5173\u95ed",
+    "LabelAllLanguages": "\u6240\u6709\u8bed\u8a00",
+    "HeaderBrowseOnlineImages": "\u6d4f\u89c8\u5728\u7ebf\u56fe\u7247",
+    "LabelSource": "\u6765\u6e90",
+    "OptionAll": "\u5168\u90e8",
+    "LabelImage": "\u56fe\u7247\uff1a",
+    "ButtonBrowseImages": "\u6d4f\u89c8\u56fe\u7247",
+    "HeaderImages": "\u56fe\u7247",
+    "HeaderBackdrops": "\u80cc\u666f",
+    "HeaderScreenshots": "\u622a\u5c4f",
+    "HeaderAddUpdateImage": "\u6dfb\u52a0\/\u66f4\u65b0 \u56fe\u7247",
+    "LabelJpgPngOnly": "\u4ec5\u9650 JPG\/PNG \u683c\u5f0f\u56fe\u7247",
+    "LabelImageType": "\u56fe\u7247\u7c7b\u578b\uff1a",
+    "OptionPrimary": "\u5c01\u9762\u56fe",
+    "OptionArt": "\u827a\u672f\u56fe",
+    "OptionBox": "\u5305\u88c5\u76d2\u6b63\u9762\u56fe",
+    "OptionBoxRear": "\u5305\u88c5\u76d2\u80cc\u9762\u56fe",
+    "OptionDisc": "\u5149\u76d8",
+    "OptionLogo": "\u6807\u5fd7",
+    "OptionMenu": "\u83dc\u5355",
+    "OptionScreenshot": "\u5c4f\u5e55\u622a\u56fe",
+    "OptionLocked": "\u9501\u5b9a",
+    "OptionUnidentified": "\u672a\u7ecf\u786e\u8ba4\u7684",
+    "OptionMissingParentalRating": "\u7f3a\u5c11\u5bb6\u957f\u5206\u7ea7",
+    "OptionStub": "\u5b58\u6839",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "0\u5b63",
+    "LabelReport": "\u62a5\u544a\uff1a",
+    "OptionReportSongs": "\u6b4c\u66f2",
+    "OptionReportSeries": "\u7535\u89c6\u5267",
+    "OptionReportSeasons": "\u5b63",
+    "OptionReportTrailers": "\u9884\u544a\u7247",
+    "OptionReportMusicVideos": "\u97f3\u4e50\u89c6\u9891",
+    "OptionReportMovies": "\u7535\u5f71",
+    "OptionReportHomeVideos": "\u5bb6\u5ead\u89c6\u9891",
+    "OptionReportGames": "\u6e38\u620f",
+    "OptionReportEpisodes": "\u5267\u96c6",
+    "OptionReportCollections": "\u5408\u96c6",
+    "OptionReportBooks": "\u4e66\u7c4d",
+    "OptionReportArtists": "\u827a\u672f\u5bb6",
+    "OptionReportAlbums": "\u4e13\u8f91",
+    "OptionReportAdultVideos": "\u6210\u4eba\u89c6\u9891",
+    "ButtonMore": "\u66f4\u591a",
+    "HeaderActivity": "\u6d3b\u52a8",
+    "ScheduledTaskStartedWithName": "{0} \u5f00\u59cb",
+    "ScheduledTaskCancelledWithName": "{0} \u88ab\u53d6\u6d88",
+    "ScheduledTaskCompletedWithName": "{0} \u5df2\u5b8c\u6210",
+    "ScheduledTaskFailed": "\u8ba1\u5212\u4efb\u52a1\u5df2\u5b8c\u6210",
+    "PluginInstalledWithName": "{0} \u5df2\u5b89\u88c5",
+    "PluginUpdatedWithName": "{0} \u5df2\u66f4\u65b0",
+    "PluginUninstalledWithName": "{0} \u5df2\u5378\u8f7d",
+    "ScheduledTaskFailedWithName": "{0} \u5931\u8d25",
+    "ItemAddedWithName": "{0} \u5df2\u6dfb\u52a0\u5230\u5a92\u4f53\u5e93",
+    "ItemRemovedWithName": "{0} \u5df2\u4ece\u5a92\u4f53\u5e93\u4e2d\u79fb\u9664",
+    "DeviceOnlineWithName": "{0} \u5df2\u8fde\u63a5",
+    "UserOnlineFromDevice": "{0} \u5728\u7ebf\uff0c\u6765\u81ea {1}",
+    "DeviceOfflineWithName": "{0} \u5df2\u65ad\u5f00\u8fde\u63a5",
+    "UserOfflineFromDevice": "{0} \u5df2\u4ece {1} \u65ad\u5f00\u8fde\u63a5",
+    "SubtitlesDownloadedForItem": "\u5df2\u4e3a {0} \u4e0b\u8f7d\u4e86\u5b57\u5e55",
+    "SubtitleDownloadFailureForItem": "\u4e3a {0} \u4e0b\u8f7d\u5b57\u5e55\u5931\u8d25",
+    "LabelRunningTimeValue": "\u8fd0\u884c\u65f6\u95f4\uff1a {0}",
+    "LabelIpAddressValue": "Ip \u5730\u5740\uff1a {0}",
+    "UserConfigurationUpdatedWithName": "\u7528\u6237\u914d\u7f6e\u5df2\u66f4\u65b0\u4e3a {0}",
+    "UserCreatedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u521b\u5efa",
+    "UserPasswordChangedWithName": "\u5df2\u4e3a\u7528\u6237 {0} \u66f4\u6539\u5bc6\u7801",
+    "UserDeletedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u5220\u9664",
+    "MessageServerConfigurationUpdated": "\u670d\u52a1\u5668\u914d\u7f6e\u5df2\u66f4\u65b0",
+    "MessageNamedServerConfigurationUpdatedWithValue": "\u670d\u52a1\u5668\u914d\u7f6e {0} \u90e8\u5206\u5df2\u66f4\u65b0",
+    "MessageApplicationUpdated": "Media Browser\u670d\u52a1\u5668\u5df2\u66f4\u65b0",
+    "AuthenticationSucceededWithUserName": "{0} \u6210\u529f\u88ab\u6388\u6743",
+    "FailedLoginAttemptWithUserName": "\u5931\u8d25\u7684\u767b\u5f55\u5c1d\u8bd5\uff0c\u6765\u81ea {0}",
+    "UserStartedPlayingItemWithValues": "{0} \u5f00\u59cb\u64ad\u653e {1}",
+    "UserStoppedPlayingItemWithValues": "{0} \u505c\u6b62\u64ad\u653e {1}",
+    "AppDeviceValues": "App\uff1a {0}\uff0c\u8bbe\u5907\uff1a {1}",
+    "ProviderValue": "\u63d0\u4f9b\u8005\uff1a {0}",
+    "LabelChannelDownloadSizeLimit": "\u4e0b\u8f7d\u5927\u5c0f\u9650\u5236(GB)\uff1a",
+    "LabelChannelDownloadSizeLimitHelpText": "\u9650\u5236\u9891\u9053\u4e0b\u8f7d\u6587\u4ef6\u5939\u7684\u5927\u5c0f\u3002",
+    "HeaderRecentActivity": "\u6700\u8fd1\u7684\u6d3b\u52a8",
+    "HeaderPeople": "\u4eba\u7269",
+    "HeaderDownloadPeopleMetadataFor": "\u4e0b\u8f7d\u4f20\u8bb0\u548c\u56fe\u50cf\uff1a",
+    "OptionComposers": "\u4f5c\u66f2\u5bb6",
+    "OptionOthers": "\u5176\u4ed6",
+    "HeaderDownloadPeopleMetadataForHelp": "\u542f\u7528\u989d\u5916\u9009\u9879\u5c06\u63d0\u4f9b\u66f4\u591a\u7684\u5c4f\u5e55\u4fe1\u606f\uff0c\u4f46\u4f1a\u5bfc\u81f4\u5a92\u4f53\u5e93\u626b\u63cf\u8f83\u6162\u3002",
+    "ViewTypeFolders": "\u6587\u4ef6\u5939",
+    "LabelDisplayFoldersView": "\u663e\u793a\u4e00\u4e2a\u6587\u4ef6\u5939\u89c6\u56fe\u6765\u5448\u73b0\u5e73\u9762\u5a92\u4f53\u6587\u4ef6\u5939",
+    "ViewTypeLiveTvRecordingGroups": "\u5f55\u5236",
+    "ViewTypeLiveTvChannels": "\u9891\u9053",
+    "LabelEasyPinCode": "\u7b80\u6613PIN\u7801\uff1a",
+    "EasyPasswordHelp": "\u4f60\u7684\u7b80\u6613PIN\u7801\u7528\u4e8e\u4e0eMedia Browser\u7684\u5e94\u7528\u7a0b\u5e8f\u8131\u673a\u8bbf\u95ee\uff0c\u4e5f\u53ef\u7528\u4e8e\u5bb6\u5ead\u7f51\u7edc\u767b\u5f55\u3002",
+    "LabelInNetworkSignInWithEasyPassword": "\u542f\u7528\u7b80\u6613PIN\u7801\u767b\u5f55\u5bb6\u5ead\u7f51\u7edc",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "\u5982\u679c\u542f\u7528\uff0c\u60a8\u5c31\u53ef\u4ee5\u4ece\u60a8\u7684\u5bb6\u5ead\u7f51\u7edc\u4e2d\u4f7f\u7528\u7b80\u6613PIN\u7801\u767b\u5f55\u5230Media Browser\u7684\u5e94\u7528\u7a0b\u5e8f\u3002\u5e38\u89c4\u5bc6\u7801\u53ea\u7528\u4e8e\u5bb6\u5ead\u7f51\u7edc\u4e4b\u5916\u3002\u5982\u679cPIN\u7801\u7559\u7a7a\uff0c\u5219\u8868\u793a\u5728\u5bb6\u5ead\u7f51\u7edc\u4e2d\u60a8\u4e0d\u9700\u8981\u5bc6\u7801\u3002",
+    "HeaderPassword": "\u5bc6\u7801",
+    "HeaderLocalAccess": "\u672c\u5730\u8bbf\u95ee",
+    "HeaderViewOrder": "\u67e5\u770b\u987a\u5e8f",
+    "ButtonResetEasyPassword": "\u590d\u4f4d\u7b80\u6613PIN\u7801",
+    "LabelSelectUserViewOrder": "\u60a8\u6240\u9009\u62e9\u7684\u67e5\u770b\u987a\u5e8f\u5c06\u663e\u793a\u5728Media Browser \u7684\u5404\u79cdApp\u4e0a\u9762",
+    "LabelMetadataRefreshMode": "\u5a92\u4f53\u8d44\u6599\u5237\u65b0\u6a21\u5f0f\uff1a",
+    "LabelImageRefreshMode": "\u56fe\u7247\u5237\u65b0\u6a21\u5f0f\uff1a",
+    "OptionDownloadMissingImages": "\u4e0b\u8f7d\u7f3a\u5931\u56fe\u7247",
+    "OptionReplaceExistingImages": "\u66ff\u6362\u73b0\u6709\u56fe\u7247",
+    "OptionRefreshAllData": "\u5237\u65b0\u6240\u6709\u6570\u636e",
+    "OptionAddMissingDataOnly": "\u4ec5\u6dfb\u52a0\u7f3a\u5931\u6570\u636e",
+    "OptionLocalRefreshOnly": "\u4ec5\u7528\u672c\u5730\u6570\u636e\u5237\u65b0",
+    "HeaderRefreshMetadata": "\u5237\u65b0\u5a92\u4f53\u8d44\u6599",
+    "HeaderPersonInfo": "\u4efb\u52a1\u4fe1\u606f",
+    "HeaderIdentifyItem": "\u8bc6\u522b\u9879",
+    "HeaderIdentifyItemHelp": "\u8f93\u5165\u4e00\u4e2a\u6216\u591a\u4e2a\u641c\u7d22\u6761\u4ef6\u3002\u5220\u9664\u6761\u4ef6\u53ef\u5f97\u5230\u66f4\u591a\u641c\u7d22\u7ed3\u679c\u3002",
+    "HeaderConfirmDeletion": "\u786e\u8ba4\u5220\u9664",
+    "LabelFollowingFileWillBeDeleted": "\u4ee5\u4e0b\u6587\u4ef6\u5c06\u88ab\u5220\u9664\uff1a",
+    "LabelIfYouWishToContinueWithDeletion": "\u5982\u679c\u4f60\u60f3\u7ee7\u7eed\uff0c\u8bf7\u786e\u8ba4\u8f93\u5165\u7684\u503c\uff1a",
+    "ButtonIdentify": "\u8bc6\u522b",
+    "LabelAlbumArtist": "\u4e13\u8f91\u827a\u672f\u5bb6\uff1a",
+    "LabelAlbum": "\u4e13\u8f91\uff1a",
+    "LabelCommunityRating": "\u516c\u4f17\u8bc4\u5206\uff1a",
+    "LabelVoteCount": "\u6295\u7968\u8ba1\u6570\uff1a",
+    "LabelMetascore": "\u5a92\u4f53\u8bc4\u5206\uff1a",
+    "LabelCriticRating": "\u5f71\u8bc4\u4eba\u8bc4\u5206\uff1a",
+    "LabelCriticRatingSummary": "\u5f71\u8bc4\u4eba\u8bc4\u4ef7\uff1a",
+    "LabelAwardSummary": "\u83b7\u5956\u6458\u8981\uff1a",
+    "LabelWebsite": "\u7f51\u7ad9\uff1a",
+    "LabelTagline": "\u53e3\u53f7\uff1a",
+    "LabelOverview": "\u5185\u5bb9\u6982\u8ff0\uff1a",
+    "LabelShortOverview": "\u7b80\u4ecb\uff1a",
+    "LabelReleaseDate": "\u53d1\u884c\u65e5\u671f\uff1a",
+    "LabelYear": "\u5e74\uff1a",
+    "LabelPlaceOfBirth": "\u51fa\u751f\u5730\uff1a",
+    "LabelEndDate": "\u7ed3\u675f\u65e5\u671f\uff1a",
+    "LabelAirDate": "\u64ad\u51fa\u65e5\u671f\uff1a",
+    "LabelAirTime:": "\u64ad\u51fa\u65f6\u95f4\uff1a",
+    "LabelRuntimeMinutes": "\u64ad\u653e\u65f6\u957f\uff08\u5206\u949f\uff09\uff1a",
+    "LabelParentalRating": "\u5bb6\u957f\u5206\u7ea7\uff1a",
+    "LabelCustomRating": "\u81ea\u5b9a\u4e49\u5206\u7ea7\uff1a",
+    "LabelBudget": "\u6295\u8d44\u989d\uff1a",
+    "LabelRevenue": "\u7968\u623f\u6536\u5165\uff1a",
+    "LabelOriginalAspectRatio": "\u539f\u59cb\u957f\u5bbd\u6bd4\uff1a",
+    "LabelPlayers": "\u64ad\u653e\u5668\uff1a",
+    "Label3DFormat": "3D\u683c\u5f0f\uff1a",
+    "HeaderAlternateEpisodeNumbers": "\u5907\u9009\u7684\u5267\u96c6\u6570",
+    "HeaderSpecialEpisodeInfo": "\u7279\u522b\u5267\u96c6\u4fe1\u606f",
+    "HeaderExternalIds": "\u5916\u90e8ID\uff1a",
+    "LabelDvdSeasonNumber": "Dvd \u5b63\u6570\uff1a",
+    "LabelDvdEpisodeNumber": "Dvd \u96c6\u6570\uff1a",
+    "LabelAbsoluteEpisodeNumber": "\u7edd\u5bf9\u96c6\u6570\uff1a",
+    "LabelAirsBeforeSeason": "\u5b63\u64ad\u51fa\u524d\uff1a",
+    "LabelAirsAfterSeason": "\u5b63\u64ad\u51fa\u540e\uff1a",
+    "LabelAirsBeforeEpisode": "\u96c6\u64ad\u51fa\u524d\uff1a",
+    "LabelTreatImageAs": "\u5904\u7406\u56fe\u50cf\uff1a",
+    "LabelDisplayOrder": "\u663e\u793a\u987a\u5e8f\uff1a",
+    "LabelDisplaySpecialsWithinSeasons": "\u663e\u793a\u5b63\u4e2d\u6240\u64ad\u51fa\u7684\u7279\u96c6",
+    "HeaderCountries": "\u56fd\u5bb6",
+    "HeaderGenres": "\u98ce\u683c",
+    "HeaderPlotKeywords": "\u60c5\u8282\u5173\u952e\u5b57",
+    "HeaderStudios": "\u5de5\u4f5c\u5ba4",
+    "HeaderTags": "\u6807\u7b7e",
+    "HeaderMetadataSettings": "\u5a92\u4f53\u8d44\u6599\u8bbe\u7f6e",
+    "LabelLockItemToPreventChanges": "\u9501\u5b9a\u6b64\u9879\u76ee\u9632\u6b62\u6539\u52a8",
+    "MessageLeaveEmptyToInherit": "\u7559\u7a7a\u5219\u7ee7\u627f\u7236\u9879\u6216\u5168\u5c40\u9ed8\u8ba4\u503c\u8bbe\u7f6e\u3002",
+    "TabDonate": "\u6350\u8d60",
+    "HeaderDonationType": "\u6350\u8d60\u7c7b\u578b\uff1a",
+    "OptionMakeOneTimeDonation": "\u505a\u4e00\u4e2a\u5355\u72ec\u7684\u6350\u8d60",
+    "OptionOneTimeDescription": "\u8fd9\u662f\u4e00\u4e2a\u989d\u5916\u7684\u6350\u52a9\u9879\u76ee\uff0c\u4ee5\u663e\u793a\u4f60\u5bf9\u6211\u4eec\u7684\u652f\u6301\u3002\u5b83\u6ca1\u6709\u4efb\u4f55\u989d\u5916\u7684\u597d\u5904\uff0c\u4e5f\u4e0d\u4f1a\u4ea7\u751f\u4e00\u4e2a\u652f\u6301\u8005\u5e8f\u5217\u53f7\u3002",
+    "OptionLifeTimeSupporterMembership": "\u7ec8\u8eab\u652f\u6301\u8005\u4f1a\u5458",
+    "OptionYearlySupporterMembership": "\u5e74\u5ea6\u652f\u6301\u8005\u4f1a\u5458",
+    "OptionMonthlySupporterMembership": "\u6708\u5ea6\u7684\u652f\u6301\u8005\u4f1a\u5458",
+    "OptionNoTrailer": "\u65e0\u9884\u544a\u7247",
+    "OptionNoThemeSong": "\u65e0\u4e3b\u9898\u6b4c",
+    "OptionNoThemeVideo": "\u65e0\u4e3b\u9898\u89c6\u9891",
+    "LabelOneTimeDonationAmount": "\u6350\u6b3e\u91d1\u989d\uff1a",
+    "ButtonDonate": "\u6350\u8d60",
+    "OptionActor": "\u6f14\u5458",
+    "OptionComposer": "\u4f5c\u66f2\u5bb6",
+    "OptionDirector": "\u5bfc\u6f14",
+    "OptionGuestStar": "\u7279\u9080\u660e\u661f",
+    "OptionProducer": "\u5236\u7247\u4eba",
+    "OptionWriter": "\u7f16\u5267",
+    "LabelAirDays": "\u64ad\u51fa\u65e5\u671f\uff1a",
+    "LabelAirTime": "\u64ad\u51fa\u65f6\u95f4\uff1a",
+    "HeaderMediaInfo": "\u5a92\u4f53\u4fe1\u606f",
+    "HeaderPhotoInfo": "\u56fe\u7247\u4fe1\u606f",
+    "HeaderInstall": "\u5b89\u88c5",
+    "LabelSelectVersionToInstall": "\u9009\u62e9\u5b89\u88c5\u7248\u672c\uff1a",
+    "LinkSupporterMembership": "\u4e86\u89e3\u6709\u5173\u652f\u6301\u8005\u4f1a\u5458",
+    "MessageSupporterPluginRequiresMembership": "\u6b64\u63d2\u4ef6\u5c06\u670914\u5929\u7684\u514d\u8d39\u8bd5\u7528\uff0c\u6b64\u540e\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u624d\u80fd\u4f7f\u7528\u3002",
+    "MessagePremiumPluginRequiresMembership": "\u6b64\u63d2\u4ef6\u572814\u5929\u7684\u514d\u8d39\u8bd5\u7528\u671f\u540e\uff0c\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u624d\u80fd\u8d2d\u4e70\u3002",
+    "HeaderReviews": "\u8bc4\u8bba",
+    "HeaderDeveloperInfo": "\u5f00\u53d1\u8005\u4fe1\u606f",
+    "HeaderRevisionHistory": "\u4fee\u8ba2\u5386\u53f2",
+    "ButtonViewWebsite": "\u6d4f\u89c8\u7f51\u7ad9",
+    "LabelRecurringDonationCanBeCancelledHelp": "\u5728\u60a8\u7684PayPal\u8d26\u6237\u5185\u4efb\u4f55\u65f6\u5019\u90fd\u53ef\u4ee5\u53d6\u6d88\u7ecf\u5e38\u6027\u6350\u8d60\u3002",
+    "HeaderXmlSettings": "XML\u8bbe\u7f6e",
+    "HeaderXmlDocumentAttributes": "XML\u6587\u6863\u5c5e\u6027",
+    "HeaderXmlDocumentAttribute": "XML\u6587\u6863\u5c5e\u6027",
+    "XmlDocumentAttributeListHelp": "\u8fd9\u4e9b\u5c5e\u6027\u88ab\u5e94\u7528\u5230\u6bcf\u4e00\u4e2aXML\u54cd\u5e94\u7684\u6839\u5143\u7d20\u3002",
+    "OptionSaveMetadataAsHidden": "\u4fdd\u5b58\u5a92\u4f53\u8d44\u6599\u548c\u56fe\u50cf\u4e3a\u9690\u85cf\u6587\u4ef6",
+    "LabelExtractChaptersDuringLibraryScan": "\u5a92\u4f53\u5e93\u626b\u63cf\u8fc7\u7a0b\u4e2d\u89e3\u538b\u7ae0\u8282\u56fe\u7247",
+    "LabelExtractChaptersDuringLibraryScanHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u5a92\u4f53\u5e93\u5bfc\u5165\u89c6\u9891\u5e76\u626b\u63cf\u65f6\uff0c\u5c06\u63d0\u53d6\u7ae0\u8282\u56fe\u50cf\u3002\u5982\u679c\u7981\u7528\uff0c\u7ae0\u8282\u56fe\u50cf\u5c06\u5728\u4e4b\u540e\u7684\u8ba1\u5212\u4efb\u52a1\u63d0\u53d6\uff0c\u800c\u5a92\u4f53\u5e93\u4f1a\u66f4\u5feb\u5b8c\u6210\u626b\u63cf\u3002",
+    "LabelConnectGuestUserName": "\u4ed6\u4eecMedia Browser\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5730\u5740\uff1a",
+    "LabelConnectUserName": "Media Browser \u7528\u6237\u540d\/email\uff1a",
+    "LabelConnectUserNameHelp": "\u8be5\u7528\u6237\u8fde\u63a5\u5230\u4e00\u4e2aMedia Browser \u5e10\u6237\uff0c\u4ee5\u4fbf\u4eceMedia Browser \u4e2d\u7684\u4efb\u4f55\u5e94\u7528\u7a0b\u5e8f\u65b9\u4fbf\u7684\u767b\u5f55\u8bbf\u95ee\uff0c\u800c\u65e0\u9700\u77e5\u9053\u670d\u52a1\u5668\u7684IP\u5730\u5740\u3002",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "\u4e86\u89e3\u66f4\u591a\u5173\u4e8eMedia Browser Connect",
+    "LabelExternalPlayers": "\u5916\u90e8\u64ad\u653e\u5668\uff1a",
+    "LabelExternalPlayersHelp": "\u663e\u793a\u5728\u5916\u90e8\u64ad\u653e\u5668\u4e0a\u64ad\u653e\u7684\u6309\u94ae\u3002\u8fd9\u4ec5\u9002\u7528\u4e8e\u652f\u6301URL\u65b9\u6848\u7684Android\u548ciOS\u8bbe\u5907\u3002\u5916\u90e8\u64ad\u653e\u5668\u901a\u5e38\u4e0d\u652f\u6301\u8fdb\u884c\u8fdc\u7a0b\u63a7\u5236\u6216\u6062\u590d\u64ad\u653e\u3002",
+    "HeaderSubtitleProfile": "\u5b57\u5e55\u914d\u7f6e",
+    "HeaderSubtitleProfiles": "\u5b57\u5e55\u914d\u7f6e",
+    "HeaderSubtitleProfilesHelp": "\u5b57\u5e55\u914d\u7f6e\u6587\u4ef6\u63cf\u8ff0\u8bbe\u5907\u6240\u652f\u6301\u7684\u5b57\u5e55\u683c\u5f0f\u3002",
+    "LabelFormat": "\u683c\u5f0f\uff1a",
+    "LabelMethod": "\u65b9\u6cd5\uff1a",
+    "LabelDidlMode": "Didl \u6a21\u5f0f\uff1a",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx\uff08\u4e09\u661f\uff09",
+    "OptionResElement": "res \u5143\u7d20",
+    "OptionEmbedSubtitles": "\u5728\u8f7d\u4f53\u4e2d\u5d4c\u5165",
+    "OptionExternallyDownloaded": "\u5916\u90e8\u4e0b\u8f7d",
+    "OptionHlsSegmentedSubtitles": "Hls\u5206\u6bb5\u5b57\u5e55",
+    "LabelSubtitleFormatHelp": "\u4f8b\u5982\uff1aSRT",
+    "ButtonLearnMore": "\u4e86\u89e3\u66f4\u591a",
+    "TabPlayback": "\u64ad\u653e",
+    "HeaderLanguagePreferences": "\u8bed\u8a00\u504f\u597d",
+    "TabCinemaMode": "\u5f71\u9662\u6a21\u5f0f",
+    "TitlePlayback": "\u64ad\u653e",
+    "LabelEnableCinemaModeFor": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f\uff1a",
+    "CinemaModeConfigurationHelp": "\u5f71\u9662\u6a21\u5f0f\u76f4\u63a5\u4e3a\u60a8\u7684\u5ba2\u5385\u5e26\u6765\u5267\u573a\u7ea7\u4f53\u9a8c\uff0c\u540c\u65f6\u8fd8\u53ef\u4ee5\u64ad\u653e\u9884\u544a\u7247\u548c\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u3002",
+    "OptionTrailersFromMyMovies": "\u5728\u6211\u7684\u5a92\u4f53\u5e93\u4e2d\u5305\u542b\u7535\u5f71\u9884\u544a\u7247",
+    "OptionUpcomingMoviesInTheaters": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684\u7535\u5f71\u9884\u544a\u7247",
+    "LabelLimitIntrosToUnwatchedContent": "\u9884\u544a\u7247\u4ec5\u7528\u4e8e\u672a\u89c2\u770b\u7684\u5185\u5bb9",
+    "LabelEnableIntroParentalControl": "\u542f\u7528\u667a\u80fd\u5bb6\u957f\u63a7\u5236",
+    "LabelEnableIntroParentalControlHelp": "\u9884\u544a\u7247\u5c06\u53ea\u80fd\u9009\u62e9\u89c2\u770b\u5bb6\u957f\u5206\u7ea7\u5c0f\u4e8e\u6216\u7b49\u4e8e\u73b0\u5728\u7684\u7b49\u7ea7\u3002",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u8fd9\u4e9b\u529f\u80fd\u9700\u8981\u6fc0\u6d3b\u652f\u6301\u8005\u4f1a\u5458\u5e76\u5b89\u88c5\u9884\u544a\u7247\u9891\u9053\u63d2\u4ef6\u3002",
+    "OptionTrailersFromMyMoviesHelp": "\u9700\u8981\u8bbe\u7f6e\u672c\u5730\u9884\u544a\u7247\u3002",
+    "LabelCustomIntrosPath": "\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u8def\u5f84\uff1a",
+    "LabelCustomIntrosPathHelp": "\u6587\u4ef6\u5939\u5305\u542b\u89c6\u9891\u6587\u4ef6\u3002\u5728\u9884\u544a\u7247\u4e4b\u540e\u89c6\u9891\u5c06\u88ab\u968f\u673a\u9009\u62e9\u64ad\u653e\u3002",
+    "ValueSpecialEpisodeName": "\u7279\u522b - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "\u4e92\u8054\u7f51\u9884\u544a\u7247\uff1a",
+    "OptionUpcomingDvdMovies": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684DVD\uff06\u84dd\u5149\u7535\u5f71\u9884\u544a\u7247",
+    "OptionUpcomingStreamingMovies": "\u5305\u62ec\u65b0\u7684\u548c\u5373\u5c06\u63a8\u51fa\u7684\u5728Netflix\u4e0a\u7684\u7535\u5f71\u9884\u544a\u7247",
+    "LabelDisplayTrailersWithinMovieSuggestions": "\u5728\u7535\u5f71\u7684\u5efa\u8bae\u91cc\u663e\u793a\u9884\u544a\u7247",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u9700\u8981\u5b89\u88c5\u9884\u544a\u7247\u9891\u9053\u3002",
+    "CinemaModeConfigurationHelp2": "\u4e2a\u4eba\u7528\u6237\u53ef\u4ee5\u5728\u81ea\u5df1\u7684\u504f\u597d\u8bbe\u7f6e\u4e2d\u7981\u7528\u5f71\u9662\u6a21\u5f0f\u3002",
+    "LabelEnableCinemaMode": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f",
+    "HeaderCinemaMode": "\u5f71\u9662\u6a21\u5f0f",
+    "LabelDateAddedBehavior": "\u65b0\u5185\u5bb9\u52a0\u5165\u7684\u65e5\u671f\uff1a",
+    "OptionDateAddedImportTime": "\u4f7f\u7528\u52a0\u5165\u5a92\u4f53\u5e93\u65f6\u7684\u626b\u63cf\u65e5\u671f",
+    "OptionDateAddedFileTime": "\u4f7f\u7528\u6587\u4ef6\u521b\u5efa\u65e5\u671f",
+    "LabelDateAddedBehaviorHelp": "\u5982\u679c\u4e00\u4e2a\u5a92\u4f53\u8d44\u6599\u7684\u503c\u5b58\u5728\uff0c\u5b83\u603b\u662f\u4f18\u5148\u4e8e\u8fd9\u4e9b\u9009\u9879\u524d\u4f7f\u7528\u3002",
+    "LabelNumberTrailerToPlay": "\u9884\u544a\u7247\u64ad\u653e\u6b21\u6570\uff1a",
+    "TitleDevices": "\u8bbe\u5907",
+    "TabCameraUpload": "\u6444\u50cf\u5934\u4e0a\u4f20",
+    "TabDevices": "\u8bbe\u5907",
+    "HeaderCameraUploadHelp": "\u4ece\u60a8\u7684\u79fb\u52a8\u8bbe\u5907\u81ea\u52a8\u4e0a\u4f20\u7167\u7247\u548c\u89c6\u9891\u5230Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "\u60a8\u76ee\u524d\u8fd8\u6ca1\u6709\u4efb\u4f55\u8bbe\u5907\u652f\u6301\u6444\u50cf\u5934\u4e0a\u4f20\u3002",
+    "LabelCameraUploadPath": "\u6444\u50cf\u5934\u4e0a\u4f20\u8def\u5f84\uff1a",
+    "LabelCameraUploadPathHelp": "\u9009\u62e9\u81ea\u5b9a\u4e49\u4e0a\u4f20\u8def\u5f84\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u4e00\u4e2a\u9ed8\u8ba4\u6587\u4ef6\u5939\u5c06\u88ab\u4f7f\u7528\u3002\u5982\u679c\u4f7f\u7528\u81ea\u5b9a\u4e49\u7684\u8def\u5f84\uff0c\u9700\u8981\u5728\u5a92\u4f53\u5e93\u8bbe\u7f6e\u4e2d\u6dfb\u52a0\u3002",
+    "LabelCreateCameraUploadSubfolder": "\u4e3a\u6bcf\u4e2a\u8bbe\u5907\u521b\u5efa\u5b50\u6587\u4ef6\u5939",
+    "LabelCreateCameraUploadSubfolderHelp": "\u7279\u5b9a\u7684\u6587\u4ef6\u5939\u53ef\u4ee5\u5206\u914d\u7ed9\u4e00\u4e2a\u8bbe\u5907\uff0c\u901a\u8fc7\u4ece\u8bbe\u5907\u9875\u9762\u70b9\u51fb\u5b83\u3002",
+    "LabelCustomDeviceDisplayName": "\u663e\u793a\u540d\u79f0\uff1a",
+    "LabelCustomDeviceDisplayNameHelp": "\u81ea\u5b9a\u4e49\u8bbe\u5907\u663e\u793a\u540d\u79f0\u6216\u7559\u7a7a\u5219\u4f7f\u7528\u8bbe\u5907\u62a5\u544a\u540d\u79f0\u3002",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "\u6700\u65b0\u9879\u76ee",
+    "LabelSelectLastestItemsFolders": "\u6700\u65b0\u9879\u76ee\u4e2d\u5305\u62ec\u4ee5\u4e0b\u90e8\u5206\u5a92\u4f53",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "\u9080\u8bf7\u51fd",
+    "LabelForgotPasswordUsernameHelp": "\u8f93\u5165\u60a8\u7684\u7528\u6237\u540d\uff0c\u5982\u679c\u4f60\u8fd8\u8bb0\u5f97\u3002",
+    "HeaderForgotPassword": "\u5fd8\u8bb0\u5bc6\u7801",
+    "TitleForgotPassword": "\u5fd8\u8bb0\u5bc6\u7801",
+    "TitlePasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
+    "LabelPasswordRecoveryPinCode": "PIN\u7801\uff1a",
+    "HeaderPasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
+    "HeaderParentalRatings": "\u5bb6\u957f\u5206\u7ea7",
+    "HeaderVideoTypes": "\u89c6\u9891\u7c7b\u578b",
+    "HeaderYears": "\u5e74\u4efd",
+    "HeaderAddTag": "\u6dfb\u52a0\u6807\u7b7e",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "\u6807\u7b7e\uff1a",
+    "LabelEnableSingleImageInDidlLimit": "\u4ec5\u9650\u5355\u4e00\u7684\u5d4c\u5165\u5f0f\u56fe\u50cf",
+    "LabelEnableSingleImageInDidlLimitHelp": "\u5982\u679c\u591a\u4e2a\u56fe\u50cf\u5d4c\u5165\u5728DIDL\uff0c\u67d0\u4e9b\u8bbe\u5907\u5c06\u65e0\u6cd5\u6b63\u786e\u6e32\u67d3\u3002",
+    "TabActivity": "\u6d3b\u52a8",
+    "TitleSync": "\u540c\u6b65",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "\u5b63\u672a\u77e5",
+    "NameSeasonNumber": "\u5b63 {0}",
+    "LabelNewUserNameHelp": "\u7528\u6237\u540d\u53ef\u4ee5\u5305\u542b\u5b57\u6bcd\uff08az\uff09\uff0c\u6570\u5b57\uff080-9\uff09\uff0c\u7834\u6298\u53f7\uff08 - \uff09\uff0c\u4e0b\u5212\u7ebf\uff08_\uff09\uff0c\u5355\u5f15\u53f7\uff08'\uff09\u548c\u53e5\u70b9\uff08.\uff09",
+    "TabJobs": "\u4f5c\u4e1a",
+    "TabSyncJobs": "\u540c\u6b65\u4f5c\u4e1a",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 665 - 665
MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json

@@ -1,661 +1,4 @@
 {
-    "ButtonSearch": "\u641c\u7d22",
-    "ButtonSettings": "Settings",
-    "ButtonTakeScreenshot": "Capture Screenshot",
-    "ButtonLetterUp": "Letter Up",
-    "ButtonLetterDown": "Letter Down",
-    "PageButtonAbbreviation": "PG",
-    "LetterButtonAbbreviation": "A",
-    "TabNowPlaying": "Now Playing",
-    "TabNavigation": "Navigation",
-    "TabControls": "Controls",
-    "ButtonFullscreen": "Toggle fullscreen",
-    "ButtonScenes": "Scenes",
-    "ButtonSubtitles": "Subtitles",
-    "ButtonAudioTracks": "Audio tracks",
-    "ButtonPreviousTrack": "Previous track",
-    "ButtonNextTrack": "Next track",
-    "ButtonStop": "Stop",
-    "ButtonPause": "Pause",
-    "ButtonNext": "Next",
-    "ButtonPrevious": "Previous",
-    "LabelGroupMoviesIntoCollections": "Group movies into collections",
-    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
-    "NotificationOptionPluginError": "Plugin failure",
-    "ButtonVolumeUp": "Volume up",
-    "ButtonVolumeDown": "Volume down",
-    "ButtonMute": "Mute",
-    "HeaderLatestMedia": "Latest Media",
-    "OptionSpecialFeatures": "Special Features",
-    "HeaderCollections": "Collections",
-    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
-    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
-    "HeaderResponseProfile": "Response Profile",
-    "LabelType": "Type:",
-    "LabelPersonRole": "Role:",
-    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
-    "LabelProfileContainer": "Container:",
-    "LabelProfileVideoCodecs": "Video codecs:",
-    "LabelProfileAudioCodecs": "Audio codecs:",
-    "LabelProfileCodecs": "Codecs:",
-    "HeaderDirectPlayProfile": "Direct Play Profile",
-    "HeaderTranscodingProfile": "Transcoding Profile",
-    "HeaderCodecProfile": "Codec Profile",
-    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
-    "HeaderContainerProfile": "Container Profile",
-    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
-    "OptionProfileVideo": "Video",
-    "OptionProfileAudio": "Audio",
-    "OptionProfileVideoAudio": "Video Audio",
-    "OptionProfilePhoto": "Photo",
-    "LabelUserLibrary": "User library:",
-    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
-    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
-    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
-    "OptionPlainVideoItems": "Display all videos as plain video items",
-    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
-    "LabelSupportedMediaTypes": "Supported Media Types:",
-    "TabIdentification": "Identification",
-    "HeaderIdentification": "Identification",
-    "TabDirectPlay": "Direct Play",
-    "TabContainers": "Containers",
-    "TabCodecs": "Codecs",
-    "TabResponses": "Responses",
-    "HeaderProfileInformation": "Profile Information",
-    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
-    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
-    "LabelAlbumArtPN": "Album art PN:",
-    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
-    "LabelAlbumArtMaxWidth": "Album art max width:",
-    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelAlbumArtMaxHeight": "Album art max height:",
-    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
-    "LabelIconMaxWidth": "Icon max width:",
-    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIconMaxHeight": "Icon max height:",
-    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
-    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
-    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
-    "LabelMaxBitrate": "Max bitrate:",
-    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
-    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
-    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
-    "LabelMaxStaticBitrate": "Max sync bitrate:",
-    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
-    "LabelMusicStaticBitrate": "Music sync bitrate:",
-    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
-    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
-    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
-    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
-    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
-    "LabelFriendlyName": "Friendly name",
-    "LabelManufacturer": "Manufacturer",
-    "LabelManufacturerUrl": "Manufacturer url",
-    "LabelModelName": "Model name",
-    "LabelModelNumber": "Model number",
-    "LabelModelDescription": "Model description",
-    "LabelModelUrl": "Model url",
-    "LabelSerialNumber": "Serial number",
-    "LabelDeviceDescription": "Device description",
-    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
-    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
-    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
-    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
-    "LabelXDlnaCap": "X-Dlna cap:",
-    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelXDlnaDoc": "X-Dlna doc:",
-    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
-    "LabelSonyAggregationFlags": "Sony aggregation flags:",
-    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
-    "LabelTranscodingContainer": "Container:",
-    "LabelTranscodingVideoCodec": "Video codec:",
-    "LabelTranscodingVideoProfile": "Video profile:",
-    "LabelTranscodingAudioCodec": "Audio codec:",
-    "OptionEnableM2tsMode": "Enable M2ts mode",
-    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
-    "OptionEstimateContentLength": "Estimate content length when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
-    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
-    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
-    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
-    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
-    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
-    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
-    "TabSubtitles": "Subtitles",
-    "TabChapters": "Chapters",
-    "HeaderDownloadChaptersFor": "Download chapter names for:",
-    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
-    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
-    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
-    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
-    "LabelSubtitlePlaybackMode": "Subtitle mode:",
-    "LabelDownloadLanguages": "Download languages:",
-    "ButtonRegister": "Register",
-    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
-    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
-    "HeaderSendMessage": "Send Message",
-    "ButtonSend": "Send",
-    "LabelMessageText": "Message text:",
-    "MessageNoAvailablePlugins": "No available plugins.",
-    "LabelDisplayPluginsFor": "Display plugins for:",
-    "PluginTabMediaBrowserClassic": "MB Classic",
-    "PluginTabMediaBrowserTheater": "MB Theater",
-    "LabelEpisodeNamePlain": "Episode name",
-    "LabelSeriesNamePlain": "Series name",
-    "ValueSeriesNamePeriod": "Series.name",
-    "ValueSeriesNameUnderscore": "Series_name",
-    "ValueEpisodeNamePeriod": "Episode.name",
-    "ValueEpisodeNameUnderscore": "Episode_name",
-    "LabelSeasonNumberPlain": "Season number",
-    "LabelEpisodeNumberPlain": "Episode number",
-    "LabelEndingEpisodeNumberPlain": "Ending episode number",
-    "HeaderTypeText": "Enter Text",
-    "LabelTypeText": "Text",
-    "HeaderSearchForSubtitles": "Search for Subtitles",
-    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
-    "TabDisplay": "Display",
-    "TabLanguages": "Languages",
-    "TabWebClient": "Web Client",
-    "LabelEnableThemeSongs": "Enable theme songs",
-    "LabelEnableBackdrops": "Enable backdrops",
-    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
-    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
-    "HeaderHomePage": "Home Page",
-    "HeaderSettingsForThisDevice": "Settings for This Device",
-    "OptionAuto": "Auto",
-    "OptionYes": "Yes",
-    "OptionNo": "No",
-    "HeaderOptions": "Options",
-    "HeaderIdentificationResult": "Identification Result",
-    "LabelHomePageSection1": "Home page section 1:",
-    "LabelHomePageSection2": "Home page section 2:",
-    "LabelHomePageSection3": "Home page section 3:",
-    "LabelHomePageSection4": "Home page section 4:",
-    "OptionMyViewsButtons": "My views (buttons)",
-    "OptionMyViews": "My views",
-    "OptionMyViewsSmall": "My views (small)",
-    "OptionResumablemedia": "Resume",
-    "OptionLatestMedia": "Latest media",
-    "OptionLatestChannelMedia": "Latest channel items",
-    "HeaderLatestChannelItems": "Latest Channel Items",
-    "OptionNone": "None",
-    "HeaderLiveTv": "Live TV",
-    "HeaderReports": "Reports",
-    "HeaderMetadataManager": "Metadata Manager",
-    "HeaderPreferences": "Preferences",
-    "MessageLoadingChannels": "Loading channel content...",
-    "MessageLoadingContent": "Loading content...",
-    "ButtonMarkRead": "Mark Read",
-    "OptionDefaultSort": "Default",
-    "OptionCommunityMostWatchedSort": "Most Watched",
-    "TabNextUp": "Next Up",
-    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
-    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
-    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
-    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
-    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
-    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
-    "ButtonDismiss": "Dismiss",
-    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
-    "LabelChannelStreamQuality": "Preferred internet stream quality:",
-    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
-    "OptionBestAvailableStreamQuality": "Best available",
-    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
-    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
-    "LabelChannelDownloadPath": "Channel content download path:",
-    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
-    "LabelChannelDownloadAge": "Delete content after: (days)",
-    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
-    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
-    "ButtonOptions": "Options",
-    "ViewTypeMovies": "Movies",
-    "ViewTypeTvShows": "TV",
-    "ViewTypeGames": "Games",
-    "ViewTypeMusic": "Music",
-    "ViewTypeMusicGenres": "Genres",
-    "ViewTypeMusicArtists": "Artists",
-    "ViewTypeBoxSets": "Collections",
-    "ViewTypeChannels": "Channels",
-    "ViewTypeLiveTV": "Live TV",
-    "ViewTypeLiveTvNowPlaying": "Now Airing",
-    "ViewTypeLatestGames": "Latest Games",
-    "ViewTypeRecentlyPlayedGames": "Recently Played",
-    "ViewTypeGameFavorites": "Favorites",
-    "ViewTypeGameSystems": "Game Systems",
-    "ViewTypeGameGenres": "Genres",
-    "ViewTypeTvResume": "Resume",
-    "ViewTypeTvNextUp": "Next Up",
-    "ViewTypeTvLatest": "Latest",
-    "ViewTypeTvShowSeries": "Series",
-    "ViewTypeTvGenres": "Genres",
-    "ViewTypeTvFavoriteSeries": "Favorite Series",
-    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
-    "ViewTypeMovieResume": "Resume",
-    "ViewTypeMovieLatest": "Latest",
-    "ViewTypeMovieMovies": "Movies",
-    "ViewTypeMovieCollections": "Collections",
-    "ViewTypeMovieFavorites": "Favorites",
-    "ViewTypeMovieGenres": "Genres",
-    "ViewTypeMusicLatest": "Latest",
-    "ViewTypeMusicAlbums": "Albums",
-    "ViewTypeMusicAlbumArtists": "Album Artists",
-    "HeaderOtherDisplaySettings": "Display Settings",
-    "ViewTypeMusicSongs": "Songs",
-    "ViewTypeMusicFavorites": "Favorites",
-    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
-    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
-    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
-    "HeaderMyViews": "My Views",
-    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
-    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
-    "OptionDisplayAdultContent": "Display adult content",
-    "OptionLibraryFolders": "Media folders",
-    "TitleRemoteControl": "Remote Control",
-    "OptionLatestTvRecordings": "Latest recordings",
-    "LabelProtocolInfo": "Protocol info:",
-    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
-    "TabNfo": "Nfo",
-    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
-    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
-    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
-    "LabelKodiMetadataDateFormat": "Release date format:",
-    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
-    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
-    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
-    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
-    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
-    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
-    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
-    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
-    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
-    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
-    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
-    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
-    "TabServices": "Services",
-    "TabLogs": "Logs",
-    "HeaderServerLogFiles": "Server log files:",
-    "TabBranding": "Branding",
-    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
-    "LabelLoginDisclaimer": "Login disclaimer:",
-    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
-    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
-    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
-    "OptionList": "List",
-    "TabDashboard": "Dashboard",
-    "TitleServer": "Server",
-    "LabelCache": "Cache:",
-    "LabelLogs": "Logs:",
-    "LabelMetadata": "Metadata:",
-    "LabelImagesByName": "Images by name:",
-    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
-    "HeaderLatestMusic": "Latest Music",
-    "HeaderBranding": "Branding",
-    "HeaderApiKeys": "Api Keys",
-    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
-    "HeaderApiKey": "Api Key",
-    "HeaderApp": "App",
-    "HeaderDevice": "Device",
-    "HeaderUser": "User",
-    "HeaderDateIssued": "Date Issued",
-    "LabelChapterName": "Chapter {0}",
-    "HeaderNewApiKey": "New Api Key",
-    "LabelAppName": "App name",
-    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
-    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
-    "HeaderHttpHeaders": "Http Headers",
-    "HeaderIdentificationHeader": "Identification Header",
-    "LabelValue": "Value:",
-    "LabelMatchType": "Match type:",
-    "OptionEquals": "Equals",
-    "OptionRegex": "Regex",
-    "OptionSubstring": "Substring",
-    "TabView": "View",
-    "TabSort": "Sort",
-    "TabFilter": "Filter",
-    "ButtonView": "View",
-    "LabelPageSize": "Item limit:",
-    "LabelPath": "Path:",
-    "LabelView": "View:",
-    "TabUsers": "Users",
-    "LabelSortName": "Sort name:",
-    "LabelDateAdded": "Date added:",
-    "HeaderFeatures": "Features",
-    "HeaderAdvanced": "Advanced",
-    "ButtonSync": "Sync",
-    "TabScheduledTasks": "Scheduled Tasks",
-    "HeaderChapters": "Chapters",
-    "HeaderResumeSettings": "Resume Settings",
-    "TabSync": "Sync",
-    "TitleUsers": "Users",
-    "LabelProtocol": "Protocol:",
-    "OptionProtocolHttp": "Http",
-    "OptionProtocolHls": "Http Live Streaming",
-    "LabelContext": "Context:",
-    "OptionContextStreaming": "Streaming",
-    "OptionContextStatic": "Sync",
-    "ButtonAddToPlaylist": "Add to playlist",
-    "TabPlaylists": "Playlists",
-    "ButtonClose": "Close",
-    "LabelAllLanguages": "All languages",
-    "HeaderBrowseOnlineImages": "Browse Online Images",
-    "LabelSource": "Source:",
-    "OptionAll": "All",
-    "LabelImage": "Image:",
-    "ButtonBrowseImages": "Browse Images",
-    "HeaderImages": "Images",
-    "HeaderBackdrops": "Backdrops",
-    "HeaderScreenshots": "Screenshots",
-    "HeaderAddUpdateImage": "Add\/Update Image",
-    "LabelJpgPngOnly": "JPG\/PNG only",
-    "LabelImageType": "Image type:",
-    "OptionPrimary": "Primary",
-    "OptionArt": "Art",
-    "OptionBox": "Box",
-    "OptionBoxRear": "Box rear",
-    "OptionDisc": "Disc",
-    "OptionLogo": "Logo",
-    "OptionMenu": "Menu",
-    "OptionScreenshot": "Screenshot",
-    "OptionLocked": "Locked",
-    "OptionUnidentified": "Unidentified",
-    "OptionMissingParentalRating": "Missing parental rating",
-    "OptionStub": "Stub",
-    "HeaderEpisodes": "Episodes:",
-    "OptionSeason0": "Season 0",
-    "LabelReport": "Report:",
-    "OptionReportSongs": "Songs",
-    "OptionReportSeries": "Series",
-    "OptionReportSeasons": "Seasons",
-    "OptionReportTrailers": "Trailers",
-    "OptionReportMusicVideos": "Music videos",
-    "OptionReportMovies": "Movies",
-    "OptionReportHomeVideos": "Home videos",
-    "OptionReportGames": "Games",
-    "OptionReportEpisodes": "Episodes",
-    "OptionReportCollections": "Collections",
-    "OptionReportBooks": "Books",
-    "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
-    "ScheduledTaskCompletedWithName": "{0} completed",
-    "ScheduledTaskFailed": "Scheduled task completed",
-    "PluginInstalledWithName": "{0} was installed",
-    "PluginUpdatedWithName": "{0} was updated",
-    "PluginUninstalledWithName": "{0} was uninstalled",
-    "ScheduledTaskFailedWithName": "{0} failed",
-    "ItemAddedWithName": "{0} was added to the library",
-    "ItemRemovedWithName": "{0} was removed from the library",
-    "DeviceOnlineWithName": "{0} is connected",
-    "UserOnlineFromDevice": "{0} is online from {1}",
-    "DeviceOfflineWithName": "{0} has disconnected",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
-    "LabelRunningTimeValue": "Running time: {0}",
-    "LabelIpAddressValue": "Ip address: {0}",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
-    "UserCreatedWithName": "User {0} has been created",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
-    "UserDeletedWithName": "User {0} has been deleted",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
-    "AppDeviceValues": "App: {0}, Device: {1}",
-    "ProviderValue": "Provider: {0}",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
-    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
-    "HeaderRecentActivity": "Recent Activity",
-    "HeaderPeople": "People",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
-    "OptionComposers": "Composers",
-    "OptionOthers": "Others",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
-    "ViewTypeFolders": "Folders",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
-    "ViewTypeLiveTvChannels": "Channels",
-    "LabelEasyPinCode": "Easy pin code:",
-    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
-    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
-    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
-    "HeaderPassword": "Password",
-    "HeaderLocalAccess": "Local Access",
-    "HeaderViewOrder": "View Order",
-    "ButtonResetEasyPassword": "Reset easy pin code",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
-    "LabelImageRefreshMode": "Image refresh mode:",
-    "OptionDownloadMissingImages": "Download missing images",
-    "OptionReplaceExistingImages": "Replace existing images",
-    "OptionRefreshAllData": "Refresh all data",
-    "OptionAddMissingDataOnly": "Add missing data only",
-    "OptionLocalRefreshOnly": "Local refresh only",
-    "HeaderRefreshMetadata": "Refresh Metadata",
-    "HeaderPersonInfo": "Person Info",
-    "HeaderIdentifyItem": "Identify Item",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
-    "HeaderConfirmDeletion": "Confirm Deletion",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
-    "ButtonIdentify": "Identify",
-    "LabelAlbumArtist": "Album artist:",
-    "LabelAlbum": "Album:",
-    "LabelCommunityRating": "Community rating:",
-    "LabelVoteCount": "Vote count:",
-    "LabelMetascore": "Metascore:",
-    "LabelCriticRating": "Critic rating:",
-    "LabelCriticRatingSummary": "Critic rating summary:",
-    "LabelAwardSummary": "Award summary:",
-    "LabelWebsite": "Website:",
-    "LabelTagline": "Tagline:",
-    "LabelOverview": "Overview:",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
-    "LabelYear": "Year:",
-    "LabelPlaceOfBirth": "Place of birth:",
-    "LabelEndDate": "End date:",
-    "LabelAirDate": "Air days:",
-    "LabelAirTime:": "Air time:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
-    "LabelParentalRating": "Parental rating:",
-    "LabelCustomRating": "Custom rating:",
-    "LabelBudget": "Budget",
-    "LabelRevenue": "Revenue ($):",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
-    "LabelPlayers": "Players:",
-    "Label3DFormat": "3D format:",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
-    "HeaderExternalIds": "External Id's:",
-    "LabelDvdSeasonNumber": "Dvd season number:",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
-    "LabelAirsBeforeSeason": "Airs before season:",
-    "LabelAirsAfterSeason": "Airs after season:",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
-    "LabelTreatImageAs": "Treat image as:",
-    "LabelDisplayOrder": "Display order:",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
-    "HeaderCountries": "Countries",
-    "HeaderGenres": "Genres",
-    "HeaderPlotKeywords": "Plot Keywords",
-    "HeaderStudios": "Studios",
-    "HeaderTags": "Tags",
-    "HeaderMetadataSettings": "Metadata Settings",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
-    "TabDonate": "Donate",
-    "HeaderDonationType": "Donation type:",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
-    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
-    "OptionNoTrailer": "No Trailer",
-    "OptionNoThemeSong": "No Theme Song",
-    "OptionNoThemeVideo": "No Theme Video",
-    "LabelOneTimeDonationAmount": "Donation amount:",
-    "ButtonDonate": "Donate",
-    "OptionActor": "Actor",
-    "OptionComposer": "Composer",
-    "OptionDirector": "Director",
-    "OptionGuestStar": "Guest star",
-    "OptionProducer": "Producer",
-    "OptionWriter": "Writer",
-    "LabelAirDays": "Air days:",
-    "LabelAirTime": "Air time:",
-    "HeaderMediaInfo": "Media Info",
-    "HeaderPhotoInfo": "Photo Info",
-    "HeaderInstall": "Install",
-    "LabelSelectVersionToInstall": "Select version to install:",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
-    "HeaderReviews": "Reviews",
-    "HeaderDeveloperInfo": "Developer Info",
-    "HeaderRevisionHistory": "Revision History",
-    "ButtonViewWebsite": "View website",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
-    "HeaderXmlSettings": "Xml Settings",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
-    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
-    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
-    "LabelConnectUserName": "Media Browser username\/email:",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
-    "LabelExternalPlayers": "External players:",
-    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
-    "HeaderSubtitleProfile": "Subtitle Profile",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
-    "LabelFormat": "Format:",
-    "LabelMethod": "Method:",
-    "LabelDidlMode": "Didl mode:",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
-    "OptionResElement": "res element",
-    "OptionEmbedSubtitles": "Embed within container",
-    "OptionExternallyDownloaded": "External download",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
-    "LabelSubtitleFormatHelp": "Example: srt",
-    "ButtonLearnMore": "Learn more",
-    "TabPlayback": "Playback",
-    "HeaderLanguagePreferences": "Language Preferences",
-    "TabCinemaMode": "Cinema Mode",
-    "TitlePlayback": "Playback",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
-    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
-    "LabelCustomIntrosPath": "Custom intros path:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
-    "ValueSpecialEpisodeName": "Special - {0}",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
-    "LabelEnableCinemaMode": "Enable cinema mode",
-    "HeaderCinemaMode": "Cinema Mode",
-    "LabelDateAddedBehavior": "Date added behavior for new content:",
-    "OptionDateAddedImportTime": "Use date scanned into the library",
-    "OptionDateAddedFileTime": "Use file creation date",
-    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
-    "LabelNumberTrailerToPlay": "Number of trailers to play:",
-    "TitleDevices": "Devices",
-    "TabCameraUpload": "Camera Upload",
-    "TabDevices": "Devices",
-    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
-    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
-    "LabelCameraUploadPath": "Camera upload path:",
-    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
-    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
-    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
-    "LabelCustomDeviceDisplayName": "Display name:",
-    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
-    "HeaderInviteUser": "Invite User",
-    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
-    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
-    "ButtonSendInvitation": "Send Invitation",
-    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
-    "HeaderGuests": "Guests",
-    "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations",
-    "TabParentalControl": "Parental Control",
-    "HeaderAccessSchedule": "Access Schedule",
-    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
-    "ButtonAddSchedule": "Add Schedule",
-    "LabelAccessDay": "Day of week:",
-    "LabelAccessStart": "Start time:",
-    "LabelAccessEnd": "End time:",
-    "HeaderSchedule": "Schedule",
-    "OptionEveryday": "Every day",
-    "OptionWeekdays": "Weekdays",
-    "OptionWeekends": "Weekends",
-    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
-    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
-    "ButtonTrailerReel": "Trailer reel",
-    "HeaderTrailerReel": "Trailer Reel",
-    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
-    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
-    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
-    "HeaderNewUsers": "New Users",
-    "ButtonSignUp": "Sign up",
-    "ButtonForgotPassword": "Forgot password",
-    "OptionDisableUserPreferences": "Disable access to user preferences",
-    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
-    "HeaderSelectServer": "Select Server",
-    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
-    "TitleNewUser": "New User",
-    "ButtonConfigurePassword": "Configure Password",
-    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
-    "HeaderLibraryAccess": "Library Access",
-    "HeaderChannelAccess": "Channel Access",
-    "HeaderLatestItems": "Latest Items",
-    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
-    "HeaderShareMediaFolders": "Share Media Folders",
-    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
-    "HeaderInvitations": "Invitations",
-    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
-    "HeaderForgotPassword": "Forgot Password",
-    "TitleForgotPassword": "Forgot Password",
-    "TitlePasswordReset": "Password Reset",
-    "LabelPasswordRecoveryPinCode": "Pin code:",
-    "HeaderPasswordReset": "Password Reset",
-    "HeaderParentalRatings": "Parental Ratings",
-    "HeaderVideoTypes": "Video Types",
-    "HeaderYears": "Years",
-    "HeaderAddTag": "Add Tag",
-    "LabelBlockItemsWithTags": "Block items with tags:",
-    "LabelTag": "Tag:",
-    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
-    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
-    "TabActivity": "Activity",
-    "TitleSync": "Sync",
-    "OptionAllowSyncContent": "Sync",
-    "OptionAllowContentDownloading": "Media downloading",
-    "NameSeasonUnknown": "Season Unknown",
-    "NameSeasonNumber": "Season {0}",
-    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
-    "TabJobs": "Jobs",
-    "TabSyncJobs": "Sync Jobs",
     "LabelExit": "\u96e2\u958b",
     "LabelVisitCommunity": "\u8a2a\u554f\u793e\u5340",
     "LabelGithub": "Github",
@@ -720,7 +63,7 @@
     "LabelSyncTempPath": "Temporary file path:",
     "LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
     "LabelCustomCertificatePath": "Custom certificate path:",
-    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate. If omitted, the server will create a self-signed certificate.",
+    "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
     "TitleNotifications": "Notifications",
     "ButtonDonateWithPayPal": "Donate with PayPal",
     "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
@@ -942,10 +285,10 @@
     "ButtonHelp": "Help",
     "OptionAllowUserToManageServer": "\u5141\u8a31\u9019\u7528\u6236\u7ba1\u7406\u4f3a\u670d\u5668",
     "HeaderFeatureAccess": "\u53ef\u4ee5\u4f7f\u7528\u7684\u529f\u80fd",
-    "OptionAllowMediaPlayback": "Media playback",
-    "OptionAllowBrowsingLiveTv": "Live TV",
-    "OptionAllowDeleteLibraryContent": "Media deletion",
-    "OptionAllowManageLiveTv": "Live TV recording management",
+    "OptionAllowMediaPlayback": "Allow media playback",
+    "OptionAllowBrowsingLiveTv": "Allow Live TV access",
+    "OptionAllowDeleteLibraryContent": "Allow media deletion",
+    "OptionAllowManageLiveTv": "Allow Live TV recording management",
     "OptionAllowRemoteControlOthers": "Allow remote control of other users",
     "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
     "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
@@ -1149,8 +492,6 @@
     "OptionMaxQualityTranscoding": "\u6700\u9ad8\u54c1\u8cea",
     "OptionEnableDebugTranscodingLogging": "\u8a18\u9304\u8f49\u78bc\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
     "OptionEnableDebugTranscodingLoggingHelp": "\u9019\u5c07\u5275\u5efa\u4e00\u500b\u975e\u5e38\u5927\u7684\u65e5\u8a8c\u6587\u4ef6\uff0c\u5efa\u8b70\u53ea\u9700\u8981\u9032\u884c\u6545\u969c\u6392\u9664\u6642\u555f\u52d5\u3002",
-    "OptionUpscaling": "\u5141\u8a31\u5ba2\u6236\u7aef\u8acb\u6c42\u653e\u5927\u7684\u8996\u983b",
-    "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u9019\u5c07\u5c0e\u81f4\u66f4\u9ad8\u7684\u8996\u983b\u54c1\u8cea\uff0c\u4f46\u6703\u589e\u52a0CPU\u7684\u4f7f\u7528\u7387\u3002",
     "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u522a\u9664\u9019\u5408\u96c6\u4e2d\u7684\u4efb\u4f55\u96fb\u5f71\uff0c\u96fb\u8996\u5287\uff0c\u76f8\u518a\uff0c\u66f8\u7c4d\u6216\u904a\u6232\u3002",
     "HeaderAddTitles": "\u6dfb\u52a0\u6a19\u984c",
     "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8a2d\u5099",
@@ -1352,5 +693,664 @@
     "ButtonPageUp": "Page Up",
     "ButtonPageDown": "Page Down",
     "PageAbbreviation": "PG",
-    "ButtonHome": "Home"
+    "ButtonHome": "Home",
+    "ButtonSearch": "\u641c\u7d22",
+    "ButtonSettings": "Settings",
+    "ButtonTakeScreenshot": "Capture Screenshot",
+    "ButtonLetterUp": "Letter Up",
+    "ButtonLetterDown": "Letter Down",
+    "PageButtonAbbreviation": "PG",
+    "LetterButtonAbbreviation": "A",
+    "TabNowPlaying": "Now Playing",
+    "TabNavigation": "Navigation",
+    "TabControls": "Controls",
+    "ButtonFullscreen": "Toggle fullscreen",
+    "ButtonScenes": "Scenes",
+    "ButtonSubtitles": "Subtitles",
+    "ButtonAudioTracks": "Audio tracks",
+    "ButtonPreviousTrack": "Previous track",
+    "ButtonNextTrack": "Next track",
+    "ButtonStop": "Stop",
+    "ButtonPause": "Pause",
+    "ButtonNext": "Next",
+    "ButtonPrevious": "Previous",
+    "LabelGroupMoviesIntoCollections": "Group movies into collections",
+    "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+    "NotificationOptionPluginError": "Plugin failure",
+    "ButtonVolumeUp": "Volume up",
+    "ButtonVolumeDown": "Volume down",
+    "ButtonMute": "Mute",
+    "HeaderLatestMedia": "Latest Media",
+    "OptionSpecialFeatures": "Special Features",
+    "HeaderCollections": "Collections",
+    "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+    "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+    "HeaderResponseProfile": "Response Profile",
+    "LabelType": "Type:",
+    "LabelPersonRole": "Role:",
+    "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+    "LabelProfileContainer": "Container:",
+    "LabelProfileVideoCodecs": "Video codecs:",
+    "LabelProfileAudioCodecs": "Audio codecs:",
+    "LabelProfileCodecs": "Codecs:",
+    "HeaderDirectPlayProfile": "Direct Play Profile",
+    "HeaderTranscodingProfile": "Transcoding Profile",
+    "HeaderCodecProfile": "Codec Profile",
+    "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+    "HeaderContainerProfile": "Container Profile",
+    "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+    "OptionProfileVideo": "Video",
+    "OptionProfileAudio": "Audio",
+    "OptionProfileVideoAudio": "Video Audio",
+    "OptionProfilePhoto": "Photo",
+    "LabelUserLibrary": "User library:",
+    "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+    "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+    "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+    "OptionPlainVideoItems": "Display all videos as plain video items",
+    "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+    "LabelSupportedMediaTypes": "Supported Media Types:",
+    "TabIdentification": "Identification",
+    "HeaderIdentification": "Identification",
+    "TabDirectPlay": "Direct Play",
+    "TabContainers": "Containers",
+    "TabCodecs": "Codecs",
+    "TabResponses": "Responses",
+    "HeaderProfileInformation": "Profile Information",
+    "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+    "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+    "LabelAlbumArtPN": "Album art PN:",
+    "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+    "LabelAlbumArtMaxWidth": "Album art max width:",
+    "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelAlbumArtMaxHeight": "Album art max height:",
+    "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+    "LabelIconMaxWidth": "Icon max width:",
+    "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIconMaxHeight": "Icon max height:",
+    "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+    "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+    "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+    "LabelMaxBitrate": "Max bitrate:",
+    "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+    "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+    "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+    "LabelMaxStaticBitrate": "Max sync bitrate:",
+    "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+    "LabelMusicStaticBitrate": "Music sync bitrate:",
+    "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+    "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+    "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+    "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+    "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+    "LabelFriendlyName": "Friendly name",
+    "LabelManufacturer": "Manufacturer",
+    "LabelManufacturerUrl": "Manufacturer url",
+    "LabelModelName": "Model name",
+    "LabelModelNumber": "Model number",
+    "LabelModelDescription": "Model description",
+    "LabelModelUrl": "Model url",
+    "LabelSerialNumber": "Serial number",
+    "LabelDeviceDescription": "Device description",
+    "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+    "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+    "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+    "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+    "LabelXDlnaCap": "X-Dlna cap:",
+    "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelXDlnaDoc": "X-Dlna doc:",
+    "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+    "LabelSonyAggregationFlags": "Sony aggregation flags:",
+    "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+    "LabelTranscodingContainer": "Container:",
+    "LabelTranscodingVideoCodec": "Video codec:",
+    "LabelTranscodingVideoProfile": "Video profile:",
+    "LabelTranscodingAudioCodec": "Audio codec:",
+    "OptionEnableM2tsMode": "Enable M2ts mode",
+    "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+    "OptionEstimateContentLength": "Estimate content length when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+    "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+    "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+    "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+    "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+    "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+    "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
+    "TabSubtitles": "Subtitles",
+    "TabChapters": "Chapters",
+    "HeaderDownloadChaptersFor": "Download chapter names for:",
+    "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+    "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+    "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+    "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+    "LabelSubtitlePlaybackMode": "Subtitle mode:",
+    "LabelDownloadLanguages": "Download languages:",
+    "ButtonRegister": "Register",
+    "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+    "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+    "HeaderSendMessage": "Send Message",
+    "ButtonSend": "Send",
+    "LabelMessageText": "Message text:",
+    "MessageNoAvailablePlugins": "No available plugins.",
+    "LabelDisplayPluginsFor": "Display plugins for:",
+    "PluginTabMediaBrowserClassic": "MB Classic",
+    "PluginTabMediaBrowserTheater": "MB Theater",
+    "LabelEpisodeNamePlain": "Episode name",
+    "LabelSeriesNamePlain": "Series name",
+    "ValueSeriesNamePeriod": "Series.name",
+    "ValueSeriesNameUnderscore": "Series_name",
+    "ValueEpisodeNamePeriod": "Episode.name",
+    "ValueEpisodeNameUnderscore": "Episode_name",
+    "LabelSeasonNumberPlain": "Season number",
+    "LabelEpisodeNumberPlain": "Episode number",
+    "LabelEndingEpisodeNumberPlain": "Ending episode number",
+    "HeaderTypeText": "Enter Text",
+    "LabelTypeText": "Text",
+    "HeaderSearchForSubtitles": "Search for Subtitles",
+    "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+    "TabDisplay": "Display",
+    "TabLanguages": "Languages",
+    "TabWebClient": "Web Client",
+    "LabelEnableThemeSongs": "Enable theme songs",
+    "LabelEnableBackdrops": "Enable backdrops",
+    "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+    "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+    "HeaderHomePage": "Home Page",
+    "HeaderSettingsForThisDevice": "Settings for This Device",
+    "OptionAuto": "Auto",
+    "OptionYes": "Yes",
+    "OptionNo": "No",
+    "HeaderOptions": "Options",
+    "HeaderIdentificationResult": "Identification Result",
+    "LabelHomePageSection1": "Home page section 1:",
+    "LabelHomePageSection2": "Home page section 2:",
+    "LabelHomePageSection3": "Home page section 3:",
+    "LabelHomePageSection4": "Home page section 4:",
+    "OptionMyViewsButtons": "My views (buttons)",
+    "OptionMyViews": "My views",
+    "OptionMyViewsSmall": "My views (small)",
+    "OptionResumablemedia": "Resume",
+    "OptionLatestMedia": "Latest media",
+    "OptionLatestChannelMedia": "Latest channel items",
+    "HeaderLatestChannelItems": "Latest Channel Items",
+    "OptionNone": "None",
+    "HeaderLiveTv": "Live TV",
+    "HeaderReports": "Reports",
+    "HeaderMetadataManager": "Metadata Manager",
+    "HeaderPreferences": "Preferences",
+    "MessageLoadingChannels": "Loading channel content...",
+    "MessageLoadingContent": "Loading content...",
+    "ButtonMarkRead": "Mark Read",
+    "OptionDefaultSort": "Default",
+    "OptionCommunityMostWatchedSort": "Most Watched",
+    "TabNextUp": "Next Up",
+    "HeaderBecomeMediaBrowserSupporter": "Become a Media Browser Supporter",
+    "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
+    "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+    "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+    "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+    "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+    "ButtonDismiss": "Dismiss",
+    "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+    "LabelChannelStreamQuality": "Preferred internet stream quality:",
+    "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+    "OptionBestAvailableStreamQuality": "Best available",
+    "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+    "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+    "LabelChannelDownloadPath": "Channel content download path:",
+    "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+    "LabelChannelDownloadAge": "Delete content after: (days)",
+    "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+    "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+    "ButtonOptions": "Options",
+    "ViewTypeMovies": "Movies",
+    "ViewTypeTvShows": "TV",
+    "ViewTypeGames": "Games",
+    "ViewTypeMusic": "Music",
+    "ViewTypeMusicGenres": "Genres",
+    "ViewTypeMusicArtists": "Artists",
+    "ViewTypeBoxSets": "Collections",
+    "ViewTypeChannels": "Channels",
+    "ViewTypeLiveTV": "Live TV",
+    "ViewTypeLiveTvNowPlaying": "Now Airing",
+    "ViewTypeLatestGames": "Latest Games",
+    "ViewTypeRecentlyPlayedGames": "Recently Played",
+    "ViewTypeGameFavorites": "Favorites",
+    "ViewTypeGameSystems": "Game Systems",
+    "ViewTypeGameGenres": "Genres",
+    "ViewTypeTvResume": "Resume",
+    "ViewTypeTvNextUp": "Next Up",
+    "ViewTypeTvLatest": "Latest",
+    "ViewTypeTvShowSeries": "Series",
+    "ViewTypeTvGenres": "Genres",
+    "ViewTypeTvFavoriteSeries": "Favorite Series",
+    "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+    "ViewTypeMovieResume": "Resume",
+    "ViewTypeMovieLatest": "Latest",
+    "ViewTypeMovieMovies": "Movies",
+    "ViewTypeMovieCollections": "Collections",
+    "ViewTypeMovieFavorites": "Favorites",
+    "ViewTypeMovieGenres": "Genres",
+    "ViewTypeMusicLatest": "Latest",
+    "ViewTypeMusicAlbums": "Albums",
+    "ViewTypeMusicAlbumArtists": "Album Artists",
+    "HeaderOtherDisplaySettings": "Display Settings",
+    "ViewTypeMusicSongs": "Songs",
+    "ViewTypeMusicFavorites": "Favorites",
+    "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+    "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+    "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+    "HeaderMyViews": "My Views",
+    "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+    "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+    "OptionDisplayAdultContent": "Display adult content",
+    "OptionLibraryFolders": "Media folders",
+    "TitleRemoteControl": "Remote Control",
+    "OptionLatestTvRecordings": "Latest recordings",
+    "LabelProtocolInfo": "Protocol info:",
+    "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+    "TabNfo": "Nfo",
+    "HeaderKodiMetadataHelp": "Media Browser includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Advanced tab to configure options for your media types.",
+    "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+    "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Nfo files.",
+    "LabelKodiMetadataDateFormat": "Release date format:",
+    "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+    "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+    "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+    "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+    "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+    "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+    "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+    "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+    "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+    "LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
+    "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+    "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+    "TabServices": "Services",
+    "TabLogs": "Logs",
+    "HeaderServerLogFiles": "Server log files:",
+    "TabBranding": "Branding",
+    "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+    "LabelLoginDisclaimer": "Login disclaimer:",
+    "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+    "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+    "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+    "OptionList": "List",
+    "TabDashboard": "Dashboard",
+    "TitleServer": "Server",
+    "LabelCache": "Cache:",
+    "LabelLogs": "Logs:",
+    "LabelMetadata": "Metadata:",
+    "LabelImagesByName": "Images by name:",
+    "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+    "HeaderLatestMusic": "Latest Music",
+    "HeaderBranding": "Branding",
+    "HeaderApiKeys": "Api Keys",
+    "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+    "HeaderApiKey": "Api Key",
+    "HeaderApp": "App",
+    "HeaderDevice": "Device",
+    "HeaderUser": "User",
+    "HeaderDateIssued": "Date Issued",
+    "LabelChapterName": "Chapter {0}",
+    "HeaderNewApiKey": "New Api Key",
+    "LabelAppName": "App name",
+    "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+    "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+    "HeaderHttpHeaders": "Http Headers",
+    "HeaderIdentificationHeader": "Identification Header",
+    "LabelValue": "Value:",
+    "LabelMatchType": "Match type:",
+    "OptionEquals": "Equals",
+    "OptionRegex": "Regex",
+    "OptionSubstring": "Substring",
+    "TabView": "View",
+    "TabSort": "Sort",
+    "TabFilter": "Filter",
+    "ButtonView": "View",
+    "LabelPageSize": "Item limit:",
+    "LabelPath": "Path:",
+    "LabelView": "View:",
+    "TabUsers": "Users",
+    "LabelSortName": "Sort name:",
+    "LabelDateAdded": "Date added:",
+    "HeaderFeatures": "Features",
+    "HeaderAdvanced": "Advanced",
+    "ButtonSync": "Sync",
+    "TabScheduledTasks": "Scheduled Tasks",
+    "HeaderChapters": "Chapters",
+    "HeaderResumeSettings": "Resume Settings",
+    "TabSync": "Sync",
+    "TitleUsers": "Users",
+    "LabelProtocol": "Protocol:",
+    "OptionProtocolHttp": "Http",
+    "OptionProtocolHls": "Http Live Streaming",
+    "LabelContext": "Context:",
+    "OptionContextStreaming": "Streaming",
+    "OptionContextStatic": "Sync",
+    "ButtonAddToPlaylist": "Add to playlist",
+    "TabPlaylists": "Playlists",
+    "ButtonClose": "Close",
+    "LabelAllLanguages": "All languages",
+    "HeaderBrowseOnlineImages": "Browse Online Images",
+    "LabelSource": "Source:",
+    "OptionAll": "All",
+    "LabelImage": "Image:",
+    "ButtonBrowseImages": "Browse Images",
+    "HeaderImages": "Images",
+    "HeaderBackdrops": "Backdrops",
+    "HeaderScreenshots": "Screenshots",
+    "HeaderAddUpdateImage": "Add\/Update Image",
+    "LabelJpgPngOnly": "JPG\/PNG only",
+    "LabelImageType": "Image type:",
+    "OptionPrimary": "Primary",
+    "OptionArt": "Art",
+    "OptionBox": "Box",
+    "OptionBoxRear": "Box rear",
+    "OptionDisc": "Disc",
+    "OptionLogo": "Logo",
+    "OptionMenu": "Menu",
+    "OptionScreenshot": "Screenshot",
+    "OptionLocked": "Locked",
+    "OptionUnidentified": "Unidentified",
+    "OptionMissingParentalRating": "Missing parental rating",
+    "OptionStub": "Stub",
+    "HeaderEpisodes": "Episodes:",
+    "OptionSeason0": "Season 0",
+    "LabelReport": "Report:",
+    "OptionReportSongs": "Songs",
+    "OptionReportSeries": "Series",
+    "OptionReportSeasons": "Seasons",
+    "OptionReportTrailers": "Trailers",
+    "OptionReportMusicVideos": "Music videos",
+    "OptionReportMovies": "Movies",
+    "OptionReportHomeVideos": "Home videos",
+    "OptionReportGames": "Games",
+    "OptionReportEpisodes": "Episodes",
+    "OptionReportCollections": "Collections",
+    "OptionReportBooks": "Books",
+    "OptionReportArtists": "Artists",
+    "OptionReportAlbums": "Albums",
+    "OptionReportAdultVideos": "Adult videos",
+    "ButtonMore": "More",
+    "HeaderActivity": "Activity",
+    "ScheduledTaskStartedWithName": "{0} started",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ScheduledTaskFailed": "Scheduled task completed",
+    "PluginInstalledWithName": "{0} was installed",
+    "PluginUpdatedWithName": "{0} was updated",
+    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskFailedWithName": "{0} failed",
+    "ItemAddedWithName": "{0} was added to the library",
+    "ItemRemovedWithName": "{0} was removed from the library",
+    "DeviceOnlineWithName": "{0} is connected",
+    "UserOnlineFromDevice": "{0} is online from {1}",
+    "DeviceOfflineWithName": "{0} has disconnected",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
+    "LabelIpAddressValue": "Ip address: {0}",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "UserCreatedWithName": "User {0} has been created",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "UserDeletedWithName": "User {0} has been deleted",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "AppDeviceValues": "App: {0}, Device: {1}",
+    "ProviderValue": "Provider: {0}",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
+    "HeaderPeople": "People",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "OptionComposers": "Composers",
+    "OptionOthers": "Others",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "ViewTypeFolders": "Folders",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
+    "ViewTypeLiveTvChannels": "Channels",
+    "LabelEasyPinCode": "Easy pin code:",
+    "EasyPasswordHelp": "Your easy pin code is used for offline access with supported Media Browser apps, and can also be used for easy in-network sign in.",
+    "LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
+    "LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Media Browser apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
+    "HeaderPassword": "Password",
+    "HeaderLocalAccess": "Local Access",
+    "HeaderViewOrder": "View Order",
+    "ButtonResetEasyPassword": "Reset easy pin code",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "LabelImageRefreshMode": "Image refresh mode:",
+    "OptionDownloadMissingImages": "Download missing images",
+    "OptionReplaceExistingImages": "Replace existing images",
+    "OptionRefreshAllData": "Refresh all data",
+    "OptionAddMissingDataOnly": "Add missing data only",
+    "OptionLocalRefreshOnly": "Local refresh only",
+    "HeaderRefreshMetadata": "Refresh Metadata",
+    "HeaderPersonInfo": "Person Info",
+    "HeaderIdentifyItem": "Identify Item",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "HeaderConfirmDeletion": "Confirm Deletion",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "ButtonIdentify": "Identify",
+    "LabelAlbumArtist": "Album artist:",
+    "LabelAlbum": "Album:",
+    "LabelCommunityRating": "Community rating:",
+    "LabelVoteCount": "Vote count:",
+    "LabelMetascore": "Metascore:",
+    "LabelCriticRating": "Critic rating:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
+    "LabelTagline": "Tagline:",
+    "LabelOverview": "Overview:",
+    "LabelShortOverview": "Short overview:",
+    "LabelReleaseDate": "Release date:",
+    "LabelYear": "Year:",
+    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelEndDate": "End date:",
+    "LabelAirDate": "Air days:",
+    "LabelAirTime:": "Air time:",
+    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelParentalRating": "Parental rating:",
+    "LabelCustomRating": "Custom rating:",
+    "LabelBudget": "Budget",
+    "LabelRevenue": "Revenue ($):",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelPlayers": "Players:",
+    "Label3DFormat": "3D format:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "HeaderExternalIds": "External Id's:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "LabelAirsBeforeSeason": "Airs before season:",
+    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelTreatImageAs": "Treat image as:",
+    "LabelDisplayOrder": "Display order:",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "HeaderCountries": "Countries",
+    "HeaderGenres": "Genres",
+    "HeaderPlotKeywords": "Plot Keywords",
+    "HeaderStudios": "Studios",
+    "HeaderTags": "Tags",
+    "HeaderMetadataSettings": "Metadata Settings",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "TabDonate": "Donate",
+    "HeaderDonationType": "Donation type:",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionNoTrailer": "No Trailer",
+    "OptionNoThemeSong": "No Theme Song",
+    "OptionNoThemeVideo": "No Theme Video",
+    "LabelOneTimeDonationAmount": "Donation amount:",
+    "ButtonDonate": "Donate",
+    "OptionActor": "Actor",
+    "OptionComposer": "Composer",
+    "OptionDirector": "Director",
+    "OptionGuestStar": "Guest star",
+    "OptionProducer": "Producer",
+    "OptionWriter": "Writer",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
+    "HeaderMediaInfo": "Media Info",
+    "HeaderPhotoInfo": "Photo Info",
+    "HeaderInstall": "Install",
+    "LabelSelectVersionToInstall": "Select version to install:",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderReviews": "Reviews",
+    "HeaderDeveloperInfo": "Developer Info",
+    "HeaderRevisionHistory": "Revision History",
+    "ButtonViewWebsite": "View website",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderXmlSettings": "Xml Settings",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+    "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+    "LabelConnectUserName": "Media Browser username\/email:",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExternalPlayers": "External players:",
+    "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+    "HeaderSubtitleProfile": "Subtitle Profile",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "LabelFormat": "Format:",
+    "LabelMethod": "Method:",
+    "LabelDidlMode": "Didl mode:",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "OptionResElement": "res element",
+    "OptionEmbedSubtitles": "Embed within container",
+    "OptionExternallyDownloaded": "External download",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "LabelSubtitleFormatHelp": "Example: srt",
+    "ButtonLearnMore": "Learn more",
+    "TabPlayback": "Playback",
+    "HeaderLanguagePreferences": "Language Preferences",
+    "TabCinemaMode": "Cinema Mode",
+    "TitlePlayback": "Playback",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "LabelEnableCinemaMode": "Enable cinema mode",
+    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
+    "OptionDateAddedFileTime": "Use file creation date",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
+    "TitleDevices": "Devices",
+    "TabCameraUpload": "Camera Upload",
+    "TabDevices": "Devices",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+    "LabelCameraUploadPath": "Camera upload path:",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+    "LabelCustomDeviceDisplayName": "Display name:",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+    "HeaderInviteUser": "Invite User",
+    "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+    "ButtonSendInvitation": "Send Invitation",
+    "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+    "HeaderGuests": "Guests",
+    "HeaderLocalUsers": "Local Users",
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control",
+    "HeaderAccessSchedule": "Access Schedule",
+    "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+    "ButtonAddSchedule": "Add Schedule",
+    "LabelAccessDay": "Day of week:",
+    "LabelAccessStart": "Start time:",
+    "LabelAccessEnd": "End time:",
+    "HeaderSchedule": "Schedule",
+    "OptionEveryday": "Every day",
+    "OptionWeekdays": "Weekdays",
+    "OptionWeekends": "Weekends",
+    "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+    "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+    "ButtonTrailerReel": "Trailer reel",
+    "HeaderTrailerReel": "Trailer Reel",
+    "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+    "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+    "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+    "HeaderNewUsers": "New Users",
+    "ButtonSignUp": "Sign up",
+    "ButtonForgotPassword": "Forgot password",
+    "OptionDisableUserPreferences": "Disable access to user preferences",
+    "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+    "HeaderSelectServer": "Select Server",
+    "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+    "TitleNewUser": "New User",
+    "ButtonConfigurePassword": "Configure Password",
+    "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+    "HeaderLibraryAccess": "Library Access",
+    "HeaderChannelAccess": "Channel Access",
+    "HeaderLatestItems": "Latest Items",
+    "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+    "HeaderShareMediaFolders": "Share Media Folders",
+    "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+    "HeaderInvitations": "Invitations",
+    "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+    "HeaderForgotPassword": "Forgot Password",
+    "TitleForgotPassword": "Forgot Password",
+    "TitlePasswordReset": "Password Reset",
+    "LabelPasswordRecoveryPinCode": "Pin code:",
+    "HeaderPasswordReset": "Password Reset",
+    "HeaderParentalRatings": "Parental Ratings",
+    "HeaderVideoTypes": "Video Types",
+    "HeaderYears": "Years",
+    "HeaderAddTag": "Add Tag",
+    "LabelBlockContentWithTags": "Block content with tags:",
+    "LabelTag": "Tag:",
+    "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+    "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+    "TabActivity": "Activity",
+    "TitleSync": "Sync",
+    "OptionAllowSyncContent": "Allow Sync",
+    "OptionAllowContentDownloading": "Allow media downloading",
+    "NameSeasonUnknown": "Season Unknown",
+    "NameSeasonNumber": "Season {0}",
+    "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+    "TabJobs": "Jobs",
+    "TabSyncJobs": "Sync Jobs",
+    "LabelTagFilterMode": "Mode:",
+    "LabelTagFilterAllowModeHelp": "If allowed tags are used as part of a deeply nested folder structure, content that is tagged will require parent folders to be tagged as well."
 }

+ 13 - 6
MediaBrowser.Server.Implementations/Session/SessionManager.cs

@@ -904,9 +904,8 @@ namespace MediaBrowser.Server.Implementations.Session
                     _libraryManager.RootFolder.GetRecursiveChildren(i => !i.IsFolder && itemFilter(i)) :
                     user.RootFolder.GetRecursiveChildren(user, i => !i.IsFolder && itemFilter(i));
 
-                items = items.OrderBy(i => i.SortName);
-
-                return items;
+                return FilterToSingleMediaType(items)
+                    .OrderBy(i => i.SortName);
             }
             
             if (item.IsFolder)
@@ -917,14 +916,22 @@ namespace MediaBrowser.Server.Implementations.Session
                     folder.GetRecursiveChildren(i => !i.IsFolder) :
                     folder.GetRecursiveChildren(user, i => !i.IsFolder);
 
-                items = items.OrderBy(i => i.SortName);
-
-                return items;
+                return FilterToSingleMediaType(items)
+                    .OrderBy(i => i.SortName);
             }
 
             return new[] { item };
         }
 
+        private IEnumerable<BaseItem> FilterToSingleMediaType(IEnumerable<BaseItem> items)
+        {
+            return items
+                .Where(i => !string.IsNullOrWhiteSpace(i.MediaType))
+                .ToLookup(i => i.MediaType, StringComparer.OrdinalIgnoreCase)
+                .OrderByDescending(i => i.Count())
+                .FirstOrDefault();
+        }
+
         private IEnumerable<BaseItem> TranslateItemForInstantMix(string id, User user)
         {
             var item = _libraryManager.GetItemById(id);

+ 8 - 3
MediaBrowser.Server.Startup.Common/ApplicationHost.cs

@@ -1044,15 +1044,20 @@ namespace MediaBrowser.Server.Startup.Common
 
                 if (!string.IsNullOrWhiteSpace(address))
                 {
-                    address = string.Format("http://{0}:{1}",
-                        address,
-                        HttpPort.ToString(CultureInfo.InvariantCulture));
+                    address = GetLocalApiUrl(address);
                 }
 
                 return address;
             }
         }
 
+        public string GetLocalApiUrl(string host)
+        {
+            return string.Format("http://{0}:{1}",
+                host,
+                HttpPort.ToString(CultureInfo.InvariantCulture));
+        }
+
         public string LocalIpAddress
         {
             get

+ 5 - 3
MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs

@@ -18,7 +18,7 @@ namespace MediaBrowser.Server.Startup.Common.Browser
         /// <param name="logger">The logger.</param>
         public static void OpenDashboardPage(string page, IServerApplicationHost appHost, ILogger logger)
         {
-            var url = "http://localhost:" + appHost.HttpPort + "/web/" + page;
+            var url = appHost.GetLocalApiUrl("localhost") + "/web/" + page;
 
             OpenUrl(url, logger);
         }
@@ -68,7 +68,9 @@ namespace MediaBrowser.Server.Startup.Common.Browser
         /// <param name="logger">The logger.</param>
         public static void OpenSwagger(IServerApplicationHost appHost, ILogger logger)
         {
-            OpenUrl("http://localhost:" + appHost.HttpPort + "/swagger-ui/index.html", logger);
+            var url = appHost.GetLocalApiUrl("localhost") + "/swagger-ui/index.html";
+
+            OpenUrl(url, logger);
         }
 
         /// <summary>
@@ -98,7 +100,7 @@ namespace MediaBrowser.Server.Startup.Common.Browser
             {
                 logger.ErrorException("Error launching url: {0}", ex, url);
 
-                Console.WriteLine(string.Format("Error launching url: {0}", ex));
+                Console.WriteLine("Error launching url: {0}", ex.Message);
                 Console.WriteLine(ex.Message);
 
 //#if !__MonoCS__

Some files were not shown because too many files changed in this diff