浏览代码

update translations

Luke Pulverenti 10 年之前
父节点
当前提交
daacf3f3db
共有 57 个文件被更改,包括 6105 次插入5213 次删除
  1. 10 9
      MediaBrowser.Api/ItemLookupService.cs
  2. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json
  3. 9 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json
  4. 14 6
      MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json
  5. 12 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/da.json
  6. 15 7
      MediaBrowser.Server.Implementations/Localization/JavaScript/de.json
  7. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/el.json
  8. 9 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json
  9. 9 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json
  10. 15 7
      MediaBrowser.Server.Implementations/Localization/JavaScript/es.json
  11. 12 4
      MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
  12. 24 16
      MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
  13. 13 5
      MediaBrowser.Server.Implementations/Localization/JavaScript/he.json
  14. 9 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json
  15. 16 8
      MediaBrowser.Server.Implementations/Localization/JavaScript/it.json
  16. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/kk.json
  17. 9 1
      MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json
  18. 16 8
      MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json
  19. 19 11
      MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
  20. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json
  21. 16 8
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json
  22. 14 6
      MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json
  23. 15 7
      MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
  24. 15 7
      MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json
  25. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json
  26. 10 2
      MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json
  27. 11 3
      MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json
  28. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/ar.json
  29. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/ca.json
  30. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/cs.json
  31. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/da.json
  32. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/de.json
  33. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/el.json
  34. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
  35. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/en_US.json
  36. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/es.json
  37. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
  38. 231 204
      MediaBrowser.Server.Implementations/Localization/Server/fr.json
  39. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/he.json
  40. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/hr.json
  41. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/it.json
  42. 25 25
      MediaBrowser.Server.Implementations/Localization/Server/kk.json
  43. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/ko.json
  44. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/ms.json
  45. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/nb.json
  46. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/nl.json
  47. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/pl.json
  48. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
  49. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
  50. 26 26
      MediaBrowser.Server.Implementations/Localization/Server/ru.json
  51. 2 1
      MediaBrowser.Server.Implementations/Localization/Server/server.json
  52. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/sv.json
  53. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/tr.json
  54. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/vi.json
  55. 228 201
      MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json
  56. 1 0
      MediaBrowser.WebDashboard/Api/DashboardService.cs
  57. 6 0
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 10 - 9
MediaBrowser.Api/ItemLookupService.cs

@@ -207,15 +207,16 @@ namespace MediaBrowser.Api
         {
             var item = _libraryManager.GetItemById(new Guid(request.Id));
 
-            foreach (var key in request.ProviderIds)
-            {
-                var value = key.Value;
-
-                if (!string.IsNullOrWhiteSpace(value))
-                {
-                    item.SetProviderId(key.Key, value);
-                }
-            }
+            //foreach (var key in request.ProviderIds)
+            //{
+            //    var value = key.Value;
+
+            //    if (!string.IsNullOrWhiteSpace(value))
+            //    {
+            //        item.SetProviderId(key.Key, value);
+            //    }
+            //}
+            item.ProviderIds = request.ProviderIds;
 
             var service = new ItemRefreshService(_libraryManager)
             {

+ 10 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/ar.json

@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0635\u062f\u0627\u0631",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 9 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/ca.json

@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 14 - 6
MediaBrowser.Server.Implementations/Localization/JavaScript/cs.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Hudebn\u00ed video",
     "LabelEpisode": "Epizoda",
-    "LabelSeries": "S\u00e9rie",
+    "LabelSeries": "Series",
     "LabelStopping": "Stopping",
     "LabelCancelled": "(zru\u0161eno)",
-    "LabelFailed": "(ne\u00fasp\u011b\u0161n\u00e9)",
+    "LabelFailed": "Chyba",
     "LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
     "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
     "HeaderDeleteTaskTrigger": "Delete Task Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "P\u0159ehr\u00e1t",
     "ButtonEdit": "Upravit",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "P\u0159edchod\u00ed stopa",
     "LabelEnabled": "Enabled",
@@ -311,7 +311,7 @@
     "TabHelp": "Help",
     "TabScheduledTasks": "Scheduled Tasks",
     "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonAudioTracks": "Audio stopy",
     "ButtonSubtitles": "Titulky",
     "ButtonScenes": "Sc\u00e9ny",
     "ButtonQuality": "Quality",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Datum vyd\u00e1n\u00ed",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

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

@@ -310,8 +310,8 @@
     "TabAdvanced": "Advanceret",
     "TabHelp": "Help",
     "TabScheduledTasks": "Scheduled Tasks",
-    "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonFullscreen": "Skift til fuldsk\u00e6rm",
+    "ButtonAudioTracks": "Lyd filer",
     "ButtonSubtitles": "Undertekster",
     "ButtonScenes": "Scener",
     "ButtonQuality": "Quality",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Udgivelsesdato",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 15 - 7
MediaBrowser.Server.Implementations/Localization/JavaScript/de.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Musikvideo",
     "LabelEpisode": "Episode",
-    "LabelSeries": "Serie",
+    "LabelSeries": "Serien:",
     "LabelStopping": "Stoppe",
     "LabelCancelled": "(abgebrochen)",
-    "LabelFailed": "(fehlgeschlagen)",
+    "LabelFailed": "Gescheitert",
     "LabelAbortedByServerShutdown": "(Durch herunterfahrenden Server abgebrochen)",
     "LabelScheduledTaskLastRan": "Zuletzt ausgef\u00fchrt vor: {0}. Ben\u00f6tigte Zeit: {1}.",
     "HeaderDeleteTaskTrigger": "Entferne Aufgabenausl\u00f6ser",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Abspielen",
     "ButtonEdit": "Bearbeiten",
     "ButtonQueue": "Warteschlange",
-    "ButtonPlayTrailer": "Trailer abspielen",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Wiedergabeliste",
     "ButtonPreviousTrack": "Vorheriges St\u00fcck",
     "LabelEnabled": "Aktivieren",
@@ -310,7 +310,7 @@
     "TabAdvanced": "Erweitert",
     "TabHelp": "Hilfe",
     "TabScheduledTasks": "Geplante Aufgaben",
-    "ButtonFullscreen": "Vollbild",
+    "ButtonFullscreen": "Schalte Vollbild um",
     "ButtonAudioTracks": "Audiospuren",
     "ButtonSubtitles": "Untertitel",
     "ButtonScenes": "Szenen",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Reihenfolge Titeldarstellung:",
     "OptionSortName": "Sortiername",
-    "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
+    "OptionReleaseDate": "Erscheinungstermin",
     "LabelSeasonNumber": "Staffelnummer:",
     "LabelDiscNumber": "Disc Nummer",
     "LabelParentNumber": "Ursprungsnummer",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Alben",
     "HeaderGames": "Spiele",
     "HeaderBooks": "B\u00fccher",
-    "HeaderEpisodes": "Episoden",
+    "HeaderEpisodes": "Eoisoden:",
     "HeaderSeasons": "Staffeln",
     "HeaderTracks": "Lieder",
     "HeaderItems": "Inhalte",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Installiere Plugins wie Internet Videoportale, Live-TV, Metadatenscanner und mehr.",
     "DashboardTourNotifications": "Sende automatisch Benachrichtigungen von Serverereignissen auf dein mobiles Endger\u00e4t, per E-Mail und mehr.",
     "DashboardTourScheduledTasks": "Verwalte einfach lang dauernde Aufgaben mit Hilfe von geplanten Aufgaben. Entscheide wann diese ausgef\u00fchrt werden und wie oft.",
-    "DashboardTourMobile": "Die Media Browser \u00dcbersicht funktioniert auch hervorragend auf Smartphones und Tablets. Verwalte deinen Server jederzeit und \u00fcberall  direkt von deiner Handfl\u00e4che aus."
+    "DashboardTourMobile": "Die Media Browser \u00dcbersicht funktioniert auch hervorragend auf Smartphones und Tablets. Verwalte deinen Server jederzeit und \u00fcberall  direkt von deiner Handfl\u00e4che aus.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 10 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/el.json

@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03c5\u03ba\u03bb\u03bf\u03c6\u03bf\u03c1\u03af\u03b1\u03c2",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 9 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/en_GB.json

@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 9 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/en_US.json

@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 15 - 7
MediaBrowser.Server.Implementations/Localization/JavaScript/es.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Pel\u00edcula",
     "LabelMusicVideo": "Video Musical",
     "LabelEpisode": "Episodio",
-    "LabelSeries": "Series",
+    "LabelSeries": "Serie:",
     "LabelStopping": "Deteniendo",
     "LabelCancelled": "(cancelado)",
-    "LabelFailed": "(fracasado)",
+    "LabelFailed": "Err\u00f3neo",
     "LabelAbortedByServerShutdown": "(Abortado por cierre del servidor)",
     "LabelScheduledTaskLastRan": "\u00daltima ejecuci\u00f3n {0}, teniendo {1}.",
     "HeaderDeleteTaskTrigger": "Eliminar tarea de activaci\u00f3n",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Reproducir",
     "ButtonEdit": "Editar",
     "ButtonQueue": "En cola",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Lista de reproducci\u00f3n",
     "ButtonPreviousTrack": "Previous Track",
     "LabelEnabled": "Activado",
@@ -310,8 +310,8 @@
     "TabAdvanced": "Avanzado",
     "TabHelp": "Help",
     "TabScheduledTasks": "Scheduled Tasks",
-    "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonFullscreen": "Pantalla completa",
+    "ButtonAudioTracks": "Pistas de audio",
     "ButtonSubtitles": "Subt\u00edtulos",
     "ButtonScenes": "Escenas",
     "ButtonQuality": "Quality",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Fecha de estreno",
     "LabelSeasonNumber": "Temporada n\u00famero:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

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

@@ -39,7 +39,7 @@
     "LabelSeries": "Series",
     "LabelStopping": "Deteniendo",
     "LabelCancelled": "(cancelado)",
-    "LabelFailed": "(fall\u00f3)",
+    "LabelFailed": "(Fallido)",
     "LabelAbortedByServerShutdown": "(Abortada por apagado del servidor)",
     "LabelScheduledTaskLastRan": "Ejecutado hace {0}, tomando {1}.",
     "HeaderDeleteTaskTrigger": "Borrar Disparador de Tarea",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Reproducir",
     "ButtonEdit": "Editar",
     "ButtonQueue": "A cola",
-    "ButtonPlayTrailer": "Reproducir Avance",
+    "ButtonPlayTrailer": "Reproducir avance",
     "ButtonPlaylist": "Lista de Reprod.",
     "ButtonPreviousTrack": "Pista Anterior",
     "LabelEnabled": "Habilitado",
@@ -311,7 +311,7 @@
     "TabHelp": "Ayuda",
     "TabScheduledTasks": "Tareas Programadas",
     "ButtonFullscreen": "Pantalla completa",
-    "ButtonAudioTracks": "Pistas de Sonido",
+    "ButtonAudioTracks": "Pistas de Audio",
     "ButtonSubtitles": "Subt\u00edtulos",
     "ButtonScenes": "Escenas",
     "ButtonQuality": "Calidad",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Instale complementos como canales de video de Internet, TV en vivo, buscadores de metadatos y m\u00e1s.",
     "DashboardTourNotifications": "Env\u00ede notificaciones automatizadas de eventos del servidor a sus dispositivos m\u00f3viles, correo electr\u00f3nico y m\u00e1s.",
     "DashboardTourScheduledTasks": "Administre f\u00e1cilmente operaciones de larga duraci\u00f3n con tareas programadas. Decida cuando se ejecutar\u00e1n y con que periodicidad.",
-    "DashboardTourMobile": "El Panel de Control de Media Browser funciona excelentemente en tel\u00e9fonos inteligentes y tabletas. Administre su servidor desde la palma de su mano en todo momento y lugar."
+    "DashboardTourMobile": "El Panel de Control de Media Browser funciona excelentemente en tel\u00e9fonos inteligentes y tabletas. Administre su servidor desde la palma de su mano en todo momento y lugar.",
+    "MessageRefreshQueued": "Actualizaci\u00f3n programada",
+    "TabDevices": "Dispositivos",
+    "DeviceLastUsedByUserName": "\u00daltimo usado por {0}",
+    "HeaderDeleteDevice": "Eliminar Dispositivo",
+    "DeleteDeviceConfirmation": "\u00bfEsta seguro de querer eliminar este dispositivo? Volver\u00e1 a aparecer la siguiente vez que un usuario inicie sesi\u00f3n en \u00e9l.",
+    "LabelEnableCameraUploadFor": "Habilitar subida desde la c\u00e1mara para:",
+    "HeaderSelectUploadPath": "Seleccionar trayectoria de subida",
+    "LabelEnableCameraUploadForHelp": "La subida ocurrir\u00e1 autom\u00e1ticamente en segundo plano al iniciar sesi\u00f3n en Media Browser."
 }

+ 24 - 16
MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json

@@ -22,8 +22,8 @@
     "OptionDev": "Dev (Instable)",
     "UninstallPluginHeader": "D\u00e9sinstaller Plug-in",
     "UninstallPluginConfirmation": "\u00cates-vous s\u00fbr de vouloir d\u00e9sinstaller {0}?",
-    "NoPluginConfigurationMessage": "Ce plug-in n'a rien \u00e0 configurer.",
-    "NoPluginsInstalledMessage": "Vous n'avez aucun Plugin install\u00e9.",
+    "NoPluginConfigurationMessage": "Ce plugin n'a rien \u00e0 configurer.",
+    "NoPluginsInstalledMessage": "Vous n'avez aucun plugin install\u00e9.",
     "BrowsePluginCatalogMessage": "Explorer notre catalogue de Plugins disponibles.",
     "MessageKeyEmailedTo": "Cl\u00e9 envoy\u00e9e par courriel \u00e0 {0}",
     "MessageKeysLinked": "Cl\u00e9s associ\u00e9es.",
@@ -325,7 +325,7 @@
     "HeaderAddToPlaylist": "Ajouter \u00e0 la liste de lecture",
     "LabelName": "Nom :",
     "ButtonSubmit": "Soumettre",
-    "LabelSelectPlaylist": "Liste de lecture:",
+    "LabelSelectPlaylist": "Liste de lecture :",
     "OptionNewPlaylist": "Nouvelle liste de lecture...",
     "MessageAddedToPlaylistSuccess": "OK",
     "ButtonView": "Voir",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Personne",
     "LabelTitleDisplayOrder": "Ordre d'affichage des titres:",
     "OptionSortName": "Trier par nom",
-    "OptionReleaseDate": "Date de diffusion",
+    "OptionReleaseDate": "Date de sortie ",
     "LabelSeasonNumber": "Num\u00e9ro de la saison:",
     "LabelDiscNumber": "Num\u00e9ro de disque",
     "LabelParentNumber": "Num\u00e9ro parent",
@@ -458,7 +458,7 @@
     "HeaderUnknownYear": "Ann\u00e9e inconnue",
     "ValueMinutes": "{0} min",
     "ButtonPlayExternalPlayer": "Lire avec lecteur externe",
-    "HeaderSelectExternalPlayer": "S\u00e9lectionner lecteur externe",
+    "HeaderSelectExternalPlayer": "S\u00e9lectionner le lecteur externe",
     "HeaderExternalPlayerPlayback": "Lecture avec lecteur externe",
     "ButtonImDone": "J'ai fini",
     "OptionWatched": "Vu",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Albums",
     "HeaderGames": "Jeux",
     "HeaderBooks": "Livres",
-    "HeaderEpisodes": "Episodes",
+    "HeaderEpisodes": "\u00c9pisodes",
     "HeaderSeasons": "Saisons",
     "HeaderTracks": "Pistes",
     "HeaderItems": "El\u00e9ments",
@@ -563,13 +563,13 @@
     "MediaInfoStreamTypeEmbeddedImage": "Image am\u00e9lior\u00e9e",
     "MediaInfoRefFrames": "Image de r\u00e9f\u00e9rence",
     "TabPlayback": "Lecture",
-    "HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
+    "HeaderSelectCustomIntrosPath": "Choisir le chemin des intros personnalis\u00e9es",
     "HeaderRateAndReview": "Noter et commenter",
     "HeaderThankYou": "Merci",
     "MessageThankYouForYourReview": "Merci pour votre commentaire.",
     "LabelYourRating": "Votre note :",
     "LabelFullReview": "Revue compl\u00e8te :",
-    "LabelShortRatingDescription": "Short rating summary:",
+    "LabelShortRatingDescription": "Evaluation courte:",
     "OptionIRecommendThisItem": "Je recommande cet article",
     "WebClientTourContent": "Voir les medias ajout\u00e9s r\u00e9cemment, les prochains \u00e9pisodes et bien plus. Les cercles verts indiquent le nombre d'items que vous n'avez pas vu.",
     "WebClientTourMovies": "Lire les films, bandes-annonces et plus depuis n'importe quel p\u00e9riph\u00e9rique depuis un navigateur web",
@@ -577,21 +577,29 @@
     "WebClientTourTapHold": "Maintenir cliqu\u00e9 ou faire un clic droit sur n'importe quel poster pour le menu contextuel",
     "WebClientTourMetadataManager": "Cliquer sur modifier pour ouvrir l'\u00e9diteur de m\u00e9dadonn\u00e9es",
     "WebClientTourPlaylists": "Cr\u00e9ez facilement des listes de lectures et des mixes instantan\u00e9s, et jouez les sur n'importe quel p\u00e9riph\u00e9rique",
-    "WebClientTourCollections": "Create movie collections to group box sets together",
+    "WebClientTourCollections": "Cr\u00e9er des collections de films pour les regrouper ensemble dans un coffret",
     "WebClientTourUserPreferences1": "Les pr\u00e9f\u00e9rences utilisateurs vous permettent de personnaliser la mani\u00e8re dont votre biblioth\u00e8que est affich\u00e9e sur toutes vos applications Media Browser",
     "WebClientTourUserPreferences2": "Configurer votre pr\u00e9f\u00e9rences de langue et de sous-titre une seule fois, pour toutes vos applications Media Browser",
     "WebClientTourUserPreferences3": "Designer la page d'accueil du client web \u00e0 votre convenance",
     "WebClientTourUserPreferences4": "Configurer les images de fonds, les th\u00e8mes musicaux et les players externes",
     "WebClientTourMobile1": "Le client web fonctionne parfaitement sur les smartphones et les tablettes...",
     "WebClientTourMobile2": "et controles facilement les autres p\u00e9riph\u00e9riques et applications Medi Browser",
-    "MessageEnjoyYourStay": "Enjoy your stay",
-    "DashboardTourDashboard": "The server dashboard allows you to monitor your server and your users. You'll always know who is doing what and where they are.",
-    "DashboardTourUsers": "Easily create user accounts for your friends and family, each with their own permissions, library access, parental controls and more.",
-    "DashboardTourCinemaMode": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
-    "DashboardTourChapters": "Enable chapter image generation for your videos for a more pleasing presentation while viewing.",
+    "MessageEnjoyYourStay": "Profitez en bien",
+    "DashboardTourDashboard": "Le tableau de bord du serveur vous permet de g\u00e9rer votre serveur et vos utilisateurs. Vous saurez toujours qui fait quoi et o\u00f9 ils sont.",
+    "DashboardTourUsers": "Cr\u00e9er facilement des comptes utilisateurs pour vos amis et votre famille, chacun avec ses propres droits, biblioth\u00e8ques accessibles, contr\u00f4le parental et plus encore.",
+    "DashboardTourCinemaMode": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon avec l'abilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
+    "DashboardTourChapters": "Autoriser la g\u00e9n\u00e9ration des images des chapitres de vos vid\u00e9os pour une pr\u00e9sentation plus agr\u00e9able pendant le visionnage",
     "DashboardTourSubtitles": "T\u00e9l\u00e9charger automatiquement les sous-titres pour vos vid\u00e9os dans n'importe quelle langue.",
-    "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
+    "DashboardTourPlugins": "Install les plugin comme les chaines videos internet, live tv, analyseur de metadata, et plus encore.",
     "DashboardTourNotifications": "Envoyer automatiquement les notifications des \u00e9v\u00e8nements du serveur \u00e0 vos appareils mobiles, email et plus encore.",
     "DashboardTourScheduledTasks": "G\u00e9rer facilement les op\u00e9rations longues avec des taches planifi\u00e9s. D\u00e9cider quand elles doivent se lancer et combien de fois.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "Le tableau de bord de Media Browser fonctionne parfaitement sur les smartphones et les tablettes. G\u00e9rer votre serveur du bout des doigts, n'importe quand, n'importe o\u00f9.",
+    "MessageRefreshQueued": "Actualiser la file d'attente",
+    "TabDevices": "Lecteurs",
+    "DeviceLastUsedByUserName": "Derni\u00e8rement utilis\u00e9 par {0}",
+    "HeaderDeleteDevice": "Supprimer le p\u00e9riph\u00e9rique",
+    "DeleteDeviceConfirmation": "\u00cates-vous s\u00fbr de vouloir supprimer ce p\u00e9riph\u00e9rique? La prochaine fois qu'un utilisateur se connecte au p\u00e9riph\u00e9rique, il sera ajout\u00e9 de nouveau.",
+    "LabelEnableCameraUploadFor": "Autoriser l'upload de la cam\u00e9ra pour:",
+    "HeaderSelectUploadPath": "S\u00e9lectionner le r\u00e9pertoire d'upload",
+    "LabelEnableCameraUploadForHelp": "Les uploads se lanceront automatiquement en arri\u00e8re plan apr\u00e8s l'authentification dans Media Browser."
 }

+ 13 - 5
MediaBrowser.Server.Implementations/Localization/JavaScript/he.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Movie",
     "LabelMusicVideo": "Music Video",
     "LabelEpisode": "Episode",
-    "LabelSeries": "Series",
+    "LabelSeries": "\u05e1\u05d3\u05e8\u05d4:",
     "LabelStopping": "Stopping",
     "LabelCancelled": "(cancelled)",
-    "LabelFailed": "(failed)",
+    "LabelFailed": "\u05e0\u05db\u05e9\u05dc",
     "LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
     "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
     "HeaderDeleteTaskTrigger": "Delete Task Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "\u05e0\u05d2\u05df",
     "ButtonEdit": "\u05e2\u05e8\u05d5\u05da",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05e8\u05d9\u05dd",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "Previous Track",
     "LabelEnabled": "Enabled",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d9\u05d7\u05e8\u05d5\u05e8",
     "LabelSeasonNumber": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e0\u05d4:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 9 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/hr.json

@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 16 - 8
MediaBrowser.Server.Implementations/Localization/JavaScript/it.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Video Musicali",
     "LabelEpisode": "Episodio",
-    "LabelSeries": "Serie",
+    "LabelSeries": "Serie:",
     "LabelStopping": "Sto fermando",
     "LabelCancelled": "(cancellato)",
-    "LabelFailed": "(fallito)",
+    "LabelFailed": "Fallito",
     "LabelAbortedByServerShutdown": "(Interrotto dalla chiusura del server)",
     "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
     "HeaderDeleteTaskTrigger": "Elimina Operazione pianificata",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Riproduci",
     "ButtonEdit": "Modifica",
     "ButtonQueue": "In coda",
-    "ButtonPlayTrailer": "Visualizza Trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "Precedente traccia",
     "LabelEnabled": "Abilitato",
@@ -310,8 +310,8 @@
     "TabAdvanced": "Avanzato",
     "TabHelp": "Aiuto",
     "TabScheduledTasks": "Operazioni pianificate",
-    "ButtonFullscreen": "Tutto schermo",
-    "ButtonAudioTracks": "Tracce audio",
+    "ButtonFullscreen": "Schermo intero",
+    "ButtonAudioTracks": "Traccia Audio",
     "ButtonSubtitles": "Sottotitoli",
     "ButtonScenes": "Scene",
     "ButtonQuality": "Qualit\u00e0",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Persona",
     "LabelTitleDisplayOrder": "Titolo mostrato in ordine:",
     "OptionSortName": "Nome ordinato",
-    "OptionReleaseDate": "data di rilascio",
+    "OptionReleaseDate": "Uscito il",
     "LabelSeasonNumber": "Numero Stagione:",
     "LabelDiscNumber": "Disco numero",
     "LabelParentNumber": "Numero superiore",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Album",
     "HeaderGames": "Giochi",
     "HeaderBooks": "Libri",
-    "HeaderEpisodes": "Episodi",
+    "HeaderEpisodes": "Episodi:",
     "HeaderSeasons": "Stagioni",
     "HeaderTracks": "Traccia",
     "HeaderItems": "Elementi",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Installare il plugin come canali internet video, live tv, scanner metadati e altro ancora.",
     "DashboardTourNotifications": "Inviare automaticamente notifiche di eventi server al vostro dispositivo mobile, e-mail e altro ancora.",
     "DashboardTourScheduledTasks": "Gestire facilmente le operazioni di lunga esecuzione con le operazioni pianificate. Decidere quando corrono, e con quale frequenza.",
-    "DashboardTourMobile": "Il cruscotto Media Browser funziona alla grande su smartphone e tablet. Gestisci il tuo server dal palmo della tua mano in qualsiasi momento, ovunque."
+    "DashboardTourMobile": "Il cruscotto Media Browser funziona alla grande su smartphone e tablet. Gestisci il tuo server dal palmo della tua mano in qualsiasi momento, ovunque.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

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

@@ -311,7 +311,7 @@
     "TabHelp": "\u0410\u043d\u044b\u049b\u0442\u0430\u043c\u0430",
     "TabScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0443\u0448\u044b",
     "ButtonFullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d",
-    "ButtonAudioTracks": "\u0414\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b",
+    "ButtonAudioTracks": "\u0414\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u049b\u0442\u0430\u0440\u044b",
     "ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
     "ButtonScenes": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
     "ButtonQuality": "\u0421\u0430\u043f\u0430",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456, \u043c\u044b\u0441\u0430\u043b\u044b, \u0431\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0430\u0440\u043d\u0430\u043b\u0430\u0440\u044b\u043d, \u044d\u0444\u0438\u0440\u043b\u0456\u043a \u0442\u0434, \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u0436\u0456\u043d\u0435 \u0442.\u0431., \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
     "DashboardTourNotifications": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043e\u049b\u0438\u0493\u0430\u043b\u0430\u0440\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u0445\u0430\u0431\u0430\u0440\u043b\u0430\u043d\u0434\u044b\u0440\u0443\u043b\u0430\u0440\u0434\u044b \u04b1\u0442\u049b\u044b\u0440 \u0436\u0430\u0431\u0434\u044b\u0493\u044b\u04a3\u044b\u0437\u0493\u0430, \u044d-\u043f\u043e\u0448\u0442\u0430\u04a3\u044b\u0437\u0493\u0430 \u0436\u04d9\u043d\u0435 \u0442.\u0431.\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u0456\u0431\u0435\u0440\u0456\u04a3\u0456\u0437.",
     "DashboardTourScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u043b\u0430\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u04b1\u0437\u0430\u049b \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u0435\u04a3\u0456\u043b \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u04a3\u044b\u0437. \u0411\u04b1\u043b\u0430\u0440 \u049b\u0430\u0448\u0430\u043d \u0436\u04d9\u043d\u0435 \u049b\u0430\u043d\u0434\u0430\u0439 \u0436\u0438\u0456\u043b\u0456\u043a\u043f\u0435\u043d \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d\u044b\u043d \u0448\u0435\u0448\u0456\u04a3\u0456\u0437.",
-    "DashboardTourMobile": "Media Browser \u0431\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0434\u0430\u0440\u0434\u0430 \u0436\u04d9\u043d\u0435 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u0442\u0430\u043c\u0430\u0448\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456. \u0421\u0435\u0440\u0432\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430, \u04d9\u0440 \u0436\u0435\u0440\u0434\u0435 \u049b\u043e\u043b\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u0430\u043b\u0430\u049b\u0430\u043d\u044b\u043d\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u04a3\u044b\u0437."
+    "DashboardTourMobile": "Media Browser \u0431\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0434\u0430\u0440\u0434\u0430 \u0436\u04d9\u043d\u0435 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u0442\u0430\u043c\u0430\u0448\u0430 \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u0439\u0434\u0456. \u0421\u0435\u0440\u0432\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430, \u04d9\u0440 \u0436\u0435\u0440\u0434\u0435 \u049b\u043e\u043b\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u0430\u043b\u0430\u049b\u0430\u043d\u044b\u043d\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u04a3\u044b\u0437.",
+    "MessageRefreshQueued": "\u041a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443\u0456 \u043a\u0435\u0437\u0435\u043a\u0442\u0435",
+    "TabDevices": "\u0416\u0430\u0431\u0434\u044b\u049b\u0442\u0430\u0440",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 9 - 1
MediaBrowser.Server.Implementations/Localization/JavaScript/ms.json

@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 16 - 8
MediaBrowser.Server.Implementations/Localization/JavaScript/nb.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Musikk Video",
     "LabelEpisode": "Episode",
-    "LabelSeries": "Serier",
+    "LabelSeries": "Series",
     "LabelStopping": "Stoppe",
     "LabelCancelled": "(kansellert)",
-    "LabelFailed": "(feilet)",
+    "LabelFailed": "(failed)",
     "LabelAbortedByServerShutdown": "(Avbrutt av server shutdown)",
     "LabelScheduledTaskLastRan": "Sist kj\u00f8rt {0}, tar {1}.",
     "HeaderDeleteTaskTrigger": "Slett Oppgave Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Spill",
     "ButtonEdit": "Rediger",
     "ButtonQueue": "K\u00f8",
-    "ButtonPlayTrailer": "Spill trailer",
+    "ButtonPlayTrailer": "Play trailer",
     "ButtonPlaylist": "Spilleliste",
     "ButtonPreviousTrack": "Forrige Spor",
     "LabelEnabled": "Aktivert",
@@ -310,8 +310,8 @@
     "TabAdvanced": "Avansert",
     "TabHelp": "Hjelp",
     "TabScheduledTasks": "Planlagte Oppgaver",
-    "ButtonFullscreen": "Fullskjerm",
-    "ButtonAudioTracks": "Lydspor",
+    "ButtonFullscreen": "Fullscreen",
+    "ButtonAudioTracks": "Audio Tracks",
     "ButtonSubtitles": "Undertekster",
     "ButtonScenes": "Scener",
     "ButtonQuality": "Kvalitet",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Tittel visnings rekkef\u00f8lge:",
     "OptionSortName": "Sorterings navn",
-    "OptionReleaseDate": "Utgivelsesdato",
+    "OptionReleaseDate": "Slipp-dato",
     "LabelSeasonNumber": "Sesong nummer:",
     "LabelDiscNumber": "Disk nummer",
     "LabelParentNumber": "Parent number",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Albumer",
     "HeaderGames": "Spill",
     "HeaderBooks": "B\u00f8ker",
-    "HeaderEpisodes": "Episoder",
+    "HeaderEpisodes": "Episoder:",
     "HeaderSeasons": "Sesonger",
     "HeaderTracks": "Spor",
     "HeaderItems": "Elementer",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 19 - 11
MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Muziek Video",
     "LabelEpisode": "Aflevering",
-    "LabelSeries": "Series",
+    "LabelSeries": "Series:",
     "LabelStopping": "Stoppen",
     "LabelCancelled": "(Geannuleerd)",
-    "LabelFailed": "(Mislukt)",
+    "LabelFailed": "Mislukt",
     "LabelAbortedByServerShutdown": "(Afgebroken door afsluiten van de server)",
     "LabelScheduledTaskLastRan": "Laatste keer {0}, duur {1}.",
     "HeaderDeleteTaskTrigger": "Verwijderen Taak Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Afspelen",
     "ButtonEdit": "Bewerken",
     "ButtonQueue": "Wachtrij",
-    "ButtonPlayTrailer": "Trailer afspelen",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Afspeellijst",
     "ButtonPreviousTrack": "Vorig Nummer",
     "LabelEnabled": "Ingeschakeld",
@@ -269,7 +269,7 @@
     "OptionImages": "Afbeeldingen",
     "OptionKeywords": "Trefwoorden",
     "OptionTags": "Tags",
-    "OptionStudios": "Studios",
+    "OptionStudios": "Studio's",
     "OptionName": "Naam",
     "OptionOverview": "Overzicht",
     "OptionGenres": "Genres",
@@ -310,8 +310,8 @@
     "TabAdvanced": "Geavanceerd",
     "TabHelp": "Hulp",
     "TabScheduledTasks": "Geplande taken",
-    "ButtonFullscreen": "Volledig scherm",
-    "ButtonAudioTracks": "Audio sporen",
+    "ButtonFullscreen": "Volledig scherm in-\/uitschakelen",
+    "ButtonAudioTracks": "Audio tracks",
     "ButtonSubtitles": "Ondertitels",
     "ButtonScenes": "Scenes",
     "ButtonQuality": "Kwaliteit",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Persoon",
     "LabelTitleDisplayOrder": "Titel weergave volgorde:",
     "OptionSortName": "Sorteerbaar",
-    "OptionReleaseDate": "Uitgave datum",
+    "OptionReleaseDate": "Release Datum",
     "LabelSeasonNumber": "Seizoen nummer:",
     "LabelDiscNumber": "Disc nummer",
     "LabelParentNumber": "Bovenliggend nummer",
@@ -498,7 +498,7 @@
     "ValuePremiered": "Permiere {0}",
     "ValuePremieres": "Premieres {0}",
     "ValueStudio": "Studio: {0}",
-    "ValueStudios": "Studios: {0}",
+    "ValueStudios": "Studio's: {0}",
     "ValueSpecialEpisodeName": "Speciaal - {0}",
     "LabelLimit": "Limiet:",
     "ValueLinks": "Links: {0}",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Albums",
     "HeaderGames": "Spellen",
     "HeaderBooks": "Boeken",
-    "HeaderEpisodes": "Afleveringen",
+    "HeaderEpisodes": "Episodes:",
     "HeaderSeasons": "Seizoenen",
     "HeaderTracks": "Tracks",
     "HeaderItems": "Items",
@@ -551,7 +551,7 @@
     "MediaInfoCodec": "Codec",
     "MediaInfoProfile": "Profiel",
     "MediaInfoLevel": "Niveau",
-    "MediaInfoAspectRatio": "beeld verhouding",
+    "MediaInfoAspectRatio": "Beeld verhouding",
     "MediaInfoResolution": "Resolutie",
     "MediaInfoAnamorphic": "Anamorfe",
     "MediaInfoInterlaced": "Interlaced",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Installeer plugins zoals Internet videokanalen, live tv, metadata, scanners en meer.",
     "DashboardTourNotifications": "Meldingen van de server gebeurtenissen automatisch verzenden naar uw mobiele apparaat, e-mail en meer.",
     "DashboardTourScheduledTasks": "Beheer eenvoudig langlopende transacties met geplande taken. Beslis zelf wanneer ze worden uitgevoerd en hoe vaak.",
-    "DashboardTourMobile": "Het dashboard van Media Browser werkt geweldig op smartphones en tablets. Uw server beheren vanuit de palm van uw hand, overal en altijd."
+    "DashboardTourMobile": "Het dashboard van Media Browser werkt geweldig op smartphones en tablets. Uw server beheren vanuit de palm van uw hand, overal en altijd.",
+    "MessageRefreshQueued": "Vernieuwen wachtrij",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 10 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/pl.json

@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Data wydania",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 16 - 8
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_BR.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Filme",
     "LabelMusicVideo": "V\u00eddeo Musical",
     "LabelEpisode": "Epis\u00f3dio",
-    "LabelSeries": "S\u00e9ries",
+    "LabelSeries": "S\u00e9rie:",
     "LabelStopping": "Parando",
     "LabelCancelled": "(cancelado)",
-    "LabelFailed": "(falhou)",
+    "LabelFailed": "Falhou",
     "LabelAbortedByServerShutdown": "(Abortada pelo desligamento do servidor)",
     "LabelScheduledTaskLastRan": "\u00daltima execu\u00e7\u00e3o {0}, demorando {1}.",
     "HeaderDeleteTaskTrigger": "Excluir Disparador da Tarefa",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Reproduzir",
     "ButtonEdit": "Editar",
     "ButtonQueue": "Adicionar \u00e0 fila",
-    "ButtonPlayTrailer": "Reproduzir trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Lista de reprodu\u00e7\u00e3o",
     "ButtonPreviousTrack": "Faixa Anterior",
     "LabelEnabled": "Ativada",
@@ -310,8 +310,8 @@
     "TabAdvanced": "Avan\u00e7ado",
     "TabHelp": "Ajuda",
     "TabScheduledTasks": "Tarefas Agendadas",
-    "ButtonFullscreen": "Tela Cheia",
-    "ButtonAudioTracks": "Faixas de \u00c1udio",
+    "ButtonFullscreen": "Alternar tela cheia",
+    "ButtonAudioTracks": "Faixas de \u00e1udio",
     "ButtonSubtitles": "Legendas",
     "ButtonScenes": "Cenas",
     "ButtonQuality": "Qualidade",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Pessoa",
     "LabelTitleDisplayOrder": "Ordem de exibi\u00e7\u00e3o do t\u00edtulo: ",
     "OptionSortName": "Nome para ordena\u00e7\u00e3o",
-    "OptionReleaseDate": "Data de lan\u00e7amento",
+    "OptionReleaseDate": "Data de Lan\u00e7amento",
     "LabelSeasonNumber": "N\u00famero da temporada:",
     "LabelDiscNumber": "N\u00famero do disco",
     "LabelParentNumber": "N\u00famero do superior",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "\u00c1lbuns",
     "HeaderGames": "Jogos",
     "HeaderBooks": "Livros",
-    "HeaderEpisodes": "Epis\u00f3dios",
+    "HeaderEpisodes": "Epis\u00f3dios:",
     "HeaderSeasons": "Temporadas",
     "HeaderTracks": "Faixas",
     "HeaderItems": "Itens",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Instale plugins, como os canais de v\u00eddeo de internet, tv ao vivo, rastreadores de metadados e mais.",
     "DashboardTourNotifications": "Envie, automaticamente, notifica\u00e7\u00f5es de eventos do servidor para seus dispositivos m\u00f3veis, email e mais.",
     "DashboardTourScheduledTasks": "Gerencie facilmente opera\u00e7\u00f5es longas com tarefas agendadas. Decida quando executar e com que frequ\u00eancia.",
-    "DashboardTourMobile": "O painel do M\u00e9dia Browser funciona perfeitamente em smartphones e tablets. Gerencie seu servidor da palma de sua m\u00e3o, a qualquer hora e em qualquer lugar."
+    "DashboardTourMobile": "O painel do M\u00e9dia Browser funciona perfeitamente em smartphones e tablets. Gerencie seu servidor da palma de sua m\u00e3o, a qualquer hora e em qualquer lugar.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 14 - 6
MediaBrowser.Server.Implementations/Localization/JavaScript/pt_PT.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Movie",
     "LabelMusicVideo": "Music Video",
     "LabelEpisode": "Episode",
-    "LabelSeries": "Series",
+    "LabelSeries": "S\u00e9rie:",
     "LabelStopping": "Stopping",
     "LabelCancelled": "(cancelled)",
-    "LabelFailed": "(failed)",
+    "LabelFailed": "Falhou",
     "LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
     "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
     "HeaderDeleteTaskTrigger": "Delete Task Trigger",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Reproduzir",
     "ButtonEdit": "Editar",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "Faixa Anterior",
     "LabelEnabled": "Enabled",
@@ -311,7 +311,7 @@
     "TabHelp": "Help",
     "TabScheduledTasks": "Scheduled Tasks",
     "ButtonFullscreen": "Fullscreen",
-    "ButtonAudioTracks": "Audio Tracks",
+    "ButtonAudioTracks": "Faixas de \u00e1udio",
     "ButtonSubtitles": "Legendas",
     "ButtonScenes": "Cenas",
     "ButtonQuality": "Quality",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Data de lan\u00e7amento",
     "LabelSeasonNumber": "N\u00famero da temporada:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 15 - 7
MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json

@@ -311,7 +311,7 @@
     "TabHelp": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430",
     "TabScheduledTasks": "\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a",
     "ButtonFullscreen": "\u041f\u043e\u043b\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d",
-    "ButtonAudioTracks": "\u0410\u0443\u0434\u0438\u043e \u0434\u043e\u0440\u043e\u0436\u043a\u0438",
+    "ButtonAudioTracks": "\u0410\u0443\u0434\u0438\u043e\u0434\u043e\u0440\u043e\u0436\u043a\u0438",
     "ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
     "ButtonScenes": "\u0421\u0446\u0435\u043d\u044b",
     "ButtonQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",
@@ -321,8 +321,8 @@
     "ButtonNew": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
     "MessageInternetExplorerWebm": "\u0414\u043b\u044f \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0432 Internet Explorer, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043f\u043b\u0430\u0433\u0438\u043d \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f WebM.",
     "HeaderVideoError": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0438\u0434\u0435\u043e",
-    "ButtonAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0441\u043f\u0440-\u0438\u044f",
-    "HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0441\u043f\u0440-\u0438\u044f",
+    "ButtonAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0441\u043f\u0440-\u0438\u044f",
+    "HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0441\u043f\u0440-\u0438\u044f",
     "LabelName": "\u0418\u043c\u044f (\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435):",
     "ButtonSubmit": "\u0412\u043d\u0435\u0441\u0442\u0438",
     "LabelSelectPlaylist": "\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0441\u043f\u0440-\u0438\u044f:",
@@ -409,7 +409,7 @@
     "ButtonChangeType": "\u0421\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0438\u043f",
     "HeaderMediaLocations": "\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
     "LabelFolderTypeValue": "\u0422\u0438\u043f \u043f\u0430\u043f\u043a\u0438: {0}",
-    "LabelPathSubstitutionHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e: \u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u0443\u0442\u0435\u0439 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u043f\u0443\u0442\u0435\u0439 \u0441 \u0441\u0435\u0442\u0435\u0432\u044b\u043c\u0438 \u043e\u0431\u0449\u0438\u043c\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043f\u0440\u044f\u043c\u043e\u0433\u043e \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f.",
+    "LabelPathSubstitutionHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e: \u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u0443\u0442\u0435\u0439 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u043f\u0443\u0442\u0435\u0439 \u0441\u043e \u0441\u0435\u0442\u0435\u0432\u044b\u043c\u0438 \u043e\u0431\u0449\u0438\u043c\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043f\u0440\u044f\u043c\u043e\u0433\u043e \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f.",
     "FolderTypeMixed": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0439 (\u0444\u0438\u043b\u044c\u043c\u044b \u0438 \u0422\u0412)",
     "FolderTypeMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
     "FolderTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
@@ -463,7 +463,7 @@
     "ButtonImDone": "\u042f \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b",
     "OptionWatched": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043e",
     "OptionUnwatched": "\u041d\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043e",
-    "ExternalPlayerPlaystateOptionsHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043a\u0430\u043a \u0432\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437.",
+    "ExternalPlayerPlaystateOptionsHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043a\u0430\u043a \u0432\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437.",
     "LabelMarkAs": "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u0430\u043a:",
     "OptionInProgress": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442\u0441\u044f",
     "LabelResumePoint": "\u0422\u043e\u0447\u043a\u0430 \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f:",
@@ -572,7 +572,7 @@
     "LabelShortRatingDescription": "\u041a\u0440\u0430\u0442\u043a\u0430\u044f \u0441\u0432\u043e\u0434\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0438:",
     "OptionIRecommendThisItem": "\u042f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442",
     "WebClientTourContent": "\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0441\u0432\u043e\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435, \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0438 \u0442.\u043f. \u0417\u0435\u043b\u0435\u043d\u044b\u0435 \u043a\u0440\u0443\u0436\u043e\u0447\u043a\u0438 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u043d\u0435\u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
-    "WebClientTourMovies": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435 \u0444\u0438\u043b\u044c\u043c\u044b, \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b \u0438 \u0442.\u043f., \u0441 \u043b\u044e\u0431\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c.",
+    "WebClientTourMovies": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435 \u0444\u0438\u043b\u044c\u043c\u044b, \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b \u0438 \u0442.\u043f., \u0441 \u043b\u044e\u0431\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438\u043c\u0435\u044e\u0449\u0435\u0433\u043e \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440.",
     "WebClientTourMouseOver": "\u0417\u0430\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043a\u0443\u0440\u0441\u043e\u0440 \u043c\u044b\u0448\u0438 \u043d\u0430\u0434 \u043b\u044e\u0431\u044b\u043c \u043f\u043e\u0441\u0442\u0435\u0440\u043e\u043c \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0430\u0436\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
     "WebClientTourTapHold": "\u041a\u043e\u0441\u043d\u0438\u0442\u0435\u0441\u044c \u0438 \u0443\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435 \u0438\u043b\u0438 \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438 \u043f\u043e \u043b\u044e\u0431\u043e\u043c\u0443 \u043f\u043e\u0441\u0442\u0435\u0440\u0443 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e",
     "WebClientTourMetadataManager": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041f\u0440\u0430\u0432\u0438\u0442\u044c, \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u043e\u043a\u043d\u043e \u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0439\u0442\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043a\u0430\u043d\u0430\u043b\u043e\u0432 \u0432\u0438\u0434\u0435\u043e, \u044d\u0444\u0438\u0440\u043d\u043e\u0433\u043e \u0442\u0432, \u0441\u043a\u0430\u043d\u043d\u0435\u0440\u043e\u0432 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u0442.\u043f.",
     "DashboardTourNotifications": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043e \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0445 \u043d\u0430 \u0432\u0430\u0448\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u044d-\u043f\u043e\u0447\u0442\u0443 \u0438 \u0442.\u043f.",
     "DashboardTourScheduledTasks": "\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u0434\u043e\u043b\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u043c\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0445 \u0437\u0430\u0434\u0430\u043d\u0438\u0439. \u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0439\u0442\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043a\u043e\u0433\u0434\u0430 \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f, \u0438 \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u043e.",
-    "DashboardTourMobile": "\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c Media Browser \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u043d\u0430 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430\u0445 \u0438 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0430\u0445. \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0441 \u0432\u0430\u0448\u0435\u0439 \u043b\u0430\u0434\u043e\u043d\u0438 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u0432 \u043b\u044e\u0431\u043e\u043c \u043c\u0435\u0441\u0442\u0435."
+    "DashboardTourMobile": "\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c Media Browser \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u043d\u0430 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430\u0445 \u0438 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0430\u0445. \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0441 \u0432\u0430\u0448\u0435\u0439 \u043b\u0430\u0434\u043e\u043d\u0438 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u0432 \u043b\u044e\u0431\u043e\u043c \u043c\u0435\u0441\u0442\u0435.",
+    "MessageRefreshQueued": "\u041f\u043e\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u043e\u0447\u0435\u0440\u0435\u0434\u0438",
+    "TabDevices": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 15 - 7
MediaBrowser.Server.Implementations/Localization/JavaScript/sv.json

@@ -36,10 +36,10 @@
     "LabelMovie": "Film",
     "LabelMusicVideo": "Musikvideo",
     "LabelEpisode": "Avsnitt",
-    "LabelSeries": "Serie",
+    "LabelSeries": "Serie:",
     "LabelStopping": "Avbryter",
     "LabelCancelled": "(avbr\u00f6ts)",
-    "LabelFailed": "(misslyckades)",
+    "LabelFailed": "Misslyckades",
     "LabelAbortedByServerShutdown": "(avbr\u00f6ts eftersom servern st\u00e4ngdes av)",
     "LabelScheduledTaskLastRan": "Senast k\u00f6rd {0}, tog {1}",
     "HeaderDeleteTaskTrigger": "Ta bort aktivitetsutl\u00f6sare",
@@ -63,7 +63,7 @@
     "ButtonPlay": "Spela upp",
     "ButtonEdit": "\u00c4ndra",
     "ButtonQueue": "K\u00f6",
-    "ButtonPlayTrailer": "Visa trailer",
+    "ButtonPlayTrailer": "Trailer",
     "ButtonPlaylist": "Spellista",
     "ButtonPreviousTrack": "F\u00f6reg\u00e5ende sp\u00e5r",
     "LabelEnabled": "Aktiverad",
@@ -310,7 +310,7 @@
     "TabAdvanced": "Avancerat",
     "TabHelp": "Hj\u00e4lp",
     "TabScheduledTasks": "Schemalagda aktiviteter",
-    "ButtonFullscreen": "Fullsk\u00e4rm",
+    "ButtonFullscreen": "V\u00e4xla fullsk\u00e4rmsl\u00e4ge",
     "ButtonAudioTracks": "Ljudsp\u00e5r",
     "ButtonSubtitles": "Undertexter",
     "ButtonScenes": "Scener",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Visningsordning f\u00f6r titlar",
     "OptionSortName": "Sorteringstitel",
-    "OptionReleaseDate": "Premi\u00e4rdatum",
+    "OptionReleaseDate": "Lanseringsdatum",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Skiva nr",
     "LabelParentNumber": "F\u00f6r\u00e4lder nr",
@@ -525,7 +525,7 @@
     "HeaderAlbums": "Album",
     "HeaderGames": "Spel",
     "HeaderBooks": "B\u00f6cker",
-    "HeaderEpisodes": "Avsnitt",
+    "HeaderEpisodes": "Avsnitt:",
     "HeaderSeasons": "S\u00e4songer",
     "HeaderTracks": "Sp\u00e5r",
     "HeaderItems": "Objekt",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Installera till\u00e4gg s\u00e5som Internetvideokanaler, live-TV, metadatah\u00e4mtare och mycket mer.",
     "DashboardTourNotifications": "Skicka automatiskt meddelanden om serverh\u00e4ndelser till din mobiltelefon, e-post och mycket mer.",
     "DashboardTourScheduledTasks": "Hantera enkelt tidskr\u00e4vande uppgifter med hj\u00e4lp av schemalagda aktiviteter. Best\u00e4m n\u00e4r de skall k\u00f6ras, och hur ofta.",
-    "DashboardTourMobile": "Media Browsers kontrollpanel fungerar utm\u00e4rkt p\u00e5 smarta telefoner och surfplattor. Administrera din server n\u00e4r som helst, varifr\u00e5n som helst."
+    "DashboardTourMobile": "Media Browsers kontrollpanel fungerar utm\u00e4rkt p\u00e5 smarta telefoner och surfplattor. Administrera din server n\u00e4r som helst, varifr\u00e5n som helst.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 10 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/tr.json

@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Yay\u0131nlanma Tarihi",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 10 - 2
MediaBrowser.Server.Implementations/Localization/JavaScript/vi.json

@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "Ng\u00e0y ph\u00e1t h\u00e0nh",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 11 - 3
MediaBrowser.Server.Implementations/Localization/JavaScript/zh_TW.json

@@ -63,7 +63,7 @@
     "ButtonPlay": "\u64ad\u653e",
     "ButtonEdit": "\u7de8\u8f2f",
     "ButtonQueue": "Queue",
-    "ButtonPlayTrailer": "Play trailer",
+    "ButtonPlayTrailer": "\u9810\u544a",
     "ButtonPlaylist": "Playlist",
     "ButtonPreviousTrack": "Previous Track",
     "LabelEnabled": "Enabled",
@@ -383,7 +383,7 @@
     "PersonTypePerson": "Person",
     "LabelTitleDisplayOrder": "Title display order:",
     "OptionSortName": "Sort name",
-    "OptionReleaseDate": "Release date",
+    "OptionReleaseDate": "\u767c\u5e03\u65e5\u671f",
     "LabelSeasonNumber": "Season number:",
     "LabelDiscNumber": "Disc number",
     "LabelParentNumber": "Parent number",
@@ -593,5 +593,13 @@
     "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
     "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
     "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
-    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere."
+    "DashboardTourMobile": "The Media Browser dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
+    "MessageRefreshQueued": "Refresh queued",
+    "TabDevices": "Devices",
+    "DeviceLastUsedByUserName": "Last used by {0}",
+    "HeaderDeleteDevice": "Delete Device",
+    "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",
+    "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser."
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/ar.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "\u062e\u0631\u0648\u062c",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u0642\u064a\u0627\u0633\u0649",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u0645\u0634\u0627\u0647\u062f\u0629 \u0645\u0631\u0627\u062c\u0639 \u0627\u0644\u0640 Api",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u062a\u0635\u0641\u062d \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u0641\u062a\u062d \u0645\u062a\u0635\u062d\u0641 \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u0627\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062e\u0627\u062f\u0645",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u0639\u0631\u0636 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0633\u062c\u0644",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u0627\u0646\u062a\u0647\u0627\u0621",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u0627\u0644\u062a\u0627\u0644\u0649",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u062a\u0645 \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u0645\u0631\u062d\u0628\u0627 \u0628\u0643 \u0644\u0644\u0645\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u0645\u0631\u0634\u062f \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0633\u064a\u0633\u0627\u0639\u062f\u0643 \u062e\u0644\u0627\u0644 \u062e\u0637\u0648\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a. \u0644\u0644\u0628\u062f\u0621, \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u062e\u062a\u064a\u0627\u0631 \u0644\u063a\u062a\u0643 \u0627\u0644\u0645\u0641\u0636\u0644\u0629.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u0627\u062e\u0628\u0631\u0646\u0627 \u0639\u0646 \u0646\u0641\u0633\u0643",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u0627\u0633\u0645\u0643 \u0627\u0644\u0627\u0648\u0644:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u064a\u0645\u0643\u0646 \u0627\u0636\u0627\u0641\u062a\u0647\u0645 \u0644\u0627\u062d\u0642\u0627 \u0645\u0646 \u0644\u0648\u062d\u0629 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u0645\u062f\u0645\u062c \u0628\u0647 \u062f\u0639\u0645 \u0644\u0645\u0644\u0641\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646, \u0648\u062a\u0645\u0643\u064a\u0646 \u0643\u0644 \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0646 \u062d\u0635\u0648\u0644\u0647 \u0639\u0644\u0649 \u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062e\u0627\u0635\u0647 \u0628\u0647\u0645, \u0648\u0627\u0644\u0640 playstate \u0648\u0627\u0644\u0631\u0642\u0627\u0628\u0629 \u0627\u0644\u0627\u0628\u0648\u064a\u0629.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "\u062e\u062f\u0645\u0629 \u0627\u0644\u0648\u0646\u062f\u0648\u0632",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u062e\u062f\u0645\u0629 \u0627\u0644\u0648\u0646\u062f\u0648\u0632",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u0639\u0627\u062f\u0629 \u064a\u0639\u0645\u0644 \u0643\u0628\u0631\u0646\u0627\u0645\u062c \u0639\u0644\u0649 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0645\u0639 \u0627\u064a\u0642\u0648\u0646\u0629 \u0644\u0648\u062d\u0629 \u0627\u0644\u0646\u0638\u0627\u0645, \u0648\u0644\u0643\u0646 \u0627\u0630\u0627 \u0627\u062d\u0628\u0628\u062a \u0645\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644\u0647 \u0643\u062e\u062f\u0645\u0629 \u062e\u0644\u0641\u064a\u0629, \u064a\u0645\u0643\u0646 \u0627\u0646 \u064a\u0628\u062f\u0623 \u0645\u0646 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0648\u0646\u062f\u0648\u0632 \u0645\u0646 \u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u062f\u0644\u0627 \u0645\u0646 \u0630\u0644\u0643.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u0636\u0628\u0637 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "\u062a\u0641\u0639\u064a\u0644 \u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0635\u0648\u0631 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u0645\u0648\u0627\u0641\u0642",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0627\u0644\u063a\u0627\u0621",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "\u0627\u0639\u062f\u0627\u062f \u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u0627\u0636\u0627\u0641\u0629 \u0645\u062c\u0644\u062f \u0644\u0644\u0648\u0633\u0627\u0626\u0637",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "\u0646\u0648\u0639 \u0627\u0644\u0645\u062c\u0644\u062f:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "\u0627\u0644\u0631\u062c\u0648\u0639 \u0627\u0644\u0649 wiki \u0644\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u0627\u0644\u0628\u0644\u062f:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u0627\u0644\u0644\u063a\u0629:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u062d\u0641\u0638 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u0649 \u0645\u062c\u0644\u062f\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u0628\u062d\u0642\u0638 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0628\u0627\u0634\u0631\u0629 \u0641\u0649 \u0645\u062c\u0644\u062f\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0633\u064a\u0633\u0647\u0644 \u0639\u0644\u064a\u0643 \u0627\u0644\u0648\u0635\u0648\u0644 \u0648\u0639\u0645\u0644 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u0627\u062a \u0639\u0644\u064a\u0647\u0627.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u064a\u062f\u064a\u0627 \u0628\u0631\u0627\u0648\u0632\u0631 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0648\u0633\u0627\u0626\u0637\u0643 \u0644\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u063a\u0646\u064a\u0629.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "\u062a\u0641\u0636\u064a\u0644\u0627\u062a",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u0649 \u0627\u0644\u0645\u0643\u062a\u0628\u0629",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u0635\u0648\u0631\u0629",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u0633\u062c\u0644",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u0635\u0648\u062a:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u0644\u062a\u0631\u062c\u0645\u0629:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u0633\u062c\u0644 (\u0646\u0628\u0630\u0629)",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "\u062d\u0645\u0627\u064a\u0629",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u0627\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u062a\u062e\u0632\u064a\u0646",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u0645\u0633\u062d \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u062c\u062f\u064a\u062f\u0629:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u062a\u0627\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u0627\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u0627\u0644\u062d\u062f \u0627\u0644\u0627\u0642\u0635\u0649 \u0644\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0644\u0644\u0631\u0642\u0627\u0628\u0629 \u0627\u0644\u0627\u0628\u0648\u064a\u0629:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u0627\u0632\u0627\u0644\u0629 \u0635\u0648\u0631\u0629",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "\u062a\u062d\u0645\u064a\u0644",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "\u0627\u0633\u0642\u0627\u0637 \u0627\u0644\u0635\u0648\u0631\u0629 \u0647\u0646\u0627",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u0644\u0627 \u0634\u0649\u0621 \u0647\u0646\u0627.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u0645\u0642\u062a\u0631\u062d",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u0627\u0644\u0627\u062e\u064a\u0631",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u0627\u0644\u0642\u0627\u062f\u0645",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u0627\u0644\u0645\u0633\u0644\u0633\u0644\u0627\u062a",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u0627\u0644\u062d\u0644\u0642\u0627\u062a",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u0627\u0646\u0648\u0627\u0639",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u0627\u0644\u0646\u0627\u0633",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u0627\u0644\u0634\u0628\u0643\u0627\u062a",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u0641\u0644\u062a\u0631\u0627\u062a:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u0641\u0644\u062a\u0631",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "\u0627\u0644\u0645\u0641\u0636\u0644\u0627\u062a",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "\u0645\u062d\u0628\u0628",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u0645\u0643\u0631\u0648\u0647",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "\u0627\u0644\u0645\u0645\u062b\u0644\u0648\u0646",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "\u0636\u064a\u0648\u0641",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u0627\u0644\u0645\u062e\u0631\u062c\u0648\u0646",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u0645\u0624\u0644\u0641\u0648\u0646",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u0645\u0646\u062a\u062c\u0648\u0646",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "\u0627\u0633\u062a\u0623\u0646\u0641",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u0627\u0644\u062a\u0627\u0644\u0649",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u064a\u062c\u0627\u062f \u0634\u0649\u0621, \u0627\u0628\u062f\u0627 \u0628\u0645\u0634\u0627\u0647\u062f\u0629 \u0628\u0631\u0627\u0645\u062c\u0643!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "\u0627\u062d\u062f\u062b \u0627\u0644\u062d\u0644\u0642\u0627\u062a",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "\u0646\u0648\u0639\u064a\u0629 \u0627\u0644\u0634\u062e\u0635:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u0627\u0644\u0627\u063a\u0627\u0646\u0649",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u0627\u0644\u0628\u0648\u0645\u0627\u062a",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u0627\u0644\u0641\u0646\u0627\u0646\u064a\u0646",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u0627\u0644\u0628\u0648\u0645 \u0627\u0644\u0641\u0646\u0627\u0646\u064a\u0646",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u0645\u0648\u0633\u064a\u0642\u0649 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u062a\u0631\u062a\u064a\u0628",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u062a\u0631\u062a\u064a\u0628 \u062d\u0633\u0628:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "\u0646\u0638\u0627\u0645 \u0627\u0644\u062a\u0631\u062a\u064a\u0628:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "\u0645\u0639\u0632\u0648\u0641",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "\u063a\u064a\u0631 \u0645\u0639\u0632\u0648\u0641",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u062a\u0635\u0627\u0639\u062f\u0649",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "\u062a\u0646\u0627\u0632\u0644\u0649",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "\u0632\u0645\u0646 \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "\u0639\u062f\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0634\u063a\u064a\u0644",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0636\u0627\u0641\u0629",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u0627\u0644\u0628\u0648\u0645 \u0627\u0644\u0641\u0646\u0627\u0646",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "\u0641\u0646\u0627\u0646",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u0627\u0644\u0628\u0648\u0645",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "\u0627\u0633\u0645 \u0627\u0644\u0627\u063a\u0646\u064a\u0629",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u0627\u0633\u0645",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "\u0645\u064a\u0632\u0627\u0646\u064a\u0629",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "\u0627\u064a\u0631\u0627\u062f\u0627\u062a",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u0627\u0644\u0645\u0644\u0635\u0642",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u0627\u0637\u0627\u0631 \u0632\u0645\u0646\u0649",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0627\u0642\u062f",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "\u0645\u0639\u062f\u0644 \u0627\u0644\u0628\u062a \u0644\u0644\u0641\u064a\u062f\u064a\u0648",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "\u062a\u0643\u0645\u0644\u0629",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "\u062c\u062f\u0648\u0644\u0629 \u0627\u0644\u0645\u0647\u0627\u0645",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0639\u0631\u0636",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "\u0627\u0644\u0627\u062d\u062f",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "\u0627\u0644\u0627\u062b\u0646\u064a\u0646",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u0627\u0644\u0627\u0631\u0628\u0639\u0627\u0621",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u0627\u0644\u062e\u0645\u064a\u0633",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "\u0627\u0644\u062c\u0645\u0639\u0629",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "\u0627\u0644\u0633\u0628\u062a",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/ca.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Sortir",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar la comunitat",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Est\u00e0ndard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Veure la documentaci\u00f3 de l'API",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Examinar la biblioteca",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Obrir el visor de la biblioteca",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar el servidor",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Veure la finestra del registre",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finalitzar",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seg\u00fcent",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Ja est\u00e0!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Benvingut a Meida Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Expliqui'ns sobre vost\u00e8",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "El seu nom:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "M\u00e9s usuaris es poden afegir m\u00e9s tard en el tauler d'instruments.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser inclou suport integrat per als perfils d'usuari, la qual cosa permet que cada usuari tingui la seva pr\u00f2pia configuraci\u00f3 de pantalla, estat de reproducci\u00f3  i controls dels pares.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servei de Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "El servei de Windows s'ha instal \u00b7 lat.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server s'executa normalment com una aplicaci\u00f3 d'escriptori amb una icona de la safata, per\u00f2 si ho prefereix, per executar com un servei en segon pla, es pot iniciar des del panell de control de serveis de Windows.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Si s'utilitza el servei de Windows, tingui en compte que no es pot executar a la vegada que la icona de la safata, de manera que haur\u00e0 de sortir de la safata per tal d'executar el servei. Tamb\u00e9 haur\u00e0 de ser configurat amb privilegis administratius a trav\u00e9s del panell de control del servei. Tingueu en compte que en aquest moment el servei no \u00e9s capa\u00e7 d'auto-actualitzaci\u00f3, de manera que les noves versions requereixen la interacci\u00f3 manual.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/cs.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Zav\u0159\u00edt",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Nav\u0161t\u00edvit komunitu",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standardn\u00ed",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Zobrazit dokumentaci API",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Proch\u00e1zet knihovnu",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurovat Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otev\u0159\u00edt knihovnu",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restartovat server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Zobrazit okno z\u00e1znam\u016f",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "P\u0159edchoz\u00ed",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Dokon\u010dit",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Dal\u0161\u00ed",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Hotovo!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "V\u00edtejte v programu Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Tento pr\u016fvodce V\u00e1m pom\u016f\u017ee proj\u00edt procesem nastaven\u00ed. Pro za\u010d\u00e1tek vyberte jazyk.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u0158ekn\u011bte n\u00e1m n\u011bco o sob\u011b",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Va\u0161e k\u0159estn\u00ed jm\u00e9no:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Dal\u0161\u00ed u\u017eivatele m\u016f\u017eete p\u0159idat pozd\u011bji na n\u00e1st\u011bnce.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser obsahuje zabudovanou podporu u\u017eivatelsk\u00fdch profil\u016f dovoluj\u00edc\u00ed ka\u017ed\u00e9mu u\u017eivateli konfigurovat nastaven\u00ed zobrazen\u00ed, p\u0159ehr\u00e1v\u00e1n\u00ed a rodi\u010dovskou kontrolu.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Slu\u017eba Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Slu\u017eba Windows byla nainstalov\u00e1na.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser b\u011b\u017e\u00ed standardn\u011b jako desktopov\u00e1 aplikace s ikonou v oznamovac\u00ed oblasti, pokud ov\u0161em preferujete nastaven\u00ed jako slu\u017eby na pozad\u00ed, m\u016f\u017eete tak u\u010dinit v ovl\u00e1dac\u00edch panelech Va\u0161eho syst\u00e9mu pod polo\u017ekou Slu\u017eby Windows.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Pokud pou\u017e\u00edv\u00e1te Slu\u017ebu Windows berte na v\u011bdom\u00ed, \u017ee nem\u016f\u017ee b\u00fdt spu\u0161t\u011bna z\u00e1rove\u0148 s programem v oznamovac\u00ed oblasti. Bude nutn\u00e9 b\u011b\u017e\u00edc\u00ed aplikaci v oznamovac\u00ed oblasti ukon\u010dit. Slu\u017eba Windows mus\u00ed b\u00fdt z\u00e1rove\u0148 nakonfigurov\u00e1na s pr\u00e1vy administr\u00e1tora v ovl\u00e1dac\u00edch panelech. V tuto chv\u00edli slu\u017eba neumo\u017e\u0148uje automatickou aktualizaci, bude proto nutn\u00e9 novou verzi nainstalovat ru\u010dn\u011b.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To je v\u0161e co prozat\u00edm pot\u0159ebujeme. Media Browser za\u010dne shroma\u017e\u010fovat informace o m\u00e9di\u00edch ve Va\u0161\u00ed knihovn\u011b. Pod\u00edvejte se na n\u011bkter\u00e9 z na\u0161ich aplikac\u00ed, a potom klepn\u011bte na tla\u010d\u00edtko <b>Dokon\u010dit<\/b> pro zobrazen\u00ed <b>Hlavn\u00edho panelu<\/b>",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfigurovat nastaven\u00ed",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Povolit extrahov\u00e1n\u00ed obr\u00e1zku ze souboru",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Pro videa, kter\u00e9 je\u0161t\u011b nemaj\u00ed obr\u00e1zky obalu, a zat\u00edm nejsme schopni je dohledat. Tato operace vy\u017eaduje n\u011bjak\u00fd ten \u010das nav\u00edc, ve v\u00fdsledku ale p\u0159isp\u011bje k hez\u010d\u00edmu zobrazen\u00ed knihovny.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy dovol\u00ed klientovi graficky zobrazit v\u00fdb\u011br sc\u00e9n v menu. Proces m\u016f\u017ee b\u00fdt pomal\u00fd a n\u00e1ro\u010dn\u00fd na v\u00fdkon procesoru, z\u00e1rove\u0148 m\u016f\u017ee vy\u017eadovat n\u011bkolik gigabyt\u016f prostoru. Tento proces b\u011b\u017e\u00ed pl\u00e1novan\u011b ve 4 hodiny r\u00e1no (mo\u017en\u00e9 nastavit). Nen\u00ed doporu\u010deno nastavovat v dob\u011b vyu\u017e\u00edv\u00e1n\u00ed knihovny.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Povolit automatick\u00e9 mapov\u00e1n\u00ed port\u016f",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP umo\u017e\u0148uje automatick\u00e9 nastaven\u00ed routeru pro vzd\u00e1len\u00fd p\u0159\u00edstup. Nemus\u00ed fungovat s n\u011bkter\u00fdmi typy router\u016f.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Zru\u0161it",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Nov\u00e9",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161i knihovny m\u00e9di\u00ed",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "P\u0159idat slo\u017eku m\u00e9di\u00ed",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Typ slo\u017eky:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Vy\u017eaduje pou\u017eit\u00ed pluginu, nap\u0159. GameBrowser nebo MB Bookshelf",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Pod\u00edvejte se na wiki knihovny m\u00e9di\u00ed.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Zem\u011b:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Jazyk:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferovan\u00fd jazyk metadat:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Ulo\u017eit p\u0159ebaly a metadata do slo\u017eky s m\u00e9dii",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Povol\u00edte-li ulo\u017een\u00ed p\u0159ebal\u016f a metadat do slo\u017eky s m\u00e9dii bude mo\u017en\u00e9 je jednodu\u0161e upravovat.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "St\u00e1hnout p\u0159ebal a metadata z internetu",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser m\u016f\u017ee st\u00e1hnout informace o Va\u0161ich m\u00e9di\u00edch z internetu pro bohat\u0161\u00ed prezentaci.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "P\u0159edvolby",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Heslo",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "P\u0159\u00edstup ke knihovn\u011b",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Obr\u00e1zek",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Obr\u00e1zky",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "N\u00e1zvy",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Zobrazit chyb\u011bj\u00edc\u00ed epizody",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Zobrazit neprov\u011btran\u00e9 epizody v r\u00e1mci sez\u00f3n",
-    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Nastaven\u00ed p\u0159ehr\u00e1v\u00e1n\u00ed videa",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk videa:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk titulk\u016f:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Potvrdit smaz\u00e1n\u00ed",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Pouze vynucen\u00e9 titulky",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profily",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Zabezpe\u010den\u00ed",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "P\u0159idat u\u017eivatele",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Ulo\u017eit",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Obnovit heslo",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nov\u00e9 heslo:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potvrzen\u00ed nov\u00e9ho heslo:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Vytvo\u0159it heslo",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Aktu\u00e1ln\u00ed heslo:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maxim\u00e1ln\u00ed povolen\u00e9 rodi\u010dovsk\u00e9 hodnocen\u00ed:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Obsah s vy\u0161\u0161\u00edm hodnocen\u00edm bude tomuto u\u017eivateli blokov\u00e1n.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Vyberte slo\u017eky m\u00e9di\u00ed pro sd\u00edlen\u00ed s t\u00edmto u\u017eivatelem. Administr\u00e1to\u0159i budou moci editovat v\u0161echny slo\u017eky pomoc\u00ed metadata mana\u017eeru.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Odstranit obr\u00e1zek",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Vyberte u\u017eivatele:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Nahr\u00e1t",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Nahr\u00e1t nov\u00fd obr\u00e1zek",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "Doporu\u010den pom\u011br 1:1. Pouze JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Tady nic nen\u00ed.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Pros\u00edm zkontrolujte, zda m\u00e1te povoleno stahov\u00e1n\u00ed metadat z internetu.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Doporu\u010den\u00e9",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Posledn\u00ed",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Nadch\u00e1zej\u00edc\u00ed",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Seri\u00e1ly",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epizody",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u017d\u00e1nry",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Lid\u00e9",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "S\u00edt\u011b",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "U\u017eivatel\u00e9",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtry:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtr",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Obl\u00edben\u00e9",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "L\u00edb\u00ed se",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Nel\u00edb\u00ed se",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Herci",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Host\u00e9",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Re\u017eis\u00e9\u0159i",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Spisovatel\u00e9",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenti",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Pozastavit",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Dal\u0161\u00ed nahoru",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nic nenalezeno. Za\u010dn\u011bte sledovat Va\u0161e obl\u00edben\u00e9 seri\u00e1ly!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Posledn\u00ed d\u00edly",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Typy osob:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Skladby",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Alba",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Um\u011blec",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Um\u011blci alba",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Hudebn\u00ed videa",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Se\u0159adit",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Se\u0159adit podle:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Po\u0159ad\u00ed \u0159azen\u00ed:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Shl\u00e9dnuto",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Neshl\u00e9dnuto",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Vzestupn\u011b",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Sestupn\u011b",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "D\u00e9lka",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Po\u010det p\u0159ehr\u00e1n\u00ed",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Datum p\u0159ehr\u00e1n\u00ed",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Datum p\u0159id\u00e1n\u00ed",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Um\u011blec Alba",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Um\u011blec",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "N\u00e1zev skladby",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Hodnocen\u00ed komunity",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "N\u00e1zev",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Slo\u017eky",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Rozpo\u010det",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "P\u0159\u00edjem",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plak\u00e1t",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Pozad\u00ed",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u010casov\u00e1 osa",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Prapor",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Hodnocen\u00ed kritik\u016f",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Bitrate videa",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Pozastavaviteln\u00fd",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klikn\u011bte na \u00falohu pro zobrazen\u00ed rozvrhu.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Rozvrh \u00faloh",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moje pluginy",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Pluginy",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatick\u00e9 aktualizace",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Pr\u00e1v\u011b hraje",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Posledn\u00ed alba",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Posledn\u00ed skladby",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Naposledy p\u0159ehr\u00e1v\u00e1no",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Nej\u010dast\u011bji p\u0159ehr\u00e1v\u00e1no",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev (v\u00fdvoj\u00e1\u0159sk\u00e1) sestaven\u00ed jsou vyd\u00e1v\u00e1na ob\u010das a nepravideln\u011b. Tato sestaven\u00ed nejsou testov\u00e1na, aplikace mohou b\u00fdt nestabiln\u00ed a n\u011bkter\u00e9 sou\u010d\u00e1sti nemus\u00ed fungovat v\u016fbec.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Typ vide:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Vlastnosti:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Stav:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Verze:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Titulky",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Uk\u00e1zka\/trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tematick\u00e1 hudba",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Tematick\u00e9 video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmy",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studia",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Uk\u00e1zky\/trailery",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Posledn\u00ed filmy",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Posledn\u00ed uk\u00e1zky\/trailery",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Hodnocen\u00ed IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Datum premi\u00e9ry",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Z\u00e1kladn\u00ed",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Pokro\u010dil\u00e9",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Stav",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Pokra\u010dov\u00e1n\u00ed",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ukon\u010deno",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Ned\u011ble",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Pond\u011bl\u00ed",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u00dater\u00fd",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "St\u0159eda",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u010ctvrtek",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "P\u00e1tek",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sobota",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Chyb\u011bj\u00edc\u00ed IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Chyb\u011bj\u00edc\u00ed TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Chyb\u011bj\u00edc\u00ed p\u0159ehled",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Neodpov\u00edd\u00e1 rok v metadatech a v souboru.",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Obecn\u00e9",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Podpora",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Z\u00e1znam",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "O programu",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Kl\u00ed\u010d sponzora",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Sta\u0148te se sponzorem",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser m\u00e1 prosp\u00edvaj\u00edc\u00ed komunitu u\u017eivatel\u016f a p\u0159isp\u011bvatel\u016f.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Prohl\u00e9dn\u011bte si na\u0161\u00ed znalostn\u00ed b\u00e1zi (knowledge base) aby jste zjistili v\u00edce o programu Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Prohledat znalostn\u00ed b\u00e1zi.",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Nav\u0161t\u00edvit komunitu",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Nav\u0161t\u00edvit str\u00e1nku programu Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Nav\u0161tivte str\u00e1nku programu Media Browser pro zji\u0161t\u011bn\u00ed posledn\u00edch novinek a informac\u00ed od v\u00fdvoj\u00e1\u0159\u016f.",
     "OptionHideUser": "Skr\u00fdt tohoto u\u017eivatele z p\u0159ihla\u0161ovac\u00edch obrazovek",
     "OptionDisableUser": "Zablokovat tohoto u\u017eivatele",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
     "OptionSearchForInternetMetadata": "Prohledat internet pro nalezen\u00ed metadat a obalu.",
     "ButtonCreate": "Vytvo\u0159it",
-    "LabelHttpServerPortNumber": "\u010c\u00edslo portu pro HTTP:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "\u010c\u00edslo portu web socketu:",
-    "LabelEnableAutomaticPortHelp": "UPnP umo\u017e\u0148uje nastaven\u00ed automatick\u00e9 routeru pro vzd\u00e1len\u00fd p\u0159\u00edstup. Tato funkce nemus\u00ed fungovat u n\u011bkter\u00fdch model\u016f routeru.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Extern\u00ed DDNS:",
     "LabelExternalDDNSHelp": "Pokud m\u00e1te dynamickou DNS zadejte jej zde. Media Browser aplikace ho pou\u017eije pro vzd\u00e1len\u00fd p\u0159\u00edstup.",
     "TabResume": "P\u0159eru\u0161it",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/da.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Afslut",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Bes\u00f8g F\u00e6lleskab",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Se Api dokumentation",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Gennemse biblitek",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurere Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u00c5ben Biblioteks Fremviser",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Genstart Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Vis Log",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Tidligere",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Slut",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "N\u00e6ste",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Du er f\u00e6rdig!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Velkommen til Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Denne guide vil hj\u00e6lpe dig igennem ops\u00e6tningen. For at begynde, venligst v\u00e6lg dit fortrukne sprog.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Fort\u00e6l os lidt om dig selv",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Dit fornavn",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Flere brugere kan tilf\u00f8jes senere i Betjeningspanelet.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser inkludere indbygget underst\u00f8ttelse af bruger profiler, der giver den enkelte bruger mulighed for individuelle visningsindstillinger, Afspilningsstatus og for\u00e6ldre kontrol.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Der er blevet installeret en Windows Service.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server k\u00f8rer normalt som et skrivebords program med et tray ikon, men hvis du foretr\u00e6kker at k\u00f8re det som en service i baggrunden, kan den startes fra kontrolpanelet Windows services i stedet for.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Hvis windows servicen bruges skal du v\u00e6re opm\u00e6rksom p\u00e5, at servicen ikke kan k\u00f8re p\u00e5 samme tid som tray ikonet. Det er derfor n\u00f8dvendigt at afslutte tray ikonet f\u00f8r servicen startes. Det er n\u00f8dvendigt at konfigurere servicen til at k\u00f8re med administrative privileger, som kan g\u00f8res via Windows Service kontrol panelet. V\u00e6r opm\u00e6rksom p\u00e5 at servicen p\u00e5 nuv\u00e6rende tidspunkt ikke er i stand til at auto opdatere, s\u00e5 opdatering vil kr\u00e6ve manuel handling.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "Det var alt vi havde brug for lige nu. Media Browser er i gang med at indsamle information om dit medie bibliotek. Se nogle af vores programmer, og klik <b>F\u00e6rdig<\/b> for at se <b>Betjeningspanelet<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfigurer indstillinger",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Aktiver udtr\u00e6kning af video billede",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videoer der ikke allerede har billeder, og som vi ikke kan finde internet billeder til. Dette vil g\u00f8re den indledende biblioteks skanning l\u00e6ngere, men vil resulterer i en p\u00e6nere pr\u00e6sentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Aktiver udtr\u00e6kning af kapitel billeder for Film",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Klarg\u00f8ring af kapitel billeder vil tillade klienter at vise grafiske scene valgs menuer. Denne process kan v\u00e6re langsom, CPU kr\u00e6vende og kan bruge adskillelige gigabytes. Dette k\u00f8rer p\u00e5 en daglig basis klokken 4 om morgenen. Det kan redigeres under planlagte opgaver. Det er ikke anbefalet at k\u00f8re denne process i dagtimerne da det kan have en negativ effekt p\u00e5 afspilning.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Aktiver automatisk port kortl\u00e6gning",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP tillader automatisk router konfiguration for nem fjern adgang. Dette virker muligvis ikke med alle routere.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Annuller",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Ny",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Konfigurer dit medie bibliotek",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Tilf\u00f8j medie mappe",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Mappe type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Kr\u00e6ver brug af en tilf\u00f8jelse, fx GameBrowser eller MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Der henvises til medie bibliotekets wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Land:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Sprog:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Foretrukket metadata sprog:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Gem illustrationer og metadata i medie mapper",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Lagring af illustrationer og metadata i medie mapper, vil placerer dem et sted hvor de nemt kan redigeres.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Hent illustrationer og metadata fra internettet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan hente information omkring dine medier som vil g\u00f8re pr\u00e6sentationen mere omfattende.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Indstillinger",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Kode",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Bibliotek adgang",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Billede",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Billeder",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titler",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Vis manglende episoder i s\u00e6soner",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Vis endnu ikke sendte episoder i s\u00e6soner",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video afspilnings indstillinger",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Foretrukket lyd sprog:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Foretrukket undertekst sprog:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Ingen undertekster",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiler",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Sikkerhed",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Tilf\u00f8j bruger",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Gem",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Nulstil kode",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Ny kode:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Bekr\u00e6ft ny kode:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Opret kode",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Nuv\u00e6rende kode:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "H\u00f8jst tilladte aldersgr\u00e6nse:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Indhold med en h\u00f8jere gr\u00e6nse, skjules for denne bruger.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "V\u00e6lg hvilke medie mapper der skal deles med denne bruger. Administratorer vil kunne redigere alle mapper ved hj\u00e6lp af metadata administratoren.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Slet Billede",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload Nyt Billede",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 formatforhold anbefalet. Kun JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Her er ingenting.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "V\u00e6r venligst sikker p\u00e5 at hentning af internet metadata er aktiveret.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Foresl\u00e5et",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Seneste",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Kommende",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episoder",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genre",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Personer",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Netv\u00e6rk",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Brugere",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtre:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritter",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Skuespillere",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "G\u00e6ste Stjerner",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Instrukt\u00f8rer",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Forfattere",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenter",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Fors\u00e6t",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "N\u00e6ste",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Ingen fundet. Se dine serier!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Sidste Episode",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person typer:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Sange",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artister",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artister",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Musik Videoer",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort\u00e9r",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort\u00e9r efter:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sorteringsr\u00e6kkef\u00f8lge:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Afspillet",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Ikke afspillet",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Stigende",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Faldende",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Varighed",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Gange Afspillet",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Dato Afspillet",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Dato Tilf\u00f8jet",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nummerets Navn",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Navn",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Mapper",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Indt\u00e6gt",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plakat",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Tidslinje",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Kritisk Vurdering",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klik p\u00e5 en opgave for at tilpasse dens tidsplan",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Planlagte Opgaver",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Mine Tilf\u00f8jelser",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Tilf\u00f8jelser",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatisk Opdateringer",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Afspilles Nu",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Seneste Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Seneste Sange",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Afspillet For Nyligt",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofte Afspillet",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Egenskaber:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Undertekster",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tema Sang",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Tema Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Film",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studier",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailere",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Seneste Film",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Seneste Trailere",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Specielle Egenskaber",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDB Bed\u00f8mmelse",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Pr\u00e6miere Dato",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Simpel",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanceret",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Fors\u00e6ttes",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "F\u00e6rdig",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Sende Dage",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "S\u00f8ndag",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Mandag",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tirsdag",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f8rdag",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Manglende IMDB Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Manglende TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Manglende Overblik",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fil\/Metadata \u00c5r Uoverensstemmelse",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Generalt",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter N\u00f8gle",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bliv Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f8g i vidensdatabasen",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f8g F\u00e6llesskabet",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Bes\u00f8g Media Browsers Webside",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Vis ikke denne bruger p\u00e5 logind siden",
     "OptionDisableUser": "Deaktiver denne bruger",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/de.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Beenden",
-    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
+    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
     "LabelVisitCommunity": "Besuche die Community",
-    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
+    "ButtonMore": "Mehr",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
+    "HeaderActivity": "Aktivit\u00e4ten",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} wurde installiert",
+    "ScheduledTaskStartedWithName": "{0} gestartet",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} wurde aktualisiert",
+    "ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
     "LabelViewApiDocumentation": "Zeige API Dokumentation",
-    "PluginUninstalledWithName": "{0} wurde deinstalliert",
+    "ScheduledTaskCompletedWithName": "{0} abgeschlossen",
     "LabelBrowseLibrary": "Durchsuche Bibliothek",
-    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
+    "ScheduledTaskFailed": "Geplante Aufgabe abgeschlossen",
     "LabelConfigureMediaBrowser": "Konfiguriere Media Browser",
-    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
+    "PluginInstalledWithName": "{0} wurde installiert",
     "LabelOpenLibraryViewer": "\u00d6ffne Bibliothekenansicht",
-    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
+    "PluginUpdatedWithName": "{0} wurde aktualisiert",
     "LabelRestartServer": "Server neustarten",
-    "DeviceOnlineWithName": "{0} ist verbunden",
+    "PluginUninstalledWithName": "{0} wurde deinstalliert",
     "LabelShowLogWindow": "Zeige Log Fenster",
-    "UserOnlineFromDevice": "{0} ist online von {1}",
+    "ScheduledTaskFailedWithName": "{0} fehlgeschlagen",
     "LabelPrevious": "Vorheriges",
-    "DeviceOfflineWithName": "{0} wurde getrennt",
+    "ItemAddedWithName": "{0} wurde der Bibliothek hinzugef\u00fcgt",
     "LabelFinish": "Ende",
-    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
+    "ItemRemovedWithName": "{0} wurde aus der Bibliothek entfernt",
     "LabelNext": "N\u00e4chstes",
-    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
+    "DeviceOnlineWithName": "{0} ist verbunden",
     "LabelYoureDone": "Du bist fertig!",
-    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
+    "UserOnlineFromDevice": "{0} ist online von {1}",
     "WelcomeToMediaBrowser": "Willkommen zu Media Browser!",
-    "LabelRunningTimeValue": "Laufzeit: {0}",
+    "DeviceOfflineWithName": "{0} wurde getrennt",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "IP Adresse: {0}",
+    "UserOfflineFromDevice": "{0} wurde getrennt von {1}",
     "ThisWizardWillGuideYou": "Dieser Assistent wird dich durch den Einrichtungsprozess f\u00fchren. Um zu beginnen, w\u00e4hle bitte deine bevorzugte Sprache.",
-    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
+    "SubtitlesDownloadedForItem": "Untertitel heruntergeladen f\u00fcr {0}",
     "TellUsAboutYourself": "Sag uns etwas \u00fcber dich selbst",
-    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
+    "SubtitleDownloadFailureForItem": "Download der Untertitel fehlgeschlagen f\u00fcr {0}",
     "LabelYourFirstName": "Ihr Vorname:",
-    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
+    "LabelRunningTimeValue": "Laufzeit: {0}",
     "MoreUsersCanBeAddedLater": "Weitere Benutzer k\u00f6nnen sp\u00e4ter \u00fcber die Optionsleiste hinzugef\u00fcgt werden.",
-    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
+    "LabelIpAddressValue": "IP Adresse: {0}",
     "UserProfilesIntro": "Media Browser verf\u00fcgt \u00fcber integrierte Benutzer Profile. Verwende diese Profile um Anzeigeeinstellungen, Abspielstatus sowie Kinder- und Jugendschutzverwaltungen pro Benutzer zu speichern und zu verwalten.",
-    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
+    "UserConfigurationUpdatedWithName": "Benutzereinstellungen wurden aktualisiert f\u00fcr {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
+    "UserCreatedWithName": "Benutzer {0} wurde erstellt",
     "AWindowsServiceHasBeenInstalled": "Ein Windows Dienst wurde installiert.",
-    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
+    "UserPasswordChangedWithName": "Das Passwort f\u00fcr Benutzer {0} wurde ge\u00e4ndert",
     "WindowsServiceIntro1": "Media Browser Server l\u00e4uft normalerweise als Desktop Anwendung mit einem Symbol in der Taskleiste. Du kannst den Server aber auch als Hintergrunddienst starten. Verwende dazu das Windows Service Control Panel (services.msc).",
-    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
+    "UserDeletedWithName": "Benutzer {0} wurde gel\u00f6scht",
     "WindowsServiceIntro2": "Der Dienst kann nicht zu gleichen Zeit wie die Desktop Anwendung laufen. Schlie\u00dfe daher die Desktop Anwendung bevor du den Dienst startest. Der Dienst ben\u00f6tigt administrative Rechte, die du \u00fcber die Systemsteuerung einstellen m\u00fcssen. Beachte bitte auch, dass der Dienst zur Zeit nicht automatisch aktualisiert wird. Neue Versionen m\u00fcssen daher manuell installiert werden.",
-    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
+    "MessageServerConfigurationUpdated": "Server Einstellungen wurden aktualisiert",
     "WizardCompleted": "Das war's f\u00fcrs Erste. Media Browser hat gerade mit dem Sammeln von Informationen \u00fcber deine Medienbibliothek begonnen. Probiere auch unsere anderen Programme aus. Klicke danach auf <b>Ende<\/b> um die <b>\u00dcbersicht<\/b> anzuzeigen.",
-    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Der Server Einstellungsbereich {0} wurde aktualisiert",
     "LabelConfigureSettings": "Konfiguriere Einstellungen",
-    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
+    "MessageApplicationUpdated": "Media Browser Server wurde aktualisiert",
     "LabelEnableVideoImageExtraction": "Aktiviere Videobild-Extrahierung",
-    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
+    "AuthenticationSucceededWithUserName": "{0} erfolgreich authentifiziert",
     "VideoImageExtractionHelp": "F\u00fcr Videos die noch keien Bilder haben, und f\u00fcr die wir keine Internetbilder finden k\u00f6nnen. Hierdurch wird der erste Bibliothekenscan etwas mehr Zeit beanspruchen, f\u00fchrt aber zu einer ansprechenderen Pr\u00e4sentation.",
-    "ProviderValue": "Anbieter: {0}",
+    "FailedLoginAttemptWithUserName": "Fehlgeschlagener Anmeldeversuch von {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrahiere Kapitelbilder f\u00fcr Filme",
-    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} gestartet",
     "LabelChapterImageExtractionForMoviesHelp": "Das Auslesen von Kapitelbildern erlaubt es den Clients grafische Szenenauswahlmen\u00fcs anzuzeigen. Der Prozess kann langsam, prozessorintensiv sein und mehrere Gigabyte an Speicherplatz erfordern. Er wird nachts um 4:00 Uhr als geplante Aufgabe ausgef\u00fchrt, dies l\u00e4sst sich im \"Geplante Aufgaben\" Bereich konfigurieren. Es ist nicht ratsam, diese Aufgabe in der Hauptbelastungszeit auszuf\u00fchren.",
-    "LabelChannelDownloadSizeLimitHelp": "Beschr\u00e4nkt die Gr\u00f6\u00dfe der Channel Downloadverzeichnisse. Downloadgr\u00f6\u00dfen \u00fcber 500MB ben\u00f6tige eine aktive Unterst\u00fctzer Mitgliedschaft.",
-    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
+    "UserStoppedPlayingItemWithValues": "{0} hat die Wiedergabe von {1} beendet",
     "LabelEnableAutomaticPortMapping": "Aktiviere automatische Portweiterleitung",
-    "HeaderPeople": "Personen",
+    "AppDeviceValues": "App: {0}, Ger\u00e4t: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP erm\u00f6glicht die automatische Routerkonfiguration f\u00fcr den einfachen Remote-Zugriff. Diese Option ist nicht f\u00fcr jeden Router verf\u00fcgbar.",
-    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
+    "ProviderValue": "Anbieter: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Komponisten",
+    "LabelChannelDownloadSizeLimit": "Download Gr\u00f6\u00dfenlimit (GB):",
     "ButtonCancel": "Abbrechen",
-    "OptionOthers": "Andere",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "K\u00fcrzliche Aktivit\u00e4ten",
     "ButtonNew": "Neu",
+    "HeaderPeople": "Personen",
     "HeaderSetupLibrary": "Medienbibliothek einrichten",
-    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
+    "HeaderDownloadPeopleMetadataFor": "Lade Biografien und Bilder herunter f\u00fcr:",
     "ButtonAddMediaFolder": "Medienverzeichnis hinzuf\u00fcgen",
-    "ViewTypeFolders": "Verzeichnisse",
+    "OptionComposers": "Komponisten",
     "LabelFolderType": "Verzeichnistyp:",
-    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
+    "OptionOthers": "Andere",
     "MediaFolderHelpPluginRequired": "* Ben\u00f6tigt ein Plugin, wie GameBrowser oder MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
     "ReferToMediaLibraryWiki": "Siehe die Medienbibliothek Wiki",
-    "ViewTypeLiveTvChannels": "Kan\u00e4le",
+    "HeaderDownloadPeopleMetadataForHelp": "Die Aktivierung von zus\u00e4tzlichen Optionen wird mehr Informationen zur Verf\u00fcgung stellen, aber das scannen der Bibliothek verlangsamen.",
     "LabelCountry": "Land:",
-    "LabelAllowLocalAccessWithoutPassword": "Erlaube lokalen Zugriff ohne Passwort",
+    "ViewTypeFolders": "Verzeichnisse",
     "LabelLanguage": "Sprache:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Fall aktiviert, wird kein Passwort f\u00fcr einen Zugriff innerhalb deines Heimnetzwerks ben\u00f6tigt.",
+    "LabelDisplayFoldersView": "Nutze die Verzeichnissansicht f\u00fcr die Darstellung der reinen Medienordner",
     "HeaderPreferredMetadataLanguage": "Bevorzugte Metadata Sprache:",
-    "HeaderPassword": "Passwort",
+    "ViewTypeLiveTvRecordingGroups": "Aufnahmen",
     "LabelSaveLocalMetadata": "Speichere Bildmaterial und Metadaten in den Medienverzeichnissen",
-    "HeaderLocalAccess": "Lokaler Zugriff",
+    "ViewTypeLiveTvChannels": "Kan\u00e4le",
     "LabelSaveLocalMetadataHelp": "Durch die Speicherung von Bildmaterial und Metadaten direkt in den Medienverzeichnissen, befinden sich diese an einem Ort wo sie sehr leicht bearbeitet werden k\u00f6nnen.",
-    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
+    "LabelAllowLocalAccessWithoutPassword": "Erlaube lokalen Zugriff ohne Passwort",
     "LabelDownloadInternetMetadata": "Lade Bildmaterial und Metadaten aus dem Internet",
-    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Fall aktiviert, wird kein Passwort f\u00fcr einen Zugriff innerhalb deines Heimnetzwerks ben\u00f6tigt.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kann Informationen \u00fcber ihre Medien aus dem Internet abrufen um eine optisch ansprechende Darstellung zu erm\u00f6glichen.",
-    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
+    "HeaderPassword": "Passwort",
     "TabPreferences": "Einstellungen",
-    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
+    "HeaderLocalAccess": "Lokaler Zugriff",
     "TabPassword": "Passwort",
-    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
+    "HeaderViewOrder": "Reihenfolge f\u00fcr Ansichten",
     "TabLibraryAccess": "Bibliothekenzugriff",
-    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
+    "LabelSelectUserViewOrder": "W\u00e4hle die Reihenfolge in der die Ansichten innerhalb von Media Browser Apps angezeigt werden.",
     "TabImage": "Bild",
-    "OptionRefreshAllData": "Aktualisiere alle Daten",
+    "LabelMetadataRefreshMode": "Metadaten Aktualisierungsmethode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
+    "LabelImageRefreshMode": "Aktualisierungsmethode f\u00fcr Bilder:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
+    "OptionDownloadMissingImages": "Lade fehlende Bilder herunter",
     "TabImages": "Bilder",
-    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
+    "OptionReplaceExistingImages": "Ersetze vorhandene Bilder",
     "TabNotifications": "Benachrichtigungen",
-    "HeaderPersonInfo": "Informationen zur Person",
+    "OptionRefreshAllData": "Aktualisiere alle Daten",
     "TabCollectionTitles": "Titel",
-    "HeaderIdentifyItem": "Identifiziere Element",
+    "OptionAddMissingDataOnly": "F\u00fcge nur fehlende Daten hinzu",
     "LabelDisplayMissingEpisodesWithinSeasons": "Zeige fehlende Episoden innerhalb von Staffeln",
-    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
+    "OptionLocalRefreshOnly": "Nur lokale Aktualisierung",
     "LabelUnairedMissingEpisodesWithinSeasons": "Zeige noch nicht ausgestahlte Episoden innerhalb von Staffeln",
-    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
+    "HeaderRefreshMetadata": "Aktualisiere Metadaten",
     "HeaderVideoPlaybackSettings": "Videowiedergabe Einstellungen",
-    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
+    "HeaderPersonInfo": "Informationen zur Person",
     "HeaderPlaybackSettings": "Wiedergabe Einstellungen",
-    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
+    "HeaderIdentifyItem": "Identifiziere Element",
     "LabelAudioLanguagePreference": "Audiosprache Einstellungen:",
-    "ButtonIdentify": "Identifizieren",
+    "HeaderIdentifyItemHelp": "Gib ein oder mehrere Suchkriterien ein. Entferne Kriterien um die Suchergebnisse zu erweitern.",
     "LabelSubtitleLanguagePreference": "Untertitelsprache Einstellungen:",
-    "LabelAlbumArtist": "Album-Interpret:",
+    "HeaderConfirmDeletion": "Best\u00e4tige L\u00f6schung",
     "OptionDefaultSubtitles": "Standard",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "Die folgende Datei wird gel\u00f6scht werden:",
     "OptionOnlyForcedSubtitles": "Nur erzwungene Untertitel",
-    "LabelCommunityRating": "Community Bewertung:",
+    "LabelIfYouWishToContinueWithDeletion": "Falls du fortfahren m\u00f6chtest, gibt bitte das Ergebnis aus folgender Rechnung an:",
     "OptionAlwaysPlaySubtitles": "Untertitel immer anzeigen",
-    "LabelVoteCount": "Stimmen:",
+    "ButtonIdentify": "Identifizieren",
     "OptionNoSubtitles": "Keine Untertitel",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album-Interpret:",
     "OptionDefaultSubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden nur bei einer Tonspur in fremder Sprache heruntergeladen.",
-    "LabelCriticRating": "Kritiker Bewertung:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Nur Untertitel, die als erzwungener Download markiert wurden, werden heruntergeladen.",
-    "LabelCriticRatingSummary": "Kritiker Bewertungszusammenfassung:",
+    "LabelCommunityRating": "Community Bewertung:",
     "OptionAlwaysPlaySubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden unabh\u00e4ngig von der Tonspur Sprache heruntergeladen.",
-    "LabelAwardSummary": "Auszeichnungszusammenfassung:",
+    "LabelVoteCount": "Stimmen:",
     "OptionNoSubtitlesHelp": "Untertitel wird standardm\u00e4\u00dfig nicht geladen.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profile",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Kritiker Bewertung:",
     "TabSecurity": "Sicherheit",
-    "LabelOverview": "\u00dcbersicht:",
+    "LabelCriticRatingSummary": "Kritiker Bewertungszusammenfassung:",
     "ButtonAddUser": "User hinzuf\u00fcgen",
-    "LabelShortOverview": "Kurz\u00fcbersicht:",
-    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
+    "LabelAwardSummary": "Auszeichnungszusammenfassung:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "F\u00fcge lokalen Benutzer hinzu",
-    "LabelYear": "Jahr:",
-    "ButtonInviteMediaBrowserUser": "Lade Media Browser Benutzer ein",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Speichern",
-    "LabelPlaceOfBirth": "Geburtsort:",
+    "LabelOverview": "\u00dcbersicht:",
     "ButtonResetPassword": "Passwort zur\u00fccksetzten",
-    "LabelEndDate": "Endzeit:",
+    "LabelShortOverview": "Kurz\u00fcbersicht:",
     "LabelNewPassword": "Neues Passwort:",
-    "LabelAirDate": "Ausstrahlungstage:",
+    "LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
     "LabelNewPasswordConfirm": "Neues Passwort wiederhohlen:",
-    "LabelAirTime:": "Ausstrahlungszeit:",
+    "LabelYear": "Jahr:",
     "HeaderCreatePassword": "Erstelle Passwort",
-    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
+    "LabelPlaceOfBirth": "Geburtsort:",
     "LabelCurrentPassword": "Aktuelles Passwort:",
-    "LabelParentalRating": "Altersfreigabe:",
+    "LabelEndDate": "Endzeit:",
     "LabelMaxParentalRating": "H\u00f6chste erlaubte elterlich Bewertung:",
-    "LabelCustomRating": "Eigene Bewertung:",
+    "LabelAirDate": "Ausstrahlungstage:",
     "MaxParentalRatingHelp": "Inhalt mit einer h\u00f6heren Bewertung wird dem User nicht angezeigt.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Ausstrahlungszeit:",
     "LibraryAccessHelp": "W\u00e4hle die Medienverzeichnisse die du mit diesem Benutzer teilen m\u00f6chtest. Administratoren k\u00f6nnen den Metadaten-Manager verwenden um alle Ordner zu bearbeiten.",
-    "LabelRevenue": "Einnahmen ($):",
+    "LabelRuntimeMinutes": "Laufzeit (Minuten):",
     "ChannelAccessHelp": "W\u00e4hle die Kan\u00e4le, die mit diesem Benutzer geteilt werden sollen. Administratoren sind in der Lage alle K\u00e4nale \u00fcber den Metadaten-Manager zu bearbeiten.",
-    "LabelOriginalAspectRatio": "Originales Seitenverh\u00e4ltnis:",
+    "LabelParentalRating": "Altersfreigabe:",
     "ButtonDeleteImage": "L\u00f6sche Bild",
-    "LabelPlayers": "Schauspieler:",
+    "LabelCustomRating": "Eigene Bewertung:",
     "LabelSelectUsers": "W\u00e4hle Benutzer:",
-    "Label3DFormat": "3D Format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Hochladen",
-    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
+    "LabelRevenue": "Einnahmen ($):",
     "HeaderUploadNewImage": "Neues Bild hochladen",
-    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
+    "LabelOriginalAspectRatio": "Originales Seitenverh\u00e4ltnis:",
     "LabelDropImageHere": "Fotos hierher ziehen",
-    "HeaderExternalIds": "Externe Id's:",
+    "LabelPlayers": "Schauspieler:",
     "ImageUploadAspectRatioHelp": "1:1 Seitenverh\u00e4ltnis empfohlen. Nur JPG\/PNG.",
-    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
+    "Label3DFormat": "3D Format:",
     "MessageNothingHere": "Nichts hier.",
-    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
+    "HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
     "MessagePleaseEnsureInternetMetadata": "Bitte sicherstellen, dass das Herunterladen von Internet Metadaten aktiviert ist.",
-    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
+    "HeaderSpecialEpisodeInfo": "Spezialepisoden Information",
     "TabSuggested": "Vorgeschlagen",
-    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
+    "HeaderExternalIds": "Externe Id's:",
     "TabLatest": "Neueste",
-    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
+    "LabelDvdSeasonNumber": "DVD Staffelnummer:",
     "TabUpcoming": "Bevorstehend",
-    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
+    "LabelDvdEpisodeNumber": "DVD Episodennummer:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Bild behandeln, wie:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Episodennummer:",
     "TabEpisodes": "Episoden",
-    "LabelDisplayOrder": "Anzeigereihenfolge:",
+    "LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
+    "LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
     "TabPeople": "Personen",
-    "HeaderCountries": "L\u00e4nder",
+    "LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
     "TabNetworks": "Sendergruppen",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Bild behandeln, wie:",
     "HeaderUsers": "Benutzer",
-    "HeaderPlotKeywords": "Handlungsstichworte",
+    "LabelDisplayOrder": "Anzeigereihenfolge:",
     "HeaderFilters": "Filter:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Zeige Sonderinhalt innerhalb der Staffel in der er ausgestrahlt wurde",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "L\u00e4nder",
     "OptionFavorite": "Favoriten",
-    "HeaderMetadataSettings": "Metadaten Einstellungen",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
+    "HeaderPlotKeywords": "Handlungsstichworte",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Darsteller",
-    "TabDonate": "Spenden",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Gaststar",
-    "HeaderDonationType": "Spendentyp:",
+    "HeaderMetadataSettings": "Metadaten Einstellungen",
     "OptionDirectors": "Regisseur",
-    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
+    "LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zuk\u00fcnftige \u00c4nderungen zu verhindern",
     "OptionWriters": "Drehbuchautor",
-    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
+    "MessageLeaveEmptyToInherit": "Freilassen f\u00fcr die Vererbung von Berechtigungen oder dem systemweiten Standardwert.",
     "OptionProducers": "Produzent",
-    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
+    "TabDonate": "Spenden",
     "HeaderResume": "Fortsetzen",
-    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
+    "HeaderDonationType": "Spendentyp:",
     "HeaderNextUp": "Als N\u00e4chstes",
-    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
+    "OptionMakeOneTimeDonation": "Mache eine separate Spende",
     "NoNextUpItemsMessage": "Es wurde nichts gefunden. Schau dir deine Shows an!",
-    "HeaderSupporterBenefit": "Eine Mitgliedschaft im Unterst\u00fctzer Club erm\u00f6glicht Zusatzleistungen wie den Zugang zu Premium Plugins, Internet-Kanalinhalte und mehr.",
+    "OptionOneTimeDescription": "Dies ist eine zus\u00e4tzliche Spende an das Team, um deine Unterst\u00fctzung zu zeigen. Dies bringt dir keine zus\u00e4tzlichen Vorteile.",
     "HeaderLatestEpisodes": "Neueste Episoden",
-    "OptionNoTrailer": "Kein Trailer",
+    "OptionLifeTimeSupporterMembership": "Lebensl\u00e4ngliche Unterst\u00fctzer Mitgliedschaft",
     "HeaderPersonTypes": "Personen Typen:",
-    "OptionNoThemeSong": "Kein Theme Song",
+    "OptionYearlySupporterMembership": "J\u00e4hrliche Unterst\u00fctzer Mitgliedschaft",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "Kein Theme Video",
+    "OptionMonthlySupporterMembership": "Monatliche Unterst\u00fctzer Mitgliedschaft",
     "TabAlbums": "Alben",
-    "LabelOneTimeDonationAmount": "Spendenbetrag:",
+    "HeaderSupporterBenefit": "Eine Mitgliedschaft im Unterst\u00fctzer Club erm\u00f6glicht Zusatzleistungen wie den Zugang zu Premium Plugins, Internet-Kanalinhalte und mehr.",
     "TabArtists": "Interpreten",
-    "OptionActor": "Schauspieler",
+    "OptionNoTrailer": "Kein Trailer",
     "TabAlbumArtists": "Album-Interpreten",
-    "OptionComposer": "Komponist",
+    "OptionNoThemeSong": "Kein Theme Song",
     "TabMusicVideos": "Musikvideos",
-    "OptionDirector": "Regisseur",
+    "OptionNoThemeVideo": "Kein Theme Video",
     "ButtonSort": "Sortieren",
-    "OptionGuestStar": "Gaststar",
+    "LabelOneTimeDonationAmount": "Spendenbetrag:",
     "HeaderSortBy": "Sortiert nach",
-    "OptionProducer": "Produzent",
+    "OptionActor": "Schauspieler",
     "HeaderSortOrder": "Sortierreihenfolge",
-    "OptionWriter": "Drehbuchautor",
+    "OptionComposer": "Komponist",
     "OptionPlayed": "gespielt",
-    "LabelAirDays": "Ausstrahlungstage:",
+    "OptionDirector": "Regisseur",
     "OptionUnplayed": "nicht gespielt",
-    "LabelAirTime": "Ausstrahlungszeit:",
+    "OptionGuestStar": "Gaststar",
     "OptionAscending": "Aufsteigend",
-    "HeaderMediaInfo": "Medieninformation",
+    "OptionProducer": "Produzent",
     "OptionDescending": "Absteigend",
-    "HeaderPhotoInfo": "Fotoinformation",
+    "OptionWriter": "Drehbuchautor",
     "OptionRuntime": "Dauer",
-    "HeaderInstall": "Installieren",
+    "LabelAirDays": "Ausstrahlungstage:",
+    "LabelAirTime": "Ausstrahlungszeit:",
     "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
-    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
     "OptionPlayCount": "Z\u00e4hler",
-    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
+    "HeaderMediaInfo": "Medieninformation",
     "OptionDatePlayed": "Abgespielt am",
-    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "HeaderPhotoInfo": "Fotoinformation",
     "OptionDateAdded": "Hinzugef\u00fcgt am",
-    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
+    "HeaderInstall": "Installieren",
     "OptionAlbumArtist": "Album-Interpret",
-    "HeaderReviews": "Bewertungen",
+    "LabelSelectVersionToInstall": "W\u00e4hle die Version f\u00fcr die Installation:",
     "OptionArtist": "Interpret",
-    "HeaderDeveloperInfo": "Entwicklerinformationen",
+    "LinkSupporterMembership": "Erfahre mehr \u00fcber die Unterst\u00fctzer Mitgliedschaft",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Versionsverlauf",
+    "MessageSupporterPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "Besuche die Website",
+    "MessagePremiumPluginRequiresMembership": "Dieses Plugin ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft nach dem Testzeitraum von 14 Tagen.",
     "OptionCommunityRating": "Community Bewertung",
-    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
+    "HeaderReviews": "Bewertungen",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "XML Einstellungen",
+    "HeaderDeveloperInfo": "Entwicklerinformationen",
     "OptionFolderSort": "Verzeichnisse",
-    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
+    "HeaderRevisionHistory": "Versionsverlauf",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
+    "ButtonViewWebsite": "Besuche die Website",
     "OptionRevenue": "Einnahme",
-    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Fortlaufende Spenden k\u00f6nnen jederzeit \u00fcber deinen PayPal Account gek\u00fcndigt werden.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
+    "HeaderXmlSettings": "XML Einstellungen",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
+    "HeaderXmlDocumentAttributes": "XML-Dokument Eigenschaften",
     "OptionTimeline": "Zeitlinie",
-    "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.",
+    "HeaderXmlDocumentAttribute": "XML-Dokument Eigenschaft",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
+    "XmlDocumentAttributeListHelp": "Diese Attribute werden f\u00fcr das Stammelement jeder XML-Antwort angewendet.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um eine einfacheren Zugang von jeder App aus zu erm\u00f6glichen, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
+    "OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
     "OptionCriticRating": "Kritiker Bewertung",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Erzeuge Kapitelbilder w\u00e4hrend des scannens der Bibliothek",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
+    "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.",
     "OptionResumable": "Kann fortgesetzt werden",
-    "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",
+    "LabelConnectUserName": "Media Browser Benutzername \/ E-Mail:",
     "ScheduledTasksHelp": "Klicke auf eine Aufgabe um deren Zeitplan zu \u00e4ndern.",
+    "LabelConnectUserNameHelp": "Verbinde diesen Benutzer mit einem Media Browser Account, um eine einfacheren Zugang von jeder App aus zu erm\u00f6glichen, ohne die Server IP-Adresse daf\u00fcr kennen zu m\u00fcssen.",
     "ScheduledTasksTitle": "Geplante Aufgaben",
-    "HeaderSubtitleProfiles": "Untertitel Profile",
-    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Erfahre mehr \u00fcber Media Browser Connect",
     "TabMyPlugins": "Meine Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "Externe Abspielger\u00e4te:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Methode:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "DIDL Modus:",
     "HeaderAutomaticUpdates": "Automatische Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Untertitel Profile",
+    "HeaderSubtitleProfilesHelp": "Untertitel Profile beschreiben die vom Ger\u00e4t unterst\u00fctzten Untertitelformate.",
     "HeaderNowPlaying": "Aktuelle Wiedergabe",
-    "OptionResElement": "Res Element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Neueste Alben",
-    "OptionEmbedSubtitles": "In Container eingebettet",
+    "LabelMethod": "Methode:",
     "HeaderLatestSongs": "Neueste Songs",
-    "OptionExternallyDownloaded": "Externer Download",
+    "LabelDidlMode": "DIDL Modus:",
     "HeaderRecentlyPlayed": "Zuletzt gespielt",
-    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Oft gespielt",
+    "OptionResElement": "Res Element",
     "DevBuildWarning": "Dev Builds sind experimentell. Diese sehr oft ver\u00f6ffentlichten Builds sind nicht getestet. Das Programm kann abst\u00fcrzen und m\u00f6glicherweise k\u00f6nnen einzelne Funktionen nicht funktionieren.",
-    "LabelSubtitleFormatHelp": "Beispiel: srt",
+    "OptionEmbedSubtitles": "In Container eingebettet",
     "LabelVideoType": "Video Typ:",
-    "ButtonLearnMore": "Erfahre mehr",
+    "OptionExternallyDownloaded": "Externer Download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Wiedergabe",
+    "OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "Finde Trailer automatisch \u00fcber das Internet",
+    "LabelSubtitleFormatHelp": "Beispiel: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Spracheinstellungen",
+    "ButtonLearnMore": "Erfahre mehr",
     "LabelFeatures": "Merkmal:",
-    "TabCinemaMode": "Kino-Modus",
+    "TabPlayback": "Wiedergabe",
     "LabelService": "Service:",
-    "TitlePlayback": "Wiedergabe",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
+    "OptionFindTrailers": "Finde Trailer automatisch \u00fcber das Internet",
     "LabelVersion": "Version:",
-    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
+    "HeaderLanguagePreferences": "Spracheinstellungen",
     "LabelLastResult": "Letztes Ergebnis:",
-    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
+    "TabCinemaMode": "Kino-Modus",
     "OptionHasSubtitles": "Untertitel",
-    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
+    "TitlePlayback": "Wiedergabe",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
+    "LabelEnableCinemaModeFor": "Aktiviere Kino-Modus f\u00fcr:",
     "OptionHasThemeSong": "Titellied",
-    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
+    "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
     "OptionHasThemeVideo": "Titelvideo",
-    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
+    "OptionTrailersFromMyMovies": "Trailer von Filmen in meine Bibliothek einbeziehen",
     "TabMovies": "Filme",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
+    "OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
+    "LabelLimitIntrosToUnwatchedContent": "Benutze nur Trailer von nicht gesehenen Inhalten",
     "TabTrailers": "Trailer",
-    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
+    "LabelEnableIntroParentalControl": "Aktiviere die smarte Kindersicherung",
     "LabelArtists": "Interpreten:",
-    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
+    "LabelEnableIntroParentalControlHelp": "Es werden nur Trailer ausgew\u00e4hlt, die der Altersfreigabe des Inhalts entsprechen der angesehen wird.",
     "LabelArtistsHelp": "Trenne mehrere Eintr\u00e4ge durch ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Diese Funktion ben\u00f6tigt eine aktive Unterst\u00fctzer Mitgliedschaft und die Installation des Trailer Channel Plugins.",
     "HeaderLatestMovies": "Neueste Filme",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
+    "OptionTrailersFromMyMoviesHelp": "Ben\u00f6tigt die Einrichtung lokaler Trailer.",
     "HeaderLatestTrailers": "Neueste Trailer",
-    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
+    "LabelCustomIntrosPath": "Benutzerdefinierter Pfad f\u00fcr Intros:",
     "OptionHasSpecialFeatures": "Besonderes Merkmal",
-    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
+    "LabelCustomIntrosPathHelp": "Ein Ordner der Videodateien beinhaltet. Ein Video wird zuf\u00e4llig ausgew\u00e4hlt und nach einem Trailer abgespielt.",
     "OptionImdbRating": "IMDb Bewertung",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Altersfreigabe",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet Trailer:",
     "OptionPremiereDate": "Premiere",
-    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
+    "OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
     "TabBasic": "Einfach",
-    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
+    "OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
     "TabAdvanced": "Erweitert",
-    "HeaderCinemaMode": "Kino-Modus",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Zeigt Trailer innerhalb von Filmvorschl\u00e4gen",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Willkommen zur Media Browser \u00dcbersicht",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Ben\u00f6tigt die Installation des Trailer Channels.",
     "OptionContinuing": "Fortdauernd",
+    "CinemaModeConfigurationHelp2": "Einzelne Benutzer erhalten die M\u00f6glichkeit den Kino-Modus in den eigenen Einstellungen zu deaktivieren.",
     "OptionEnded": "Beendent",
+    "LabelEnableCinemaMode": "Aktiviere den Kino-Modus",
     "HeaderAirDays": "Ausstrahlungstage",
+    "HeaderCinemaMode": "Kino-Modus",
     "OptionSunday": "Sonntag",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Willkommen zur Media Browser \u00dcbersicht",
     "OptionMonday": "Montag",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Dienstag",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Mittwoch",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Donnerstag",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Freitag",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Samstag",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Verwaltung",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Fehlende IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Fehlende TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Fehlende \u00dcbersicht",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Datei \/ Metadaten Jahre stimmen nicht \u00fcberein",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Allgemein",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "\u00dcber",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Unterst\u00fctzerschl\u00fcssel",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Werde ein Unterst\u00fctzer",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser hat eine wachsende Gemeinschaft an Nutzern und Unterst\u00fctzern.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Verwende die Knowledge Base als Hilfe, um das Optimum aus Media Browser herauszuholen.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Durchsuche die Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Besuche die Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Besuche die Media Browser Website",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Besuche die Media Browser Website um die aktuellsten Neuigkeiten zu erfahren und halte dich auf dem Laufenden mit dem Entwicklerblog.",
     "OptionHideUser": "Verberge diesen Benutzer in den Anmeldebildschirmen",
     "OptionDisableUser": "Sperre diesen Benutzer",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Beispiel: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten",
     "ButtonCreate": "Kreieren",
-    "LabelHttpServerPortNumber": "HTTP Server Port Nummer:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web Socket Port Nummer:",
-    "LabelEnableAutomaticPortHelp": "UPnP erlaubt eine automatisierte Router Konfiguration f\u00fcr den Fernzugriff. Das funktioniert vielleicht nicht mit manchen Routermodellen.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Externe DDNS:",
     "LabelExternalDDNSHelp": "Wenn du eine dynamische DNS besitzen, trage Sie sie hier ein. Media Browser Apps werden sie verwenden, wenn sie sich verbinden.",
     "TabResume": "Fortsetzen",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Sammlungen",
     "OptionReportBooks": "B\u00fccher",
     "OptionReportArtists": "Interpreten",
-    "OptionReportAlbums": "Alben",
-    "OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
-    "ButtonMore": "Mehr",
-    "HeaderActivity": "Aktivit\u00e4ten",
-    "ScheduledTaskStartedWithName": "{0} gestartet"
+    "OptionReportAlbums": "Alben"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/el.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae Api \u03a4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u03c0\u03b5\u03c1\u03b9\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u03b1\u03bd\u03bf\u03af\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd  \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b8\u03b5\u03b1\u03c4\u03ae",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u0394\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd \u03c4\u03bf \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u03c4\u03ad\u03bb\u03bf\u03c2",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 ",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u03a4\u03b5\u03bb\u03b5\u03b9\u03ce\u03c3\u03b1\u03c4\u03b5",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf Media Browser",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u03bf\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b8\u03bf\u03b4\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u03a0\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c3\u03ac\u03c2",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b1\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03c4\u03b1\u03bc\u03c0\u03bb\u03cc",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b7 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7, \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03c3\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03bf\u03b8\u03cc\u03bd\u03b7\u03c2, playstate \u03ba\u03b1\u03b9 \u03b3\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5.\n",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 ",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u039c\u03b9\u03b1 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 Windows \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03c9\u03c2 \u03ad\u03bd\u03b1 desktop \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b4\u03af\u03c3\u03ba\u03bf\u03c5, \u03b1\u03bb\u03bb\u03ac \u03b1\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ac\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03c1\u03ad\u03be\u03b5\u03b9 \u03c9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03c5\u03c0\u03cc\u03b2\u03b1\u03b8\u03c1\u03bf, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03c9\u03bd Windows \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd \u03b1\u03bd\u03c4 '\u03b1\u03c5\u03c4\u03bf\u03cd. ",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bb\u03b9\u03bc\u03ac\u03bd\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c7\u03b1\u03c1\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u03b5\u03bd\u03c4\u03ac\u03be\u03b5\u03b9",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 ",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf \u03c4\u03bf\u03c5 Media",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "\u03a4\u03cd\u03c0\u03bf \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5 ",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "\u0391\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 plugin.\u03c0.\u03c7. Gamebrowser \u03ae  MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "\u0391\u03bd\u03b1\u03c4\u03c1\u03b5\u03be\u03c4\u03b5 \u03c3\u03c4\u03bf media  \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 wiki",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "T\u03b7 \u03c7\u03ce\u03c1\u03b1",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u03a4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03bc\u03b5\u03c4\u03b1",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf \u03c4\u03ad\u03c7\u03bd\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 artwork \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1-\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03b5 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03ad\u03c3\u03c9\u03bd \u03b8\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b8\u03ad\u03c3\u03b5\u03b9 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03cc\u03c0\u03bf \u03cc\u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u039a\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03ad\u03c1\u03b3\u03b1 \u03c4\u03ad\u03c7\u03bd\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1-\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf internet ",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b5\u03b2\u03ac\u03c3\u03b5\u03b9 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b1 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03b1 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03b5\u03b9\u03c2.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "\u03a0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2 ",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u03b5\u03b9\u03ba\u03cc\u03bd\u03b1",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u03c0\u03c1\u03bf\u03c6\u03af\u03bb ",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd  \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1  \u03b5\u03bd\u03c4\u03cc\u03c2  \u03b5\u03c0\u03bf\u03c7\u03ad\u03c2",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "\u03b4\u03b5\u03af\u03c7\u03bd\u03bf\u03c5\u03bd unaired \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1 \u03b5\u03bd\u03c4\u03cc\u03c2 \u03b5\u03c0\u03bf\u03c7\u03ad\u03c2",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u0391\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2.",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u039f\u03bc\u03b9\u03bb\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1 \u03c5\u03c0\u03cc\u03c4\u03b9\u03c4\u03bb\u03c9\u03bd \u03c0\u03c1\u03bf\u03c4\u03af\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u03c4\u03b1 \u03c0\u03c1\u03bf\u03c6\u03af\u03bb",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "A\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1 ",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u039d\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b3\u03bf\u03bd\u03b9\u03ba\u03ae \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "\u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03bc\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03bc\u03ad\u03c3\u03c9\u03bd \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7. \u039f\u03b9 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2 \u03b8\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1\u03c2",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "\u0391\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 ",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u0391\u03bd\u03b5\u03b2\u03ac\u03c3\u03c4\u03b5 \u03bd\u03ad\u03b1 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u03a4\u03af\u03c0\u03bf\u03c4\u03b1 \u03b5\u03b4\u03ce ",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03bb\u03ae\u03c8\u03b7 \u03bc\u03b5\u03c4\u03b1\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03c4\u03bf internet \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7.\n",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03bf\u03c2",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u0395\u03c0\u03b5\u03c1\u03c7\u03cc\u03bc\u03b5\u03bd\u03b7",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u0395\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u0395\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u0395\u03af\u03b4\u03b7",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u0386\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 ",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u0394\u03af\u03ba\u03c4\u03c5\u03b1",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u03a7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 ",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u03a6\u03af\u03bb\u03c4\u03c1\u03b1",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u03c6\u03af\u03bb\u03c4\u03c1\u03bf",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "\u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "\u03a3\u03c5\u03bc\u03c0\u03b1\u03b8\u03b5\u03af",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u0391\u03bd\u03c4\u03b9\u03c0\u03b1\u03b8\u03b5\u03af",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "\u0397\u03b8\u03bf\u03c0\u03bf\u03b9\u03bf\u03af",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "\u0393\u03ba\u03b5\u03c3\u03c4 \u03c3\u03c4\u03b1\u03c1",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u03b4\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ad\u03c2",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u03a3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c2",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03bf\u03af",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "\u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03b9 ",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1. \u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b5\u03c0\u03b9\u03b4\u03b5\u03af\u03be\u03b5\u03b9\u03c2 \u03c3\u03b1\u03c2!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03c0\u03b5\u03b9\u03c3\u03cc\u03b4\u03b9\u03b1",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u03c4\u03c1\u03b1\u03b3\u03bf\u03cd\u03b4\u03b9\u03b1",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u039c\u03bf\u03c5\u03c3\u03b9\u03ba\u03ac \u03b2\u03af\u03bd\u03c4\u03b5\u03bf",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u03c4\u03b1\u03be\u03b9\u03bd\u03bf\u03bc\u03ae\u03c3\u03b5\u03c4\u03b5",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u03a4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "\u03a3\u03b5\u03b9\u03c1\u03ac \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "\u03a0\u03b1\u03af\u03c7\u03b8\u03b7\u03ba\u03b5",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "\u03b4\u03b5\u03bd \u03c0\u03b1\u03af\u03c7\u03b8\u03b7\u03ba\u03b5",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u03b1\u03cd\u03be\u03bf\u03c5\u03c3\u03b1",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "\u03c6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1 ",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7\u03c2",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": " \u039a\u03b1\u03bb\u03bb\u03b9\u03c4\u03ad\u03c7\u03bd\u03b5\u03c2",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/en_GB.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Exit",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favourites",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/en_US.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Exit",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/es.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Salir",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar la comunidad",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki de Github",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Est\u00e1ndar",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Ver documentacion de Api",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Navegar biblioteca",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Abrir el visor de la biblioteca",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar el servidor",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Mostrar la ventana del log",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Terminar",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Siguiente",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Ha Terminado!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u00a1Bienvenido a Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Este asistente lo guiar\u00e1 por el proceso de instalaci\u00f3n. Para comenzar seleccione su idioma preferido.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "D\u00edganos acerca de usted",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Su nombre:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "M\u00e1s usuarios pueden agregarse m\u00e1s tarde en el panel de control.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser incluye soporte integrado para los perfiles de usuario, lo que permite que cada usuario tenga su propia configuraci\u00f3n de la pantalla, estado de reproducci\u00f3n y control parental.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servicio de Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Un servicio de Windows se ha instalado",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server se ejecuta normalmente como una aplicaci\u00f3n de escritorio con un icono de la bandeja, pero si prefiere ejecutarlo como un servicio en segundo plano, se puede iniciar desde el panel de control de servicios de Windows en su lugar.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Si se utiliza el servicio de Windows, tenga en cuenta que no se puede ejecutar al mismo tiempo que el icono de la bandeja, por lo que tendr\u00e1 que salir de la bandeja con el fin de ejecutar el servicio. Tambi\u00e9n tendr\u00e1 que ser configurado con privilegios administrativos a trav\u00e9s del panel de control del servicio. Tenga en cuenta que en este momento el servicio no es capaz de auto-actualizaci\u00f3n, por lo que las nuevas versiones requieren la interacci\u00f3n manual.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "Eso es todo lo que necesitamos por ahora. Media Browser ha comenzado a reunir informaci\u00f3n sobre su biblioteca de medios. Echa un vistazo a algunas de nuestras aplicaciones, y luego haga clic en <b>Finalizar<\/b> para ver el <b>Panel de control<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configuraci\u00f3n de opciones",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Habilitar extracci\u00f3n de im\u00e1genes de video",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Para los v\u00eddeos que no dispongan de im\u00e1genes y que no podemos encontrar en Internet. Esto agregar\u00e1 un tiempo adicional para la exploraci\u00f3n inicial de bibliotecas, pero resultar\u00e1 en una presentaci\u00f3n m\u00e1s agradable.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraer im\u00e1genes de cap\u00edtulos para pel\u00edculas",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extraer im\u00e1genes de cap\u00edtulo permitir\u00e1 a los clientes mostrar men\u00fas gr\u00e1ficos de selecci\u00f3n de escenas. El proceso puede ser lento, intensivo en utilizaci\u00f3n del CPU y puede requerir varios gigabytes de espacio. Se ejecuta como una tarea nocturna, a las 4 de la ma\u00f1ana, aunque esto se puede configurar en el \u00e1rea de tareas programadas. No se recomienda ejecutar esta tarea durante las horas pico de uso.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Habilitar asignaci\u00f3n de puertos autom\u00e1tico",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite la configuraci\u00f3n del router para acceso externo de forma f\u00e1cil y autom\u00e1tica. Esto puede no funcionar en algunos modelos de routers.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "OK",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancelar",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Nuevo",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Configurar biblioteca de medios",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Agregar una carpeta de medios",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Tipo de carpeta:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requiere el uso de un plugin, por ejemplo GameBrowser o MB Bookshelf",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Consultar el wiki de la biblioteca de medios",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Pa\u00eds:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Idioma:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadata",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Guardar im\u00e1genes y metadata en las carpetas de medios",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Guardar im\u00e1genes y metadata directamente en las carpetas de medios, permitir\u00e1 colocarlas en un lugar donde se pueden editar f\u00e1cilmente.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Descargar imagenes y metadata de internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser permite descargar informaci\u00f3n acerca de su media para enriquecer la presentaci\u00f3n.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferencias",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Contrase\u00f1a",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Acceso a biblioteca",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "imagen",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Perfil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Im\u00e1genes",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notificaciones",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "T\u00edtulos",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostar episodios no disponibles en temporadas",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios a\u00fan no emitidos en temporadas",
-    "HeaderConfirmDeletion": "Confirmar borrado",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Ajustes de Reproducci\u00f3n de Video",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Ajustes de reproducci\u00f3n",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Preferencia de idioma de audio",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Preferencia de idioma de subtitulos",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirmar borrado",
     "OptionDefaultSubtitles": "Por defecto",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "S\u00f3lo subt\u00edtulos forzados",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Mostrar siempre subt\u00edtulos",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Sin subt\u00edtulos",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Los subt\u00edtulos que concuerden con la preferencia de idioma se cargar\u00e1n cuando el audio est\u00e9 en un idioma extranjero.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "S\u00f3lo se cargar\u00e1n los subt\u00edtulos marcados como forzados.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Los subt\u00edtulos que concuerden con la preferencia de idioma se cargar\u00e1n independientemente del idioma de audio.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Los subt\u00edtulos no se cargar\u00e1n de forma predeterminada.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Seguridad",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Agregar Usuario",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Grabar",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reiniciar Contrase\u00f1a",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nueva Contrase\u00f1a:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Crear Contrase\u00f1a",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Contrase\u00f1a actual",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "M\u00e1xima clasificaci\u00f3n permitida",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "El contenido con clasificaci\u00f3n parental superior se ocultar\u00e1 para este usuario.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podr\u00e1n editar todas las carpetas usando el gestor de metadata.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Seleccione los canales para compartir con este usuario. Los administradores podr\u00e1n editar todos los canales mediante el gestor de metadatos.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Borrar imagen",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Seleccionar usuarios:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Subir",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Subir nueva imagen",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "Se Recomienda una Proporci\u00f3n de Aspecto 1:1. Solo JPG\/PNG",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nada aqu\u00ed.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Por favor aseg\u00farese que la descarga de metadata de internet esta habilitada",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugerencia",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Novedades",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Pr\u00f3ximos",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Programas",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodios",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "G\u00e9neros",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Gente",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "redes",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Usuarios",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtros:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritos",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Me gusta",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "No me gusta",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actores",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Estrellas invitadas",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directores",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Guionistas",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Productores",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Continuar",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Siguiendo",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nada encontrado. \u00a1Comienza a ver tus programas!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Ultimos episodios",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tipos de personas:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Canciones",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artistas",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artistas",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Videos Musicales",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Ordenar",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Ordenar por:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordenado por:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Reproducido",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "No reproducido",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descendente",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Tiempo",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "N\u00famero de reproducc.",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Fecha de reproducci\u00f3n",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "A\u00f1adido el",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artista",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artista",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nombre de pista",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Valoraci\u00f3n comunidad",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nombre",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Carpetas",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Presupuesto",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Recaudaci\u00f3n",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Imagen de fondo",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "L\u00ednea de tiempo",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Valoraci\u00f3n cr\u00edtica",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Se puede continuar",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click en una tarea para ajustar su programaci\u00f3n",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Mis Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Actualizaciones autom\u00e1ticas",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Reproduciendo ahora",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u00dcltimos Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u00daltimas canciones",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Reproducido recientemente",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproducido frequentemente",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Las actualizaciones en desarrollo no est\u00e1n convenientemente probadas. La aplicaci\u00f3n se puede bloquear y caracter\u00edsticas completas pueden no funcionar del todo.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tipo de video",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Caracter\u00edsticas",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Servicio:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Estado:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Versi\u00f3n:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "\u00daltimo resultado:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subt\u00edtulos",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Banda sonora",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Viideotema",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Pel\u00edculas",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Estudios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u00daltimas pel\u00edculas",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u00daltimos trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Caracter\u00edsticas especiales",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Valoraci\u00f3n IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Clasificaci\u00f3n parental",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Fecha de estreno",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Avanzado",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Estado",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuando",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Finalizado",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Domingo",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Lunes",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Martes",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Mi\u00e9rcoles",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Jueves",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Viernes",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "S\u00e1bado",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Falta IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Falta TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Falta argumento",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Archivo\/Metadata a\u00f1os no coinciden",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Soporte",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Acerca de",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Clave de Seguidor",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Hazte Seguidor",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser cuenta con una pr\u00f3spera comunidad de usuarios y colaboradores.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Echa un vistazo a nuestra base de conocimiento para ayudarte a sacar el m\u00e1ximo provecho de Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Buscar en la base de conocimiento",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visitar la comunidad",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visitar la web de Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visita la web de Media Browser para estar informado de las \u00faltimas not\u00edcias y mantenerte al d\u00eda con el blog de desarrolladores.",
     "OptionHideUser": "Ocultar este usuario en las pantallas de inicio de sesi\u00f3n",
     "OptionDisableUser": "Deshabilitar este usuario",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Ejemplo: Star Wars Colecci\u00f3n",
     "OptionSearchForInternetMetadata": "Buscar en internet ilustraciones y metadatos",
     "ButtonCreate": "Crear",
-    "LabelHttpServerPortNumber": "Puerto Http del servidor:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "N\u00famero de puerto WebSocket:",
-    "LabelEnableAutomaticPortHelp": "UPnP permite automatizar la configuraci\u00f3n del router para el acceso remoto. Esto puede no funcionar en algunos modelos de router.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "DDNS externa:",
     "LabelExternalDDNSHelp": "Si dispone de DNS din\u00e1mica, escr\u00edbala aqu\u00ed. Media Brower la utilizar\u00e1 para las conexiones remotas.",
     "TabResume": "Continuar",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/es_MX.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Salir",
-    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
+    "OptionReportAdultVideos": "Videos para Adultos",
     "LabelVisitCommunity": "Visitar la Comunidad",
-    "ScheduledTaskCompletedWithName": "{0} completado",
+    "ButtonMore": "M\u00e1s",
     "LabelGithubWiki": "Wiki de Github",
-    "ScheduledTaskFailed": "Tarea programada completada",
+    "HeaderActivity": "Actividad",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} fue instalado",
+    "ScheduledTaskStartedWithName": "{0} Iniciado",
     "LabelStandard": "Est\u00e1ndar",
-    "PluginUpdatedWithName": "{0} fue actualizado",
+    "ScheduledTaskCancelledWithName": "{0} fue cancelado",
     "LabelViewApiDocumentation": "Ver documentaci\u00f3n del Api",
-    "PluginUninstalledWithName": "{0} fue desinstalado",
+    "ScheduledTaskCompletedWithName": "{0} completado",
     "LabelBrowseLibrary": "Explorar Biblioteca",
-    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
+    "ScheduledTaskFailed": "Tarea programada completada",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
+    "PluginInstalledWithName": "{0} fue instalado",
     "LabelOpenLibraryViewer": "Abrir el Visor de la Biblioteca",
-    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
+    "PluginUpdatedWithName": "{0} fue actualizado",
     "LabelRestartServer": "Reiniciar el Servidor",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "PluginUninstalledWithName": "{0} fue desinstalado",
     "LabelShowLogWindow": "Mostrar Ventana de Bit\u00e1cora",
-    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
+    "ScheduledTaskFailedWithName": "{0} fall\u00f3",
     "LabelPrevious": "Anterior",
-    "DeviceOfflineWithName": "{0} se ha desconectado",
+    "ItemAddedWithName": "{0} fue agregado a la biblioteca",
     "LabelFinish": "Terminar",
-    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
+    "ItemRemovedWithName": "{0} fue removido de la biblioteca",
     "LabelNext": "Siguiente",
-    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
     "LabelYoureDone": "Ha Terminado!",
-    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
+    "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
     "WelcomeToMediaBrowser": "\u00a1Bienvenido a Media Broswer!",
-    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
+    "DeviceOfflineWithName": "{0} se ha desconectado",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
+    "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
     "ThisWizardWillGuideYou": "Este asistente le guiar\u00e1 a trav\u00e9s del proceso de instalaci\u00f3n. Para comenzar, por favor seleccione su lenguaje preferido.",
-    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
+    "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
     "TellUsAboutYourself": "D\u00edganos sobre usted",
-    "UserCreatedWithName": "Se ha creado el usuario {0}",
+    "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
     "LabelYourFirstName": "Su nombre:",
-    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
+    "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
     "MoreUsersCanBeAddedLater": "Se pueden agregar m\u00e1s usuarios posteriormente en el Panel de Control.",
-    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
+    "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
     "UserProfilesIntro": "Media Browser incluye soporte integrado para perfiles de usuario, permiti\u00e9ndo a cada usuario tener su propia configuraci\u00f3n de pantalla, estado de reproducci\u00f3n y controles parentales.",
-    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
+    "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
     "LabelWindowsService": "Servicio de Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
+    "UserCreatedWithName": "Se ha creado el usuario {0}",
     "AWindowsServiceHasBeenInstalled": "Se ha instalado un Servicio de Windows.",
-    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
+    "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
     "WindowsServiceIntro1": "Media Browser Server se ejecuta normalmente como una aplicaci\u00f3n de escritorio con un icono en el \u00e1rea de notificaci\u00f3n, pero si prefiere ejecutarlo como un servicio de segundo plano, puede ser iniciado desde el panel de control de servicios de windows.",
-    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
+    "UserDeletedWithName": "Se ha eliminado al usuario {0}",
     "WindowsServiceIntro2": "Si utiliza el servicio de Windows, tenga en cuenta que no se puede ejecutar simult\u00e1neamiente con el icono en el \u00e1rea de notificaci\u00f3n, por lo que tendr\u00e1 que finalizar desde el icono para poder ejecutar el servicio. Adicionalmente, el servicio deber\u00e1 ser configurado con privilegios administrativos a trav\u00e9s del panel de control del servicio. Tenga en cuenta que en este momento el servicio no es capaz de actualizarse a s\u00ed mismo, por lo que las nuevas versiones requerir\u00e1n de interacci\u00f3n manual.",
-    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
+    "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
     "WizardCompleted": "\u00baEso es todo lo que necesitamos por ahora. Media Browser ha comenzado a recolectar informaci\u00f3n sobre su biblioteca de medios. Eche un vistazo a algunas de nuestras aplicaciones, y luego haga clic en <b>Finalizar<\/b> para ver el <b>Panel de Control<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
     "LabelConfigureSettings": "Configuraci\u00f3n de opciones",
-    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
+    "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
     "LabelEnableVideoImageExtraction": "Habilitar extracci\u00f3n de im\u00e1genes de video",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
     "VideoImageExtractionHelp": "Para videos que no cuenten con im\u00e1genes, y para los que no podemos encontrar im\u00e1genes en Internet. Esto incrementar\u00e1 un poco el tiempo de la exploraci\u00f3n inicial de las bibliotecas, pero resultar\u00e1 en una presentaci\u00f3n m\u00e1s agradable.",
-    "ProviderValue": "Proveedor: {0}",
+    "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraer im\u00e1genes de cap\u00edtulos para Pel\u00edculas",
-    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
+    "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extraer im\u00e1genes de cap\u00edtulos permite a los clientes mostrar men\u00fas gr\u00e1ficos de selecci\u00f3n de escenas. El proceso puede ser lento, intensivo en utilizaci\u00f3n del CPU y puede requerir varios gigabytes de espacio. Se ejecuta como una tarea nocturna, programada a las 4 de la ma\u00f1ana, aunque esto se puede configurar en el \u00e1rea de tareas programadas. No se recomienda ejecutar esta tarea durante las horas pico de uso.",
-    "LabelChannelDownloadSizeLimitHelp": "Limita el tama\u00f1o de la carpeta de descargas del canal. Descargar m\u00e1s de 500MB requiere de una membres\u00eda de aficionado activa.",
-    "HeaderRecentActivity": "Actividad Reciente",
+    "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
     "LabelEnableAutomaticPortMapping": "Habilitar mapeo autom\u00e1tico de puertos",
-    "HeaderPeople": "Personas",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite la configuraci\u00f3n de ruteador de manera autom\u00e1tica, para acceso remoto de manera f\u00e1cil. Eso puede no funcionar con algunos modelos de ruteadores.",
-    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
+    "ProviderValue": "Proveedor: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Compositores",
+    "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
     "ButtonCancel": "Cancelar",
-    "OptionOthers": "Otros",
+    "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
+    "HeaderRecentActivity": "Actividad Reciente",
     "ButtonNew": "Nuevo",
+    "HeaderPeople": "Personas",
     "HeaderSetupLibrary": "Configurar su biblioteca de medios",
-    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
+    "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
     "ButtonAddMediaFolder": "Agregar carpeta de medios",
-    "ViewTypeFolders": "Carpetas",
+    "OptionComposers": "Compositores",
     "LabelFolderType": "Tipo de carpeta:",
-    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
+    "OptionOthers": "Otros",
     "MediaFolderHelpPluginRequired": "* Requiere el uso de un complemento, p. ej. GameBrowser o MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
     "ReferToMediaLibraryWiki": "Consultar la wiki de la biblioteca de medios.",
-    "ViewTypeLiveTvChannels": "Canales",
+    "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
     "LabelCountry": "Pa\u00eds:",
-    "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
+    "ViewTypeFolders": "Carpetas",
     "LabelLanguage": "Idioma:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
+    "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadatos:",
-    "HeaderPassword": "Contrase\u00f1a",
+    "ViewTypeLiveTvRecordingGroups": "Grabaciones",
     "LabelSaveLocalMetadata": "Guardar im\u00e1genes y metadatos en las carpetas de medios",
-    "HeaderLocalAccess": "Acceso Local",
+    "ViewTypeLiveTvChannels": "Canales",
     "LabelSaveLocalMetadataHelp": "Guardar im\u00e1genes y metadatos directamente en las carpetas de medios los colocar\u00e1 en un lugar donde se pueden editar f\u00e1cilmente.",
-    "HeaderViewOrder": "Orden de Despliegue",
+    "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
     "LabelDownloadInternetMetadata": "Descargar im\u00e1genes y metadatos de internet",
-    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
     "LabelDownloadInternetMetadataHelp": "Media Browser permite descargar informaci\u00f3n de sus medios para enriquecer la presentaci\u00f3n.",
-    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
+    "HeaderPassword": "Contrase\u00f1a",
     "TabPreferences": "Preferencias",
-    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
+    "HeaderLocalAccess": "Acceso Local",
     "TabPassword": "Contrase\u00f1a",
-    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
+    "HeaderViewOrder": "Orden de Despliegue",
     "TabLibraryAccess": "Acceso a biblioteca",
-    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
+    "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
     "TabImage": "Imagen",
-    "OptionRefreshAllData": "Actualizar todos los metadatos",
+    "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
     "TabProfile": "Perf\u00edl",
-    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
+    "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
     "TabMetadata": "Metadatos",
-    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
+    "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
     "TabImages": "Im\u00e1genes",
-    "HeaderRefreshMetadata": "Actualizar Metadatos",
+    "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
     "TabNotifications": "Notificaciones",
-    "HeaderPersonInfo": "Info de la Persona",
+    "OptionRefreshAllData": "Actualizar todos los metadatos",
     "TabCollectionTitles": "T\u00edtulos",
-    "HeaderIdentifyItem": "Identificar \u00cdtem",
+    "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostar episodios no disponibles en las temporadas",
-    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
+    "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios a\u00fan no emitidos en las temporadas",
-    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
+    "HeaderRefreshMetadata": "Actualizar Metadatos",
     "HeaderVideoPlaybackSettings": "Ajustes de Reproducci\u00f3n de Video",
-    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
+    "HeaderPersonInfo": "Info de la Persona",
     "HeaderPlaybackSettings": "Configuraci\u00f3n de Reproducci\u00f3n",
-    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
+    "HeaderIdentifyItem": "Identificar \u00cdtem",
     "LabelAudioLanguagePreference": "Preferencia de idioma de audio:",
-    "ButtonIdentify": "Identificar",
+    "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
     "LabelSubtitleLanguagePreference": "Preferencia de idioma de subt\u00edtulos:",
-    "LabelAlbumArtist": "Artista del \u00e1lbum:",
+    "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
     "OptionDefaultSubtitles": "Por Defecto",
-    "LabelAlbum": "\u00c1lbum",
+    "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
     "OptionOnlyForcedSubtitles": "\u00danicamente subt\u00edtulos forzados",
-    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
+    "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
     "OptionAlwaysPlaySubtitles": "Siempre mostrar subt\u00edtulos",
-    "LabelVoteCount": "Cantidad de votos:",
+    "ButtonIdentify": "Identificar",
     "OptionNoSubtitles": "Sin Subtitulos",
-    "LabelMetascore": "Metaescore:",
+    "LabelAlbumArtist": "Artista del \u00e1lbum:",
     "OptionDefaultSubtitlesHelp": "Los subt\u00edtulos que coincidan con el lenguaje preferido ser\u00e1n cargados cuando el audio se encuentre en un lenguaje extranjero.",
-    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
+    "LabelAlbum": "\u00c1lbum",
     "OptionOnlyForcedSubtitlesHelp": "Se cargar\u00e1n \u00fanicamente subt\u00edtulos marcados como forzados.",
-    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
+    "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
     "OptionAlwaysPlaySubtitlesHelp": "Los subt\u00edtulos que coincidan con el lenguaje preferido ser\u00e1n cargados independientemente del lenguaje del audio.",
-    "LabelAwardSummary": "Res\u00famen de premios:",
+    "LabelVoteCount": "Cantidad de votos:",
     "OptionNoSubtitlesHelp": "Los subt\u00edtulos no ser\u00e1n cargados por defecto.",
-    "LabelWebsite": "Sitio web:",
+    "LabelMetascore": "Metaescore:",
     "TabProfiles": "Perfiles",
-    "LabelTagline": "Eslogan",
+    "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
     "TabSecurity": "Seguridad",
-    "LabelOverview": "Sinopsis:",
+    "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
     "ButtonAddUser": "Agregar Usuario",
-    "LabelShortOverview": "Sinopsis corta:",
-    "LabelReleaseDate": "Fecha de estreno:",
+    "LabelAwardSummary": "Res\u00famen de premios:",
+    "LabelWebsite": "Sitio web:",
     "ButtonAddLocalUser": "Agregar Usuario Local",
-    "LabelYear": "A\u00f1o:",
-    "ButtonInviteMediaBrowserUser": "Invitar Usuario de Media Browser",
+    "LabelTagline": "Eslogan",
+    "ButtonInviteUser": "Invitar Usuario",
     "ButtonSave": "Guardar",
-    "LabelPlaceOfBirth": "Lugar de nacimiento:",
+    "LabelOverview": "Sinopsis:",
     "ButtonResetPassword": "Restablecer Contrase\u00f1a",
-    "LabelEndDate": "Fecha de Fin:",
+    "LabelShortOverview": "Sinopsis corta:",
     "LabelNewPassword": "Nueva contrase\u00f1a:",
-    "LabelAirDate": "D\u00edas al aire:",
+    "LabelReleaseDate": "Fecha de estreno:",
     "LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
-    "LabelAirTime:": "Tiempo al \u00e1ire:",
+    "LabelYear": "A\u00f1o:",
     "HeaderCreatePassword": "Crear Contrase\u00f1a",
-    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
+    "LabelPlaceOfBirth": "Lugar de nacimiento:",
     "LabelCurrentPassword": "Contrase\u00f1a actual:",
-    "LabelParentalRating": "Calificaci\u00f3n parental:",
+    "LabelEndDate": "Fecha de Fin:",
     "LabelMaxParentalRating": "M\u00e1xima clasificaci\u00f3n parental permitida:",
-    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
+    "LabelAirDate": "D\u00edas al aire:",
     "MaxParentalRatingHelp": "El contenido con clasificaci\u00f3n parental superior se ocultar\u00e1 para este usuario.",
-    "LabelBudget": "Presupuesto",
+    "LabelAirTime:": "Tiempo al \u00e1ire:",
     "LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podr\u00e1n editar todas las carpetas usando el administrador de metadatos.",
-    "LabelRevenue": "Ingresos ($):",
+    "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
     "ChannelAccessHelp": "Seleccione los canales a compartir con este usuario. Los administradores podr\u00e1n editar todos los canales empleando el administrador de metadatos.",
-    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
+    "LabelParentalRating": "Calificaci\u00f3n parental:",
     "ButtonDeleteImage": "Eliminar Imagen",
-    "LabelPlayers": "Jugadores:",
+    "LabelCustomRating": "Calificaci\u00f3n personalizada:",
     "LabelSelectUsers": "Seleccionar Usuarios:",
-    "Label3DFormat": "Formato 3D:",
+    "LabelBudget": "Presupuesto",
     "ButtonUpload": "Subir",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
+    "LabelRevenue": "Ingresos ($):",
     "HeaderUploadNewImage": "Subir Nueva Imagen",
-    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
+    "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
     "LabelDropImageHere": "Depositar imagen aqu\u00ed",
-    "HeaderExternalIds": "Id\u00b4s Externos:",
+    "LabelPlayers": "Jugadores:",
     "ImageUploadAspectRatioHelp": "Se Recomienda una Proporci\u00f3n de Aspecto 1:1. Solo JPG\/PNG.",
-    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
+    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Nada aqu\u00ed.",
-    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
     "MessagePleaseEnsureInternetMetadata": "Por favor aseg\u00farese que la descarga de metadatos de internet esta habilitada.",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
+    "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
     "TabSuggested": "Sugerencias",
-    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
+    "HeaderExternalIds": "Id\u00b4s Externos:",
     "TabLatest": "Recientes",
-    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
+    "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
     "TabUpcoming": "Por Estrenar",
-    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
+    "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
     "TabShows": "Programas",
-    "LabelTreatImageAs": "Tratar imagen como:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
     "TabEpisodes": "Episodios",
-    "LabelDisplayOrder": "Ordenamiento de despliegue:",
+    "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
     "TabGenres": "G\u00e9neros",
-    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
+    "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
     "TabPeople": "Personas",
-    "HeaderCountries": "Pa\u00edses",
+    "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
     "TabNetworks": "Cadenas",
-    "HeaderGenres": "G\u00e9neros",
+    "LabelTreatImageAs": "Tratar imagen como:",
     "HeaderUsers": "Usuarios",
-    "HeaderPlotKeywords": "Palabras clave de la Trama",
+    "LabelDisplayOrder": "Ordenamiento de despliegue:",
     "HeaderFilters": "Filtros:",
-    "HeaderStudios": "Estudios",
+    "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
     "ButtonFilter": "Filtro",
-    "HeaderTags": "Etiquetas",
+    "HeaderCountries": "Pa\u00edses",
     "OptionFavorite": "Favoritos",
-    "HeaderMetadataSettings": "Configuraciones de los metadatos",
+    "HeaderGenres": "G\u00e9neros",
     "OptionLikes": "Me gusta",
-    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
+    "HeaderPlotKeywords": "Palabras clave de la Trama",
     "OptionDislikes": "No me gusta",
-    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
+    "HeaderStudios": "Estudios",
     "OptionActors": "Actores",
-    "TabDonate": "Donar",
+    "HeaderTags": "Etiquetas",
     "OptionGuestStars": "Estrellas Invitadas",
-    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
+    "HeaderMetadataSettings": "Configuraciones de los metadatos",
     "OptionDirectors": "Directores",
-    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
+    "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
     "OptionWriters": "Guionistas",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
     "OptionProducers": "Productores",
-    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
+    "TabDonate": "Donar",
     "HeaderResume": "Continuar",
-    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
+    "HeaderDonationType": "Tipo de Donaci\u00f3n:",
     "HeaderNextUp": "A Continuaci\u00f3n",
-    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
+    "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
     "NoNextUpItemsMessage": "No se encontr\u00f3 nada. \u00a1Comienza a ver tus programas!",
-    "HeaderSupporterBenefit": "La membres\u00eda de aficionado proporciona beneficios adicionales tales como acceso a complementos premium, contenidos de canales de internet y m\u00e1s.",
+    "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.",
     "HeaderLatestEpisodes": "Episodios Recientes",
-    "OptionNoTrailer": "Sin Avance",
+    "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
     "HeaderPersonTypes": "Tipos de Personas:",
-    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
+    "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
     "TabSongs": "Canciones",
-    "OptionNoThemeVideo": "Sin Video del Tema",
+    "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
     "TabAlbums": "\u00c1lbums",
-    "LabelOneTimeDonationAmount": "Cantidad a donar:",
+    "HeaderSupporterBenefit": "La membres\u00eda de aficionado proporciona beneficios adicionales tales como acceso a complementos premium, contenidos de canales de internet y m\u00e1s.",
     "TabArtists": "Artistas",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "Sin Avance",
     "TabAlbumArtists": "Artistas del \u00c1lbum",
-    "OptionComposer": "Compositor",
+    "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
     "TabMusicVideos": "Videos Musicales",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "Sin Video del Tema",
     "ButtonSort": "Ordenar",
-    "OptionGuestStar": "Estrella invitada",
+    "LabelOneTimeDonationAmount": "Cantidad a donar:",
     "HeaderSortBy": "Ordenar Por:",
-    "OptionProducer": "Productor",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordenado Por:",
-    "OptionWriter": "Escritor",
+    "OptionComposer": "Compositor",
     "OptionPlayed": "Reproducido",
-    "LabelAirDays": "Se emite los d\u00edas:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "No reproducido",
-    "LabelAirTime": "Duraci\u00f3n:",
+    "OptionGuestStar": "Estrella invitada",
     "OptionAscending": "Ascendente",
-    "HeaderMediaInfo": "Info del Medio",
+    "OptionProducer": "Productor",
     "OptionDescending": "Descendente",
-    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
+    "OptionWriter": "Escritor",
     "OptionRuntime": "Duraci\u00f3n",
-    "HeaderInstall": "Instalar",
+    "LabelAirDays": "Se emite los d\u00edas:",
+    "LabelAirTime": "Duraci\u00f3n:",
     "OptionReleaseDate": "Fecha de Liberaci\u00f3n",
-    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
     "OptionPlayCount": "N\u00famero de Reproducc.",
-    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
+    "HeaderMediaInfo": "Info del Medio",
     "OptionDatePlayed": "Fecha de Reproducci\u00f3n",
-    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+    "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
     "OptionDateAdded": "Fecha de Adici\u00f3n",
-    "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.",
+    "HeaderInstall": "Instalar",
     "OptionAlbumArtist": "Artista del \u00c1lbum",
-    "HeaderReviews": "Rese\u00f1as",
+    "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
     "OptionArtist": "Artista",
-    "HeaderDeveloperInfo": "Info del desarrollador",
+    "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
     "OptionAlbum": "\u00c1lbum",
-    "HeaderRevisionHistory": "Historial de Versiones",
+    "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
     "OptionTrackName": "Nombre de la Pista",
-    "ButtonViewWebsite": "Ver sitio web",
+    "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.",
     "OptionCommunityRating": "Calificaci\u00f3n de la Comunidad",
-    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
+    "HeaderReviews": "Rese\u00f1as",
     "OptionNameSort": "Nombre",
-    "HeaderXmlSettings": "Configuraci\u00f3n XML",
+    "HeaderDeveloperInfo": "Info del desarrollador",
     "OptionFolderSort": "Carpetas",
-    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
+    "HeaderRevisionHistory": "Historial de Versiones",
     "OptionBudget": "Presupuesto",
-    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
+    "ButtonViewWebsite": "Ver sitio web",
     "OptionRevenue": "Recaudaci\u00f3n",
-    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
     "OptionPoster": "Cartel",
-    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
+    "HeaderXmlSettings": "Configuraci\u00f3n XML",
     "OptionBackdrop": "Imagen de Fondo",
-    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
+    "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
     "OptionTimeline": "L\u00ednea de Tiempo",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
     "OptionThumb": "Miniatura",
-    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
+    "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
     "OptionBanner": "T\u00edtulo",
-    "LabelConnectUserNameHelp": "Conectar a este usuario a una cuenta de Media Browser para habilitar un inicio de sesi\u00f3n para acceso simplificado desde cualquier app sin tener que conocer la direcci\u00f3n IP del servidor.",
+    "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
     "OptionCriticRating": "Calificaci\u00f3n de la Cr\u00edtica",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
+    "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
     "OptionVideoBitrate": "Tasa de bits de Video",
-    "LabelExternalPlayers": "Reproductores Externos:",
+    "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.",
     "OptionResumable": "Reanudable",
-    "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",
+    "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
     "ScheduledTasksHelp": "Da click en una tarea para ajustar su programaci\u00f3n.",
+    "LabelConnectUserNameHelp": "Conectar a este usuario a una cuenta de Media Browser para habilitar un inicio de sesi\u00f3n para acceso simplificado desde cualquier app sin tener que conocer la direcci\u00f3n IP del servidor.",
     "ScheduledTasksTitle": "Tareas Programadas",
-    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
-    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
     "TabMyPlugins": "Mis Complementos",
-    "LabelFormat": "Formato:",
+    "LabelExternalPlayers": "Reproductores Externos:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelMethod": "M\u00e9todo:",
+    "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",
     "PluginsTitle": "Complementos",
-    "LabelDidlMode": "Modo DIDL:",
     "HeaderAutomaticUpdates": "Actualizaciones Autom\u00e1ticas",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
+    "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
     "HeaderNowPlaying": "Reproduciendo Ahora",
-    "OptionResElement": "Elemento res",
+    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "\u00c1lbums Recientes",
-    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
+    "LabelMethod": "M\u00e9todo:",
     "HeaderLatestSongs": "Canciones Recientes",
-    "OptionExternallyDownloaded": "Descarga externa",
+    "LabelDidlMode": "Modo DIDL:",
     "HeaderRecentlyPlayed": "Reproducido Recientemente",
-    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproducido Frecuentemente",
+    "OptionResElement": "Elemento res",
     "DevBuildWarning": "Las compilaciones de Desarrollo son la punta de lanza. Se publican frecuentemente, estas compilaciones no se han probado. La aplicaci\u00f3n se puede bloquear y caracter\u00edsticas completas pueden no funcionar.",
-    "LabelSubtitleFormatHelp": "Ejemplo: srt",
+    "OptionEmbedSubtitles": "Embeber dentro del contenedor",
     "LabelVideoType": "Tipo de Video:",
-    "ButtonLearnMore": "Aprenda m\u00e1s",
+    "OptionExternallyDownloaded": "Descarga externa",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Reproducci\u00f3n",
+    "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Avances & Extras",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
+    "LabelSubtitleFormatHelp": "Ejemplo: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
+    "ButtonLearnMore": "Aprenda m\u00e1s",
     "LabelFeatures": "Caracter\u00edsticas:",
-    "TabCinemaMode": "Modo Cine",
+    "TabPlayback": "Reproducci\u00f3n",
     "LabelService": "Servicio:",
-    "TitlePlayback": "Reproducci\u00f3n",
+    "HeaderTrailersAndExtras": "Avances & Extras",
     "LabelStatus": "Estado:",
-    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
+    "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
     "LabelVersion": "Versi\u00f3n:",
-    "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.",
+    "HeaderLanguagePreferences": "Preferencias de Lenguaje",
     "LabelLastResult": "\u00daltimo resultado:",
-    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
+    "TabCinemaMode": "Modo Cine",
     "OptionHasSubtitles": "Subt\u00edtulos",
-    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
+    "TitlePlayback": "Reproducci\u00f3n",
     "OptionHasTrailer": "Avance",
-    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
+    "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
     "OptionHasThemeSong": "Canci\u00f3n del Tema",
-    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
+    "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.",
     "OptionHasThemeVideo": "Video del Tema",
-    "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.",
+    "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
     "TabMovies": "Pel\u00edculas",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
+    "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
     "TabStudios": "Estudios",
-    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
+    "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
     "TabTrailers": "Avances",
-    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
+    "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
     "LabelArtists": "Artistas:",
-    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
+    "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.",
     "LabelArtistsHelp": "Separar m\u00faltiples empleando:",
-    "ValueSpecialEpisodeName": "Especial: {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
     "HeaderLatestMovies": "Pel\u00edculas Recientes",
-    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
+    "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
     "HeaderLatestTrailers": "Avances Recientes",
-    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
+    "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
     "OptionHasSpecialFeatures": "Caracter\u00edsticas Especiales",
-    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
+    "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
     "OptionImdbRating": "Calificaci\u00f3n de IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
+    "ValueSpecialEpisodeName": "Especial: {0}",
     "OptionParentalRating": "Clasificaci\u00f3n Parental",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
+    "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
     "OptionPremiereDate": "Fecha de Estreno",
-    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
+    "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
     "TabBasic": "B\u00e1sico",
-    "LabelEnableCinemaMode": "Activar modo cine",
+    "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
     "TabAdvanced": "Avanzado",
-    "HeaderCinemaMode": "Modo cine",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
     "HeaderStatus": "Estado",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenido al Panel de Control de Media Browser",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
     "OptionContinuing": "Continuando",
+    "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
     "OptionEnded": "Finalizado",
+    "LabelEnableCinemaMode": "Activar modo cine",
     "HeaderAirDays": "D\u00edas de Emisi\u00f3n",
+    "HeaderCinemaMode": "Modo cine",
     "OptionSunday": "Domingo",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenido al Panel de Control de Media Browser",
     "OptionMonday": "Lunes",
+    "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
     "OptionTuesday": "Martes",
+    "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
     "OptionWednesday": "Mi\u00e9rcoles",
+    "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
     "OptionThursday": "Jueves",
+    "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
     "OptionFriday": "Viernes",
+    "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
     "OptionSaturday": "S\u00e1bado",
+    "TitleDevices": "Dispositivos",
     "HeaderManagement": "Administraci\u00f3n",
+    "TabCameraUpload": "Subida de C\u00e1mara",
     "LabelManagement": "Administraci\u00f3n:",
+    "TabDevices": "Dispositivos",
     "OptionMissingImdbId": "Falta Id de IMDb",
+    "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
     "OptionMissingTvdbId": "Falta Id de TheTVDB",
+    "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subida desde c\u00e1mara.",
     "OptionMissingOverview": "Falta Sinopsis",
+    "LabelCameraUploadPath": "Trayectoria de subida desde c\u00e1mara:",
     "OptionFileMetadataYearMismatch": "No coincide el A\u00f1o del Archivo con los Metadatos",
+    "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada. si lo desea. Si no se especifica, se emplear\u00e1 una carpeta por omisi\u00f3n.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
     "TitleSupport": "Soporte",
+    "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
     "TabLog": "Bit\u00e1cora",
+    "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
     "TabAbout": "Acerca de",
+    "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
     "TabSupporterKey": "Clave de Aficionado",
+    "HeaderInviteUser": "Invitar Usuario",
     "TabBecomeSupporter": "Convertirse en Aficionado",
+    "LabelConnectInviteUserHelp": "Este es el nombre de usuario o correo electr\u00f3nico que usa su amigo para iniciar sesi\u00f3n en el sitio web de Media Browser.",
     "MediaBrowserHasCommunity": "Media Browser cuenta con una pr\u00f3spera comunidad de usuarios y colaboradores.",
+    "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
     "CheckoutKnowledgeBase": "Eche un vistazo a nuestra base de conocimiento para ayudarte a sacar el m\u00e1ximo provecho de Media Browser.",
+    "ButtonSendInvitation": "Enviar invitaci\u00f3n",
     "SearchKnowledgeBase": "Buscar en la Base de Conocimiento",
+    "HeaderGuests": "Invitados",
     "VisitTheCommunity": "Visitar la Comunidad",
+    "HeaderLocalUsers": "Usuarios Locales",
     "VisitMediaBrowserWebsite": "Visitar el Sitio Web de Media Browser",
+    "HeaderPendingInvitations": "Invitaciones Pendientes",
     "VisitMediaBrowserWebsiteLong": "Visite el Sitio Web de Media Browser para estar conocer las \u00faltimas not\u00edcias y mantenerse al d\u00eda con el blog de los desarrolladores.",
     "OptionHideUser": "Ocultar este usuario en las pantallas de inicio de sesi\u00f3n",
     "OptionDisableUser": "Desactivar este usuario",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias",
     "OptionSearchForInternetMetadata": "Buscar en internet ilustraciones y metadatos",
     "ButtonCreate": "Crear",
-    "LabelHttpServerPortNumber": "N\u00famero de puerto del Servidor Http:",
+    "LabelLocalHttpServerPortNumber": "N\u00famero de puerto local:",
+    "LabelLocalHttpServerPortNumberHelp": "El n\u00famero de puerto TCP con el que el servidor de HTTP de Media Browser deber\u00e1 vincularse",
+    "LabelPublicPort": "N\u00famero de puerto p\u00fablico:",
+    "LabelPublicPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 mapearse hacia el puerto local.",
     "LabelWebSocketPortNumber": "N\u00famero de puerto WebSocket:",
-    "LabelEnableAutomaticPortHelp": "UPnP permite la configuraci\u00f3n autom\u00e1tica del router para acceso remoto. Esto puede no funcionar en algunos modelos de routers.",
+    "LabelEnableAutomaticPortMap": "Habilitar mapeo autom\u00e1tico de puertos",
+    "LabelEnableAutomaticPortMapHelp": "Intentar mapear autom\u00e1ticamente el puerto p\u00fablico con el puerto local via UPnP. Esto podr\u00eda no funcionar con algunos modelos de ruteadores.",
     "LabelExternalDDNS": "DDNS Externo:",
     "LabelExternalDDNSHelp": "Si dispone de una  DNS din\u00e1mica, introducirla aqu\u00ed. Media Brower la utilizar\u00e1 para las conexiones remotas.",
     "TabResume": "Continuar",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Colecciones",
     "OptionReportBooks": "Libros",
     "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbums",
-    "OptionReportAdultVideos": "Videos para Adultos",
-    "ButtonMore": "M\u00e1s",
-    "HeaderActivity": "Actividad",
-    "ScheduledTaskStartedWithName": "{0} Iniciado"
+    "OptionReportAlbums": "\u00c1lbums"
 }

+ 231 - 204
MediaBrowser.Server.Implementations/Localization/Server/fr.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Quitter",
-    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
+    "OptionReportAdultVideos": "Vid\u00e9os adultes",
     "LabelVisitCommunity": "Visiter la Communaut\u00e9",
-    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
+    "ButtonMore": "Voir la suite",
     "LabelGithubWiki": "GitHub Wiki",
-    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
+    "HeaderActivity": "Activit\u00e9",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
+    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mise \u00e0 jour",
+    "ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
     "LabelViewApiDocumentation": "Consulter la documentation API",
-    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
+    "ScheduledTaskCompletedWithName": "{0} termin\u00e9",
     "LabelBrowseLibrary": "Parcourir la biblioth\u00e8que",
-    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
+    "ScheduledTaskFailed": "T\u00e2che planifi\u00e9e termin\u00e9e",
     "LabelConfigureMediaBrowser": "Configurer Media Browser",
-    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
+    "PluginInstalledWithName": "{0} a \u00e9t\u00e9 install\u00e9",
     "LabelOpenLibraryViewer": "Ouvrir le navigateur de biblioth\u00e8que",
-    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
+    "PluginUpdatedWithName": "{0} a \u00e9t\u00e9 mise \u00e0 jour",
     "LabelRestartServer": "Red\u00e9marrer le Serveur",
-    "DeviceOnlineWithName": "{0} est connect\u00e9",
+    "PluginUninstalledWithName": "{0} a \u00e9t\u00e9 d\u00e9sinstall\u00e9",
     "LabelShowLogWindow": "Afficher la fen\u00eatre du journal d'\u00e9v\u00e8nements",
-    "UserOnlineFromDevice": "{0} s'est connect\u00e9(e) depuis {1}",
+    "ScheduledTaskFailedWithName": "{0} a \u00e9chou\u00e9",
     "LabelPrevious": "Pr\u00e9c\u00e9dent",
-    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9(e)",
+    "ItemAddedWithName": "{0} a \u00e9t\u00e9 ajout\u00e9 \u00e0 la biblioth\u00e8que",
     "LabelFinish": "Terminer",
-    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9(e) depuis {1}",
+    "ItemRemovedWithName": "{0} a \u00e9t\u00e9 supprim\u00e9 de la biblioth\u00e8que",
     "LabelNext": "Suivant",
-    "SubtitlesDownloadedForItem": "Les sous-titres de {0} sont t\u00e9l\u00e9charg\u00e9s",
+    "DeviceOnlineWithName": "{0} est connect\u00e9",
     "LabelYoureDone": "Vous avez Termin\u00e9!",
-    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
+    "UserOnlineFromDevice": "{0} s'est connect\u00e9(e) depuis {1}",
     "WelcomeToMediaBrowser": "Bienvenue \u00e0 Media Browser!",
-    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
+    "DeviceOfflineWithName": "{0} s'est d\u00e9connect\u00e9(e)",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Adresse IP: {0}",
+    "UserOfflineFromDevice": "{0} s'est d\u00e9connect\u00e9(e) depuis {1}",
     "ThisWizardWillGuideYou": "Cet assistant vous guidera dans le processus de configuration. Pour commencer, merci de s\u00e9lectionner votre langue pr\u00e9f\u00e9r\u00e9e.",
-    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
+    "SubtitlesDownloadedForItem": "Les sous-titres de {0} sont t\u00e9l\u00e9charg\u00e9s",
     "TellUsAboutYourself": "Parlez-nous de vous",
-    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
+    "SubtitleDownloadFailureForItem": "Le t\u00e9l\u00e9chargement des sous-titres pour {0} a \u00e9chou\u00e9.",
     "LabelYourFirstName": "Votre pr\u00e9nom:",
-    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
+    "LabelRunningTimeValue": "Dur\u00e9e: {0}",
     "MoreUsersCanBeAddedLater": "D'autres utilisateurs pourront \u00eatre ajout\u00e9s ult\u00e9rieurement \u00e0 partir du tableau de bord.",
-    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
+    "LabelIpAddressValue": "Adresse IP: {0}",
     "UserProfilesIntro": "Media Browser supporte nativement les profils utilisateurs, donnant la possibilit\u00e9 pour chaque utilisateur d'avoir ses propres param\u00e8tres d'affichage, \u00e9tats de lecture et param\u00e8tres de contr\u00f4le parental.",
-    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "UserConfigurationUpdatedWithName": "La configuration utilisateur de {0} a \u00e9t\u00e9 mise \u00e0 jour",
     "LabelWindowsService": "Service Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
+    "UserCreatedWithName": "L'utilisateur {0} a \u00e9t\u00e9 cr\u00e9\u00e9.",
     "AWindowsServiceHasBeenInstalled": "Un service Windows a \u00e9t\u00e9 install\u00e9.",
-    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mise \u00e0 jour.",
+    "UserPasswordChangedWithName": "Le mot de passe pour l'utilisateur {0} a \u00e9t\u00e9 modifi\u00e9.",
     "WindowsServiceIntro1": "Media Browser fonctionne normalement en tant qu'application sur le bureau avec une ic\u00f4ne dans la barre des t\u00e2ches, mais si vous pr\u00e9f\u00e9rez le lancer en tant que service d'arri\u00e8re-plan, il peut \u00eatre d\u00e9marr\u00e9 via le gestionnaire de services Windows.",
-    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
+    "UserDeletedWithName": "L'utilisateur {0} a \u00e9t\u00e9 supprim\u00e9.",
     "WindowsServiceIntro2": "Si le service Windows est utilis\u00e9, veuillez noter qu'il ne peut pas fonctionner en m\u00eame temps que l'application dans la barre des t\u00e2ches, il faut donc fermer l'application de la barre des t\u00e2ches pour pouvoir ex\u00e9cuter le service. Le service devra aussi \u00eatre configur\u00e9 avec les droits administrateurs via le panneau de configuration. Veuillez noter qu'actuellement la mise \u00e0 jour automatique du service n'est pas disponible, les mises \u00e0 jour devront donc se faire manuellement.",
-    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
+    "MessageServerConfigurationUpdated": "La configuration du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
     "WizardCompleted": "C'est tout ce dont nous avons besoin pour l'instant. Media Browser a commenc\u00e9 la collecte d'information sur votre biblioth\u00e8que de m\u00e9dia. Visitez quelques unes de nos applications, ensuite cliquez <b>Terminer<\/b> pour voir le <b>Tableau de bord<\/b>",
-    "UserStartedPlayingItemWithValues": "{0} vient de commencer \u00e0 lire {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La configuration de la section {0} du serveur a \u00e9t\u00e9 mise \u00e0 jour.",
     "LabelConfigureSettings": "Configurer les param\u00e8tres",
-    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater de lire {1}",
+    "MessageApplicationUpdated": "Media Browser Server a \u00e9t\u00e9 mise \u00e0 jour.",
     "LabelEnableVideoImageExtraction": "Activer l'extraction d'image des videos",
-    "AppDeviceValues": "Application : {0}, P\u00e9riph\u00e9rique : {1}",
+    "AuthenticationSucceededWithUserName": "{0} s'est authentifi\u00e9 avec succ\u00e8s",
     "VideoImageExtractionHelp": "Pour les vid\u00e9os sans image et pour lesquelles nous n'avons pas trouv\u00e9 d'images sur Internet. Ce processus prolongera la mise \u00e0 jour initiale de la biblioth\u00e8que mais offrira un meilleur rendu visuel.",
-    "ProviderValue": "Fournisseur : {0}",
+    "FailedLoginAttemptWithUserName": "Echec d'une tentative de connexion de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extraire les images de chapitre pour les films",
-    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
+    "UserStartedPlayingItemWithValues": "{0} vient de commencer \u00e0 lire {1}",
     "LabelChapterImageExtractionForMoviesHelp": "L'extraction d'images de chapitre permettra aux clients d'afficher des menus visuels pour la s\u00e9lection des sc\u00e8nes. Le processus peut \u00eatre long et consommateur de ressources du processeur et de stockage (plusieurs gigaoctets). Il s'ex\u00e9cute par d\u00e9faut comme t\u00e2che programm\u00e9e \u00e0 4:00 (AM) mais son param\u00e9trage peut \u00eatre modifi\u00e9 dans les options des t\u00e2ches programm\u00e9es. Il est d\u00e9conseill\u00e9 d'ex\u00e9cuter cette t\u00e2che durant les heures d'utilisation normales.",
-    "LabelChannelDownloadSizeLimitHelp": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement de la cha\u00eene. Le t\u00e9l\u00e9chargement de plus de 500 MB n\u00e9cessite un abonnement membre actif.",
-    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
+    "UserStoppedPlayingItemWithValues": "{0} vient d'arr\u00eater de lire {1}",
     "LabelEnableAutomaticPortMapping": "Activer la configuration automatique de port",
-    "HeaderPeople": "Personnes",
+    "AppDeviceValues": "Application : {0}, P\u00e9riph\u00e9rique : {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permet la configuration automatique de routeurs pour un acc\u00e8s \u00e0 distance facile. Ceci peut ne pas fonctionner sur certains mod\u00e8les de routeur.",
-    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
+    "ProviderValue": "Fournisseur : {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Compositeurs",
+    "LabelChannelDownloadSizeLimit": "Taille limite de t\u00e9l\u00e9chargement (Go) :",
     "ButtonCancel": "Annuler",
-    "OptionOthers": "Autres",
+    "LabelChannelDownloadSizeLimitHelpText": "Limiter la taille du r\u00e9pertoire de t\u00e9l\u00e9chargement des cha\u00eenes.",
+    "HeaderRecentActivity": "Activit\u00e9 r\u00e9cente",
     "ButtonNew": "Nouveau",
+    "HeaderPeople": "Personnes",
     "HeaderSetupLibrary": "Configurer votre biblioth\u00e8que de m\u00e9dia",
-    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'information \u00e0 l'\u00e9cran mais causera une lenteur des scans de librairie.",
+    "HeaderDownloadPeopleMetadataFor": "T\u00e9l\u00e9charger la biographie et les images pour:",
     "ButtonAddMediaFolder": "Ajouter un r\u00e9pertoire de m\u00e9dia",
-    "ViewTypeFolders": "R\u00e9pertoires",
+    "OptionComposers": "Compositeurs",
     "LabelFolderType": "Type de r\u00e9pertoire:",
-    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
+    "OptionOthers": "Autres",
     "MediaFolderHelpPluginRequired": "* Requiert l'utilisation d'un plug-in, Ex: GameBrowser ou MB BookShelf",
-    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
     "ReferToMediaLibraryWiki": "Se r\u00e9f\u00e9rer au wiki des biblioth\u00e8ques de m\u00e9dia",
-    "ViewTypeLiveTvChannels": "Cha\u00eenes",
+    "HeaderDownloadPeopleMetadataForHelp": "Activer les options compl\u00e9mentaires fournira plus d'information \u00e0 l'\u00e9cran mais causera une lenteur des scans de librairie.",
     "LabelCountry": "Pays:",
-    "LabelAllowLocalAccessWithoutPassword": "Autoriser l'acc\u00e8s local sans un mot de passe",
+    "ViewTypeFolders": "R\u00e9pertoires",
     "LabelLanguage": "Langue:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Si activ\u00e9, le mot de passe ne sera pas requis pour s'authentifier depuis le r\u00e9seau local.",
+    "LabelDisplayFoldersView": "Afficher une vue mosa\u00efque pour montrer les dossiers media en int\u00e9gralit\u00e9.",
     "HeaderPreferredMetadataLanguage": "Langue pr\u00e9f\u00e9r\u00e9e pour les m\u00e9tadonn\u00e9es:",
-    "HeaderPassword": "Mot de passe",
+    "ViewTypeLiveTvRecordingGroups": "Enregistrements",
     "LabelSaveLocalMetadata": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia",
-    "HeaderLocalAccess": "Acc\u00e8s local",
+    "ViewTypeLiveTvChannels": "Cha\u00eenes",
     "LabelSaveLocalMetadataHelp": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia va les placer \u00e0 un endroit o\u00f9 elles pourront facilement \u00eatre modifi\u00e9es.",
-    "HeaderViewOrder": "Ordre d'affichage",
+    "LabelAllowLocalAccessWithoutPassword": "Autoriser l'acc\u00e8s local sans un mot de passe",
     "LabelDownloadInternetMetadata": "T\u00e9l\u00e9charger les images et m\u00e9tadonn\u00e9es depuis Internet",
-    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Si activ\u00e9, le mot de passe ne sera pas requis pour s'authentifier depuis le r\u00e9seau local.",
     "LabelDownloadInternetMetadataHelp": "Media Browser peut t\u00e9l\u00e9charger des m\u00e9tadonn\u00e9es sur vos m\u00e9dia pour en offrir une pr\u00e9sentation plus riche.",
-    "LabelMetadataRefreshMode": "Mode de mis \u00e0 jour des m\u00e9tadonn\u00e9es:",
+    "HeaderPassword": "Mot de passe",
     "TabPreferences": "Pr\u00e9f\u00e9rences",
-    "LabelImageRefreshMode": "Mode de mise \u00e0 jour d'image:",
+    "HeaderLocalAccess": "Acc\u00e8s local",
     "TabPassword": "Mot de passe",
-    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
+    "HeaderViewOrder": "Ordre d'affichage",
     "TabLibraryAccess": "Acc\u00e8s aux biblioth\u00e8ques",
-    "OptionReplaceExistingImages": "Remplacer les images existantes",
+    "LabelSelectUserViewOrder": "Choisir l'ordre d'affichage qui sera utilis\u00e9 dans les applications de Media Browser",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
+    "LabelMetadataRefreshMode": "Mode de mis \u00e0 jour des m\u00e9tadonn\u00e9es:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
+    "LabelImageRefreshMode": "Mode de mise \u00e0 jour d'image:",
     "TabMetadata": "M\u00e9tadonn\u00e9es",
-    "OptionLocalRefreshOnly": "Mise \u00e0 jour uniquement locale",
+    "OptionDownloadMissingImages": "T\u00e9l\u00e9charger les images manquantes",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
+    "OptionReplaceExistingImages": "Remplacer les images existantes",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Info personne",
+    "OptionRefreshAllData": "Actualiser toutes les donn\u00e9es",
     "TabCollectionTitles": "Titres",
-    "HeaderIdentifyItem": "El\u00e9ment d'identification",
+    "OptionAddMissingDataOnly": "Ajouter uniquement les donn\u00e9es manquantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes manquants dans les saisons",
-    "HeaderIdentifyItemHelp": "Entrer un ou plusieurs crit\u00e8res de recherche. Retirer les crit\u00e8res pour avoir un r\u00e9sultat de la recherche plus important.",
+    "OptionLocalRefreshOnly": "Mise \u00e0 jour uniquement locale",
     "LabelUnairedMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes non diffus\u00e9s dans les saisons",
-    "HeaderConfirmDeletion": "Confirmer suppression",
+    "HeaderRefreshMetadata": "Actualiser les m\u00e9tadonn\u00e9es",
     "HeaderVideoPlaybackSettings": "Param\u00e8tres de lecture video",
-    "LabelFollowingFileWillBeDeleted": "Le fichier suivant a \u00e9t\u00e9 supprim\u00e9:",
+    "HeaderPersonInfo": "Info personne",
     "HeaderPlaybackSettings": "Param\u00e8tres de lecture",
-    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, merci de le confirmer en entrant la valeur de:",
+    "HeaderIdentifyItem": "El\u00e9ment d'identification",
     "LabelAudioLanguagePreference": "Param\u00e8tres de langue audio:",
-    "ButtonIdentify": "Identifier",
+    "HeaderIdentifyItemHelp": "Entrer un ou plusieurs crit\u00e8res de recherche. Retirer les crit\u00e8res pour avoir un r\u00e9sultat de la recherche plus important.",
     "LabelSubtitleLanguagePreference": "Param\u00e8tres de langue de sous-titre",
-    "LabelAlbumArtist": "Album de l'artiste",
+    "HeaderConfirmDeletion": "Confirmer suppression",
     "OptionDefaultSubtitles": "Par d\u00e9faut",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "Le fichier suivant a \u00e9t\u00e9 supprim\u00e9:",
     "OptionOnlyForcedSubtitles": "Seulement les sous-titres forc\u00e9s",
-    "LabelCommunityRating": "Classement communaut\u00e9:",
+    "LabelIfYouWishToContinueWithDeletion": "Si vous souhaitez continuer, merci de le confirmer en entrant la valeur de:",
     "OptionAlwaysPlaySubtitles": "Toujours afficher les sous-titres",
-    "LabelVoteCount": "Compteur de vote:",
+    "ButtonIdentify": "Identifier",
     "OptionNoSubtitles": "Aucun sous-titre",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album de l'artiste",
     "OptionDefaultSubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s lorsque la langue audio est \u00e9trang\u00e8re.",
-    "LabelCriticRating": "Score des critiques:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Seulement les sous-titres forc\u00e9s seront charg\u00e9s.",
-    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 du score de la critique:",
+    "LabelCommunityRating": "Classement communaut\u00e9:",
     "OptionAlwaysPlaySubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s peu importe la langue audio.",
-    "LabelAwardSummary": "R\u00e9sum\u00e9 des R\u00e9compenses:",
+    "LabelVoteCount": "Compteur de vote:",
     "OptionNoSubtitlesHelp": "Les sous-titres ne seront pas charg\u00e9s par d\u00e9faut.",
-    "LabelWebsite": "Site Web:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profils",
-    "LabelTagline": "Slogan:",
+    "LabelCriticRating": "Score des critiques:",
     "TabSecurity": "S\u00e9curit\u00e9",
-    "LabelOverview": "R\u00e9sum\u00e9:",
+    "LabelCriticRatingSummary": "R\u00e9sum\u00e9 du score de la critique:",
     "ButtonAddUser": "Ajouter utilisateur",
-    "LabelShortOverview": "Court r\u00e9sum\u00e9:",
-    "LabelReleaseDate": "Date de sortie :",
+    "LabelAwardSummary": "R\u00e9sum\u00e9 des R\u00e9compenses:",
+    "LabelWebsite": "Site Web:",
     "ButtonAddLocalUser": "Ajouter utilisateur local",
-    "LabelYear": "Ann\u00e9e :",
-    "ButtonInviteMediaBrowserUser": "Inviter utilisateur Media Browser",
+    "LabelTagline": "Slogan:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Sauvegarder",
-    "LabelPlaceOfBirth": "Lieu de naissance:",
+    "LabelOverview": "R\u00e9sum\u00e9:",
     "ButtonResetPassword": "R\u00e9initialiser mot de passe",
-    "LabelEndDate": "Date de fin:",
+    "LabelShortOverview": "Court r\u00e9sum\u00e9:",
     "LabelNewPassword": "Nouveau mot de passe :",
-    "LabelAirDate": "Jours de diffusion",
+    "LabelReleaseDate": "Date de sortie :",
     "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
-    "LabelAirTime:": "Heur de diffusion:",
+    "LabelYear": "Ann\u00e9e :",
     "HeaderCreatePassword": "Cr\u00e9er un mot de passe",
-    "LabelRuntimeMinutes": "Dur\u00e9e (minutes):",
+    "LabelPlaceOfBirth": "Lieu de naissance:",
     "LabelCurrentPassword": "Mot de passe actuel :",
-    "LabelParentalRating": "Avis parents:",
+    "LabelEndDate": "Date de fin:",
     "LabelMaxParentalRating": "Note maximale d'\u00e9valuation de contr\u00f4le parental:",
-    "LabelCustomRating": "Avis personnel:",
+    "LabelAirDate": "Jours de diffusion",
     "MaxParentalRatingHelp": "Le contenu avec une note d'\u00e9valuation de contr\u00f4le parental plus \u00e9lev\u00e9e ne sera pas visible par cet utilisateur.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Heur de diffusion:",
     "LibraryAccessHelp": "Selectionnez le r\u00e9pertoire de m\u00e9dia \u00e0 partager avec cet utilisateur. Les administrateurs pourront modifier tous les r\u00e9pertoires en utilisant le gestionnaire de m\u00e9tadonn\u00e9es.",
-    "LabelRevenue": "Gains ($)",
+    "LabelRuntimeMinutes": "Dur\u00e9e (minutes):",
     "ChannelAccessHelp": "S\u00e9lectionner les cha\u00eenes \u00e0 partager avec cet utilisateur. Les administrateurs pourront modifier toutes les cha\u00eenes par le gestionnaire de m\u00e9tadonn\u00e9es.",
-    "LabelOriginalAspectRatio": "Ratio d'aspect original:",
+    "LabelParentalRating": "Avis parents:",
     "ButtonDeleteImage": "Supprimer l'image",
-    "LabelPlayers": "Joueurs:",
+    "LabelCustomRating": "Avis personnel:",
     "LabelSelectUsers": "S\u00e9lectionner utilisateurs:",
-    "Label3DFormat": "Format 3D:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Envoyer",
-    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
+    "LabelRevenue": "Gains ($)",
     "HeaderUploadNewImage": "Envoyer nouvelle image",
-    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
+    "LabelOriginalAspectRatio": "Ratio d'aspect original:",
     "LabelDropImageHere": "Placer l'image ici",
-    "HeaderExternalIds": "Identifiants externes",
+    "LabelPlayers": "Joueurs:",
     "ImageUploadAspectRatioHelp": "Rapport d'aspect 1:1 recommand\u00e9. Seulement JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Num\u00e9ro de Saison DVD:",
+    "Label3DFormat": "Format 3D:",
     "MessageNothingHere": "Rien ici.",
-    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
+    "HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatif",
     "MessagePleaseEnsureInternetMetadata": "Merci de vous assurer que le t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es depuis Internet est bien activ\u00e9.",
-    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
+    "HeaderSpecialEpisodeInfo": "Information \u00e9pisode sp\u00e9cial",
     "TabSuggested": "Sugg\u00e9r\u00e9s",
-    "LabelAirsBeforeSeason": "Diffusions avant la saison:",
+    "HeaderExternalIds": "Identifiants externes",
     "TabLatest": "Plus r\u00e9cents",
-    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison:",
+    "LabelDvdSeasonNumber": "Num\u00e9ro de Saison DVD:",
     "TabUpcoming": "\u00c0 venir",
-    "LabelAirsBeforeEpisode": "Diffusions avant l'\u00e9pisode:",
+    "LabelDvdEpisodeNumber": "Num\u00e9ro d'Episode DVD:",
     "TabShows": "S\u00e9ries",
-    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
+    "LabelAbsoluteEpisodeNumber": "Num\u00e9ro absolu d'\u00e9pisode:",
     "TabEpisodes": "\u00c9pisodes",
-    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
+    "LabelAirsBeforeSeason": "Diffusions avant la saison:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Afficher les r\u00e9sultats sp\u00e9ciaux dans les saisons diffus\u00e9es en",
+    "LabelAirsAfterSeason": "Diffusion apr\u00e8s la saison:",
     "TabPeople": "Personnes",
-    "HeaderCountries": "Pays",
+    "LabelAirsBeforeEpisode": "Diffusions avant l'\u00e9pisode:",
     "TabNetworks": "R\u00e9seaux",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Consid\u00e9rer l'image comme:",
     "HeaderUsers": "Utilisateurs",
-    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
+    "LabelDisplayOrder": "Param\u00e8tres d'affichage",
     "HeaderFilters": "Filtres:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Afficher les r\u00e9sultats sp\u00e9ciaux dans les saisons diffus\u00e9es en",
     "ButtonFilter": "Filtre",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Pays",
     "OptionFavorite": "Favoris",
-    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Aim\u00e9s",
-    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour eviter de futures modifications",
+    "HeaderPlotKeywords": "afficher les mots cl\u00e9s",
     "OptionDislikes": "Non aim\u00e9s",
-    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Acteur(e)s",
-    "TabDonate": "Faire un don",
-    "OptionGuestStars": "Invit\u00e9s Sp\u00e9ciaux",
-    "HeaderDonationType": "Type de donation:",
+    "HeaderTags": "Tags",
+    "OptionGuestStars": "Invit\u00e9s sp\u00e9ciaux",
+    "HeaderMetadataSettings": "R\u00e9glages m\u00e9tadonn\u00e9es",
     "OptionDirectors": "R\u00e9alisateurs",
-    "OptionMakeOneTimeDonation": "Faire une donation s\u00e9par\u00e9e",
+    "LabelLockItemToPreventChanges": "Verrouiller cet \u00e9l\u00e9ment pour eviter de futures modifications",
     "OptionWriters": "Auteur(e)s",
-    "OptionOneTimeDescription": "Il s'agit d'une donation additionnel \u00e0 l'\u00e9quipe pour montrer votre support. Ce ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas une cl\u00e9 de supporter.",
+    "MessageLeaveEmptyToInherit": "Laisser vide pour h\u00e9riter des r\u00e9glages de l'\u00e9l\u00e9ment parent, ou de la valeur globale par d\u00e9faut.",
     "OptionProducers": "Producteurs",
-    "OptionLifeTimeSupporterMembership": "Partenariat de supporter \u00e0 vie",
+    "TabDonate": "Faire un don",
     "HeaderResume": "Reprendre",
-    "OptionYearlySupporterMembership": "Partenariat de supporter annuel",
+    "HeaderDonationType": "Type de donation:",
     "HeaderNextUp": "Prochains \u00e0 voir",
-    "OptionMonthlySupporterMembership": "Partenariat de supporter mensuel",
+    "OptionMakeOneTimeDonation": "Faire une donation s\u00e9par\u00e9e",
     "NoNextUpItemsMessage": "Aucun trouv\u00e9. Commencez \u00e0 regarder vos s\u00e9ries!",
-    "HeaderSupporterBenefit": "Une participation comme supporter fournit des avantages additionnel comme des acc\u00e8s \u00e0 des plugins premium, du contenu de chaines internet, et plus encore.",
+    "OptionOneTimeDescription": "Il s'agit d'une donation additionnel \u00e0 l'\u00e9quipe pour montrer votre support. Ce ne vous apportera pas de b\u00e9n\u00e9fices suppl\u00e9mentaires et ne vous donnera pas une cl\u00e9 de supporter.",
     "HeaderLatestEpisodes": "\u00c9pisodes les plus r\u00e9cents",
-    "OptionNoTrailer": "Aucune bande-annonce",
+    "OptionLifeTimeSupporterMembership": "Partenariat de supporter \u00e0 vie",
     "HeaderPersonTypes": "Types de personne:",
-    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
+    "OptionYearlySupporterMembership": "Partenariat de supporter annuel",
     "TabSongs": "Chansons",
-    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
+    "OptionMonthlySupporterMembership": "Partenariat de supporter mensuel",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Montant de la donation:",
+    "HeaderSupporterBenefit": "Une participation comme supporter fournit des avantages additionnel comme des acc\u00e8s \u00e0 des plugins premium, du contenu de chaines internet, et plus encore.",
     "TabArtists": "Artistes",
-    "OptionActor": "Acteur(trice)",
+    "OptionNoTrailer": "Aucune bande-annonce",
     "TabAlbumArtists": "Artistes sur l'album",
-    "OptionComposer": "Compositeur:",
+    "OptionNoThemeSong": "Pas de th\u00e8me de musique",
     "TabMusicVideos": "Videos musicales",
-    "OptionDirector": "R\u00e9alisateur:",
+    "OptionNoThemeVideo": "Pas de th\u00e8me vid\u00e9o",
     "ButtonSort": "Trier",
-    "OptionGuestStar": "Invit\u00e9s d'honneur",
+    "LabelOneTimeDonationAmount": "Montant de la donation:",
     "HeaderSortBy": "Trier par:",
-    "OptionProducer": "Producteur",
+    "OptionActor": "Acteur(trice)",
     "HeaderSortOrder": "Ordre de tri :",
-    "OptionWriter": "Sc\u00e9nariste",
+    "OptionComposer": "Compositeur:",
     "OptionPlayed": "Lu",
-    "LabelAirDays": "Jours de diffusion",
+    "OptionDirector": "R\u00e9alisateur:",
     "OptionUnplayed": "Non lu",
-    "LabelAirTime": "Heure de diffusion",
+    "OptionGuestStar": "Invit\u00e9s d'honneur",
     "OptionAscending": "Ascendant",
-    "HeaderMediaInfo": "Information m\u00e9dia",
+    "OptionProducer": "Producteur",
     "OptionDescending": "Descendant",
-    "HeaderPhotoInfo": "Information photo",
+    "OptionWriter": "Sc\u00e9nariste",
     "OptionRuntime": "Dur\u00e9e",
-    "HeaderInstall": "Install\u00e9",
+    "LabelAirDays": "Jours de diffusion",
+    "LabelAirTime": "Heure de diffusion",
     "OptionReleaseDate": "Date de sortie",
-    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer:",
     "OptionPlayCount": "Nombre de lectures",
-    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporter",
+    "HeaderMediaInfo": "Information m\u00e9dia",
     "OptionDatePlayed": "Date de lecture",
-    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporter actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
+    "HeaderPhotoInfo": "Information photo",
     "OptionDateAdded": "Date d'ajout",
-    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporter actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
+    "HeaderInstall": "Install\u00e9",
     "OptionAlbumArtist": "Artiste de l'album",
-    "HeaderReviews": "Revues",
+    "LabelSelectVersionToInstall": "S\u00e9lectionner la version \u00e0 installer :",
     "OptionArtist": "Artiste",
-    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
+    "LinkSupporterMembership": "En savoir plus sur le partenariat de supporter",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Historique des r\u00e9visions",
+    "MessageSupporterPluginRequiresMembership": "Ce plugin requiert un compte supporter actif apr\u00e8s la p\u00e9riode d'essai gratuit de 14 jours.",
     "OptionTrackName": "Nom du morceau",
-    "ButtonViewWebsite": "Voir le site",
+    "MessagePremiumPluginRequiresMembership": "Ce plugin requiert un compte supporter actif afin de l'acheter apr\u00e8s les 14 jours d'essais gratuits",
     "OptionCommunityRating": "Note de la communaut\u00e9",
-    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
+    "HeaderReviews": "Revues",
     "OptionNameSort": "Nom",
-    "HeaderXmlSettings": "R\u00e9glages Xml",
+    "HeaderDeveloperInfo": "Info d\u00e9velopeur",
     "OptionFolderSort": "R\u00e9pertoires",
-    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
+    "HeaderRevisionHistory": "Historique des r\u00e9visions",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
+    "ButtonViewWebsite": "Voir le site",
     "OptionRevenue": "Recettes",
-    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
+    "LabelRecurringDonationCanBeCancelledHelp": "Des donations r\u00e9currentes peuvent \u00eatre annul\u00e9es \u00e0 tout moment depuis votre compte PayPal.",
     "OptionPoster": "Affiche",
-    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
+    "HeaderXmlSettings": "R\u00e9glages Xml",
     "OptionBackdrop": "Image d'arri\u00e8re-plan",
-    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
+    "HeaderXmlDocumentAttributes": "Attributs des documents Xml",
     "OptionTimeline": "Chronologie",
-    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le balayage de la librairie. Si d\u00e9sactiv\u00e9 elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer le balayage r\u00e9gulier de la librairie  de fa\u00e7on plus rapide",
+    "HeaderXmlDocumentAttribute": "Attribut des documents Xml",
     "OptionThumb": "Vignette",
-    "LabelConnectUserName": "Nom d'utilisateur\/email Media Browser:",
+    "XmlDocumentAttributeListHelp": "Ces attributs sont appliqu\u00e9s \u00e0 l'\u00e9l\u00e9ment racine de chaque r\u00e9ponse xml",
     "OptionBanner": "Banni\u00e8re",
-    "LabelConnectUserNameHelp": "Relier cet utilisateur \u00e0 un compte Media Browser pour activer une connexion facile depuis toute application sans avoir \u00e0 connaitre l'adresse IP du serveur.",
+    "OptionSaveMetadataAsHidden": "Sauvegarder les m\u00e9ta-donn\u00e9es et les images en tant que fichier cach\u00e9s",
     "OptionCriticRating": "Note des critiques",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extraire les images des chapitres pendant le scan de la biblioth\u00e8que",
     "OptionVideoBitrate": "D\u00e9bit vid\u00e9o",
-    "LabelExternalPlayers": "Lecteurs externes:",
+    "LabelExtractChaptersDuringLibraryScanHelp": "Si activ\u00e9, les images de chapitres seront extraites lors de l'importation de vid\u00e9os pendant le balayage de la librairie. Si d\u00e9sactiv\u00e9 elles seront extraites pendant la t\u00e2che programm\u00e9e, permettant de terminer le balayage r\u00e9gulier de la librairie  de fa\u00e7on plus rapide",
     "OptionResumable": "Reprenable",
-    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Cela est seulement valable sur des appareils supportant les url, 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",
+    "LabelConnectUserName": "Nom d'utilisateur\/email Media Browser:",
     "ScheduledTasksHelp": "S\u00e9lectionnez une t\u00e2che pour ajuster sa programmation.",
+    "LabelConnectUserNameHelp": "Relier cet utilisateur \u00e0 un compte Media Browser pour activer une connexion facile depuis toute application sans avoir \u00e0 connaitre l'adresse IP du serveur.",
     "ScheduledTasksTitle": "T\u00e2ches planifi\u00e9es",
-    "HeaderSubtitleProfiles": "Profils de sous-titres",
-    "HeaderSubtitleProfilesHelp": "Profils de sous titre d\u00e9crivant le format support\u00e9 par l'appareil",
-    "TabMyPlugins": "Mes Plugins",
-    "LabelFormat": "Format:",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "En savoir plus sur Media Browser Connect",
+    "TabMyPlugins": "Mes plugins",
+    "LabelExternalPlayers": "Lecteurs externes:",
     "TabCatalog": "Catalogue",
-    "LabelMethod": "M\u00e9thode:",
+    "LabelExternalPlayersHelp": "Afficher les boutons pour lire du contenu sur le lecteur externe. Cela est seulement valable sur des appareils supportant les url, 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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Mode Didl:",
     "HeaderAutomaticUpdates": "Mises \u00e0 jour automatiques",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Profils de sous-titres",
+    "HeaderSubtitleProfilesHelp": "Profils de sous titre d\u00e9crivant le format support\u00e9 par l'appareil",
     "HeaderNowPlaying": "Lecture en cours",
-    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Derniers albums",
-    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
+    "LabelMethod": "M\u00e9thode:",
     "HeaderLatestSongs": "Derni\u00e8res chansons",
-    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
+    "LabelDidlMode": "Mode Didl:",
     "HeaderRecentlyPlayed": "Lus r\u00e9cemment",
-    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Fr\u00e9quemment lus",
+    "OptionResElement": "R\u00e9solution d'\u00e9l\u00e9ment",
     "DevBuildWarning": "Les versions Dev incorporent les derniers d\u00e9veloppements. Mises \u00e0 jour fr\u00e9quemment, ces versions ne sont pas test\u00e9es. L'application peut planter et certaines fonctionalit\u00e9s peuvent ne pas fonctionner du tout.",
-    "LabelSubtitleFormatHelp": "Exemple: srt",
+    "OptionEmbedSubtitles": "Am\u00e9lior\u00e9 avec container",
     "LabelVideoType": "Type de vid\u00e9o:",
-    "ButtonLearnMore": "Apprendre plus",
+    "OptionExternallyDownloaded": "T\u00e9l\u00e9chargement externe",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Lecture",
+    "OptionHlsSegmentedSubtitles": "Sous-titres segment\u00e9 HIs",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Bandes-annonces et extras",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "Trouver automatiquement les bandes-annonces sur Internet",
+    "LabelSubtitleFormatHelp": "Exemple: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
+    "ButtonLearnMore": "Apprendre plus",
     "LabelFeatures": "Caract\u00e9ristiques:",
-    "TabCinemaMode": "Mode cin\u00e9ma",
+    "TabPlayback": "Lecture",
     "LabelService": "Service:",
-    "TitlePlayback": "Lecture",
+    "HeaderTrailersAndExtras": "Bandes-annonces et extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Autoriser le mode cin\u00e9ma pour :",
+    "OptionFindTrailers": "Trouver automatiquement les bandes-annonces sur Internet",
     "LabelVersion": "Version:",
-    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma vous fait profiter de l'exp\u00e9rience du cin\u00e9ma directement dans votre salon avec la possibilit\u00e9 de jouer les bandes-annonces et des introductions personnalis\u00e9es avant le film.",
+    "HeaderLanguagePreferences": "Pr\u00e9f\u00e9rences de langue",
     "LabelLastResult": "Dernier r\u00e9sultat:",
-    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans la biblioth\u00e8que",
+    "TabCinemaMode": "Mode cin\u00e9ma",
     "OptionHasSubtitles": "Sous-titres",
-    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaux et anciens films",
+    "TitlePlayback": "Lecture",
     "OptionHasTrailer": "Bande-annonce",
-    "LabelLimitIntrosToUnwatchedContent": "Utiliser uniquement les bandes-annonces du contenu non visionn\u00e9",
+    "LabelEnableCinemaModeFor": "Autoriser le mode cin\u00e9ma pour :",
     "OptionHasThemeSong": "Chanson th\u00e8me",
-    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
+    "CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon avec l'abilit\u00e9 de lire les bandes-annonces et les introductions personnalis\u00e9es avant le programme principal.",
     "OptionHasThemeVideo": "Vid\u00e9o th\u00e8me",
-    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces ne pourront \u00eatre s\u00e9lectionn\u00e9es qu'avec un niveau d'acc\u00e8s \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu \u00e0 visionner.",
+    "OptionTrailersFromMyMovies": "Inclure les bandes-annonces des films dans la biblioth\u00e8que",
     "TabMovies": "Films",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Inclure les bandes-annonces des nouveaux et anciens films",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Utiliser uniquement les bandes-annonces du contenu non visionn\u00e9",
     "TabTrailers": "Bandes-annonces",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Activer le control parental intelligent",
     "LabelArtists": "Artistes",
-    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et jou\u00e9e apr\u00e8s les bandes-annonces.",
+    "LabelEnableIntroParentalControlHelp": "Les bandes-annonces ne pourront \u00eatre s\u00e9lectionn\u00e9es qu'avec un niveau d'acc\u00e8s \u00e9gal ou inf\u00e9rieur \u00e0 celui du contenu \u00e0 visionner.",
     "LabelArtistsHelp": "Usage multiple s\u00e9par\u00e9 ;",
-    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Ces fonctionnalit\u00e9s n\u00e9cessitent un compte membre actif et l'installation du plugin Bande annonces.",
     "HeaderLatestMovies": "Films les plus r\u00e9cents",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requiert la configuration des bandes-annonces locales.",
     "HeaderLatestTrailers": "Derni\u00e8res bandes-annonces",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Chemin des intros personnalis\u00e9es :",
     "OptionHasSpecialFeatures": "Bonus",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "Un r\u00e9pertoire contenant des fichiers vid\u00e9os. Une vid\u00e9o sera s\u00e9lectionn\u00e9e al\u00e9atoirement et jou\u00e9e apr\u00e8s les bandes-annonces.",
     "OptionImdbRating": "Note IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Sp\u00e9cial - {0}",
     "OptionParentalRating": "Note d'\u00e9valuation de contr\u00f4le parental",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Bandes-annonces Internet :",
     "OptionPremiereDate": "Date de la premi\u00e8re",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Inclure les bandes annonces des nouveaux et prochains films en DVD et Blu-Ray",
     "TabBasic": "Standard",
-    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
+    "OptionUpcomingStreamingMovies": "Inclure les bandes annonces des nouveaux et prochains films de NetFlix",
     "TabAdvanced": "Avanc\u00e9",
-    "HeaderCinemaMode": "Mode cin\u00e9ma",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Afficher les bandes-annonces dans les suggestions de film.",
     "HeaderStatus": "\u00c9tat",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenue dans le centre de contr\u00f4le de Media browser",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "N\u00e9cessite l'installation du plugin Trailer",
     "OptionContinuing": "En continuation",
+    "CinemaModeConfigurationHelp2": "Les utilisateurs ont la possibilit\u00e9 de d\u00e9sactiver le mode cin\u00e9ma dans leurs propres pr\u00e9f\u00e9rences.",
     "OptionEnded": "Termin\u00e9",
+    "LabelEnableCinemaMode": "Activer le mode cin\u00e9ma",
     "HeaderAirDays": "Jours de diffusion",
+    "HeaderCinemaMode": "Mode cin\u00e9ma",
     "OptionSunday": "Dimanche",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bienvenue dans le centre de contr\u00f4le de Media browser",
     "OptionMonday": "Lundi",
+    "LabelDateAddedBehavior": "Comportement de l'ajout des dates pour le nouveau contenu:",
     "OptionTuesday": "Mardi",
+    "OptionDateAddedImportTime": "Utiliser les dates scann\u00e9es dans la biblioth\u00e8ques",
     "OptionWednesday": "Mercredi",
+    "OptionDateAddedFileTime": "Utiliser la date de cr\u00e9ation de fichier",
     "OptionThursday": "Jeudi",
+    "LabelDateAddedBehaviorHelp": "Si une m\u00e9dadonn\u00e9e est pr\u00e9sente, elle sera toujours utilis\u00e9e avant toutes ces options.",
     "OptionFriday": "Vendredi",
+    "LabelNumberTrailerToPlay": "Nombre de bandes-annonces \u00e0 lire :",
     "OptionSaturday": "Samedi",
+    "TitleDevices": "P\u00e9riph\u00e9riques",
     "HeaderManagement": "Gestion",
+    "TabCameraUpload": "Upload de la cam\u00e9ra",
     "LabelManagement": "Gestion :",
+    "TabDevices": "Lecteurs",
     "OptionMissingImdbId": "ID IMDb manquant",
+    "HeaderCameraUploadHelp": "Uploader automatiquement les photos et les vid\u00e9os depuis vos p\u00e9riph\u00e9riques mobiles dans Media Browser.",
     "OptionMissingTvdbId": "ID TheTVDB manquant",
+    "MessageNoDevicesSupportCameraUpload": "Vous n'avez actuellement aucun p\u00e9riph\u00e9riques support\u00e9 par l'upload de la cam\u00e9ra.",
     "OptionMissingOverview": "R\u00e9sum\u00e9 manquant",
+    "LabelCameraUploadPath": "R\u00e9pertoire de l'upload de la camera:",
     "OptionFileMetadataYearMismatch": "Conflit entre nom du fichier et les m\u00e9tadonn\u00e9es sur l'ann\u00e9e",
+    "LabelCameraUploadPathHelp": "Si vous le souhaiter, s\u00e9lectionner un r\u00e9pertoire personnalis\u00e9 pour l'upload. Si non sp\u00e9cifi\u00e9, un r\u00e9pertoire par d\u00e9faut sera utilis\u00e9.",
     "TabGeneral": "G\u00e9n\u00e9ral",
+    "LabelCreateCameraUploadSubfolder": "Cr\u00e9er un sous-dossier pour chaque p\u00e9riph\u00e9rique",
     "TitleSupport": "Assistance",
+    "LabelCreateCameraUploadSubfolderHelp": "Des r\u00e9pertoires sp\u00e9cifiques peuvent \u00eatres affect\u00e9 \u00e0 des p\u00e9riph\u00e9riques en cliquant sur le p\u00e9riph\u00e9rique dans la page P\u00e9riph\u00e9rique.",
     "TabLog": "Journal d'\u00e9v\u00e8nements",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "\u00c0 propos",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Cl\u00e9 de membre supporteur",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Devenir un suporteur",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser dispose d'une communaut\u00e9 active d'utilisateurs et de contributeurs.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Parcourez notre base de connaissances pour utiliser au mieux Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Rechercher dans la base de connaissances",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visiter la Communaut\u00e9",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visiter le site Web de Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visiter le site Web de Media Browser pour lire les derni\u00e8res nouvelles et parcourir le journal des d\u00e9veloppeurs.",
     "OptionHideUser": "Ne pas afficher cet utilisateur dans les \u00e9crans de connexion",
     "OptionDisableUser": "D\u00e9sactiver cet utilisateur",
@@ -468,7 +495,7 @@
     "HeaderExtractChapterImagesFor": "Extraire les images de chapitres pour :",
     "OptionMovies": "Films",
     "OptionEpisodes": "\u00c9pisodes",
-    "OptionOtherVideos": "Autres Vid\u00e9os",
+    "OptionOtherVideos": "Autres vid\u00e9os",
     "TitleMetadata": "M\u00e9tadonn\u00e9es",
     "LabelAutomaticUpdatesFanart": "Activer les mises \u00e0 jour automatique depuis FanArt.tv",
     "LabelAutomaticUpdatesTmdb": "Activer les mises \u00e0 jour automatique depuis TheMovieDB.org",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Exemple: Collection Star Wars",
     "OptionSearchForInternetMetadata": "Rechercher sur Internet les images et m\u00e9tadonn\u00e9es",
     "ButtonCreate": "Cr\u00e9er",
-    "LabelHttpServerPortNumber": "Num\u00e9ro de port pour le serveur HTTP:",
+    "LabelLocalHttpServerPortNumber": "Num\u00e9ro du port local :",
+    "LabelLocalHttpServerPortNumberHelp": "Le num\u00e9ro du port tcp qui sera li\u00e9 au serveur http de Media Browser.",
+    "LabelPublicPort": "Num\u00e9ro du port publique :",
+    "LabelPublicPortHelp": "Le num\u00e9ro de port public qui sera mapp\u00e9 sur le port local.",
     "LabelWebSocketPortNumber": "Num\u00e9ro de port du \"Web socket\":",
-    "LabelEnableAutomaticPortHelp": "UPnP permet la configuration automatique du routeur for l'acc\u00e8s \u00e0 distance. Ceci peut ne pas fonctionner avec certains mod\u00e8les de routeur.",
+    "LabelEnableAutomaticPortMap": "Autoriser le mapping automatique du port",
+    "LabelEnableAutomaticPortMapHelp": "Essayer de mapper automatiquement le port public au port local via UPnP. Cela peut ne pas fonctionner avec certains mod\u00e8les de routeurs.",
     "LabelExternalDDNS": "DDNS Externe",
     "LabelExternalDDNSHelp": "Si vous avez un DNS dynamique, entrez-le ici. Les applications Media Browser vont s'en servir pour les connexions \u00e0 distance.",
     "TabResume": "Reprendre",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Livres",
     "OptionReportArtists": "Artistes",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Vid\u00e9os adultes",
-    "ButtonMore": "Voir la suite",
-    "HeaderActivity": "Activit\u00e9",
-    "ScheduledTaskStartedWithName": "{0} a commenc\u00e9"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/he.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "\u05d9\u05e6\u05d9\u05d0\u05d4",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05e7\u05d5\u05d3",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u05e8\u05d2\u05d9\u05dc",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u05e8\u05d0\u05d4 \u05de\u05e1\u05de\u05db\u05d9 \u05e2\u05e8\u05db\u05ea \u05e4\u05d9\u05ea\u05d5\u05d7",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u05d3\u05e4\u05d3\u05e3 \u05d1\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u05e4\u05ea\u05d7 \u05de\u05e6\u05d9\u05d2 \u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u05d0\u05ea\u05d7\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u05d4\u05e8\u05d0\u05d4 \u05d7\u05dc\u05d5\u05df \u05dc\u05d5\u05d2",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u05d4\u05d1\u05d0",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u05e1\u05d9\u05d9\u05de\u05ea!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u05d1\u05e8\u05d5\u05da \u05d4\u05d1\u05d0 \u05dc- Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "\u05d0\u05e9\u05e3 \u05d6\u05d4 \u05d9\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05d1\u05d4\u05ea\u05dc\u05d9\u05da \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u05e1\u05e4\u05e8 \u05dc\u05e0\u05d5 \u05e2\u05dc \u05e2\u05e6\u05de\u05da",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u05e9\u05de\u05da \u05d4\u05e4\u05e8\u05d8\u05d9:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8 \u05d3\u05e8\u05da \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser \u05db\u05d5\u05dc\u05dc \u05ea\u05de\u05d9\u05db\u05d4 \u05de\u05d5\u05d1\u05e0\u05ea \u05d1\u05de\u05e1\u05e4\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd. \u05d5\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05db\u05dc \u05d0\u05d7\u05d3 \u05de\u05d4\u05dd \u05ea\u05e6\u05d5\u05d2\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea, \u05de\u05e6\u05d1 \u05e0\u05d2\u05df \u05d5\u05d1\u05e7\u05e8\u05ea \u05d4\u05d5\u05e8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1 \u05d4\u05d5\u05ea\u05e7\u05df",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "\u05e9\u05e8\u05ea Media Browser \u05e8\u05e5 \u05db\u05ea\u05d5\u05db\u05e0\u05ea \u05e9\u05d5\u05dc\u05d7\u05df \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e2\u05dd \u05d0\u05d9\u05e7\u05d5\u05df \u05d1\u05e9\u05d5\u05e8\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea, \u05d0\u05d1\u05dc \u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e2\u05d3\u05d9\u05e3 \u05dc\u05d4\u05e8\u05d9\u05e5 \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05db\u05e9\u05d9\u05e8\u05d5\u05ea \u05e8\u05e7\u05e2, \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05de\u05ea\u05d5\u05da \u05d7\u05dc\u05d5\u05df \u05d4\u05d1\u05e7\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9 \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1 \u05d1\u05de\u05e7\u05d5\u05dd.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "\u05d0\u05dd \u05d0\u05ea\u05d4 \u05de\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d5\u05d5\u05d9\u05e0\u05d3\u05d5\u05e1, \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e9\u05d9\u05dd \u05dc\u05d1 \u05e9\u05d4\u05d5\u05d0 \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d5\u05e5 \u05d1\u05d0\u05d5\u05ea\u05d5 \u05d6\u05de\u05df \u05e9\u05d4\u05e9\u05e8\u05ea \u05db\u05d1\u05e8 \u05e2\u05d5\u05d1\u05d3 \u05d1\u05e8\u05e7\u05e2. \u05dc\u05db\u05df \u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d4\u05e9\u05e8\u05ea \u05e2\u05dc \u05de\u05e0\u05ea \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea. \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d2\u05dd \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d5\u05d2\u05d3\u05e8 \u05e2\u05dd \u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05de\u05e0\u05d4\u05dc \u05d3\u05e8\u05da \u05dc\u05d5\u05d7 \u05d4\u05d1\u05e7\u05e8\u05d4. \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e7\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05db\u05e8\u05d2\u05e2 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05d0 \u05d9\u05db\u05d5\u05dc \u05dc\u05e2\u05d3\u05db\u05df \u05d0\u05ea \u05e2\u05e6\u05de\u05d5 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea, \u05d5\u05dc\u05db\u05df \u05d2\u05d9\u05e8\u05e1\u05d0\u05d5\u05ea \u05d7\u05d3\u05e9\u05d5\u05ea \u05d9\u05e6\u05e8\u05d9\u05db\u05d5 \u05e2\u05d9\u05d3\u05db\u05d5\u05df \u05d9\u05d3\u05e0\u05d9.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "\u05d6\u05d4 \u05db\u05dc \u05de\u05d4 \u05e9\u05e6\u05e8\u05d9\u05da \u05dc\u05e2\u05db\u05e9\u05d9\u05d5. Media Browser \u05d4\u05d7\u05dc \u05dc\u05d0\u05e1\u05d5\u05e3 \u05de\u05d9\u05d3\u05e2 \u05dc\u05d2\u05d1\u05d9 \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da. \u05d0\u05dc \u05ea\u05e9\u05db\u05d7 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05de\u05d2\u05d5\u05d5\u05df \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5, \u05d5\u05d0\u05d6 \u05dc\u05d7\u05e5 <b>\u05e1\u05d9\u05d9\u05dd<\/b> \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4<b>\u05dc\u05d5\u05d7 \u05d1\u05e7\u05e8\u05d4<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u05e7\u05d1\u05e2 \u05d0\u05ea \u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "\u05d0\u05e4\u05e9\u05e8 \u05e9\u05dc\u05d9\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05e1\u05e8\u05d8",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "\u05e2\u05d1\u05d5\u05e8 \u05e1\u05e8\u05d8\u05d9\u05dd \u05e9\u05d0\u05d9\u05df \u05dc\u05d4\u05dd \u05db\u05d1\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4, \u05d5\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4 \u05dc\u05d4\u05dd \u05d0\u05d7\u05ea \u05d1\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8. \u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5 \u05ea\u05d5\u05e1\u05d9\u05e3 \u05de\u05e2\u05d8 \u05d6\u05de\u05df \u05dc\u05ea\u05d4\u05dc\u05d9\u05da \u05e1\u05e8\u05d9\u05e7\u05ea \u05d4\u05ea\u05e7\u05d9\u05d9\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9, \u05d0\u05da \u05ea\u05e1\u05e4\u05e7 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d9\u05e4\u05d4.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "\u05d7\u05dc\u05e5 \u05ea\u05de\u05d5\u05e0\u05ea \u05e4\u05e8\u05e7 \u05dc\u05e1\u05e8\u05d8\u05d9\u05dd",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "\u05d7\u05d9\u05dc\u05d5\u05e5 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e4\u05e8\u05e7\u05d9\u05dd \u05d9\u05d0\u05e4\u05e9\u05e8 \u05dc\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05dc\u05e8\u05d0\u05d5\u05ea \u05ea\u05e4\u05e8\u05d9\u05d8 \u05d1\u05d7\u05d9\u05e8\u05ea \u05e1\u05e6\u05e0\u05d5\u05ea \u05d2\u05e8\u05e4\u05d9. \u05d4\u05ea\u05d4\u05dc\u05d9\u05da \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05d0\u05d9\u05d8\u05d9, \u05dc\u05d3\u05e8\u05d5\u05e9 \u05de\u05e9\u05d0\u05d1\u05d9 \u05de\u05e2\u05d1\u05d3 \u05e8\u05d1\u05d9\u05dd \u05d5\u05dc\u05ea\u05e4\u05d5\u05e1 \u05e9\u05d8\u05d7 \u05d0\u05d9\u05d7\u05e1\u05d5\u05df \u05e8\u05d1. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e8\u05e6\u05d4 \u05db\u05de\u05e9\u05d9\u05de\u05d4 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05ea \u05d1\u05d0\u05e8\u05d1\u05e2 \u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8, \u05d0\u05da \u05d6\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05d9\u05e0\u05d5\u05d9 \u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05d4\u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d5\u05ea. \u05d6\u05d4 \u05dc\u05d0 \u05de\u05de\u05d5\u05dc\u05e5 \u05dc\u05d4\u05e4\u05e2\u05d9\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05d6\u05d5 \u05d1\u05e9\u05e2\u05d5\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d4\u05e2\u05d9\u05e7\u05e8\u05d9\u05d5\u05ea \u05d1\u05de\u05d7\u05e9\u05d1.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "\u05d0\u05e4\u05e9\u05e8 \u05de\u05d9\u05e4\u05d5\u05d9 \u05e4\u05d5\u05e8\u05d8\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP \u05de\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05e8\u05d0\u05d5\u05d8\u05e8 \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05de\u05e8\u05d5\u05d7\u05e7\u05ea \u05d1\u05e7\u05dc\u05d5\u05ea. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d0 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05db\u05dc \u05d3\u05d2\u05de\u05d9 \u05d4\u05e8\u05d0\u05d5\u05d8\u05e8\u05d9\u05dd.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "\u05d0\u05e9\u05e8",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u05d1\u05d8\u05dc",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "\u05d7\u05d3\u05e9",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "\u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u05d4\u05d5\u05e1\u05e3 \u05ea\u05d9\u05e7\u05d9\u05d9\u05ea \u05de\u05d3\u05d9\u05d4",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "\u05e1\u05d5\u05d2 \u05d4\u05ea\u05d9\u05e7\u05d9\u05d9\u05d4:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* \u05de\u05e6\u05e8\u05d9\u05da \u05de\u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05ea\u05d5\u05e1\u05e3, \u05dc\u05d3\u05d5\u05d2\u05de\u05d0 GameBrowser \u05d0\u05d5 MB Bookshelf",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "\u05e4\u05e0\u05d4 \u05dc\u05de\u05d9\u05d3\u05e2 \u05d0\u05d5\u05d3\u05d5\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u05de\u05d3\u05d9\u05e0\u05d4:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u05e9\u05e4\u05d4:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u05e9\u05e4\u05ea \u05de\u05d9\u05d3\u05e2 \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u05e9\u05de\u05d5\u05e8 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05d1\u05ea\u05d5\u05da \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u05e9\u05de\u05d9\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05ea\u05d0\u05e4\u05e9\u05e8 \u05e2\u05e8\u05d9\u05db\u05d4 \u05e0\u05d5\u05d7\u05d4 \u05d5\u05e7\u05dc\u05d4 \u05e9\u05dc\u05d4\u05dd.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u05d4\u05d5\u05e8\u05d3 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2 \u05d5\u05de\u05d9\u05d3\u05e2 \u05de\u05d4\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05de\u05d9\u05d3\u05e2 \u05dc\u05d2\u05d1\u05d9 \u05e7\u05d1\u05e6\u05d9 \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da \u05db\u05d3\u05d9 \u05d0\u05e4\u05e9\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05e2\u05e9\u05d9\u05e8\u05d4.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "\u05d4\u05e2\u05d3\u05e4\u05d5\u05ea",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u05e1\u05d9\u05e1\u05de\u05d0",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u05d2\u05d9\u05e9\u05d4 \u05dc\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u05ea\u05de\u05d5\u05e0\u05d4",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "\u05d4\u05ea\u05e8\u05d0\u05d5\u05ea",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "\u05db\u05d5\u05ea\u05e8\u05d9\u05dd",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05dd \u05d1\u05ea\u05d5\u05da \u05d4\u05e2\u05d5\u05e0\u05d5\u05ea",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "\u05d4\u05e6\u05d2 \u05e4\u05e8\u05e7\u05d9\u05dd \u05e9\u05e2\u05d3\u05d9\u05df \u05d0\u05dc \u05e9\u05d5\u05d3\u05e8\u05d5 \u05d1\u05ea\u05d5\u05da \u05d4\u05e2\u05d5\u05e0\u05d5\u05ea",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u05e9\u05e4\u05ea \u05e7\u05d5\u05dc \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u05e9\u05e4\u05ea \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\u05d9\u05dd",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u05d4\u05d5\u05e1\u05e3 \u05de\u05e9\u05ea\u05de\u05e9",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u05e9\u05de\u05d5\u05e8",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05d9\u05e1\u05de\u05d0",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u05d0\u05d9\u05de\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u05e6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u05e1\u05d9\u05e1\u05de\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05d5\u05e8\u05d9\u05dd \u05de\u05e7\u05e1\u05d9\u05de\u05d0\u05dc\u05d9:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "\u05ea\u05d5\u05db\u05df \u05e2\u05dd \u05d3\u05d9\u05e8\u05d5\u05d2 \u05d2\u05d5\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05d9\u05d5\u05e1\u05ea\u05e8 \u05de\u05d4\u05de\u05e9\u05ea\u05de\u05e9.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "\u05d1\u05d7\u05e8 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05d0\u05e9\u05e8 \u05d9\u05e9\u05d5\u05ea\u05e4\u05d5 \u05e2\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9. \u05de\u05e0\u05d4\u05dc\u05d9\u05dd \u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05e2\u05e8\u05d5\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05e2\u05d5\u05e8\u05da \u05d4\u05de\u05d9\u05d3\u05e2.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u05de\u05d7\u05e7 \u05ea\u05de\u05d5\u05e0\u05d4",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "\u05d1\u05d7\u05e8 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "\u05d4\u05e2\u05dc\u05d4",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u05d4\u05e2\u05dc\u05d4 \u05ea\u05de\u05d5\u05e0\u05d4 \u05d7\u05d3\u05e9\u05d4",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "\u05de\u05d5\u05de\u05dc\u05e5 \u05d9\u05d7\u05e1 \u05d2\u05d5\u05d1\u05d4 \u05e9\u05dc 1:1. \u05e8\u05e7 JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u05d0\u05d9\u05df \u05db\u05d0\u05df \u05db\u05dc\u05d5\u05dd.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "\u05d1\u05d1\u05e7\u05e9\u05d4 \u05d5\u05d5\u05d3\u05d0 \u05db\u05d9 \u05d4\u05d5\u05e8\u05d3\u05ea \u05de\u05d9\u05d3\u05e2 \u05de\u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05de\u05d0\u05d5\u05e4\u05e9\u05e8\u05ea",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u05de\u05de\u05d5\u05dc\u05e5",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u05d0\u05d7\u05e8\u05d5\u05df",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u05d1\u05e7\u05e8\u05d5\u05d1",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u05ea\u05d5\u05db\u05e0\u05d9\u05d5\u05ea",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u05e4\u05e8\u05e7\u05d9\u05dd",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u05d6\u05d0\u05e0\u05e8\u05d9\u05dd",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u05d0\u05e0\u05e9\u05d9\u05dd",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u05e8\u05e9\u05ea\u05d5\u05ea",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u05de\u05e1\u05e0\u05e0\u05d9\u05dd:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u05de\u05e1\u05e0\u05df",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "\u05de\u05d5\u05e2\u05d3\u05e4\u05d9\u05dd",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "\u05e0\u05d1\u05d7\u05e8\u05d9\u05dd",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u05dc\u05d0 \u05d0\u05d5\u05d4\u05d1",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "\u05e9\u05d7\u05e7\u05e0\u05d9\u05dd",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "\u05e9\u05d7\u05e7\u05df \u05d0\u05d5\u05e8\u05d7",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u05d1\u05de\u05d0\u05d9\u05dd",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u05db\u05d5\u05ea\u05d1\u05d9\u05dd",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u05de\u05e4\u05d9\u05e7\u05d9\u05dd",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "\u05d4\u05de\u05e9\u05da",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u05d4\u05d1\u05d0 \u05d1\u05ea\u05d5\u05e8",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0 \u05db\u05dc\u05d5\u05dd. \u05d4\u05ea\u05d7\u05dc\u05ea \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05e1\u05d3\u05e8\u05d5\u05ea \u05e9\u05dc\u05da!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "\u05e1\u05d5\u05d2\u05d9 \u05d0\u05e0\u05e9\u05d9\u05dd:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u05e9\u05d9\u05e8\u05d9\u05dd",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u05d0\u05de\u05e0\u05d9\u05dd",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u05d0\u05de\u05e0\u05d9 \u05d0\u05dc\u05d1\u05d5\u05dd",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "\u05e7\u05dc\u05d9\u05e4\u05d9\u05dd",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u05de\u05d9\u05d9\u05df",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "\u05e1\u05d3\u05e8 \u05de\u05d9\u05d5\u05df:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "\u05e0\u05d5\u05d2\u05df",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "\u05dc\u05d0 \u05e0\u05d5\u05d2\u05df",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u05e1\u05d3\u05e8 \u05e2\u05d5\u05dc\u05d4",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "\u05e1\u05d3\u05e8 \u05d9\u05d5\u05e8\u05d3",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "\u05de\u05e9\u05da",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e9\u05de\u05e2\u05d5\u05ea",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e0\u05d9\u05d2\u05d5\u05df",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e1\u05e4\u05d4",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u05d0\u05de\u05df \u05d0\u05dc\u05d1\u05d5\u05dd",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "\u05d0\u05de\u05df",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u05d0\u05dc\u05d1\u05d5\u05dd",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "\u05e9\u05dd \u05d4\u05e9\u05d9\u05e8",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u05e9\u05dd",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "\u05ea\u05e7\u05e6\u05d9\u05d1",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "\u05d4\u05db\u05e0\u05e1\u05d5\u05ea",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u05e6\u05d9\u05e8 \u05d6\u05de\u05df",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "\u05d1\u05d0\u05e0\u05e8",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "\u05e6\u05d9\u05d5\u05df \u05de\u05d1\u05e7\u05e8\u05d9\u05dd",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "\u05e7\u05e6\u05ea \u05d5\u05d5\u05d9\u05d3\u05d0\u05d5",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "\u05dc\u05d7\u05e5 \u05e2\u05dc \u05de\u05e9\u05d9\u05de\u05d4 \u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05ea\u05d6\u05de\u05d5\u05df \u05e9\u05dc\u05d4",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05d5\u05ea",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "\u05d4\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05e9\u05dc\u05d9",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "\u05e7\u05d8\u05dc\u05d5\u05d2",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "\u05e2\u05d9\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05dd",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "\u05de\u05e0\u05d2\u05df \u05e2\u05db\u05e9\u05d9\u05d5",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u05e9\u05d9\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "\u05e0\u05d5\u05d2\u05e0\u05d5 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "\u05e0\u05d5\u05d2\u05e0\u05d5 \u05dc\u05e8\u05d5\u05d1",
+    "OptionResElement": "res element",
     "DevBuildWarning": "\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05de\u05e4\u05ea\u05d7 \u05d4\u05df \u05d7\u05d5\u05d3 \u05d4\u05d7\u05e0\u05d9\u05ea. \u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05d0\u05dc\u05d4 \u05dc\u05d0 \u05e0\u05d1\u05d3\u05e7\u05d5 \u05d5\u05d4\u05df \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d5\u05ea \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea. \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05e7\u05e8\u05d5\u05e1 \u05d5\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05d9\u05de\u05d9\u05dd \u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05db\u05dc\u05dc \u05dc\u05d0 \u05dc\u05e2\u05d1\u05d5\u05d3.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "\u05d2\u05d5\u05d3 \u05d5\u05d5\u05d9\u05d3\u05d0\u05d5:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "\u05d1\u05dc\u05d5-\u05e8\u05d9\u05d9",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "\u05ea\u05dc\u05ea \u05de\u05d9\u05de\u05d3",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05e8",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "\u05e9\u05d9\u05e8 \u05e0\u05d5\u05e9\u05d0",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "\u05e1\u05e8\u05d8 \u05e0\u05d5\u05e9\u05d0",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "\u05e1\u05e8\u05d8\u05d9\u05dd",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "\u05d0\u05d5\u05dc\u05e4\u05e0\u05d9\u05dd",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05e8\u05d9\u05dd",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u05e1\u05e8\u05d8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u05d8\u05e8\u05d9\u05d9\u05dc\u05d9\u05e8\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d1\u05e7\u05e8\u05ea \u05d4\u05d5\u05e8\u05d9\u05dd",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d9\u05d3\u05d5\u05e8 \u05e8\u05d0\u05e9\u05d5\u05df",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "\u05d1\u05e1\u05d9\u05e1\u05d9",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "\u05de\u05e6\u05d1",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "\u05de\u05de\u05e9\u05d9\u05da",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "\u05e8\u05d0\u05e9\u05d5\u05df",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "\u05e9\u05e0\u05d9",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u05e9\u05dc\u05d9\u05e9\u05d9",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u05e8\u05d1\u05d9\u05e2\u05d9",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u05d7\u05de\u05d9\u05e9\u05d9",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "\u05e9\u05d9\u05e9\u05d9",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "\u05e9\u05d1\u05ea",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "\u05d7\u05e1\u05e8 \u05de\u05d6\u05d4\u05d4 IMBb",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "\u05d7\u05e1\u05e8 \u05de\u05d6\u05d4\u05d4 TheTVDB",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "\u05d7\u05e1\u05e8\u05d4 \u05e1\u05e7\u05d9\u05e8\u05d4",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "\u05d4\u05e9\u05e0\u05d4 \u05dc\u05d0 \u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05d1\u05d9\u05df \u05d4\u05de\u05d9\u05d3\u05e2 \u05dc\u05e7\u05d5\u05d1\u05e5",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "\u05db\u05dc\u05dc\u05d9",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "\u05ea\u05de\u05d9\u05db\u05d4",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "\u05dc\u05d5\u05d2",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "\u05d0\u05d5\u05d3\u05d5\u05ea",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "\u05de\u05e4\u05ea\u05d7 \u05ea\u05d5\u05de\u05da",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "\u05d4\u05e4\u05d5\u05da \u05dc\u05ea\u05d5\u05de\u05da",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "\u05dcMedia Browser \u05d9\u05e9 \u05e7\u05d4\u05d9\u05dc\u05d4 \u05e4\u05d5\u05e8\u05d7\u05ea \u05e9\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d5\u05ea\u05d5\u05e8\u05de\u05d9\u05dd.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "\u05e2\u05d9\u05d9\u05df \u05d1\u05de\u05d0\u05d2\u05e8 \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc\u05e0\u05d5 \u05dc\u05e2\u05d6\u05d5\u05e8 \u05dc\u05da \u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05d0\u05ea \u05d4\u05de\u05d9\u05e8\u05d1 \u05deMedia Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "\u05d7\u05e4\u05e9 \u05d1\u05de\u05d0\u05d2\u05e8 \u05d4\u05de\u05d9\u05d3\u05e2",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "\u05d1\u05e7\u05e8 \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc Media Browser \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05e2\u05d3\u05db\u05df \u05d1\u05d7\u05e9\u05d3\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea \u05d5\u05d1\u05d1\u05dc\u05d5\u05d2 \u05d4\u05de\u05e4\u05ea\u05d7\u05d9\u05dd.",
     "OptionHideUser": "\u05d4\u05e1\u05ea\u05e8 \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4 \u05d1\u05d7\u05dc\u05d5\u05df \u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea",
     "OptionDisableUser": "\u05d1\u05d8\u05dc \u05de\u05e9\u05ea\u05de\u05e9 \u05d6\u05d4",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd",
     "OptionSearchForInternetMetadata": "\u05d7\u05e4\u05e9 \u05d1\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
     "ButtonCreate": "\u05e6\u05d5\u05e8",
-    "LabelHttpServerPortNumber": "\u05e4\u05d5\u05e8\u05d8 \u05e9\u05e8\u05ea http:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "\u05e4\u05d5\u05e8\u05d8 Web socket:",
-    "LabelEnableAutomaticPortHelp": "UPnP \u05de\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e8\u05d0\u05d5\u05d8\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea \u05dc\u05d2\u05d9\u05e9\u05d4 \u05de\u05e8\u05d7\u05d5\u05e7. \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5 \u05e2\u05dc\u05d5\u05dc\u05d4 \u05dc\u05d0 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05d3\u05d2\u05de\u05d9 \u05e8\u05d0\u05d5\u05d8\u05d0\u05e8\u05d9\u05dd \u05de\u05e1\u05d5\u05d9\u05d9\u05de\u05d9\u05dd.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05db\u05ea\u05d5\u05d1\u05ea DNS \u05d3\u05d9\u05e0\u05d0\u05de\u05d9\u05ea \u05d4\u05db\u05e0\u05e1 \u05d0\u05d5\u05ea\u05d4 \u05db\u05d0\u05df. Media Browser \u05d9\u05e9\u05ea\u05de\u05e9 \u05d1\u05d4 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05de\u05e8\u05d7\u05d5\u05e7.",
     "TabResume": "\u05d4\u05de\u05e9\u05da",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/hr.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Izlaz",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Posjeti zajednicu",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Pregledaj API dokumentaciju",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Pregledaj biblioteku",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfiguriraj Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otvori preglednik bibilioteke",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restartiraj Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Prika\u017ei Log Zapis",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Prethodni",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Kraj",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Sljede\u0107i",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Zavr\u0161eno!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Dobrodo\u0161li u Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Ovaj pomo\u0107nik \u0107e Vas voditi kroz proces pode\u0161avanja. Za po\u010detak, odaberite \u017eeljeni jezik.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Recite nam ne\u0161to o sebi",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Ime:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Vi\u0161e korisnika mo\u017eete dodati naknadno preko nadzorne plo\u010de.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser  ima ugra\u0111enu podr\u0161ku za korisni\u010dke profile, omogu\u0107uju\u0107i svakom korisniku da imaju svoje vlastite postavke prikaza i roditeljsku kontrolu.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows servis",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Windows servis je instaliran.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server radi kao desktop aplikacija sa ikonom u alatnoj traci, ali ako \u017eelite da radi kao pozadinska usluga mo\u017ee se pokrenuti preko windows servisa na upravlja\u010dkoj plo\u010di.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Ako koristite windows servis uslugu, imajte na umu da nemo\u017ee raditi u isto vrijeme kad i aplikacija na alatnoj traci. Stoga morate ugasiti aplikaciju na altanoj traci da bi mogli pokrenuti servis. Servis \u0107e te morati postaviti sa administrativnim dopu\u0161tenjima preko windows upravlja\u010dke plo\u010de. Tako\u0111er imajte na umu da se u ovom trenutku servis nemo\u017ee automatizirano nadograditi, ve\u0107 je za nove verzije potrebna interakcija korisnika.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To je sve \u0161to zasada trebamo. Media Browser je krenuo prikupljati informacije o va\u0161oj medijskoj biblioteci. Pregledajte neke od na\u0161ih aplikacija, a nakon toga klinite <b>Kraj<\/b> za pregled <b>Nadzorne plo\u010de<\/b>",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Konfiguracija postavki",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Omogu\u0107i preuzimanje slika iz videa",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Za videa koja jo\u0161 nemaju slike, i za koja nismo uspijeli na\u0107i slike na internetu ovo \u0107e dodati jo\u0161 malo vremena na po\u010detno skeniranje biblioteke ali \u0107e biti ugodnija prezentacija naslova.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Izvuci slike poglavlja za Filmove",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Izvla\u010denje slika poglavlja \u0107e omogu\u0107iti korisnicima meni za odabir poglavlja sa grafi\u010dkim prikazom scena. Proces mo\u017ee biti spor, zahtjevan za procesor i za dodatnih par gigabajta mjesta na disku. Pokre\u0107e se kao no\u0107ni zadatak u 4 sata ujutro. Iako se postavke mogu podesiti u zakazanim zadacima, nije ga preporu\u010dljivo pokrenuti u vrijeme kada su korisnici spojeni na server.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Omogu\u0107i automatsko mapiranje porta",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP omogu\u0107uje automatsku konfiguraciju usmjeriva\u010da (router \/ modem) za lak\u0161i pristup na daljinu. Ovo mo\u017eda ne\u0107e raditi sa nekim modelima usmjeriva\u010da.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Odustani",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Novo",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Postavi svoju medijsku biblioteku",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Dodaj mapu sa medijem",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Tip mape:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Zahtjeva kori\u0161tenje dodatka, npr. GameBrowser ili MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Informirajte se o medijskoj bibilioteci wiki",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Zemlja:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Jezik:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u017deljeni metadata jezik:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Snimi ilustracije i metadata u medijske mape",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Snimljene ilustracije i metadata u medijskim mapama \u0107e biti postavljene na lokaciju gdje \u0107e se mo\u0107i jednostavno mjenjati.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Preuzmi ilustracije i metadata (opise) sa interneta",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser mo\u017ee preuzeti informacije o va\u0161im medijskim datotekama kako bi imali bogatu prezentaciju.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Postavke",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Lozinka",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Pristup biblioteci",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Slika",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Slike",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Obavijesti",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Naslovi",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Prika\u017ei epizode koje nedostaju unutar sezone",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Prika\u017ei epizode koje nisu emitirane unutar sezone",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Postavke video reprodukcije",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Postavke reprodukcije",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Postavke audio jezika:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Jezik prijevoda:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Nema titlova",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profili",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Sigurnost",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Dodaj korisnika",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Snimi",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Resetiraj lozinku",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nova lozinka:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potvrda nove lozinke:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Kreiraj lozinku",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Sada\u0161nja lozinka:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Najve\u0107a dopu\u0161tena roditeljska ocjena:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Sadr\u017eaj sa vi\u0161om ocjenom \u0107e biti skriven od ovog korisnika.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Odaberite medijske mape za djeljenje sa ovim korisnikom. Administratori \u0107e mo\u0107i mjenjati sve mape preko Metadata menad\u017eera.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Odaberite kanale za dijeljenje sa ovim korisnikom. Administratori \u0107e mo\u0107i mijenjati sve kanale koriste\u0107i metadata menad\u017eer.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Izbri\u0161i sliku",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Odaberite korisnika:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Dostavi",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Dostavi novu sliku",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Ubaci sliku ovdje",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Omjer, preporu\u010damo. Samo JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Ni\u0161ta ovdje.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Molimo provjerite da je preuzimanje metadata sa interneta omogu\u0107eno.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Preporu\u010deno",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Zadnje",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Uskoro",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Emisije",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epizode",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u017danrovi",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Ljudi",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Mre\u017ee",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Korisnici",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filteri:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoriti",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Volim",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Nevolim",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Glumci",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Gostu\u0107e zvjezde",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Redatelji",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Pisci",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenti",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Nastavi",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Sljede\u0107e je",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nije prona\u0111eno. Krenite sa gledanjem va\u0161e emisije!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Zadnje epizode",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tip osobe:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Pjesme",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albumi",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Izvo\u0111a\u010di",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Albumi izvo\u0111a\u010da",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Muzi\u010dki spotovi",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Slo\u017ei",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Slo\u017ei po:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Redosljed slaganja:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Izvo\u0111eni",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Neizvo\u0111eni",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Uzlazno",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Silazno",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Trajanje",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Broju izvo\u0111enja",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Datumu izvo\u0111enja",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Datumu dodavanja",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Albumu izvo\u0111a\u010da",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Izvo\u0111a\u010du",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Albumu",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nazivu pjesme",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Ocjeni zajednice",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nazivu",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Mape",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Bud\u017eet",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Prihod",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Pozadina",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Vremenska linija",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Sli\u010dica",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Zaglavlje",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Ocjeni kritike",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Nastavi",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Klini na zadatak za pode\u0161avanje raporeda.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Raspored zadataka",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moji dodaci",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Dodaci",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatske nadogradnje",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Sad se izvodi",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Zadnji albumi",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Zadnje pjesme",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Zadnje izvo\u0111eno",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "\u010cesto izvo\u0111eno",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev distribucije su klimave. \u010cesto se izbacuju, a nisu ni testirane. Aplikacija se mo\u017ee sru\u0161iti i mogu otkazati sve funkcije.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tip Videa:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Mogu\u0107nosti:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Prijevodi",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Kratki video",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Pjesma teme",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Video teme",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmovi",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studio",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Zadnji Filmovi",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Zadnji trailersi",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Specijalne opcije",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb ocjena",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Roditeljska ocjena",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Datum premijere",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Osnovno",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Napredno",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Nastavlja se",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Zavr\u0161eno",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Dani emitiranja",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Nedjelja",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Ponedjeljak",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Utorak",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Srijeda",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u010cetvrtak",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Petak",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Subota",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Upravljanje",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Nedostaje IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Nedostaje TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Nedostaje pregled",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Nepravilna godina, Datoteke\/Metadata",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Op\u0107e",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Podr\u0161ka",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "O ovome...",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Klju\u010d pobornika",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Postani pobornik",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser ima uspije\u0161nu zajednicu korisnika i suradnika.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Pregledajte na\u0161u bazu znanja kako bi u potpunosti iskoristili mogu\u0107nosti Media Browser-a.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Pretra\u017ei bazu znanja",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Posjeti zajednicu",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Posjeti Media Browser web stranicu",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Posjeti Media Browser web stranicu kako bi vidjeli najnovije vijesti i bili u toku sa programerskim blogom",
     "OptionHideUser": "Sakrij korisnika sa prozora prijave",
     "OptionDisableUser": "Onemogu\u0107i ovog korisnika",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
     "OptionSearchForInternetMetadata": "Potra\u017ei na internetu grafike i metadata",
     "ButtonCreate": "Kreiraj",
-    "LabelHttpServerPortNumber": "Http port servera:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Port Web priklju\u010dka:",
-    "LabelEnableAutomaticPortHelp": "UPnP omogu\u0107uje automatsku konfiguraciju usmjeriva\u010da (router \/ modem) za lak\u0161i pristup na daljinu. Ovo mo\u017eda ne\u0107e raditi sa nekim modelima usmjeriva\u010da.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Vanjski DDNS:",
     "LabelExternalDDNSHelp": "Ako imate dinami\u010dni DNS unesite ga ovdje. Media Browser aplikacije \u0107e ga koristiti kada se spajate sa udaljene lokacije.",
     "TabResume": "Nastavi",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/it.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Esci",
-    "ScheduledTaskCancelledWithName": "{0} cancellati",
+    "OptionReportAdultVideos": "Video x adulti",
     "LabelVisitCommunity": "Visita Comunit\u00e0",
-    "ScheduledTaskCompletedWithName": "{0} completati",
+    "ButtonMore": "Dettagli",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Operazione pianificata completata",
+    "HeaderActivity": "Attivit\u00e0",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} sono stati Installati",
+    "ScheduledTaskStartedWithName": "{0} Avviati",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} sono stati aggiornati",
+    "ScheduledTaskCancelledWithName": "{0} cancellati",
     "LabelViewApiDocumentation": "Documentazione Api",
-    "PluginUninstalledWithName": "{0} non sono stati installati",
+    "ScheduledTaskCompletedWithName": "{0} completati",
     "LabelBrowseLibrary": "Esplora la libreria",
-    "ScheduledTaskFailedWithName": "{0} Falliti",
+    "ScheduledTaskFailed": "Operazione pianificata completata",
     "LabelConfigureMediaBrowser": "Configura Media Browser",
-    "ItemAddedWithName": "{0} aggiunti alla libreria",
+    "PluginInstalledWithName": "{0} sono stati Installati",
     "LabelOpenLibraryViewer": "Apri visualizzatore libreria",
-    "ItemRemovedWithName": "{0} rimossi dalla libreria",
+    "PluginUpdatedWithName": "{0} sono stati aggiornati",
     "LabelRestartServer": "Riavvia Server",
-    "DeviceOnlineWithName": "{0} \u00e8 connesso",
+    "PluginUninstalledWithName": "{0} non sono stati installati",
     "LabelShowLogWindow": "Mostra Finestra log",
-    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
+    "ScheduledTaskFailedWithName": "{0} Falliti",
     "LabelPrevious": "Precedente",
-    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
+    "ItemAddedWithName": "{0} aggiunti alla libreria",
     "LabelFinish": "Finito",
-    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
+    "ItemRemovedWithName": "{0} rimossi dalla libreria",
     "LabelNext": "Prossimo",
-    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
+    "DeviceOnlineWithName": "{0} \u00e8 connesso",
     "LabelYoureDone": "Tu hai Finito!",
-    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
+    "UserOnlineFromDevice": "{0} \u00e8 online da {1}",
     "WelcomeToMediaBrowser": "Benvenuto in Media browser!",
-    "LabelRunningTimeValue": "Durata: {0}",
+    "DeviceOfflineWithName": "{0} \u00e8 stato disconesso",
     "TitleMediaBrowser": "Media browser",
-    "LabelIpAddressValue": "Indirizzo IP: {0}",
+    "UserOfflineFromDevice": "{0} \u00e8 stato disconesso da {1}",
     "ThisWizardWillGuideYou": "Procedura Guidata per l'installazione.",
-    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
+    "SubtitlesDownloadedForItem": "Sottotitoli scaricati per {0}",
     "TellUsAboutYourself": "Parlaci di te",
-    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
+    "SubtitleDownloadFailureForItem": "Sottotitoli non scaricati per {0}",
     "LabelYourFirstName": "Nome",
-    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
+    "LabelRunningTimeValue": "Durata: {0}",
     "MoreUsersCanBeAddedLater": "Puoi aggiungere altri utenti in un secondo momento all'interno del pannello di configurazione",
-    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
+    "LabelIpAddressValue": "Indirizzo IP: {0}",
     "UserProfilesIntro": "Media Browser include il supporto integrato per i profili utente, permettendo ad ogni utente di avere le proprie impostazioni di visualizzazione.",
-    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
+    "UserConfigurationUpdatedWithName": "Configurazione utente \u00e8 stata aggiornata per {0}",
     "LabelWindowsService": "Servizio Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
+    "UserCreatedWithName": "Utente {0} \u00e8 stato creato",
     "AWindowsServiceHasBeenInstalled": "Servizio Windows Installato",
-    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
+    "UserPasswordChangedWithName": "Password utente cambiata per {0}",
     "WindowsServiceIntro1": "Media Browser  Server, normalmente viene eseguito come un'applicazione desktop con una icona nella barra, ma se si preferisce farlo funzionare come un servizio in background, pu\u00f2 essere avviato dal pannello di controllo dei servizi di Windows, invece.",
-    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
+    "UserDeletedWithName": "Utente {0} \u00e8 stato cancellato",
     "WindowsServiceIntro2": "Se si utilizza il servizio di Windows, si ricorda che non pu\u00f2 essere eseguito allo stesso tempo come l'icona di sistema, quindi  devi chiudere l'applicazione al fine di eseguire il servizio. Il servizio dovr\u00e0 anche essere configurato con privilegi amministrativi tramite il pannello di controllo. Si prega di notare che in questo momento il servizio non \u00e8 in grado di Autoaggiornarsi, quindi le nuove versioni richiedono l'interazione manuale",
-    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
+    "MessageServerConfigurationUpdated": "Configurazione server aggioprnata",
     "WizardCompleted": "Questo \u00e8 tutto abbiamo bisogno per ora. Browser Media ha iniziato a raccogliere informazioni sulla vostra libreria multimediale. Scopri alcune delle nostre applicazioni, quindi fare clic su <b>Finito<\/b> per aprire<b>il pannello di controllo<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "La sezione  {0} \u00e8 stata aggiornata",
     "LabelConfigureSettings": "Configura",
-    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
+    "MessageApplicationUpdated": "Media Browser Server \u00e8 stato aggiornato",
     "LabelEnableVideoImageExtraction": "Estrazione immagine video non possibile",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "AuthenticationSucceededWithUserName": "{0} Autenticati con successo",
     "VideoImageExtractionHelp": "Per i video che sono sprovvisti di immagini,e che non siamo riusciti a trovarle su Internet.Questo aggiunger\u00e0 del tempo addizionale alla scansione della tua libreria ma si tradurr\u00e0 in una presentazione pi\u00f9 piacevole.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Login fallito da  {0}",
     "LabelEnableChapterImageExtractionForMovies": "Estrazione immagine capitolo estratto per Film",
-    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
+    "UserStartedPlayingItemWithValues": "{0} \u00e8 partito da {1}",
     "LabelChapterImageExtractionForMoviesHelp": "L'Estrazione di immagini capitoli permetter\u00e0 ai clienti di visualizzare i menu di selezione delle scene . Il processo pu\u00f2 essere lento e pu\u00f2 richiedere diversi gigabyte di spazio. Viene schedulato alle 04:00, anche se questo \u00e8 configurabile nella zona di operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di picco.",
-    "LabelChannelDownloadSizeLimitHelp": "Limitare la dimensione della cartella canale di download. Download di oltre 500MB richiede un abbonamento attivo sostenitore.",
-    "HeaderRecentActivity": "Attivit\u00e0 recenti",
+    "UserStoppedPlayingItemWithValues": "{0} stoppato {1}",
     "LabelEnableAutomaticPortMapping": "Abilita mappatura delle porte automatiche",
-    "HeaderPeople": "Persone",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP consente la configurazione automatica del router per l'accesso remoto facile. Questo potrebbe non funzionare con alcuni modelli di router.",
-    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "OK",
-    "OptionComposers": "Compositori",
+    "LabelChannelDownloadSizeLimit": "Dimensione massima Download (GB):",
     "ButtonCancel": "Annulla",
-    "OptionOthers": "Altri",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Attivit\u00e0 recenti",
     "ButtonNew": "Nuovo",
+    "HeaderPeople": "Persone",
     "HeaderSetupLibrary": "Configura la tua libreria",
-    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
+    "HeaderDownloadPeopleMetadataFor": "Scarica biografia e immagini per:",
     "ButtonAddMediaFolder": "Aggiungi cartella",
-    "ViewTypeFolders": "Cartelle",
+    "OptionComposers": "Compositori",
     "LabelFolderType": "Tipo cartella",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Altri",
     "MediaFolderHelpPluginRequired": "* Richiede l'uso di un plugin, ad esempio GameBrowser o MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
     "ReferToMediaLibraryWiki": "Fare riferimento alla wiki libreria multimediale.",
-    "ViewTypeLiveTvChannels": "canali",
+    "HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
     "LabelCountry": "Nazione:",
-    "LabelAllowLocalAccessWithoutPassword": "Consenti di accedere localmente senza password",
+    "ViewTypeFolders": "Cartelle",
     "LabelLanguage": "lingua:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando abilitato la password non \u00e8 necessaria",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Lingua dei metadati preferita:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Registrazioni",
     "LabelSaveLocalMetadata": "Salva immagini e metadati nelle cartelle multimediali",
-    "HeaderLocalAccess": "Accesso locale",
+    "ViewTypeLiveTvChannels": "canali",
     "LabelSaveLocalMetadataHelp": "Il salvataggio di immagini e dei metadati direttamente nelle cartelle multimediali verranno messe in un posto dove possono essere facilmente modificate.",
-    "HeaderViewOrder": "Visualizza ordine",
+    "LabelAllowLocalAccessWithoutPassword": "Consenti di accedere localmente senza password",
     "LabelDownloadInternetMetadata": "Scarica immagini e dei metadati da internet",
-    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando abilitato la password non \u00e8 necessaria",
     "LabelDownloadInternetMetadataHelp": "Media Browser pu\u00f2 scaricare informazioni sui vostri media per consentire presentazioni migliori.",
-    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferenze",
-    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
+    "HeaderLocalAccess": "Accesso locale",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Immagini mancanti",
+    "HeaderViewOrder": "Visualizza ordine",
     "TabLibraryAccess": "Accesso libreria",
-    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
+    "LabelSelectUserViewOrder": "Scegliere l'ordine vostre opinioni verranno visualizzati in applicazioni all'interno del browser media",
     "TabImage": "Immagine",
-    "OptionRefreshAllData": "Aggiorna tutti i dati",
+    "LabelMetadataRefreshMode": "Metadata (modo Aggiornamento)",
     "TabProfile": "Profilo",
-    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
+    "LabelImageRefreshMode": "Immagine (modo Aggiornamento)",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Aggiorna solo locale",
+    "OptionDownloadMissingImages": "Immagini mancanti",
     "TabImages": "Immagini",
-    "HeaderRefreshMetadata": "Aggiorna metadati",
+    "OptionReplaceExistingImages": "Sovrascrivi immagini esistenti",
     "TabNotifications": "Notifiche",
-    "HeaderPersonInfo": "Persona Info",
+    "OptionRefreshAllData": "Aggiorna tutti i dati",
     "TabCollectionTitles": "Titolo",
-    "HeaderIdentifyItem": "Identifica elemento",
+    "OptionAddMissingDataOnly": "Aggiungi solo dati mancanti",
     "LabelDisplayMissingEpisodesWithinSeasons": "Visualizza gli episodi mancanti  nelle stagioni",
-    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
+    "OptionLocalRefreshOnly": "Aggiorna solo locale",
     "LabelUnairedMissingEpisodesWithinSeasons": "Visualizzare episodi mai andati in onda all'interno stagioni",
-    "HeaderConfirmDeletion": "Conferma Cancellazione",
+    "HeaderRefreshMetadata": "Aggiorna metadati",
     "HeaderVideoPlaybackSettings": "Impostazioni di riproduzione video",
-    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
+    "HeaderPersonInfo": "Persona Info",
     "HeaderPlaybackSettings": "Impostazioni di riproduzione",
-    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
+    "HeaderIdentifyItem": "Identifica elemento",
     "LabelAudioLanguagePreference": "Audio preferenze di lingua:",
-    "ButtonIdentify": "Identifica",
+    "HeaderIdentifyItemHelp": "Inserisci uno o pi\u00f9 criteri di ricerca. Rimuovi criteri di aumentare i risultati di ricerca.",
     "LabelSubtitleLanguagePreference": "Sottotitoli preferenze di lingua:",
-    "LabelAlbumArtist": "Artista Album",
+    "HeaderConfirmDeletion": "Conferma Cancellazione",
     "OptionDefaultSubtitles": "Predefinito",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "Il seguente file verr\u00e0 eliminato:",
     "OptionOnlyForcedSubtitles": "Solo i sottotitoli forzati",
-    "LabelCommunityRating": "Voto Comunit\u00e0:",
+    "LabelIfYouWishToContinueWithDeletion": "Se si desidera continuare, si prega di confermare inserendo il valore di:",
     "OptionAlwaysPlaySubtitles": "Visualizza sempre i sottotitoli",
-    "LabelVoteCount": "Totale Voti:",
+    "ButtonIdentify": "Identifica",
     "OptionNoSubtitles": "Nessun Sottotitolo",
-    "LabelMetascore": "Punteggio:",
+    "LabelAlbumArtist": "Artista Album",
     "OptionDefaultSubtitlesHelp": "Sottotitoli corrispondenti alla lingua di preferenza saranno caricati quando l'audio \u00e8 in una lingua straniera.",
-    "LabelCriticRating": "Voto dei critici:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Solo sottotitoli contrassegnati come forzati saranno caricati.",
-    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
+    "LabelCommunityRating": "Voto Comunit\u00e0:",
     "OptionAlwaysPlaySubtitlesHelp": "Sottotitoli corrispondenti alla lingua di preferenza saranno caricati a prescindere dalla lingua audio.",
-    "LabelAwardSummary": "Sintesi Premio:",
+    "LabelVoteCount": "Totale Voti:",
     "OptionNoSubtitlesHelp": "I sottotitoli non verranno caricati di default.",
-    "LabelWebsite": "Sito web:",
+    "LabelMetascore": "Punteggio:",
     "TabProfiles": "Profili",
-    "LabelTagline": "Messaggio pers:",
+    "LabelCriticRating": "Voto dei critici:",
     "TabSecurity": "Sicurezza",
-    "LabelOverview": "Trama:",
+    "LabelCriticRatingSummary": "Critico sintesi valutazione:",
     "ButtonAddUser": "Aggiungi Utente",
-    "LabelShortOverview": "Trama breve:",
-    "LabelReleaseDate": "Data di rilascio:",
+    "LabelAwardSummary": "Sintesi Premio:",
+    "LabelWebsite": "Sito web:",
     "ButtonAddLocalUser": "Aggiungi Utente locale",
-    "LabelYear": "Anno:",
-    "ButtonInviteMediaBrowserUser": "Invita un utente",
+    "LabelTagline": "Messaggio pers:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Salva",
-    "LabelPlaceOfBirth": "Luogo di nascita:",
+    "LabelOverview": "Trama:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "Fine data:",
+    "LabelShortOverview": "Trama breve:",
     "LabelNewPassword": "Nuova Password:",
-    "LabelAirDate": "In onda da (gg):",
+    "LabelReleaseDate": "Data di rilascio:",
     "LabelNewPasswordConfirm": "Nuova Password Conferma:",
-    "LabelAirTime:": "In onda da:",
+    "LabelYear": "Anno:",
     "HeaderCreatePassword": "Crea Password",
-    "LabelRuntimeMinutes": "Durata ( minuti):",
+    "LabelPlaceOfBirth": "Luogo di nascita:",
     "LabelCurrentPassword": "Password Corrente:",
-    "LabelParentalRating": "Voto genitori:",
+    "LabelEndDate": "Fine data:",
     "LabelMaxParentalRating": "Massima valutazione dei genitori consentita:",
-    "LabelCustomRating": "Voto personalizzato:",
+    "LabelAirDate": "In onda da (gg):",
     "MaxParentalRatingHelp": "Contento di un punteggio pi\u00f9 elevato sar\u00e0 nascosto da questo utente.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "In onda da:",
     "LibraryAccessHelp": "Selezionare le cartelle multimediali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutte le cartelle utilizzando il gestore dei metadati.",
-    "LabelRevenue": "Fatturato ($):",
+    "LabelRuntimeMinutes": "Durata ( minuti):",
     "ChannelAccessHelp": "Selezionare i canali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutti i canali usando il gestore dei metadati",
-    "LabelOriginalAspectRatio": "Aspetto originale:",
+    "LabelParentalRating": "Voto genitori:",
     "ButtonDeleteImage": "Elimina immagine",
-    "LabelPlayers": "Giocatore:",
+    "LabelCustomRating": "Voto personalizzato:",
     "LabelSelectUsers": "Seleziona Utenti:",
-    "Label3DFormat": "Formato 3D:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Carica",
-    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
+    "LabelRevenue": "Fatturato ($):",
     "HeaderUploadNewImage": "Carica nuova immagine",
-    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
+    "LabelOriginalAspectRatio": "Aspetto originale:",
     "LabelDropImageHere": "Trascina l'immagine qui",
-    "HeaderExternalIds": "Esterno Id di :",
+    "LabelPlayers": "Giocatore:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd stagione:",
+    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Niente qui.",
-    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
+    "HeaderAlternateEpisodeNumbers": "Numeri Episode alternativi",
     "MessagePleaseEnsureInternetMetadata": "Assicurarsi che download di metadati internet \u00e8 abilitata.",
-    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
+    "HeaderSpecialEpisodeInfo": "Episodio Speciale Info",
     "TabSuggested": "Suggeriti",
-    "LabelAirsBeforeSeason": "tempo prima della stagione:",
+    "HeaderExternalIds": "Esterno Id di :",
     "TabLatest": "Novit\u00e0",
-    "LabelAirsAfterSeason": "tempo dopo della stagione:",
+    "LabelDvdSeasonNumber": "Dvd stagione:",
     "TabUpcoming": "IN ONDA A BREVE",
-    "LabelAirsBeforeEpisode": "tempo prima episodio:",
+    "LabelDvdEpisodeNumber": "Numero episodio Dvd:",
     "TabShows": "Serie",
-    "LabelTreatImageAs": "Trattare come immagine:",
+    "LabelAbsoluteEpisodeNumber": "Absolute Numero episodio:",
     "TabEpisodes": "Episodi",
-    "LabelDisplayOrder": "Ordine visualizzazione:",
+    "LabelAirsBeforeSeason": "tempo prima della stagione:",
     "TabGenres": "Generi",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "tempo dopo della stagione:",
     "TabPeople": "Attori",
-    "HeaderCountries": "Paesi",
+    "LabelAirsBeforeEpisode": "tempo prima episodio:",
     "TabNetworks": "Internet",
-    "HeaderGenres": "Generi",
+    "LabelTreatImageAs": "Trattare come immagine:",
     "HeaderUsers": "Utenti",
-    "HeaderPlotKeywords": "Trama",
+    "LabelDisplayOrder": "Ordine visualizzazione:",
     "HeaderFilters": "Filtri",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Paesi",
     "OptionFavorite": "Preferiti",
-    "HeaderMetadataSettings": "Impostazioni metadati",
+    "HeaderGenres": "Generi",
     "OptionLikes": "Belli",
-    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
+    "HeaderPlotKeywords": "Trama",
     "OptionDislikes": "Brutti",
-    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Attori",
-    "TabDonate": "Dona",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Tipo di donazione:",
+    "HeaderMetadataSettings": "Impostazioni metadati",
     "OptionDirectors": "Registra",
-    "OptionMakeOneTimeDonation": "Fai una donazione separata",
+    "LabelLockItemToPreventChanges": "Bloccare questa voce per impedire modifiche future",
     "OptionWriters": "Scrittore",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Lasciare vuoto per ereditare le impostazioni da un elemento principale, o il valore predefinito globale.",
     "OptionProducers": "Produttore",
-    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
+    "TabDonate": "Dona",
     "HeaderResume": "Riprendi",
-    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
+    "HeaderDonationType": "Tipo di donazione:",
     "HeaderNextUp": "Da vedere",
-    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
+    "OptionMakeOneTimeDonation": "Fai una donazione separata",
     "NoNextUpItemsMessage": "Trovato nessuno.Inizia a guardare i tuoi programmi!",
-    "HeaderSupporterBenefit": "Un abbonamento sostenitore offre vantaggi aggiuntivi, come l'accesso ai plugin premium, i contenuti del canale internet, e altro ancora.",
+    "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.",
     "HeaderLatestEpisodes": "Ultimi Episodi Aggiunti",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Appartenenza supporter Lifetime",
     "HeaderPersonTypes": "Tipo Persone:",
-    "OptionNoThemeSong": "No Temi canzone",
+    "OptionYearlySupporterMembership": "Appartenenza supporter annuale",
     "TabSongs": "Canzoni",
-    "OptionNoThemeVideo": "No tema video",
+    "OptionMonthlySupporterMembership": "Appartenenza supporter mensile",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Importo della donazione:",
+    "HeaderSupporterBenefit": "Un abbonamento sostenitore offre vantaggi aggiuntivi, come l'accesso ai plugin premium, i contenuti del canale internet, e altro ancora.",
     "TabArtists": "Artisti",
-    "OptionActor": "Attore",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artisti",
-    "OptionComposer": "Compositore",
+    "OptionNoThemeSong": "No Temi canzone",
     "TabMusicVideos": "Video Musicali",
-    "OptionDirector": "Regista",
+    "OptionNoThemeVideo": "No tema video",
     "ButtonSort": "Ordina",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Importo della donazione:",
     "HeaderSortBy": "Ordina per:",
-    "OptionProducer": "Produttore",
+    "OptionActor": "Attore",
     "HeaderSortOrder": "Ordinato per:",
-    "OptionWriter": "Scrittore",
+    "OptionComposer": "Compositore",
     "OptionPlayed": "Visto",
-    "LabelAirDays": "In onda da (gg):",
+    "OptionDirector": "Regista",
     "OptionUnplayed": "Non visto",
-    "LabelAirTime": "In onda da:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Produttore",
     "OptionDescending": "Discentente",
-    "HeaderPhotoInfo": "Foto info",
+    "OptionWriter": "Scrittore",
     "OptionRuntime": "Durata",
-    "HeaderInstall": "Installa",
+    "LabelAirDays": "In onda da (gg):",
+    "LabelAirTime": "In onda da:",
     "OptionReleaseDate": "Data di rilascio",
-    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
     "OptionPlayCount": "Visto N\u00b0",
-    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Visto il",
-    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
+    "HeaderPhotoInfo": "Foto info",
     "OptionDateAdded": "Aggiunto il",
-    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
+    "HeaderInstall": "Installa",
     "OptionAlbumArtist": "Album Artista",
-    "HeaderReviews": "Recensioni",
+    "LabelSelectVersionToInstall": "Selezionare la versione da installare:",
     "OptionArtist": "Artista",
-    "HeaderDeveloperInfo": "Info sviluppatore",
+    "LinkSupporterMembership": "Ulteriori informazioni Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Cronologia delle revisioni",
+    "MessageSupporterPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo dopo la prova gratuita di 14 giorni.",
     "OptionTrackName": "Nome Brano",
-    "ButtonViewWebsite": "Visualizza sito web",
+    "MessagePremiumPluginRequiresMembership": "Questo plugin richiede un abbonamento sostenitore attivo al fine di acquistare dopo la prova gratuita di 14 giorni.",
     "OptionCommunityRating": "Voto del pubblico",
-    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
+    "HeaderReviews": "Recensioni",
     "OptionNameSort": "Nome",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Info sviluppatore",
     "OptionFolderSort": "Cartelle",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Cronologia delle revisioni",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "Visualizza sito web",
     "OptionRevenue": "Recensione",
-    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Donazioni ricorrenti possono essere cancellati in qualsiasi momento dal tuo conto PayPal.",
     "OptionPoster": "Locandina",
-    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Sfondo",
-    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Anno",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Sfondo",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Collegare questo utente a un account browser media per permettere un facile accesso sign-in da qualsiasi applicazione, senza dover conoscere l'indirizzo IP del server.",
+    "OptionSaveMetadataAsHidden": "Salvare i metadati e le immagini come file nascosti",
     "OptionCriticRating": "Voto critica",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Estrarre immagini capitolo durante la scansione biblioteca",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "Player esterni:",
+    "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.",
     "OptionResumable": "Interrotti",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Fare clic su una voce per cambiare la pianificazione.",
+    "LabelConnectUserNameHelp": "Collegare questo utente a un account browser media per permettere un facile accesso sign-in da qualsiasi applicazione, senza dover conoscere l'indirizzo IP del server.",
     "ScheduledTasksTitle": "Operazioni Pianificate",
-    "HeaderSubtitleProfiles": "Profili sottotitoli",
-    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Scopri di pi\u00f9 su Media Browser Connect",
     "TabMyPlugins": "Plugins Installati",
-    "LabelFormat": "Formato:",
+    "LabelExternalPlayers": "Player esterni:",
     "TabCatalog": "Catalogo",
-    "LabelMethod": "Metodo:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Modalit\u00e0 didl:",
     "HeaderAutomaticUpdates": "Aggiornamenti Automatici",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Profili sottotitoli",
+    "HeaderSubtitleProfilesHelp": "Profili sottotitoli descrivono i formati di sottotitoli supportati dal dispositivo.",
     "HeaderNowPlaying": "Riproducendo",
-    "OptionResElement": "elemento res",
+    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "Ultimi Albums Aggiunti",
-    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
+    "LabelMethod": "Metodo:",
     "HeaderLatestSongs": "Ultime Canzoni",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Modalit\u00e0 didl:",
     "HeaderRecentlyPlayed": "Visti di recente",
-    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Visti di frequente",
+    "OptionResElement": "elemento res",
     "DevBuildWarning": "La versione Dev Builds non \u00e8 testata e potrebbe bloccarsi o non rispondere correttamente",
-    "LabelSubtitleFormatHelp": "Esempio: srt",
+    "OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
     "LabelVideoType": "Tipo video:",
-    "ButtonLearnMore": "saperne di pi\u00f9",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Riproduzione",
+    "OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Trova trailer da internet automaticamente",
+    "LabelSubtitleFormatHelp": "Esempio: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Lingua preferita",
+    "ButtonLearnMore": "saperne di pi\u00f9",
     "LabelFeatures": "Caratteristiche:",
-    "TabCinemaMode": "Modalit\u00e0 Cinema",
+    "TabPlayback": "Riproduzione",
     "LabelService": "Servizio:",
-    "TitlePlayback": "Riproduzione",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Stato:",
-    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
+    "OptionFindTrailers": "Trova trailer da internet automaticamente",
     "LabelVersion": "Versione:",
-    "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.",
+    "HeaderLanguagePreferences": "Lingua preferita",
     "LabelLastResult": "Ultimo risultato:",
-    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
+    "TabCinemaMode": "Modalit\u00e0 Cinema",
     "OptionHasSubtitles": "Sottotitoli",
-    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
+    "TitlePlayback": "Riproduzione",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
+    "LabelEnableCinemaModeFor": "Attiva modalit\u00e0 cinema per:",
     "OptionHasThemeSong": "Tema Canzone",
-    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
+    "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.",
     "OptionHasThemeVideo": "Tema video",
-    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
+    "OptionTrailersFromMyMovies": "Includi i trailer di film nella mia biblioteca",
     "TabMovies": "Film",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
+    "OptionUpcomingMoviesInTheaters": "Includi i trailer di film nuovi e imminenti",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
+    "LabelLimitIntrosToUnwatchedContent": "Solo i trailer da contenuti non visti",
     "TabTrailers": "Trailer",
-    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
+    "LabelEnableIntroParentalControl": "Abilita controllo parentale intelligente",
     "LabelArtists": "Cantanti",
-    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
+    "LabelEnableIntroParentalControlHelp": "Trailer: verr\u00e0 selezionata solo con un rating genitori uguale o inferiore al contenuto di essere osservato.",
     "LabelArtistsHelp": "Separazione multipla utilizzando ;",
-    "ValueSpecialEpisodeName": "Speciali - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Queste caratteristiche richiedono un abbonamento attivo sostenitore e l'installazione del plugin canale Trailer.",
     "HeaderLatestMovies": "Ultimi Film Aggiunti",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Richiede l'installazione di trailer locali.",
     "HeaderLatestTrailers": "Ultimi Trailers Aggiunti",
-    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Intro personalizzate percorso:",
     "OptionHasSpecialFeatures": "Caratteristiche speciali",
-    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
+    "LabelCustomIntrosPathHelp": "Una cartella contenente i file video. Un video sar\u00e0 scelto a caso e riprodotto dopo i traler.",
     "OptionImdbRating": "Voto IMDB",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
+    "ValueSpecialEpisodeName": "Speciali - {0}",
     "OptionParentalRating": "Voto Genitori",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
+    "OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
     "TabBasic": "Base",
-    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
+    "OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
     "TabAdvanced": "Avanzato",
-    "HeaderCinemaMode": "Modalit\u00e0 cinema",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visualizzare i rimorchi all'interno di suggerimenti di film",
     "HeaderStatus": "Stato",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Benvenuti nel Dashboard di Media Browser",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Richiede l'installazione del canale Trailer.",
     "OptionContinuing": "In corso",
+    "CinemaModeConfigurationHelp2": "I singoli utenti avranno la possibilit\u00e0 di disabilitare la modalit\u00e0 cinema all'interno delle proprie preferenze.",
     "OptionEnded": "Finito",
+    "LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
     "HeaderAirDays": "In onda da:",
+    "HeaderCinemaMode": "Modalit\u00e0 cinema",
     "OptionSunday": "Domenica",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Benvenuti nel Dashboard di Media Browser",
     "OptionMonday": "Lunedi",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Martedi",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Mercoledi",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Giovedi",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Venerdi",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sabato",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Gestione :",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "IMDB id mancante",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "TheTVDB Id mancante",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Trama mancante",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata anni errati",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Generale",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Supporto",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Eventi",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Info",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Chiave finanziatore",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Diventa finanziatore",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser sta cercando persone che contribuiscono",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Hai un problema?",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Cerca sulla guida online",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visita la nostra comunit\u00e0",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visita il sito di Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Vuoi saperne di pi\u00f9 sulle ultime novit\u00e0?",
     "OptionHideUser": "Nascondi questo utente dalla schermata di Accesso",
     "OptionDisableUser": "Disabilita utente",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Esempio:Collezione Star wars",
     "OptionSearchForInternetMetadata": "Cerca su internet le immagini e i metadati",
     "ButtonCreate": "Crea",
-    "LabelHttpServerPortNumber": "Porta del server HTTP Numero:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Porta webSocket numero:",
-    "LabelEnableAutomaticPortHelp": "UPnP puo automaticamente autoconfigurare il Router per l'accesso remoto.Non funziona su tutti i modelli!",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "DDNS Esterno:",
     "LabelExternalDDNSHelp": "Se tu ha un DNS dinamico inseriscilo qui.Media browser lo utilizzera per le connessioni remote.",
     "TabResume": "Riprendi",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collezioni",
     "OptionReportBooks": "Libri",
     "OptionReportArtists": "Cantanti",
-    "OptionReportAlbums": "Album",
-    "OptionReportAdultVideos": "Video x adulti",
-    "ButtonMore": "Dettagli",
-    "HeaderActivity": "Attivit\u00e0",
-    "ScheduledTaskStartedWithName": "{0} Avviati"
+    "OptionReportAlbums": "Album"
 }

文件差异内容过多而无法显示
+ 25 - 25
MediaBrowser.Server.Implementations/Localization/Server/kk.json


+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/ko.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Schweinsteiger",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visit Community",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "View Api Documentation",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Browse Library",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configure Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Previous",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Finish",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Next",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "You're Done!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/ms.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Tutup",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Melawat Masyarakat",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Biasa",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Melihat Dokumentasi Api",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Imbas Pengumpulan",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Konfigurasi Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Restart Server",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Sebelumnya",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Habis",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seterusnya",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Kamu Selesai!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Welcome to Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Tell us about yourself",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Your first name:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configure settings",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancel",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Setup your media library",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Add media folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Folder type:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Country:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Language:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferences",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Password",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Library Access",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Image",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profile",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Playback Settings",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Audio language preference:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Subtitle language preference:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiles",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Security",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Add User",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Save",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset Password",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "New password:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "New password confirm:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Create Password",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Current password:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Delete Image",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Upload",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Upload New Image",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Latest",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episodes",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "People",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Networks",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Users",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favorites",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actors",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Directors",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Writers",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producers",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artists",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Album Artists",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sort",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sort By:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sort Order:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Runtime",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Play Count",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Date Played",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Date Added",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Track Name",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Name",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "My Plugins",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Catalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatic Updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Latest Albums",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Latest Songs",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recently Played",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Subtitles",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Movies",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Latest Movies",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDb Rating",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Sunday",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Monday",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Saturday",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/nb.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Avslutt",
-    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
+    "OptionReportAdultVideos": "Voksen videoer",
     "LabelVisitCommunity": "Bes\u00f8k oss",
-    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
+    "ButtonMore": "Mer",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
+    "HeaderActivity": "Aktivitet",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} ble installert",
+    "ScheduledTaskStartedWithName": "{0} startet",
     "LabelStandard": "Standard",
-    "PluginUpdatedWithName": "{0} ble oppdatert",
+    "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
     "LabelViewApiDocumentation": "Se Api-dokumentasjon",
-    "PluginUninstalledWithName": "{0} ble avinstallert",
+    "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
     "LabelBrowseLibrary": "Browse biblioteket",
-    "ScheduledTaskFailedWithName": "{0} feilet",
+    "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
     "LabelConfigureMediaBrowser": "Konfigurer Media Browser",
-    "ItemAddedWithName": "{0} ble lagt til biblioteket",
+    "PluginInstalledWithName": "{0} ble installert",
     "LabelOpenLibraryViewer": "\u00c5pne Biblioteket",
-    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
+    "PluginUpdatedWithName": "{0} ble oppdatert",
     "LabelRestartServer": "Restart serveren",
-    "DeviceOnlineWithName": "{0} er tilkoblet",
+    "PluginUninstalledWithName": "{0} ble avinstallert",
     "LabelShowLogWindow": "Se logg-vinduet",
-    "UserOnlineFromDevice": "{0} er online fra {1}",
+    "ScheduledTaskFailedWithName": "{0} feilet",
     "LabelPrevious": "Forrige",
-    "DeviceOfflineWithName": "{0} har koblet fra",
+    "ItemAddedWithName": "{0} ble lagt til biblioteket",
     "LabelFinish": "Ferdig",
-    "UserOfflineFromDevice": "{0} har koblet fra {1}",
+    "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
     "LabelNext": "Neste",
-    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
+    "DeviceOnlineWithName": "{0} er tilkoblet",
     "LabelYoureDone": "Ferdig!",
-    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
+    "UserOnlineFromDevice": "{0} er online fra {1}",
     "WelcomeToMediaBrowser": "Velkommen til Media Browser!",
-    "LabelRunningTimeValue": "Spille tide: {0}",
+    "DeviceOfflineWithName": "{0} har koblet fra",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip adresse: {0}",
+    "UserOfflineFromDevice": "{0} har koblet fra {1}",
     "ThisWizardWillGuideYou": "Denne wizarden vil guide deg gjennom server-konfigurasjonen. For \u00e5 begynne, vennligst velg ditt foretrukne spr\u00e5k.",
-    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
+    "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
     "TellUsAboutYourself": "Fortell om deg selv",
-    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
+    "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
     "LabelYourFirstName": "Ditt fornavn",
-    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
+    "LabelRunningTimeValue": "Spille tide: {0}",
     "MoreUsersCanBeAddedLater": "Du kan legge til flere brukere senere via Dashboard",
-    "UserDeletedWithName": "Bruker {0} har blitt slettet",
+    "LabelIpAddressValue": "Ip adresse: {0}",
     "UserProfilesIntro": "Media Browser inkluderer innebygd st\u00f8tte for bruker profiler som tilbyr brukere innstillinger for visning, avspillerstatus og begrensning p\u00e5 innhold.",
-    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
+    "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
+    "UserCreatedWithName": "Bruker {0} har blitt opprettet",
     "AWindowsServiceHasBeenInstalled": "Windows Service har blitt installert",
-    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
+    "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
     "WindowsServiceIntro1": "Media Browser Server kj\u00f8rer normalt som en desktop-applikasjon med et tray-ikon, men om du foretrekker at det kj\u00f8res som en bakgrunnsprosess, kan du i stedet starte den fra windows service control panel.",
-    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
+    "UserDeletedWithName": "Bruker {0} har blitt slettet",
     "WindowsServiceIntro2": "Hvis du bruker Windows, v\u00e6r oppmerksom p\u00e5 at det ikke kan kj\u00f8res samtidig som ikonet, slik at du trenger \u00e5 g\u00e5 ut av \"trayen\" for \u00e5 kj\u00f8re tjenesten. Tjenesten m\u00e5 ogs\u00e5 konfigureres med administratorrettigheter via kontrollpanelet. V\u00e6r oppmerksom p\u00e5 at p\u00e5 denne tiden tjenesten ikke er i stand til selv-oppdatering, s\u00e5 nye versjoner vil kreve manuell interaksjon.",
-    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
+    "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
     "WizardCompleted": "Det er alt vi trenger for n\u00e5. Media Browser har begynt \u00e5 samle informasjon om mediebiblioteket. Sjekk ut noen av v\u00e5re programmer, og klikk deretter p\u00e5 <b> Fullf\u00f8r <\/b> for \u00e5 se <b> Dashboard <\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
     "LabelConfigureSettings": "Konfigurer innstillinger",
-    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
+    "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
     "LabelEnableVideoImageExtraction": "Aktiver videobildet utvinning",
-    "AppDeviceValues": "App: {0} , Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
     "VideoImageExtractionHelp": "For videoer som ikke allerede har bilder, og at vi ikke klarer \u00e5 finne internettbilder for. Dette vil tilf\u00f8re noen ytterligere tid til den opprinnelige biblioteket s\u00f8king, men vil resultere i en mer tiltalende presentasjon.",
-    "ProviderValue": "Tilbyder: {0}",
+    "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
     "LabelEnableChapterImageExtractionForMovies": "Pakk ut kapittelbilde utvinning for Filmer",
-    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
+    "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Utpakking i kapittelbilder vil tillate kunder \u00e5 vise grafiske scenevalgmenyer. Prosessen kan v\u00e6re treg, cpu-intensive og kan kreve flere Gigabyte med plass. Den kj\u00f8rer som en nattlig planlagt oppgave p\u00e5 04.00 AM, selv om dette er konfigurerbart i planlagte oppgaver omr\u00e5det. Det er ikke anbefalt \u00e5 kj\u00f8re denne oppgaven il\u00f8pet av toppbelastede timer.",
-    "LabelChannelDownloadSizeLimitHelp": "Begrense st\u00f8rrelsen p\u00e5 kanal nedlastingsmappen. Nedlasting utover 500 MB krever en aktiv supporter medlemskap.",
-    "HeaderRecentActivity": "Siste Aktivitet",
+    "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
     "LabelEnableAutomaticPortMapping": "Sl\u00e5 p\u00e5 automatisk port mapping",
-    "HeaderPeople": "Personer",
+    "AppDeviceValues": "App: {0} , Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP tillater automatiserte routere konfigurasjoner for enkel ekstern tilgang. Denne funksjonen s\u00f8ttes ikke av alle routere.",
-    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
+    "ProviderValue": "Tilbyder: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Komponister:",
+    "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
     "ButtonCancel": "avbryt",
-    "OptionOthers": "Andre",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Siste Aktivitet",
     "ButtonNew": "Ny",
+    "HeaderPeople": "Personer",
     "HeaderSetupLibrary": "Konfigurer media-biblioteket",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
+    "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
     "ButtonAddMediaFolder": "Legg til media-mappe",
-    "ViewTypeFolders": "Mapper",
+    "OptionComposers": "Komponister:",
     "LabelFolderType": "Mappe typpe",
-    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
+    "OptionOthers": "Andre",
     "MediaFolderHelpPluginRequired": "* Krever bruk av et programtillegg f.eks GameBrowser eller MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Opptak",
     "ReferToMediaLibraryWiki": "Se i media-bibliotek wikien",
-    "ViewTypeLiveTvChannels": "Kanaler",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
     "LabelCountry": "LAnd",
-    "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
+    "ViewTypeFolders": "Mapper",
     "LabelLanguage": "Spr\u00e5k:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
+    "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
     "HeaderPreferredMetadataLanguage": "Foretrukket spr\u00e5k for metadata",
-    "HeaderPassword": "Passord",
+    "ViewTypeLiveTvRecordingGroups": "Opptak",
     "LabelSaveLocalMetadata": "Lagre cover og metadata i medie-mappene",
-    "HeaderLocalAccess": "Lokal Tilkobling",
+    "ViewTypeLiveTvChannels": "Kanaler",
     "LabelSaveLocalMetadataHelp": "Lagring av artwork og metadata direkte gjennom media mapper vil legge dem en plass hvor de lett kan editeres.",
-    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
+    "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
     "LabelDownloadInternetMetadata": "Last ned cover og metadata fra internett",
-    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
     "LabelDownloadInternetMetadataHelp": "MEdia Browser kan laste ned informasjon om mediet for en rikere presentasjon",
-    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
+    "HeaderPassword": "Passord",
     "TabPreferences": "Preferanser",
-    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
+    "HeaderLocalAccess": "Lokal Tilkobling",
     "TabPassword": "Passord",
-    "OptionDownloadMissingImages": "Last ned manglende bilder",
+    "HeaderViewOrder": "Visnings rekkef\u00f8lge",
     "TabLibraryAccess": "Bibliotektilgang",
-    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
+    "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
     "TabImage": "Bilde",
-    "OptionRefreshAllData": "Oppfrisk alle data",
+    "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
     "TabProfile": "profil",
-    "OptionAddMissingDataOnly": "Legg til kun maglende data",
+    "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
+    "OptionDownloadMissingImages": "Last ned manglende bilder",
     "TabImages": "Bilder",
-    "HeaderRefreshMetadata": "Oppfrisk Metadata",
+    "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
     "TabNotifications": "Varslinger",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Oppfrisk alle data",
     "TabCollectionTitles": "Titler",
-    "HeaderIdentifyItem": "Identifiser Element",
+    "OptionAddMissingDataOnly": "Legg til kun maglende data",
     "LabelDisplayMissingEpisodesWithinSeasons": "Vis episoder som sesongen mangler",
-    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
+    "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
     "LabelUnairedMissingEpisodesWithinSeasons": "Vis episoder som enn\u00e5 ikke har blitt sendt",
-    "HeaderConfirmDeletion": "Bekreft Kansellering",
+    "HeaderRefreshMetadata": "Oppfrisk Metadata",
     "HeaderVideoPlaybackSettings": "Innstillinger for video-avspilling",
-    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Avspillings Innstillinger",
-    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
+    "HeaderIdentifyItem": "Identifiser Element",
     "LabelAudioLanguagePreference": "Foretrukket lydspor:",
-    "ButtonIdentify": "Identifiser",
+    "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
     "LabelSubtitleLanguagePreference": "Foretrukket undertekst:",
-    "LabelAlbumArtist": "Album Artist",
+    "HeaderConfirmDeletion": "Bekreft Kansellering",
     "OptionDefaultSubtitles": "Standard",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
     "OptionOnlyForcedSubtitles": "Kun tvunget undertekster",
-    "LabelCommunityRating": "Fellesskap anmeldelse:",
+    "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
     "OptionAlwaysPlaySubtitles": "Alltid spill undertekster",
-    "LabelVoteCount": "Stemme tall:",
+    "ButtonIdentify": "Identifiser",
     "OptionNoSubtitles": "Ingen Undertekster",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album Artist",
     "OptionDefaultSubtitlesHelp": "Undertekster som samsvarer med foretrukket spr\u00e5k vil bli lastet n\u00e5r lyden er p\u00e5 et fremmed spr\u00e5k.",
-    "LabelCriticRating": "Kritiker anmeldelse:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Kun undertekster marker som tvunget vil bli lastet.",
-    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
+    "LabelCommunityRating": "Fellesskap anmeldelse:",
     "OptionAlwaysPlaySubtitlesHelp": "Undertekster som samsvarer med foretrukket spr\u00e5k vil bli lastet uavhengig lydens spr\u00e5k.",
-    "LabelAwardSummary": "Pris sammendrag:",
+    "LabelVoteCount": "Stemme tall:",
     "OptionNoSubtitlesHelp": "Undertekster vil ikke bli lastet som standard.",
-    "LabelWebsite": "Nettsted:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiler",
-    "LabelTagline": "Slagord:",
+    "LabelCriticRating": "Kritiker anmeldelse:",
     "TabSecurity": "Sikkerhet",
-    "LabelOverview": "Oversikt:",
+    "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
     "ButtonAddUser": "Ny bruker",
-    "LabelShortOverview": "Kort oversikt:",
-    "LabelReleaseDate": "Utgivelsesdato:",
+    "LabelAwardSummary": "Pris sammendrag:",
+    "LabelWebsite": "Nettsted:",
     "ButtonAddLocalUser": "Legg til lokal bruker",
-    "LabelYear": "\u00c5r:",
-    "ButtonInviteMediaBrowserUser": "Inviter Media Browser bruker",
+    "LabelTagline": "Slagord:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "lagre",
-    "LabelPlaceOfBirth": "F\u00f8dested:",
+    "LabelOverview": "Oversikt:",
     "ButtonResetPassword": "Resett passord",
-    "LabelEndDate": "Slutt dato:",
+    "LabelShortOverview": "Kort oversikt:",
     "LabelNewPassword": "Nytt passord",
-    "LabelAirDate": "Sendings dager:",
+    "LabelReleaseDate": "Utgivelsesdato:",
     "LabelNewPasswordConfirm": "Bekreft nytt passord",
-    "LabelAirTime:": "Sendings tid:",
+    "LabelYear": "\u00c5r:",
     "HeaderCreatePassword": "Lag nytt passord",
-    "LabelRuntimeMinutes": "Spilletid (minutter):",
+    "LabelPlaceOfBirth": "F\u00f8dested:",
     "LabelCurrentPassword": "N\u00e5v\u00e6rende passord",
-    "LabelParentalRating": "Foreldresensur:",
+    "LabelEndDate": "Slutt dato:",
     "LabelMaxParentalRating": "Maks tillatt sensur.",
-    "LabelCustomRating": "Kunde anmeldelse:",
+    "LabelAirDate": "Sendings dager:",
     "MaxParentalRatingHelp": "Innhold med h\u00f8yere aldersgrense vil bli skjult for brukeren",
-    "LabelBudget": "Budsjett",
+    "LabelAirTime:": "Sendings tid:",
     "LibraryAccessHelp": "Velg media mappe som skal deles med denne brukren. Administrator vil ha mulighet for \u00e5 endre alle mapper ved \u00e5 bruke metadata behandler.",
-    "LabelRevenue": "Inntjening ($):",
+    "LabelRuntimeMinutes": "Spilletid (minutter):",
     "ChannelAccessHelp": "Velg kanaler som skal deler med denne brukeren. Administratorer har mulighet til \u00e5 editere p\u00e5 alle kanaler som benytter metadata behandleren.",
-    "LabelOriginalAspectRatio": "Originalt sideforhold:",
+    "LabelParentalRating": "Foreldresensur:",
     "ButtonDeleteImage": "Slett bilde",
-    "LabelPlayers": "Spillere:",
+    "LabelCustomRating": "Kunde anmeldelse:",
     "LabelSelectUsers": "Velg brukere:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budsjett",
     "ButtonUpload": "Last opp",
-    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
+    "LabelRevenue": "Inntjening ($):",
     "HeaderUploadNewImage": "Last opp nytt bilde",
-    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
+    "LabelOriginalAspectRatio": "Originalt sideforhold:",
     "LabelDropImageHere": "Slipp bilde her.",
-    "HeaderExternalIds": "Ekstern Id'er:",
+    "LabelPlayers": "Spillere:",
     "ImageUploadAspectRatioHelp": "1:1 sideforhold anbefales. Kun JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Ingeting her",
-    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
     "MessagePleaseEnsureInternetMetadata": "P\u00e5se at nedlasting av internet-metadata er sl\u00e5tt p\u00e5",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Spesial Episode info",
     "TabSuggested": "Forslag",
-    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
+    "HeaderExternalIds": "Ekstern Id'er:",
     "TabLatest": "Siste",
-    "LabelAirsAfterSeason": "Sendt etter sesong:",
+    "LabelDvdSeasonNumber": "Dvd sesong nummer:",
     "TabUpcoming": "Kommer",
-    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode nummer:",
     "TabShows": "Show",
-    "LabelTreatImageAs": "Behandle bilde som:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Episoder",
-    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
+    "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
     "TabGenres": "Sjanger",
-    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
+    "LabelAirsAfterSeason": "Sendt etter sesong:",
     "TabPeople": "Folk",
-    "HeaderCountries": "Land",
+    "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
     "TabNetworks": "Nettverk",
-    "HeaderGenres": "Sjanger",
+    "LabelTreatImageAs": "Behandle bilde som:",
     "HeaderUsers": "Bruker",
-    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
+    "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
     "HeaderFilters": "Filtre",
-    "HeaderStudios": "Studioer",
+    "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tagger",
+    "HeaderCountries": "Land",
     "OptionFavorite": "Favoritter",
-    "HeaderMetadataSettings": "Metadata innstilinger",
+    "HeaderGenres": "Sjanger",
     "OptionLikes": "Liker",
-    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
+    "HeaderPlotKeywords": "Plott n\u00f8kkelord",
     "OptionDislikes": "Misliker",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studioer",
     "OptionActors": "Skuespillere",
-    "TabDonate": "Doner",
+    "HeaderTags": "Tagger",
     "OptionGuestStars": "Gjeste-opptredelser",
-    "HeaderDonationType": "Donasjon type:",
+    "HeaderMetadataSettings": "Metadata innstilinger",
     "OptionDirectors": "Regis\u00f8r",
-    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
+    "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
     "OptionWriters": "Manus",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Produsent",
-    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
+    "TabDonate": "Doner",
     "HeaderResume": "Fortsette",
-    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
+    "HeaderDonationType": "Donasjon type:",
     "HeaderNextUp": "Neste",
-    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
+    "OptionMakeOneTimeDonation": "Gi en egen donasjon",
     "NoNextUpItemsMessage": "Ingen funnet. Begyn \u00e5 se det du har",
-    "HeaderSupporterBenefit": "Et supporter medlemskap gir flere fordeler som tilgang til premium programtillegg, internett kanalinnhold, og mer.",
+    "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.",
     "HeaderLatestEpisodes": "Siste episoder",
-    "OptionNoTrailer": "Ingen trailer",
+    "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
     "HeaderPersonTypes": "Person Typer:",
-    "OptionNoThemeSong": "Ingen temasang",
+    "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
     "TabSongs": "Sanger",
-    "OptionNoThemeVideo": "Ingen tema video",
+    "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
     "TabAlbums": "Album",
-    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
+    "HeaderSupporterBenefit": "Et supporter medlemskap gir flere fordeler som tilgang til premium programtillegg, internett kanalinnhold, og mer.",
     "TabArtists": "Artister",
-    "OptionActor": "Skuespiller",
+    "OptionNoTrailer": "Ingen trailer",
     "TabAlbumArtists": "Album Artister",
-    "OptionComposer": "Komponist",
+    "OptionNoThemeSong": "Ingen temasang",
     "TabMusicVideos": "Musikk-videoer",
-    "OptionDirector": "Regiss\u00f8r",
+    "OptionNoThemeVideo": "Ingen tema video",
     "ButtonSort": "Sorter",
-    "OptionGuestStar": "Stjerne gjest",
+    "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
     "HeaderSortBy": "Sorter etter",
-    "OptionProducer": "Produsent",
+    "OptionActor": "Skuespiller",
     "HeaderSortOrder": "Sorter Etter:",
-    "OptionWriter": "Manus",
+    "OptionComposer": "Komponist",
     "OptionPlayed": "Sett",
-    "LabelAirDays": "Sendings dager:",
+    "OptionDirector": "Regiss\u00f8r",
     "OptionUnplayed": "Ikke sett",
-    "LabelAirTime": "Sendings tid:",
+    "OptionGuestStar": "Stjerne gjest",
     "OptionAscending": "Oppover",
-    "HeaderMediaInfo": "Media informasjon",
+    "OptionProducer": "Produsent",
     "OptionDescending": "Nedover",
-    "HeaderPhotoInfo": "Bildeinformasjon",
+    "OptionWriter": "Manus",
     "OptionRuntime": "Spilletid",
-    "HeaderInstall": "Installer",
+    "LabelAirDays": "Sendings dager:",
+    "LabelAirTime": "Sendings tid:",
     "OptionReleaseDate": "Uttgitt dato",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Antall avspillinger",
-    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
+    "HeaderMediaInfo": "Media informasjon",
     "OptionDatePlayed": "Dato spilt",
-    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
+    "HeaderPhotoInfo": "Bildeinformasjon",
     "OptionDateAdded": "Dato lagt til",
-    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
+    "HeaderInstall": "Installer",
     "OptionAlbumArtist": "Album Artist",
-    "HeaderReviews": "Anmeldelser",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Utvikler informasjon",
+    "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revisjonshistorikk",
+    "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
     "OptionTrackName": "L\u00e5navn",
-    "ButtonViewWebsite": "Vis nettsted",
+    "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
     "OptionCommunityRating": "Community Rangering",
-    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
+    "HeaderReviews": "Anmeldelser",
     "OptionNameSort": "Navn",
-    "HeaderXmlSettings": "Xml innstillinger",
+    "HeaderDeveloperInfo": "Utvikler informasjon",
     "OptionFolderSort": "Mapper",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revisjonshistorikk",
     "OptionBudget": "Budsjett",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "Vis nettsted",
     "OptionRevenue": "Inntjening",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
     "OptionPoster": "Plakat",
-    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
+    "HeaderXmlSettings": "Xml innstillinger",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Tidslinje",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Koble denne brukeren til en Media Browser-konto for \u00e5 aktivere enkel p\u00e5logging tilgang fra hvilken som helst app uten \u00e5 vite serveren ip-adresse.",
+    "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
     "OptionCriticRating": "Kritiker Vurdering",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video bitrate",
-    "LabelExternalPlayers": "Eksterne avspillere:",
+    "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.",
     "OptionResumable": "Fortsettelse",
-    "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": "Subtitle Profile",
+    "LabelConnectUserName": "Media Browser brukernavn\/e-post",
     "ScheduledTasksHelp": "Klikk p\u00e5 en oppgave for \u00e5 tilpasse tidsplan",
+    "LabelConnectUserNameHelp": "Koble denne brukeren til en Media Browser-konto for \u00e5 aktivere enkel p\u00e5logging tilgang fra hvilken som helst app uten \u00e5 vite serveren ip-adresse.",
     "ScheduledTasksTitle": "Tidsplan Oppgaver",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
     "TabMyPlugins": "Mine programtillegg",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "Eksterne avspillere:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Metode:",
+    "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": "Subtitle Profile",
     "PluginsTitle": "Programtillegg",
-    "LabelDidlMode": "Didl modus:",
     "HeaderAutomaticUpdates": "Automatiske oppdateringer",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Spiller n\u00e5",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Siste album",
-    "OptionEmbedSubtitles": "Legge inn i kontainer",
+    "LabelMethod": "Metode:",
     "HeaderLatestSongs": "Siste l\u00e5ter",
-    "OptionExternallyDownloaded": "Ekstern nedlasting",
+    "LabelDidlMode": "Didl modus:",
     "HeaderRecentlyPlayed": "Nylig avspilt",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofte avspilt",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds er \u00e5 anses som p\u00e5 kanten. Disse har ikke blitt testet. Dette vil kunne medf\u00f8re til at applikasjonen kan krasje og komplette funksjoner ikke fungerer.",
-    "LabelSubtitleFormatHelp": "Eksempel: srt",
+    "OptionEmbedSubtitles": "Legge inn i kontainer",
     "LabelVideoType": "Video-type",
-    "ButtonLearnMore": "L\u00e6re mer",
+    "OptionExternallyDownloaded": "Ekstern nedlasting",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Spill av",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "Finn trailere fra internett automatisk",
+    "LabelSubtitleFormatHelp": "Eksempel: srt",
     "Option3D": "3d",
-    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
+    "ButtonLearnMore": "L\u00e6re mer",
     "LabelFeatures": "Funksjoner:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Spill av",
     "LabelService": "Service:",
-    "TitlePlayback": "Spill av",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Finn trailere fra internett automatisk",
     "LabelVersion": "Versjon:",
-    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
+    "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
     "LabelLastResult": "Siste resultat:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "undertekster",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Spill av",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Temasang",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
     "OptionHasThemeVideo": "Temavideo",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmer",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studio",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailere",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artister:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Siste Filmer",
-    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Siste Trailers",
-    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Spesial Funksjoner",
-    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDB Rangering",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Foreldresensur",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
     "OptionPremiereDate": "premieredato",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
     "TabBasic": "Basic",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
     "TabAdvanced": "Avansert",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
     "OptionContinuing": "Fortsetter",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Avsluttet",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Lanseringsdager",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "S\u00f8ndag",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Mandag",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tirsdag",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f8rdag",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Strying",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administrasjon",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Mangler IMDb id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Mangler TVDB id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Mangler oversikt",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fil\/Metadata \u00e5r Mismatch",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Genrelt",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Logg",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter-n\u00f8kkel",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bli en supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser har ett blomstrende fellesskap av brukere og bidragsytere.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Sjekk ut v\u00e5r kunnskaps base for \u00e5 hjelpe deg med \u00e5 f\u00e5 best utbytte av Media Browser",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f8k kunnskapsbasen",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f8k oss",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Bes\u00f8k Media Browsers nettside",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Bes\u00f8k Media Browser sin side for \u00e5 f\u00e5 de siste nyhetene og for \u00e5 f\u00f8lge med p\u00e5 utviklerbloggen.",
     "OptionHideUser": "Skjul brukere fra logginn-skjermen",
     "OptionDisableUser": "Deaktiver denne brukeren",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Eksempel: Star Wars Samling",
     "OptionSearchForInternetMetadata": "S\u00f8k p\u00e5 internet for artwork og metadata",
     "ButtonCreate": "Opprett",
-    "LabelHttpServerPortNumber": "Http server port nummer:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socker port nummer:",
-    "LabelEnableAutomaticPortHelp": "UPnP tillater automatiserte routere konfigurering for ekstern tilgang. Dette fungerer n\u00f8dvendigvis ikke p\u00e5 alle modeller.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Ekstern DDNS:",
     "LabelExternalDDNSHelp": "Hvis du har en dynamisk DNS, skriv den her. Media Browser applikasjoner vil bruke denne n\u00e5r ekstern forbindelse opprettes.",
     "TabResume": "Forsette",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Samlinger",
     "OptionReportBooks": "B\u00f8ker",
     "OptionReportArtists": "Artisert",
-    "OptionReportAlbums": "Albumer",
-    "OptionReportAdultVideos": "Voksen videoer",
-    "ButtonMore": "Mer",
-    "HeaderActivity": "Aktivitet",
-    "ScheduledTaskStartedWithName": "{0} startet"
+    "OptionReportAlbums": "Albumer"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/nl.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Afsluiten",
-    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
+    "OptionReportAdultVideos": "Adult video's",
     "LabelVisitCommunity": "Bezoek Gemeenschap",
-    "ScheduledTaskCompletedWithName": "{0} is gereed",
+    "ButtonMore": "Meer",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Geplande taak is gereed",
+    "HeaderActivity": "Activiteit",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
+    "ScheduledTaskStartedWithName": "{0} is gestart",
     "LabelStandard": "Standaard",
-    "PluginUpdatedWithName": "{0} is bijgewerkt",
+    "ScheduledTaskCancelledWithName": "{0} is geannuleerd",
     "LabelViewApiDocumentation": "Bekijk Api documentatie",
-    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
+    "ScheduledTaskCompletedWithName": "{0} is gereed",
     "LabelBrowseLibrary": "Bekijk bibliotheek",
-    "ScheduledTaskFailedWithName": "{0} is mislukt",
+    "ScheduledTaskFailed": "Geplande taak is gereed",
     "LabelConfigureMediaBrowser": "Configureer Media Browser",
-    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
+    "PluginInstalledWithName": "{0} is ge\u00efnstalleerd",
     "LabelOpenLibraryViewer": "Open bibliotheek verkenner",
-    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
+    "PluginUpdatedWithName": "{0} is bijgewerkt",
     "LabelRestartServer": "Server herstarten",
-    "DeviceOnlineWithName": "{0} is verbonden",
+    "PluginUninstalledWithName": "{0} is gede\u00efnstalleerd",
     "LabelShowLogWindow": "Toon log venster",
-    "UserOnlineFromDevice": "{0} is aangemeld met {1}",
+    "ScheduledTaskFailedWithName": "{0} is mislukt",
     "LabelPrevious": "Vorige",
-    "DeviceOfflineWithName": "{0} is losgekoppeld",
+    "ItemAddedWithName": "{0} is toegevoegd aan de bibliotheek",
     "LabelFinish": "Voltooien",
-    "UserOfflineFromDevice": "{0} is afgemeld bij {1}",
+    "ItemRemovedWithName": "{0} is verwijderd uit de bibliotheek",
     "LabelNext": "Volgende",
-    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
+    "DeviceOnlineWithName": "{0} is verbonden",
     "LabelYoureDone": "Gereed!",
-    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
+    "UserOnlineFromDevice": "{0} is aangemeld met {1}",
     "WelcomeToMediaBrowser": "Welkom bij Media Browser!",
-    "LabelRunningTimeValue": "Looptijd: {0}",
+    "DeviceOfflineWithName": "{0} is losgekoppeld",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "IP adres: {0}",
+    "UserOfflineFromDevice": "{0} is afgemeld bij {1}",
     "ThisWizardWillGuideYou": "Deze wizard helpt u door het setup-proces.",
-    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
+    "SubtitlesDownloadedForItem": "Ondertiteling voor {0} is gedownload",
     "TellUsAboutYourself": "Vertel ons over u zelf",
-    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
+    "SubtitleDownloadFailureForItem": "Downloaden van ondertiteling voor {0} is mislukt",
     "LabelYourFirstName": "Uw voornaam:",
-    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
+    "LabelRunningTimeValue": "Looptijd: {0}",
     "MoreUsersCanBeAddedLater": "Meer gebruikers kunnen later via het dashboard worden toegevoegd.",
-    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
+    "LabelIpAddressValue": "IP adres: {0}",
     "UserProfilesIntro": "Media Browser bevat ingebouwde ondersteuning voor gebruikersprofielen, zodat iedere gebruiker zijn eigen display-instellingen, afspeelstatus en ouderlijk toezicht heeft.",
-    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
+    "UserConfigurationUpdatedWithName": "Gebruikersinstellingen voor {0} zijn bijgewerkt",
     "LabelWindowsService": "Windows Service",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
+    "UserCreatedWithName": "Gebruiker {0} is aangemaakt",
     "AWindowsServiceHasBeenInstalled": "Er is een Windows service ge\u00efnstalleerd.",
-    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
+    "UserPasswordChangedWithName": "Wachtwoord voor {0} is gewijzigd",
     "WindowsServiceIntro1": "Media Browser Server werkt normaal als een desktop applicatie met een pictogram in het systeemvak, maar wanneer u het liever op de achtergrond als service laat draaien, dan kan dit worden ingesteld vanuit het Windows services configuratie scherm.",
-    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
+    "UserDeletedWithName": "Gebruiker {0} is verwijderd",
     "WindowsServiceIntro2": "Wanneer u de Windows-service gebruikt, dan dient u er rekening mee te houden dat het niet op hetzelfde moment als de desktop applicatie kan worden uitgevoerd. Het is daarom vereist de desktop applicatie eerst af te sluiten voordat u de service gebruikt. De service moet worden geconfigureerd met beheerdersrechten via het configuratie scherm. Houd er rekening mee dat op dit moment de service niet automatisch kan worden bijgewerkt, zodat nieuwe versies dus handmatige interactie vereisen.",
-    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
+    "MessageServerConfigurationUpdated": "Server configuratie is bijgewerkt",
     "WizardCompleted": "Dit is alles wat we nodig hebben voor nu. Media Browser is begonnen met het verzamelen van informatie over uw mediabibliotheek. Bekijk enkele van onze apps, en klik vervolgens op <b>Voltooien<\/b> om het <b>Dashboard te bekijken<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Sectie {0} van de server configuratie is bijgewerkt",
     "LabelConfigureSettings": "Configureer instellingen",
-    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
+    "MessageApplicationUpdated": "Media Browser Server is bijgewerkt",
     "LabelEnableVideoImageExtraction": "Videobeeld uitpakken inschakelen",
-    "AppDeviceValues": "App: {0}, Apparaat: {1}",
+    "AuthenticationSucceededWithUserName": "{0} is succesvol geverifieerd",
     "VideoImageExtractionHelp": "Voor video's die nog geen afbeeldingen hebben, en waarvoor geen afbeeldingen op Internet te vinden zijn. Dit voegt extra tijd toe aan de oorspronkelijke bibliotheek scan, maar resulteert in een mooiere weergave.",
-    "ProviderValue": "Aanbieder: {0}",
+    "FailedLoginAttemptWithUserName": "Mislukte aanmeld poging van {0}",
     "LabelEnableChapterImageExtractionForMovies": "Hoofdstuk afbeeldingen uitpakken voor Films",
-    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
+    "UserStartedPlayingItemWithValues": "{0} heeft afspelen van {1} gestart",
     "LabelChapterImageExtractionForMoviesHelp": "Uitpakken van hoofdstuk afbeeldingen geeft de Cli\u00ebnt de mogelijkheid om grafische scene selectie menu's te tonen. Het proces kan traag en cpu-intensief zijn en kan enkele gigabytes aan ruimte vereisen. Het word uitgevoerd als nachtelijke taak om 4:00, maar dit is instelbaar via de geplande taken. Het wordt niet aanbevolen om deze taak uit te voeren tijdens de piekuren.",
-    "LabelChannelDownloadSizeLimitHelp": "De grootte van het kanaal downloadmap beperken. Downloaden buiten  500MB vereist een actieve supporter lidmaatschap",
-    "HeaderRecentActivity": "Recente activiteit",
+    "UserStoppedPlayingItemWithValues": "{0} heeft afspelen van {1} gestopt",
     "LabelEnableAutomaticPortMapping": "Automatische poorttoewijzing inschakelen",
-    "HeaderPeople": "Personen",
+    "AppDeviceValues": "App: {0}, Apparaat: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP zorgt voor geautomatiseerde configuratie van de router voor gemakkelijke toegang op afstand. Dit werkt mogelijk niet met sommige routers.",
-    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
+    "ProviderValue": "Aanbieder: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Componisten",
+    "LabelChannelDownloadSizeLimit": "Downloadlimiet (GB): ",
     "ButtonCancel": "Annuleren",
-    "OptionOthers": "Overigen",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recente activiteit",
     "ButtonNew": "Nieuw",
+    "HeaderPeople": "Personen",
     "HeaderSetupLibrary": "Stel uw mediabibliotheek in",
-    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
+    "HeaderDownloadPeopleMetadataFor": "Download biografie en afbeeldingen voor:",
     "ButtonAddMediaFolder": "Mediamap toevoegen",
-    "ViewTypeFolders": "Mappen",
+    "OptionComposers": "Componisten",
     "LabelFolderType": "Maptype:",
-    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
+    "OptionOthers": "Overigen",
     "MediaFolderHelpPluginRequired": "* Hiervoor is het gebruik van een Plug-in vereist, bijvoorbeeld GameBrowser of MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Opnamen",
     "ReferToMediaLibraryWiki": "Raadpleeg de mediabibliotheek wiki.",
-    "ViewTypeLiveTvChannels": "Kanalen",
+    "HeaderDownloadPeopleMetadataForHelp": "Het inschakelen van extra opties zal meer informatie op het scherm bieden, maar resulteert in tragere bibliotheek scan.",
     "LabelCountry": "Land:",
-    "LabelAllowLocalAccessWithoutPassword": "Lokale toegang toestaan zonder wachtwoord",
+    "ViewTypeFolders": "Mappen",
     "LabelLanguage": "Taal:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Als dit ingeschakled is dan kan er in het thuisnetwerk zonder wachtwoord aangemeld worden.",
+    "LabelDisplayFoldersView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
     "HeaderPreferredMetadataLanguage": "Gewenste metadata taal:",
-    "HeaderPassword": "Wachtwoord",
+    "ViewTypeLiveTvRecordingGroups": "Opnamen",
     "LabelSaveLocalMetadata": "Sla afbeeldingen en metadata op in de mediamappen",
-    "HeaderLocalAccess": "Lokale toegang",
+    "ViewTypeLiveTvChannels": "Kanalen",
     "LabelSaveLocalMetadataHelp": "Door afbeeldingen en metadata op te slaan in de mediamappen kunnen ze makkelijker worden gevonden en bewerkt.",
-    "HeaderViewOrder": "Weergave volgorde",
+    "LabelAllowLocalAccessWithoutPassword": "Lokale toegang toestaan zonder wachtwoord",
     "LabelDownloadInternetMetadata": "Download afbeeldingen en metadata van het internet",
-    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Als dit ingeschakled is dan kan er in het thuisnetwerk zonder wachtwoord aangemeld worden.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan informatie en afbeeldingen van uw media downloaden, om zo een mooie en uitgebreide weergave mogelijk te maken.",
-    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
+    "HeaderPassword": "Wachtwoord",
     "TabPreferences": "Voorkeuren",
-    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
+    "HeaderLocalAccess": "Lokale toegang",
     "TabPassword": "Wachtwoord",
-    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
+    "HeaderViewOrder": "Weergave volgorde",
     "TabLibraryAccess": "Bibliotheek toegang",
-    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
+    "LabelSelectUserViewOrder": "Kies de volgorde van uw weergaven die zullen worden weergegeven in Media Browser applicaties",
     "TabImage": "Afbeelding",
-    "OptionRefreshAllData": "Vernieuw alle gegevens",
+    "LabelMetadataRefreshMode": "Metadata vernieuw mode:",
     "TabProfile": "Profiel",
-    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
+    "LabelImageRefreshMode": "Afbeelding vernieuw mode:",
     "TabMetadata": "Metagegevens",
-    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
+    "OptionDownloadMissingImages": "Ontbrekende afbeeldingen downloaden",
     "TabImages": "Afbeeldingen",
-    "HeaderRefreshMetadata": "Vernieuw metagegevens",
+    "OptionReplaceExistingImages": "Bestaande afbeeldingen vervangen",
     "TabNotifications": "Meldingen",
-    "HeaderPersonInfo": "Persoon informatie",
+    "OptionRefreshAllData": "Vernieuw alle gegevens",
     "TabCollectionTitles": "Titels",
-    "HeaderIdentifyItem": "Identificeer item",
+    "OptionAddMissingDataOnly": "Alleen ontbrekende gegevens toevoegen",
     "LabelDisplayMissingEpisodesWithinSeasons": "Toon ontbrekende afleveringen binnen een seizoen",
-    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
+    "OptionLocalRefreshOnly": "Alleen lokaal vernieuwen",
     "LabelUnairedMissingEpisodesWithinSeasons": "Toon komende afleveringen binnen een seizoen",
-    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
+    "HeaderRefreshMetadata": "Vernieuw metagegevens",
     "HeaderVideoPlaybackSettings": "Video afspeel instellingen",
-    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
+    "HeaderPersonInfo": "Persoon informatie",
     "HeaderPlaybackSettings": "Afspeel instellingen",
-    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
+    "HeaderIdentifyItem": "Identificeer item",
     "LabelAudioLanguagePreference": "Voorkeurs taal geluid:",
-    "ButtonIdentify": "Identificeer",
+    "HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
     "LabelSubtitleLanguagePreference": "Voorkeurs taal ondertiteling:",
-    "LabelAlbumArtist": "Album artiest:",
+    "HeaderConfirmDeletion": "Bevestigen Verwijdering",
     "OptionDefaultSubtitles": "Standaard",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "Het volgende bestand wordt verwijderd.",
     "OptionOnlyForcedSubtitles": "Alleen 'geforceerde' ondertiteling",
-    "LabelCommunityRating": "Beoordeling gemeenschap:",
+    "LabelIfYouWishToContinueWithDeletion": "Geef om door te gaan het resultaat in:",
     "OptionAlwaysPlaySubtitles": "Ondertiteling altijd weergeven",
-    "LabelVoteCount": "Aantal stemmen:",
+    "ButtonIdentify": "Identificeer",
     "OptionNoSubtitles": "Geen ondertitels",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artiest:",
     "OptionDefaultSubtitlesHelp": "Ondertiteling wordt weergegeven in de voorkeurstaal als de audio in een andere taal is.",
-    "LabelCriticRating": "Beoordeling critici:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Alleen ondertitels gemarkeerd als \"gedwongen\" zullen worden geladen.",
-    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
+    "LabelCommunityRating": "Beoordeling gemeenschap:",
     "OptionAlwaysPlaySubtitlesHelp": "Ondertiteling wordt weergegeveen in de voorkeurstaal ongeacht de taal van de audio.",
-    "LabelAwardSummary": "Samenvatting prijzen:",
+    "LabelVoteCount": "Aantal stemmen:",
     "OptionNoSubtitlesHelp": "Ondertiteling wordt standaard niet weergegeven.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profielen",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Beoordeling critici:",
     "TabSecurity": "Beveiliging",
-    "LabelOverview": "Overzicht:",
+    "LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
     "ButtonAddUser": "Gebruiker toevoegen",
-    "LabelShortOverview": "Kort overzicht:",
-    "LabelReleaseDate": "Uitgave datum:",
+    "LabelAwardSummary": "Samenvatting prijzen:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Voeg lokale gebruiker toe",
-    "LabelYear": "Jaar:",
-    "ButtonInviteMediaBrowserUser": "Nodig Media Browser gebruiker uit",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Opslaan",
-    "LabelPlaceOfBirth": "Geboorteplaats:",
+    "LabelOverview": "Overzicht:",
     "ButtonResetPassword": "Wachtwoord resetten",
-    "LabelEndDate": "Eind datum|",
+    "LabelShortOverview": "Kort overzicht:",
     "LabelNewPassword": "Nieuw wachtwoord:",
-    "LabelAirDate": "Uitzend dagen:",
+    "LabelReleaseDate": "Uitgave datum:",
     "LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord:",
-    "LabelAirTime:": "Uitzend tijd:",
+    "LabelYear": "Jaar:",
     "HeaderCreatePassword": "Maak wachtwoord",
-    "LabelRuntimeMinutes": "Speelduur (minuten):",
+    "LabelPlaceOfBirth": "Geboorteplaats:",
     "LabelCurrentPassword": "Huidig wachtwoord",
-    "LabelParentalRating": "Kijkwijzer classificatie:",
+    "LabelEndDate": "Eind datum|",
     "LabelMaxParentalRating": "Maximaal toegestane kijkwijzer classificatie:",
-    "LabelCustomRating": "Aangepaste classificatie:",
+    "LabelAirDate": "Uitzend dagen:",
     "MaxParentalRatingHelp": "Media met een hogere classificatie wordt niet weergegeven",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Uitzend tijd:",
     "LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
-    "LabelRevenue": "Omzet ($):",
+    "LabelRuntimeMinutes": "Speelduur (minuten):",
     "ChannelAccessHelp": "Selecteer de kanalen om te delen met deze gebruiker. Beheerders kunnen alle kanalen bewerken met de metadata manager.",
-    "LabelOriginalAspectRatio": "Originele aspect ratio:",
+    "LabelParentalRating": "Kijkwijzer classificatie:",
     "ButtonDeleteImage": "Verwijder afbeelding",
-    "LabelPlayers": "Spelers:",
+    "LabelCustomRating": "Aangepaste classificatie:",
     "LabelSelectUsers": "Selecteer gebruikers:",
-    "Label3DFormat": "3D formaat",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Uploaden",
-    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
+    "LabelRevenue": "Omzet ($):",
     "HeaderUploadNewImage": "Nieuwe afbeelding uploaden",
-    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
+    "LabelOriginalAspectRatio": "Originele aspect ratio:",
     "LabelDropImageHere": "Afbeelding hier neerzetten",
-    "HeaderExternalIds": "Externe Id's",
+    "LabelPlayers": "Spelers:",
     "ImageUploadAspectRatioHelp": "1:1 beeldverhouding geadviseerd. Alleen JPG\/PNG.",
-    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
+    "Label3DFormat": "3D formaat",
     "MessageNothingHere": "Lijst is leeg.",
-    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
+    "HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
     "MessagePleaseEnsureInternetMetadata": "Zorg ervoor dat het downloaden van metadata van het internet is ingeschakeld.",
-    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
+    "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
     "TabSuggested": "Aanbevolen",
-    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
+    "HeaderExternalIds": "Externe Id's",
     "TabLatest": "Nieuw",
-    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
+    "LabelDvdSeasonNumber": "Dvd seizoensnummer:",
     "TabUpcoming": "Binnenkort op TV",
-    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
+    "LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
     "TabShows": "Series",
-    "LabelTreatImageAs": "Behandel afbeelding als:",
+    "LabelAbsoluteEpisodeNumber": "Absoluut afleveringsnummer:",
     "TabEpisodes": "Afleveringen",
-    "LabelDisplayOrder": "Weergave volgorde:",
+    "LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
     "TabGenres": "Genres",
-    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
+    "LabelAirsAfterSeason": "Uitgezonden na seizoen:",
     "TabPeople": "Personen",
-    "HeaderCountries": "Landen",
+    "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
     "TabNetworks": "TV-Studio's",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Behandel afbeelding als:",
     "HeaderUsers": "Gebruikers",
-    "HeaderPlotKeywords": "Trefwoorden plot",
+    "LabelDisplayOrder": "Weergave volgorde:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studio's",
+    "LabelDisplaySpecialsWithinSeasons": "Voeg specials toe aan het seizoen waarin ze uitgezonden zijn",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Labels",
+    "HeaderCountries": "Landen",
     "OptionFavorite": "Favorieten",
-    "HeaderMetadataSettings": "Metagegevens instellingen",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Leuk",
-    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
+    "HeaderPlotKeywords": "Trefwoorden plot",
     "OptionDislikes": "Niet leuk",
-    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
+    "HeaderStudios": "Studio's",
     "OptionActors": "Acteurs",
-    "TabDonate": "Doneer",
+    "HeaderTags": "Labels",
     "OptionGuestStars": "Gast Sterren",
-    "HeaderDonationType": "Donatie soort:",
+    "HeaderMetadataSettings": "Metagegevens instellingen",
     "OptionDirectors": "Regiseurs",
-    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
+    "LabelLockItemToPreventChanges": "Blokkeer dit item tegen wijzigingen",
     "OptionWriters": "Schrijvers",
-    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat je ze steunt. Het geeft geen extra voordelen en geeft je geen supporter sleutel.",
+    "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
     "OptionProducers": "Producenten",
-    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
+    "TabDonate": "Doneer",
     "HeaderResume": "Hervatten",
-    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
+    "HeaderDonationType": "Donatie soort:",
     "HeaderNextUp": "Volgend",
-    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
+    "OptionMakeOneTimeDonation": "Doe een aparte donatie",
     "NoNextUpItemsMessage": "Niets gevonden. Start met kijken!",
-    "HeaderSupporterBenefit": "Een supporters lidmaatschap heeft voordelen zoals toegang tot premium plug-ins, internet kanalen en meer.",
+    "OptionOneTimeDescription": "Dit is een extra donatie voor het team om te laten zien dat je ze steunt. Het geeft geen extra voordelen en geeft je geen supporter sleutel.",
     "HeaderLatestEpisodes": "Nieuwste Afleveringen",
-    "OptionNoTrailer": "Geen trailer",
+    "OptionLifeTimeSupporterMembership": "Levenslang supporter lidmaatschap",
     "HeaderPersonTypes": "Persoon Types:",
-    "OptionNoThemeSong": "Geen thema muziek",
+    "OptionYearlySupporterMembership": "Jaarlijkse supporter lidmaatschap",
     "TabSongs": "Songs",
-    "OptionNoThemeVideo": "Geen thema film",
+    "OptionMonthlySupporterMembership": "maandelijks supporter lidmaatschap",
     "TabAlbums": "Albums",
-    "LabelOneTimeDonationAmount": "Donatie bedrag:",
+    "HeaderSupporterBenefit": "Een supporters lidmaatschap heeft voordelen zoals toegang tot premium plug-ins, internet kanalen en meer.",
     "TabArtists": "Artiesten",
-    "OptionActor": "Acteur",
+    "OptionNoTrailer": "Geen trailer",
     "TabAlbumArtists": "Albumartiesten",
-    "OptionComposer": "Componist",
+    "OptionNoThemeSong": "Geen thema muziek",
     "TabMusicVideos": "Muziek Videos",
-    "OptionDirector": "Regiseur",
+    "OptionNoThemeVideo": "Geen thema film",
     "ButtonSort": "Sorteren",
-    "OptionGuestStar": "Gast ster",
+    "LabelOneTimeDonationAmount": "Donatie bedrag:",
     "HeaderSortBy": "Sorteren op:",
-    "OptionProducer": "Producent",
+    "OptionActor": "Acteur",
     "HeaderSortOrder": "Sorteer volgorde:",
-    "OptionWriter": "Schrijver",
+    "OptionComposer": "Componist",
     "OptionPlayed": "Afgespeeld",
-    "LabelAirDays": "Uitzend dagen:",
+    "OptionDirector": "Regiseur",
     "OptionUnplayed": "Onafgespeeld",
-    "LabelAirTime": "Uitzend tijd:",
+    "OptionGuestStar": "Gast ster",
     "OptionAscending": "Oplopend",
-    "HeaderMediaInfo": "Media informatie",
+    "OptionProducer": "Producent",
     "OptionDescending": "Aflopend",
-    "HeaderPhotoInfo": "Foto informatie",
+    "OptionWriter": "Schrijver",
     "OptionRuntime": "Speelduur",
-    "HeaderInstall": "Installeer",
+    "LabelAirDays": "Uitzend dagen:",
+    "LabelAirTime": "Uitzend tijd:",
     "OptionReleaseDate": "Uitgave datum",
-    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
     "OptionPlayCount": "Afspeel telling",
-    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
+    "HeaderMediaInfo": "Media informatie",
     "OptionDatePlayed": "Datum afgespeeld",
-    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
+    "HeaderPhotoInfo": "Foto informatie",
     "OptionDateAdded": "Datum toegevoegd",
-    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
+    "HeaderInstall": "Installeer",
     "OptionAlbumArtist": "Albumartiest",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
     "OptionArtist": "Artiest",
-    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
+    "LinkSupporterMembership": "Meer informatie over het supporter lidmaatschap",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Versie geschiedenis",
+    "MessageSupporterPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap na de gratis proefperiode van 14 dagen.",
     "OptionTrackName": "Naam van Nummer",
-    "ButtonViewWebsite": "Bekijk website",
+    "MessagePremiumPluginRequiresMembership": "Deze plugin vereist een actief supporter lidmaatschap om deze aan te kunnen schaffen na de gratis proefperiode van 14 dagen.",
     "OptionCommunityRating": "Gemeenschaps Waardering",
-    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in je PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Naam",
-    "HeaderXmlSettings": "Xml Instellingen",
+    "HeaderDeveloperInfo": "Informatie ontwikkelaar",
     "OptionFolderSort": "Mappen",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
+    "HeaderRevisionHistory": "Versie geschiedenis",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
+    "ButtonViewWebsite": "Bekijk website",
     "OptionRevenue": "Inkomsten",
-    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Terugkerende donaties kunnen op elk moment stop gezet worden in je PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
+    "HeaderXmlSettings": "Xml Instellingen",
     "OptionBackdrop": "Achtergrond",
-    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributen",
     "OptionTimeline": "Tijdlijn",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribuut",
     "OptionThumb": "Miniatuur",
-    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
+    "XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Koppel deze gebruiker aan een Media Browser account het mogelijk te maken om eenvoudig aan te melden met elke app zonder het server ip adres te weten.",
+    "OptionSaveMetadataAsHidden": "Metagegevens en afbeeldingen opslaan als verborgen bestanden",
     "OptionCriticRating": "Kritieken",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Hoofdstuk afbeeldingen uitpakken tijdens het scannen van de bibliotheek",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "Externe spelers:",
+    "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.",
     "OptionResumable": "Hervatbaar",
-    "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",
+    "LabelConnectUserName": "Media Browser gebruikersnaam\/emailadres:",
     "ScheduledTasksHelp": "Klik op een taak om het schema aan te passen.",
+    "LabelConnectUserNameHelp": "Koppel deze gebruiker aan een Media Browser account het mogelijk te maken om eenvoudig aan te melden met elke app zonder het server ip adres te weten.",
     "ScheduledTasksTitle": "Geplande taken",
-    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
-    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Meer informatie over Media Browser Connect",
     "TabMyPlugins": "Mijn Plug-ins",
-    "LabelFormat": "Formaat:",
+    "LabelExternalPlayers": "Externe spelers:",
     "TabCatalog": "Catalogus",
-    "LabelMethod": "Methode:",
+    "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",
     "PluginsTitle": "Plug-ins",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatische updates",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Ondertitelingsprofielen",
+    "HeaderSubtitleProfilesHelp": "Ondertitelingsprofielen beschrijven de ondertitelings formaten ondersteund door het apparaat.",
     "HeaderNowPlaying": "Wordt nu afgespeeld",
-    "OptionResElement": "res element",
+    "LabelFormat": "Formaat:",
     "HeaderLatestAlbums": "Nieuwste Albums",
-    "OptionEmbedSubtitles": "Invoegen in container",
+    "LabelMethod": "Methode:",
     "HeaderLatestSongs": "Nieuwste Songs",
-    "OptionExternallyDownloaded": "Externe download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Recent afgespeeld",
-    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Vaak afgespeeld",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Development versies zijn geheel voor eigen risico. Deze versies worden vaak vrijgegeven en zijn niet getest!. De Applicatie kan crashen en sommige functies kunnen mogelijk niet meer werken.",
-    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
+    "OptionEmbedSubtitles": "Invoegen in container",
     "LabelVideoType": "Video Type:",
-    "ButtonLearnMore": "Meer informatie",
+    "OptionExternallyDownloaded": "Externe download",
     "OptionBluray": "Blu-ray",
-    "TabPlayback": "Afspelen",
+    "OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extra's",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Vind trailers van het internet automatisch",
+    "LabelSubtitleFormatHelp": "Voorbeeld: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Taal voorkeuren",
+    "ButtonLearnMore": "Meer informatie",
     "LabelFeatures": "Kenmerken:",
-    "TabCinemaMode": "Cinema mode",
+    "TabPlayback": "Afspelen",
     "LabelService": "Service:",
-    "TitlePlayback": "Afspelen",
+    "HeaderTrailersAndExtras": "Trailers & Extra's",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
+    "OptionFindTrailers": "Vind trailers van het internet automatisch",
     "LabelVersion": "Versie:",
-    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar je woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
+    "HeaderLanguagePreferences": "Taal voorkeuren",
     "LabelLastResult": "Laatste resultaat:",
-    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
+    "TabCinemaMode": "Cinema mode",
     "OptionHasSubtitles": "Ondertitels",
-    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
+    "TitlePlayback": "Afspelen",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
+    "LabelEnableCinemaModeFor": "Schakel cinema mode in voor:",
     "OptionHasThemeSong": "Thema Song",
-    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
+    "CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar je woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen",
     "OptionHasThemeVideo": "Thema Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
+    "OptionTrailersFromMyMovies": "Voeg trailers van films uit mijn bibliotheek toe",
     "TabMovies": "Films",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
+    "OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachte films toe",
     "TabStudios": "Studio's",
-    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet gekeken zijn",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Eigen intro's pad:",
+    "LabelEnableIntroParentalControl": "Schakel slimme ouderlijke toezicht in",
     "LabelArtists": "Artiest:",
-    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
+    "LabelEnableIntroParentalControlHelp": "Trailers worden alleen geselecteerd als de ouderlijke toezicht lager of gelijk is aan de film die gekeken wordt.",
     "LabelArtistsHelp": "Scheidt meerdere met een ;",
-    "ValueSpecialEpisodeName": "Speciaal - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Deze functies vereisen een actieve ondersteuners lidmaatschap en installatie van de Trailer-kanaal plugin.",
     "HeaderLatestMovies": "Nieuwste Films",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Vereist instellingen voor lokale trailers.",
     "HeaderLatestTrailers": "Nieuwste Trailers",
-    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Eigen intro's pad:",
     "OptionHasSpecialFeatures": "Extra's",
-    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
+    "LabelCustomIntrosPathHelp": "Een map met video bestanden. na de trailers wordt er een willekeurige video afgespeeld.",
     "OptionImdbRating": "IMDb Waardering",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
+    "ValueSpecialEpisodeName": "Speciaal - {0}",
     "OptionParentalRating": "Kijkwijzer classificatie",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premi\u00e8re Datum",
-    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
+    "OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
     "TabBasic": "Basis",
-    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
+    "OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
     "TabAdvanced": "Geavanceerd",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welkom bij de Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
     "OptionContinuing": "Wordt vervolgd...",
+    "CinemaModeConfigurationHelp2": "Gebruikers kunnen in hun eigen instellingen Cinema Mode uitschakelen",
     "OptionEnded": "Gestopt",
+    "LabelEnableCinemaMode": "Cinema Mode inschakelen",
     "HeaderAirDays": "Uitzend Dagen",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Zondag",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welkom bij de Media Browser Dashboard",
     "OptionMonday": "Maandag",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Dinsdag",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Woensdag",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Donderdag",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Vrijdag",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Zaterdag",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Beheer",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "IMDb Id ontbreekt",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "TheTVDB Id ontbreekt",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Overzicht ontbreekt",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Jaartal in Bestands\/metadata komt niet overeen",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Algemeen",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Ondersteuning",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Logboek",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Over",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Sleutel",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Word Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser heeft een bloeiende gemeenschap van gebruikers en vrijwilligers.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Bekijk onze kennisbank om u te helpen het beste uit Media Browser halen.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Zoeken in de Kennisbank",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bezoek de Gemeenschap",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Bezoek de Media Browser Website",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Bezoek de Media Browser-website voor het laatste nieuws en blijf op de hoogte via de ontwikkelaars blog.",
     "OptionHideUser": "Verberg deze gebruiker op de aanmeldschermen",
     "OptionDisableUser": "Deze account uitschakelen",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
     "OptionSearchForInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
     "ButtonCreate": "Cre\u00ebren",
-    "LabelHttpServerPortNumber": "Http server poortnummer:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket poortnummer:",
-    "LabelEnableAutomaticPortHelp": "UPnP zorgt geautomatiseerde configuratie van de router voor toegang op afstand. Dit werkt mogelijk niet met sommige routers.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Externe DDNS:",
     "LabelExternalDDNSHelp": "Als u een dynamische DNS heeft kun u die hier invoeren. Media Browser apps zullen het gebruiken om op afstand verbinding te maken.",
     "TabResume": "Hervatten",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Verzameling",
     "OptionReportBooks": "Boeken",
     "OptionReportArtists": "Artiesten",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult video's",
-    "ButtonMore": "Meer",
-    "HeaderActivity": "Activiteit",
-    "ScheduledTaskStartedWithName": "{0} is gestart"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/pl.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Wyj\u015b\u0107",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki Github",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standardowy",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Zobacz dokumentacj\u0119 Api",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Przejrzyj bibliotek\u0119",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Skonfiguruj Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Otw\u00f3rz przegl\u0105dark\u0119 biblioteki",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Uruchom serwer ponownie",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Wstecz",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Koniec",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Dalej",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Sko\u0144czy\u0142e\u015b!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Witaj w Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Asystent pomo\u017ce Ci podczas instalacji. Na pocz\u0105tku, wybierz tw\u00f3j preferowany j\u0119zyk.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Opowiedz nam o sobie",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "Twoje imi\u0119:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "Mo\u017cesz doda\u0107 wi\u0119cej u\u017cytkownik\u00f3w p\u00f3\u017aniej przez tablic\u0119 rozdzielcz\u0105.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Serwis Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Serwis Windows zosta\u0142 zainstalowany.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server normally runs as a desktop application with a tray icon, but if you prefer to run it as a background service, it can be started from the windows services control panel instead.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "To wszystko na teraz. Media Browser zacz\u0105\u0142 zbiera\u0107 informacje o twojej bibliotece. Zapoznaj si\u0119 z aplikacjami po czym kliknij <b>Koniec<\/b> \u017ceby zobaczy\u0107 <b>Tablic\u0119 rozdzielcz\u0105<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Skonfiguruj ustawienia",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Dla filmik\u00f3w kt\u00f3re nie maj\u0105 jeszcze obraz\u00f3w i dla kt\u00f3rych nie mo\u017cemy \u017cadnych znale\u017a\u0107 na internecie. Zwi\u0119kszy to czas wst\u0119pnego skanowania biblioteki ale wynikiem b\u0119dzie \u0142adniejsza prezentacja.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Anuluj",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "New",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Ustaw swoj\u0105 bibliotek\u0119",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Dodaj folder",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Typ folderu:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Wymaga u\u017cycia wtyczki tak jak GameBrowser lub MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Odnie\u015b si\u0119 do wiki biblioteki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Kraj:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "J\u0119zyk:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Preferowany j\u0119zyk metadanych:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Preferencje",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Has\u0142o",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Dost\u0119p do biblioteki",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Obraz",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Images",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Wy\u015bwietl brakuj\u0105ce odcinki w sezonach",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Wy\u015bwietl nie wydanie odcinki w sezonach",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Ustawienia odtwarzania wideo",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Preferencje j\u0119zyka audio:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Preferencje j\u0119zyka napis\u00f3w:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profile",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Zabezpieczenie",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Dodaj u\u017cytkownika",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Zapisz",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Zresetuj has\u0142o",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nowe has\u0142o:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Stw\u00f3rz has\u0142o:",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Bie\u017c\u0105ce has\u0142o:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maksymalna dozwolona ocena rodzicielska:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Zawarto\u015b\u0107 z wy\u017csz\u0105 ocen\u0105 b\u0119dzie schowana dla tego u\u017cytkownika.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Usu\u0144 obrazek",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Wy\u015blij",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Wy\u015blij nowy obrazek",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nic tutaj nie ma.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Upewnij si\u0119 \u017ce pobieranie metadanych z internetu jest w\u0142\u0105czone.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugerowane",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Ostatnie",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Upcoming",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Seriale",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Odcinki",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "Rodzaje",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Osoby",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Sieci",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "U\u017cytkownicy",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtry:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtr",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Ulubione",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Likes",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Dislikes",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Aktorzy",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Dyrektorzy",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Pisarze",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Producenci",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Wzn\u00f3w",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nie znaleziono \u017cadnego. Zacznij ogl\u0105da\u0107 Twoje seriale!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Ostanie odcinki",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "Utwory",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Albumy",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Arty\u015bci",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Arty\u015bci albumu",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Teledyski",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Sortuj",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Sortuj wed\u0142ug:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Kolejno\u015b\u0107 sortowania:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Rosn\u0105co",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Malej\u0105co",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "D\u0142ugo\u015b\u0107 filmu",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Ilo\u015b\u0107 odtworze\u0144",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Data odtworzenia",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Data dodania",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Artysta albumu",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artysta",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nazwa utworu",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Ocena spo\u0142eczno\u015bci",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nazwa",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Bud\u017cet",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Doch\u00f3d",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Plakat",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Ocena krytyk\u00f3w",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Bitrate",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Zaplanowane zadania",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Moje wtyczki",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Wtyczki",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Automatyczne aktualizacje",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Now Playing",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Ostatnie albumy",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Ostatnie utwory",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Ostatnio grane",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Cz\u0119sto grane",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Type widea",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "W\u0142a\u015bciwo\u015bci",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Napisy",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Zwiastun",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Theme Song",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Theme Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmy",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Studia",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Zwiastuny",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Ostatnie filmy",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Ostatnie zwiastuny",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Ocena IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Ocena rodzicielska",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Data premiery",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Podstawowe",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Zaawansowane",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Niedziela",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Poniedzia\u0142ek",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Wtorek",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u015aroda",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Czwartek",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Pi\u0105tek",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Sobota",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Brakuje Id IMDb",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Brakuje Id TheTVDB",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Og\u00f3lne",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Wesprzyj",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "A propos",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Odwied\u017a stron\u0119 Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Disable this user",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Sair",
-    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
+    "OptionReportAdultVideos": "V\u00eddeos adultos",
     "LabelVisitCommunity": "Visitar a Comunidade",
-    "ScheduledTaskCompletedWithName": "{0} completa",
+    "ButtonMore": "Mais",
     "LabelGithubWiki": "Wiki do Github",
-    "ScheduledTaskFailed": "Tarefa agendada completa",
+    "HeaderActivity": "Atividade",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} foi instalado",
+    "ScheduledTaskStartedWithName": "{0} iniciado",
     "LabelStandard": "Padr\u00e3o",
-    "PluginUpdatedWithName": "{0} foi atualizado",
+    "ScheduledTaskCancelledWithName": "{0} foi cancelado",
     "LabelViewApiDocumentation": "Ver documenta\u00e7\u00e3o da Api",
-    "PluginUninstalledWithName": "{0} foi desinstalado",
+    "ScheduledTaskCompletedWithName": "{0} completa",
     "LabelBrowseLibrary": "Navegar pela Biblioteca",
-    "ScheduledTaskFailedWithName": "{0} falhou",
+    "ScheduledTaskFailed": "Tarefa agendada completa",
     "LabelConfigureMediaBrowser": "Configurar Media Browser",
-    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
+    "PluginInstalledWithName": "{0} foi instalado",
     "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
-    "ItemRemovedWithName": "{0} foi removido da biblioteca",
+    "PluginUpdatedWithName": "{0} foi atualizado",
     "LabelRestartServer": "Reiniciar Servidor",
-    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+    "PluginUninstalledWithName": "{0} foi desinstalado",
     "LabelShowLogWindow": "Exibir Janela de Log",
-    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
+    "ScheduledTaskFailedWithName": "{0} falhou",
     "LabelPrevious": "Anterior",
-    "DeviceOfflineWithName": "{0} foi desconectado",
+    "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
     "LabelFinish": "Finalizar",
-    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
+    "ItemRemovedWithName": "{0} foi removido da biblioteca",
     "LabelNext": "Pr\u00f3ximo",
-    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
+    "DeviceOnlineWithName": "{0} est\u00e1 conectado",
     "LabelYoureDone": "Pronto!",
-    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
+    "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
     "WelcomeToMediaBrowser": "Bem Vindo ao Media Browser!",
-    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
+    "DeviceOfflineWithName": "{0} foi desconectado",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
+    "UserOfflineFromDevice": "{0} foi desconectado de {1}",
     "ThisWizardWillGuideYou": "Este assistente ir\u00e1 gui\u00e1-lo pelo processo de instala\u00e7\u00e3o. Para come\u00e7ar, por favor selecione seu idioma preferido.",
-    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o de usu\u00e1rio de {0} foi atualizada",
+    "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
     "TellUsAboutYourself": "Conte-nos sobre voc\u00ea",
-    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
+    "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
     "LabelYourFirstName": "Seu primeiro nome:",
-    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
+    "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
     "MoreUsersCanBeAddedLater": "Mais usu\u00e1rios poder\u00e3o ser adicionados depois dentro do Painel.",
-    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
+    "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
     "UserProfilesIntro": "Media Browser inclui suporte a perfis de usu\u00e1rios, permitindo que cada usu\u00e1rio tenha suas prefer\u00eancias de visualiza\u00e7\u00e3o, status das reprodu\u00e7\u00f5es e controle parental.",
-    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
+    "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o de usu\u00e1rio de {0} foi atualizada",
     "LabelWindowsService": "Servi\u00e7o do Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
+    "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
     "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
-    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
+    "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
     "WindowsServiceIntro1": "O Servidor Media Browser normalmente \u00e9 executado como uma aplica\u00e7\u00e3o de desktop com um \u00edcone na bandeja do sistema, mas se preferir executar como servi\u00e7o pode inici\u00e1-lo no painel de controle de servi\u00e7os do Windows",
-    "AuthenticationSucceededWithUserName": "{0} se autenticou com sucesso",
+    "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
     "WindowsServiceIntro2": "Se usar o servi\u00e7o do Windows, por favor certifique-se que n\u00e3o esteja sendo executado ao mesmo tempo que o \u00edcone na bandeja, se estiver ter\u00e1 que sair da app antes de executar o servi\u00e7o. O servi\u00e7o necessita ser configurado com privil\u00e9gios de administrador no painel de controle. Neste momento o servi\u00e7o n\u00e3o pode se auto-atualizar, por isso novas vers\u00f5es exigir\u00e3o intera\u00e7\u00e3o manual.",
-    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
+    "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
     "WizardCompleted": "Isto \u00e9 todo o necess\u00e1rio. Media Browser iniciou a coleta das informa\u00e7\u00f5es de sua biblioteca de m\u00eddia. Conhe\u00e7a algumas de nossas apps e clique <b>Terminar<\/b> para ver o <b>Painel<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
     "LabelConfigureSettings": "Configurar ajustes",
-    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
+    "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
     "LabelEnableVideoImageExtraction": "Ativar extra\u00e7\u00e3o de imagens de v\u00eddeo",
-    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+    "AuthenticationSucceededWithUserName": "{0} se autenticou com sucesso",
     "VideoImageExtractionHelp": "Para v\u00eddeos que n\u00e3o tenham imagens e que n\u00e3o possamos encontrar imagens na internet. Isto aumentar\u00e1 o tempo do rastreamento inicial da biblioteca mas resultar\u00e1 em uma apresenta\u00e7\u00e3o mais bonita.",
-    "ProviderValue": "Provedor: {0}",
+    "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrair imagens de cap\u00edtulos dos Filmes",
-    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
+    "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrair imagens de cap\u00edtulos permitir\u00e1 aos clientes exibir menus gr\u00e1ficos de sele\u00e7\u00e3o de cenas. O processo pode ser lento, uso intensivo de cpu e pode exigir bastante espa\u00e7o em disco. Ele ser\u00e1 executado \u00e0s 4:00hs, embora isto possa ser configur\u00e1vel na \u00e1rea de tarefas agendadas. N\u00e3o \u00e9 recomendado executar esta tarefa durante as horas de pico de uso.",
-    "LabelChannelDownloadSizeLimitHelp": "Limite o tamanho da pasta para download do canal. Para fazer download de mais de 500MB \u00e9 necess\u00e1rio possuir uma ades\u00e3o de colaborador ativa.",
-    "HeaderRecentActivity": "Atividade Recente",
+    "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
     "LabelEnableAutomaticPortMapping": "Ativar mapeamento de porta autom\u00e1tico",
-    "HeaderPeople": "Pessoas",
+    "AppDeviceValues": "App: {0}, Dispositivo: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite uma configura\u00e7\u00e3o automatizada do roteador para acesso remoto f\u00e1cil. Isto pode n\u00e3o funcionar em alguns modelos de roteadores.",
-    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
+    "ProviderValue": "Provedor: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Compositores",
+    "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
     "ButtonCancel": "Cancelar",
-    "OptionOthers": "Outros",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Atividade Recente",
     "ButtonNew": "Novo",
+    "HeaderPeople": "Pessoas",
     "HeaderSetupLibrary": "Configurar sua biblioteca de m\u00eddias",
-    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
+    "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
     "ButtonAddMediaFolder": "Adicionar pasta de m\u00eddias",
-    "ViewTypeFolders": "Pastas",
+    "OptionComposers": "Compositores",
     "LabelFolderType": "Tipo de pasta:",
-    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
+    "OptionOthers": "Outros",
     "MediaFolderHelpPluginRequired": "* Requer o uso de um plugin, ex. GameBrowser ou MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
     "ReferToMediaLibraryWiki": "Consultar wiki da biblioteca de m\u00eddias",
-    "ViewTypeLiveTvChannels": "Canais",
+    "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
     "LabelCountry": "Pa\u00eds:",
-    "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
+    "ViewTypeFolders": "Pastas",
     "LabelLanguage": "Idioma:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
+    "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
     "HeaderPreferredMetadataLanguage": "Idioma preferido dos metadados:",
-    "HeaderPassword": "Senha",
+    "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
     "LabelSaveLocalMetadata": "Salvar artwork e metadados dentro das pastas da m\u00eddia",
-    "HeaderLocalAccess": "Acesso Local",
+    "ViewTypeLiveTvChannels": "Canais",
     "LabelSaveLocalMetadataHelp": "Salvar artwork e metadados diretamente nas pastas da m\u00eddia as deixar\u00e1 em um local f\u00e1cil para edit\u00e1-las.",
-    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
+    "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
     "LabelDownloadInternetMetadata": "Fazer download das imagens e metadados da internet",
-    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
     "LabelDownloadInternetMetadataHelp": "O Media Browser pode fazer download das informa\u00e7\u00f5es de sua m\u00eddia para melhorar a apresenta\u00e7\u00e3o.",
-    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
+    "HeaderPassword": "Senha",
     "TabPreferences": "Prefer\u00eancias",
-    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
+    "HeaderLocalAccess": "Acesso Local",
     "TabPassword": "Senha",
-    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
+    "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
     "TabLibraryAccess": "Acesso \u00e0 Biblioteca",
-    "OptionReplaceExistingImages": "Substituir imagens existentes",
+    "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
     "TabImage": "Imagem",
-    "OptionRefreshAllData": "Atualizar todos os dados",
+    "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
     "TabProfile": "Perfil",
-    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
+    "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
     "TabMetadata": "Metadados",
-    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
+    "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
     "TabImages": "Imagens",
-    "HeaderRefreshMetadata": "Atualizar Metadados",
+    "OptionReplaceExistingImages": "Substituir imagens existentes",
     "TabNotifications": "Notifica\u00e7\u00f5es",
-    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
+    "OptionRefreshAllData": "Atualizar todos os dados",
     "TabCollectionTitles": "T\u00edtulos",
-    "HeaderIdentifyItem": "Identificar Item",
+    "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
     "LabelDisplayMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios que faltam dentro das temporadas",
-    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
+    "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
     "LabelUnairedMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios por estrear dentro das temporadas",
-    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
+    "HeaderRefreshMetadata": "Atualizar Metadados",
     "HeaderVideoPlaybackSettings": "Ajustes da Reprodu\u00e7\u00e3o de V\u00eddeo",
-    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
+    "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
     "HeaderPlaybackSettings": "Ajustes de Reprodu\u00e7\u00e3o",
-    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
+    "HeaderIdentifyItem": "Identificar Item",
     "LabelAudioLanguagePreference": "Prefer\u00eancia do idioma do \u00e1udio:",
-    "ButtonIdentify": "Identificar",
+    "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
     "LabelSubtitleLanguagePreference": "Prefer\u00eancia do idioma da legenda:",
-    "LabelAlbumArtist": "Artista do \u00e1lbum:",
+    "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
     "OptionDefaultSubtitles": "Padr\u00e3o",
-    "LabelAlbum": "\u00c1lbum:",
+    "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
     "OptionOnlyForcedSubtitles": "Apenas legendas for\u00e7adas",
-    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
+    "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
     "OptionAlwaysPlaySubtitles": "Sempre reproduzir legendas",
-    "LabelVoteCount": "Contagem de votos:",
+    "ButtonIdentify": "Identificar",
     "OptionNoSubtitles": "Nenhuma legenda",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Artista do \u00e1lbum:",
     "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver em um idioma estrangeiro.",
-    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelAlbum": "\u00c1lbum:",
     "OptionOnlyForcedSubtitlesHelp": "Apenas legendas marcadas como for\u00e7adas ser\u00e3o carregadas.",
-    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
+    "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
     "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
-    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
+    "LabelVoteCount": "Contagem de votos:",
     "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfis",
-    "LabelTagline": "Slogan:",
+    "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
     "TabSecurity": "Seguran\u00e7a",
-    "LabelOverview": "Sinopse:",
+    "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
     "ButtonAddUser": "Adicionar Usu\u00e1rio",
-    "LabelShortOverview": "Sinopse curta:",
-    "LabelReleaseDate": "Data do lan\u00e7amento:",
+    "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Adicionar Usu\u00e1rio Local",
-    "LabelYear": "Ano:",
-    "ButtonInviteMediaBrowserUser": "Convidar Usu\u00e1rio do Media Browser",
+    "LabelTagline": "Slogan:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Salvar",
-    "LabelPlaceOfBirth": "Local de nascimento:",
+    "LabelOverview": "Sinopse:",
     "ButtonResetPassword": "Redefinir Senha",
-    "LabelEndDate": "Data final:",
+    "LabelShortOverview": "Sinopse curta:",
     "LabelNewPassword": "Nova senha:",
-    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
+    "LabelReleaseDate": "Data do lan\u00e7amento:",
     "LabelNewPasswordConfirm": "Confirmar nova senha:",
-    "LabelAirTime:": "Hor\u00e1rio:",
+    "LabelYear": "Ano:",
     "HeaderCreatePassword": "Criar Senha",
-    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
+    "LabelPlaceOfBirth": "Local de nascimento:",
     "LabelCurrentPassword": "Senha atual:",
-    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
+    "LabelEndDate": "Data final:",
     "LabelMaxParentalRating": "Classifica\u00e7\u00e3o parental m\u00e1xima permitida:",
-    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
+    "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
     "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o maior ser\u00e1 ocultado do usu\u00e1rio.",
-    "LabelBudget": "Or\u00e7amento",
+    "LabelAirTime:": "Hor\u00e1rio:",
     "LibraryAccessHelp": "Selecionar as pastas de m\u00eddia para compartilhar com este usu\u00e1rio. Administradores poder\u00e3o editar todas as pastas usando o gerenciador de metadados.",
-    "LabelRevenue": "Faturamento ($):",
+    "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
     "ChannelAccessHelp": "Selecione os canais a compartilhar com este usu\u00e1rio. Administradores poder\u00e3o editar todos os canais usando o gerenciador de metadados.",
-    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
+    "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
     "ButtonDeleteImage": "Apagar Imagem",
-    "LabelPlayers": "Reprodutores:",
+    "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
     "LabelSelectUsers": "Selecionar usu\u00e1rios:",
-    "Label3DFormat": "Formato 3D:",
+    "LabelBudget": "Or\u00e7amento",
     "ButtonUpload": "Carregar",
-    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
+    "LabelRevenue": "Faturamento ($):",
     "HeaderUploadNewImage": "Carregar Nova Imagem",
-    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
+    "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
     "LabelDropImageHere": "Soltar imagem aqui",
-    "HeaderExternalIds": "Id`s Externos:",
+    "LabelPlayers": "Reprodutores:",
     "ImageUploadAspectRatioHelp": "Propor\u00e7\u00e3o de Imagem 1:1 Recomendada. Apenas JPG\/PNG",
-    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
+    "Label3DFormat": "Formato 3D:",
     "MessageNothingHere": "Nada aqui.",
-    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
+    "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
     "MessagePleaseEnsureInternetMetadata": "Por favor, certifique-se que o download de metadados da internet est\u00e1 habilitado.",
-    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
+    "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
     "TabSuggested": "Sugeridos",
-    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
+    "HeaderExternalIds": "Id`s Externos:",
     "TabLatest": "Recentes",
-    "LabelAirsAfterSeason": "Exibido depois da temporada:",
+    "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
     "TabUpcoming": "Por Estrear",
-    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
+    "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
     "TabShows": "S\u00e9ries",
-    "LabelTreatImageAs": "Tratar imagem como:",
+    "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
     "TabEpisodes": "Epis\u00f3dios",
-    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
+    "LabelAirsBeforeSeason": "Exibido antes da temporada:",
     "TabGenres": "G\u00eaneros",
-    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
+    "LabelAirsAfterSeason": "Exibido depois da temporada:",
     "TabPeople": "Pessoas",
-    "HeaderCountries": "Pa\u00edses",
+    "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
     "TabNetworks": "Redes",
-    "HeaderGenres": "G\u00eaneros",
+    "LabelTreatImageAs": "Tratar imagem como:",
     "HeaderUsers": "Usu\u00e1rios",
-    "HeaderPlotKeywords": "Palavras-chave da Trama",
+    "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
     "HeaderFilters": "Filtros:",
-    "HeaderStudios": "Est\u00fadios",
+    "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
     "ButtonFilter": "Filtro",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Pa\u00edses",
     "OptionFavorite": "Favoritos",
-    "HeaderMetadataSettings": "Ajustes dos Metadados",
+    "HeaderGenres": "G\u00eaneros",
     "OptionLikes": "Gostei",
-    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
+    "HeaderPlotKeywords": "Palavras-chave da Trama",
     "OptionDislikes": "N\u00e3o Gostei",
-    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
+    "HeaderStudios": "Est\u00fadios",
     "OptionActors": "Atores",
-    "TabDonate": "Doar",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Convidados Especiais",
-    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
+    "HeaderMetadataSettings": "Ajustes dos Metadados",
     "OptionDirectors": "Diretores",
-    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
+    "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
     "OptionWriters": "Escritores",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
     "OptionProducers": "Produtores",
-    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
+    "TabDonate": "Doar",
     "HeaderResume": "Retomar",
-    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
+    "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
     "HeaderNextUp": "Pr\u00f3ximo",
-    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
+    "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
     "NoNextUpItemsMessage": "Nenhum encontrado. Comece assistindo suas s\u00e9ries!",
-    "HeaderSupporterBenefit": "Um membro do clube do colaborador recebe benef\u00edcios adicionais como o acesso a plugins premium, conte\u00fado de canais de internet e mais.",
+    "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.",
     "HeaderLatestEpisodes": "Epis\u00f3dios Recentes",
-    "OptionNoTrailer": "Nenhum Trailer",
+    "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
     "HeaderPersonTypes": "Tipos de Pessoa:",
-    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
+    "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
     "TabSongs": "M\u00fasicas",
-    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
+    "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
     "TabAlbums": "\u00c1lbuns",
-    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
+    "HeaderSupporterBenefit": "Um membro do clube do colaborador recebe benef\u00edcios adicionais como o acesso a plugins premium, conte\u00fado de canais de internet e mais.",
     "TabArtists": "Artistas",
-    "OptionActor": "Ator",
+    "OptionNoTrailer": "Nenhum Trailer",
     "TabAlbumArtists": "Artistas do \u00c1lbum",
-    "OptionComposer": "Compositor",
+    "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
     "TabMusicVideos": "V\u00eddeos Musicais",
-    "OptionDirector": "Diretor",
+    "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
     "ButtonSort": "Ordenar",
-    "OptionGuestStar": "Ator convidado",
+    "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
     "HeaderSortBy": "Ordenar Por:",
-    "OptionProducer": "Produtor",
+    "OptionActor": "Ator",
     "HeaderSortOrder": "Forma para Ordenar:",
-    "OptionWriter": "Escritor",
+    "OptionComposer": "Compositor",
     "OptionPlayed": "Reproduzido",
-    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
+    "OptionDirector": "Diretor",
     "OptionUnplayed": "N\u00e3o-reproduzido",
-    "LabelAirTime": "Hor\u00e1rio:",
+    "OptionGuestStar": "Ator convidado",
     "OptionAscending": "Crescente",
-    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
+    "OptionProducer": "Produtor",
     "OptionDescending": "Decrescente",
-    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
+    "OptionWriter": "Escritor",
     "OptionRuntime": "Dura\u00e7\u00e3o",
-    "HeaderInstall": "Instalar",
+    "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
+    "LabelAirTime": "Hor\u00e1rio:",
     "OptionReleaseDate": "Data de Lan\u00e7amento",
-    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
     "OptionPlayCount": "N\u00famero Reprodu\u00e7\u00f5es",
-    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
+    "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
     "OptionDatePlayed": "Data da Reprodu\u00e7\u00e3o",
-    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
+    "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
     "OptionDateAdded": "Data da Adi\u00e7\u00e3o",
-    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
+    "HeaderInstall": "Instalar",
     "OptionAlbumArtist": "Artista do \u00c1lbum",
-    "HeaderReviews": "Avalia\u00e7\u00f5es",
+    "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
     "OptionArtist": "Artista",
-    "HeaderDeveloperInfo": "Info do desenvolvedor",
+    "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
     "OptionAlbum": "\u00c1lbum",
-    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
+    "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
     "OptionTrackName": "Nome da Faixa",
-    "ButtonViewWebsite": "Ver website",
+    "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
     "OptionCommunityRating": "Avalia\u00e7\u00e3o da Comunidade",
-    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
+    "HeaderReviews": "Avalia\u00e7\u00f5es",
     "OptionNameSort": "Nome",
-    "HeaderXmlSettings": "Ajustes do Xml",
+    "HeaderDeveloperInfo": "Info do desenvolvedor",
     "OptionFolderSort": "Pastas",
-    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
+    "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
     "OptionBudget": "Or\u00e7amento",
-    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
+    "ButtonViewWebsite": "Ver website",
     "OptionRevenue": "Faturamento",
-    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
+    "HeaderXmlSettings": "Ajustes do Xml",
     "OptionBackdrop": "Imagem de Fundo",
-    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
+    "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
     "OptionTimeline": "Linha do tempo",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
     "OptionThumb": "\u00cdcone",
-    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
+    "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio a uma conta do Media Browser para ativar o acesso f\u00e1cil a partir de qualquer app sem ter que saber o endere\u00e7o ip do servidor.",
+    "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
     "OptionCriticRating": "Avalia\u00e7\u00e3o da Cr\u00edtica",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
     "OptionVideoBitrate": "Taxa do V\u00eddeo",
-    "LabelExternalPlayers": "Reprodutores externos:",
+    "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.",
     "OptionResumable": "Por retomar",
-    "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",
+    "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
     "ScheduledTasksHelp": "Clique em uma tarefa para ajustar quando ser\u00e1 executada.",
+    "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio a uma conta do Media Browser para ativar o acesso f\u00e1cil a partir de qualquer app sem ter que saber o endere\u00e7o ip do servidor.",
     "ScheduledTasksTitle": "Tarefas Agendadas",
-    "HeaderSubtitleProfiles": "Perfis da Legenda",
-    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
     "TabMyPlugins": "Meus Plugins",
-    "LabelFormat": "Formato:",
+    "LabelExternalPlayers": "Reprodutores externos:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelMethod": "M\u00e9todo:",
+    "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",
     "PluginsTitle": "Plugins",
-    "LabelDidlMode": "Modo Didl:",
     "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es Autom\u00e1ticas",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Perfis da Legenda",
+    "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
     "HeaderNowPlaying": "Reproduzindo Agora",
-    "OptionResElement": "elemento res",
+    "LabelFormat": "Formato:",
     "HeaderLatestAlbums": "\u00c1lbuns Recentes",
-    "OptionEmbedSubtitles": "Incorporar no recipiente",
+    "LabelMethod": "M\u00e9todo:",
     "HeaderLatestSongs": "M\u00fasicas Recentes",
-    "OptionExternallyDownloaded": "Download Externo",
+    "LabelDidlMode": "Modo Didl:",
     "HeaderRecentlyPlayed": "Reprodu\u00e7\u00f5es Recentes",
-    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reprodu\u00e7\u00f5es Frequentes",
+    "OptionResElement": "elemento res",
     "DevBuildWarning": "Vers\u00f5es Dev s\u00e3o as mais atuais. Lan\u00e7adas frequentemente, estas vers\u00f5es n\u00e3o foram testadas. A aplica\u00e7\u00e3o pode falhar e v\u00e1rias funcionalidades podem n\u00e3o funcionar.",
-    "LabelSubtitleFormatHelp": "Exemplo: srt",
+    "OptionEmbedSubtitles": "Incorporar no recipiente",
     "LabelVideoType": "Tipo de V\u00eddeo:",
-    "ButtonLearnMore": "Saiba mais",
+    "OptionExternallyDownloaded": "Download Externo",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Reprodu\u00e7\u00e3o",
+    "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
+    "LabelSubtitleFormatHelp": "Exemplo: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
+    "ButtonLearnMore": "Saiba mais",
     "LabelFeatures": "Funcionalidades:",
-    "TabCinemaMode": "Modo Cinema",
+    "TabPlayback": "Reprodu\u00e7\u00e3o",
     "LabelService": "Servi\u00e7o:",
-    "TitlePlayback": "Reprodu\u00e7\u00e3o",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
+    "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
     "LabelVersion": "Vers\u00e3o:",
-    "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.",
+    "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
     "LabelLastResult": "\u00daltimo resultado:",
-    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
+    "TabCinemaMode": "Modo Cinema",
     "OptionHasSubtitles": "Legendas",
-    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
+    "TitlePlayback": "Reprodu\u00e7\u00e3o",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
+    "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
     "OptionHasThemeSong": "M\u00fasica-Tema",
-    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
+    "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.",
     "OptionHasThemeVideo": "V\u00eddeo-Tema",
-    "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.",
+    "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
     "TabMovies": "Filmes",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
+    "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
     "TabStudios": "Est\u00fadios",
-    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
+    "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
+    "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
     "LabelArtists": "Artistas:",
-    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
+    "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.",
     "LabelArtistsHelp": "Separar m\u00faltiplos usando ;",
-    "ValueSpecialEpisodeName": "Especial -  {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
     "HeaderLatestMovies": "Filmes Recentes",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
+    "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
     "HeaderLatestTrailers": "Trailers Recentes",
-    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
     "OptionHasSpecialFeatures": "Funcionalidades Especiais",
-    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
+    "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
     "OptionImdbRating": "Avalia\u00e7\u00e3o IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
+    "ValueSpecialEpisodeName": "Especial -  {0}",
     "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
     "OptionPremiereDate": "Data da Estr\u00e9ia",
-    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
+    "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "LabelEnableCinemaMode": "Ativar modo cinema",
+    "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
     "TabAdvanced": "Avan\u00e7ado",
-    "HeaderCinemaMode": "Modo Cinema",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Bem Vindo ao Painel do Media Browser",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
     "OptionContinuing": "Em Exibi\u00e7\u00e3o",
+    "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
     "OptionEnded": "Finalizada",
+    "LabelEnableCinemaMode": "Ativar modo cinema",
     "HeaderAirDays": "Dias da Exibi\u00e7\u00e3o",
+    "HeaderCinemaMode": "Modo Cinema",
     "OptionSunday": "Domingo",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Bem Vindo ao Painel do Media Browser",
     "OptionMonday": "Segunda-feira",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Ter\u00e7a-feira",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Quarta-feira",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Quinta-feira",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Sexta-feira",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "S\u00e1bado",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Gerenciamento",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administra\u00e7\u00e3o:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Faltando Id IMDb",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Faltando Id TheTVDB",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Faltando Sinopse",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Anos do Arquivo e Metadados n\u00e3o conferem",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Geral",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Suporte",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Sobre",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Chave de Colaborador",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Torne-se um Colaborador",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser tem uma comunidade que cresce em usu\u00e1rios e colaboradores.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Verifique nossa base de conhecimento para ajud\u00e1-lo a obter o m\u00e1ximo do Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Pesquisar na Base de Conhecimento",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visitar a Comunidade",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visitar o Web Site do Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visite o Web Site do Media Browser para obter as \u00faltimas novidades e atualizar-se com o blog de desenvolvedores.",
     "OptionHideUser": "Ocultar este usu\u00e1rio das telas de login",
     "OptionDisableUser": "Desativar este usu\u00e1rio",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Star Wars",
     "OptionSearchForInternetMetadata": "Buscar artwork e metadados na internet",
     "ButtonCreate": "Criar",
-    "LabelHttpServerPortNumber": "N\u00famero da porta http do servidor:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "N\u00famero da porta do web socket:",
-    "LabelEnableAutomaticPortHelp": "UPnP permite configurar automaticamente o roteador para acesso remoto. Isto pode n\u00e3o funcionar com alguns modelos de roteadores.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "DDNS Externo:",
     "LabelExternalDDNSHelp": "Se voc\u00ea tem um DNS din\u00e2mico digite aqui. O Media Browser o usar\u00e1 quando conectar remotamente.",
     "TabResume": "Retomar",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Cole\u00e7\u00f5es",
     "OptionReportBooks": "Livros",
     "OptionReportArtists": "Artistas",
-    "OptionReportAlbums": "\u00c1lbuns",
-    "OptionReportAdultVideos": "V\u00eddeos adultos",
-    "ButtonMore": "Mais",
-    "HeaderActivity": "Atividade",
-    "ScheduledTaskStartedWithName": "{0} iniciado"
+    "OptionReportAlbums": "\u00c1lbuns"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Sair",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Visitar a Comunidade",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Wiki do Github",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Padr\u00e3o",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Ver Documenta\u00e7\u00e3o da API",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Navegar pela Biblioteca",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Configurar o Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Reiniciar Servidor",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Mostrar Janela de Log",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Anterior",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Terminar",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Seguinte",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Concluiu!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Bem-vindo ao Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Este assistente ir\u00e1 ajud\u00e1-lo durante o processo de configura\u00e7\u00e3o. Para come\u00e7ar, selecione o idioma.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Fale-nos sobre si",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "O seu primeiro nome:",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u00c9 poss\u00edvel adicionar utilizadores mais tarde no Painel Principal",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "O Media Browser inclui suporte a perfis de utilizadores, permitindo a cada utilizador ter as suas pr\u00f3prias configura\u00e7\u00f5es da visualiza\u00e7\u00e3o, estado das reprodu\u00e7\u00f5es e controlo parental.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Servi\u00e7o do Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "O Media Browser Server corre, normalmente, como uma aplica\u00e7\u00e3o de Ambiente de trabalho com um \u00edcone na bandeja, mas se preferir corr\u00ea-lo como um servi\u00e7o em segundo plano, pode ser iniciado atrav\u00e9s do Painel de Controlo dos Servi\u00e7os do Windows.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Por favor tome aten\u00e7\u00e3o que se estiver a usar o servi\u00e7o, este n\u00e3o pode estar a correr ao mesmo tempo que o \u00edcone na bandeja. Por isso, ter\u00e1 de sair da aplca\u00e7\u00e3o da bandeja para poder correr o servi\u00e7o. Note, ainda, que o servi\u00e7o necessita de privil\u00e9gios administrativos via Painel de Controlo. De momento, n\u00e3o \u00e9 poss\u00edvel utilizar a fun\u00e7\u00e3o de auto-actualiza\u00e7\u00e3o ao mesmo tempo que est\u00e1 em utiliza\u00e7\u00e3o o servi\u00e7o, por isso, novas vers\u00f5es necessitam de interac\u00e7\u00e3o manual.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "\u00c9 tudo o que precisamos de momento. O Media Browser come\u00e7ou a colher informa\u00e7\u00e3o \u00e1cerca da sua biblioteca. D\u00ea uma vista de olhos nas nossas extens\u00f5es e depois clique em <b>Terminar<\/b> para ir para o <b>Painel Principal<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Configura\u00e7\u00f5es",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Activar extrac\u00e7\u00e3o de imagens dos v\u00eddeos.",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "Para os v\u00eddeos ainda sem imagens e que n\u00e3o se encontram imagens na internet. Esta funcionalidade vai acrescentar mais algum tempo na leitura inicial da biblioteca, mas resultar\u00e1 numa apresenta\u00e7\u00e3o melhorada,",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extrair imagens dos cap\u00edtulos dos Filmes",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extrair imagens dos cap\u00edtulos permite, \u00e0s aplica\u00e7\u00f5es clientes, apresentar menus de selec\u00e7\u00e3o de cap\u00edtulos com cenas. Este processo pode ser lento, intensivo para o CPU e pode requerer v\u00e1rios gigabytes de espa\u00e7o. Corre como um servi\u00e7o nocturno, agendado para as 04h, embora possa ser configurado na \u00e1rea de Tarefas Agendadas. N\u00e3o \u00e9 recomendado correr esta tarefa em horas que haja muita utiliza\u00e7\u00e3o.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Activar mapeamento autom\u00e1tico de portas",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP permite configurar automaticamente o router, para um acesso remoto mais facilitado. Pode n\u00e3o suportar todos os modelos de routers.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Cancelar",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Novo",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Configurar biblioteca",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Adicionar pasta de media",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Tipo de pasta",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requer o uso de uma extens\u00e3o, e.g. GameBrowser ou MB Bookshelf",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Consulte a wiki",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Pa\u00eds:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Idioma:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Idioma preferido para metadados",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Guardar imagens e metadados diretamente nas pastas multim\u00e9dia, vai coloc\u00e1-los num local de f\u00e1cil acesso para poderem ser editados facilmente.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "O Media Browser pode transferir informa\u00e7\u00f5es sobre os seus conte\u00fados multim\u00e9dia para possibilitar apresenta\u00e7\u00f5es mais ricas.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Prefer\u00eancias",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "Senha",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Aceder \u00e0 Biblioteca",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Imagem",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Perfil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadados",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Imagens",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifica\u00e7\u00f5es",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "T\u00edtulos",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Padr\u00e3o",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Sem legendas",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver num idioma estrangeiro.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Perfis",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "Seguran\u00e7a",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Adicionar Utilizador",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Guardar",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Redefinir Senha",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Nova senha:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Confirmar nova senha:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "Criar Senha",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Senha actual:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Controlo Parental m\u00e1ximo permitido:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o mais elevada ser\u00e1 escondida deste utilizador.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Escolha as pastas de media a partilha com este utilizador. Os Administradores poder\u00e3o editar todas as pastas, usando o Gestor de Metadados.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Apagar imagem",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Selecionar utilizadores:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Carregar",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Carregar Nova Imagem",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Largar a imagem aqui",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 R\u00e1cio de aspecto recomendado. JPG\/ PNG apenas.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nada aqui.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Sugest\u00f5es",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Mais recente",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Pr\u00f3ximos",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "S\u00e9ries",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "Epis\u00f3dios",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "G\u00e9neros Art\u00edsticos",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Pessoas",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "Redes",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Utilizadores",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtros:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtro",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoritos",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Gostos",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "N\u00e3o gostos",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Actores",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Actores convidados",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Realizadores",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Argumentistas",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Produtores",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resumir",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "A Seguir",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Tipos de Pessoa:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "M\u00fasicas",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u00c1lbuns",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Artistas",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Artistas do \u00c1lbum",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Videos Musicais",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Organizar",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Organizar por:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Ordem de organiza\u00e7\u00e3o:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Reproduzido",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Por reproduzir",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascendente",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descendente",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Dura\u00e7\u00e3o",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Data de adi\u00e7\u00e3o",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Artista do \u00c1lbum",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Artista",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u00c1lbum",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Nome da pista",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "Nome",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Pastas",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Or\u00e7amento",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Receita",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Imagem de fundo",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Linha de tempo",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Miniatura",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Classifica\u00e7\u00e3o dos cr\u00edticos",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Qualidade do v\u00eddeo",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Retom\u00e1vel",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Clique numa tarefa para configurar o seu agendamento.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Tarefas Agendadas",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "As minhas extens\u00f5es",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Cat\u00e1logo",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Extens\u00f5es",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es autom\u00e1ticas",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "A reproduzir",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u00daltimos \u00c1lbuns",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u00daltimas m\u00fasicas",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Reproduzido recentemente",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Reproduzido frequentemente",
+    "OptionResElement": "res element",
     "DevBuildWarning": "As vers\u00f5es Dev s\u00e3o a tecnologia de ponta. S\u00e3o lan\u00e7adas frequentemente e n\u00e3o foram testadas. A aplica\u00e7\u00e3o pode bloquear e n\u00e3o funcionar de todo.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Tipo de V\u00eddeo:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Iso",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Caracter\u00edsticas:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Servi\u00e7o:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Estado:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Vers\u00e3o:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "\u00daltimo resultado:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Legendas",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "M\u00fasica de Tema",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "V\u00eddeo de Tema",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmes",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "Est\u00fadios",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u00daltimos Filmes",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u00daltimos Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Extras",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "Classifica\u00e7\u00e3o no IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Data de Estreia",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "B\u00e1sico",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Avan\u00e7ado",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Estado",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "A Continuar",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Terminado",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Dias de Exibi\u00e7\u00e3o",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Domingo",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Segunda",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Ter\u00e7a",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Quarta",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Quinta",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Sexta",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "S\u00e1bado",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Gest\u00e3o",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administra\u00e7\u00e3o:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Id do IMDb em falta",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "iD do TheTVDB em falta",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Descri\u00e7\u00e3o em falta",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Anos do Ficheiro\/Metadados n\u00e3o coincidem",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Geral",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Suporte",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Acerca",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Chave de Apoiante",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Torne-se um Apoiante",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "O Media Browser tem uma pr\u00f3spera comunidade de utilizadores e colaboradores.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Consulte a nossa base de conhecimento para o ajudar a obter um maior proveito do Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Procurar na Base de Conhecimento",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visite a Comunidade",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visite a p\u00e1gina web do Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visite a p\u00e1gina do Media Browser para ficar a par das \u00faltimas novidades e para acompanhar o blog do programador.",
     "OptionHideUser": "Ocultar este utilizador dos formul\u00e1rios de in\u00edcio de sess\u00e3o",
     "OptionDisableUser": "Desativar este utilizador",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
     "OptionSearchForInternetMetadata": "Procurar na internet por imagens e metadados",
     "ButtonCreate": "Criar",
-    "LabelHttpServerPortNumber": "N\u00famero da porta do servidor HTTP:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "N\u00famero da porta da Web socket:",
-    "LabelEnableAutomaticPortHelp": "o UPnP permite a configura\u00e7\u00e3o autom\u00e1tica do router para acesso remoto. Pode n\u00e3o funcionar com alguns modelos de routers.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "DDNS Externo:",
     "LabelExternalDDNSHelp": "Se tem um DNS din\u00e2mico insira-o aqui. As aplica\u00e7\u00f5es Media Browser ir\u00e3o us\u00e1-lo ao conectarem-se remotamente.",
     "TabResume": "Retomar",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

文件差异内容过多而无法显示
+ 26 - 26
MediaBrowser.Server.Implementations/Localization/Server/ru.json


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

@@ -1234,5 +1234,6 @@
     "ButtonSendInvitation": "Send Invitation",
     "HeaderGuests": "Guests",
     "HeaderLocalUsers": "Local Users",
-    "HeaderPendingInvitations": "Pending Invitations"
+    "HeaderPendingInvitations": "Pending Invitations",
+    "TabParentalControl": "Parental Control"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/sv.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Avsluta",
-    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
+    "OptionReportAdultVideos": "Vuxen videos",
     "LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
-    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
+    "ButtonMore": "Mer",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
+    "HeaderActivity": "Aktivitet",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} installerades",
+    "ScheduledTaskStartedWithName": "{0} startad",
     "LabelStandard": "F\u00f6rval",
-    "PluginUpdatedWithName": "{0} uppdaterades",
+    "ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
     "LabelViewApiDocumentation": "L\u00e4s API-dokumentationen",
-    "PluginUninstalledWithName": "{0} avinstallerades",
+    "ScheduledTaskCompletedWithName": "{0} slutf\u00f6rd",
     "LabelBrowseLibrary": "Bl\u00e4ddra i biblioteket",
-    "ScheduledTaskFailedWithName": "{0} misslyckades",
+    "ScheduledTaskFailed": "Planerad uppgift f\u00e4rdig",
     "LabelConfigureMediaBrowser": "Konfigurera Media Browser",
-    "ItemAddedWithName": "{0} lades till i biblioteket",
+    "PluginInstalledWithName": "{0} installerades",
     "LabelOpenLibraryViewer": "\u00d6ppna biblioteksbl\u00e4ddraren",
-    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
+    "PluginUpdatedWithName": "{0} uppdaterades",
     "LabelRestartServer": "Starta om servern",
-    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
+    "PluginUninstalledWithName": "{0} avinstallerades",
     "LabelShowLogWindow": "Visa loggf\u00f6nstret",
-    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
+    "ScheduledTaskFailedWithName": "{0} misslyckades",
     "LabelPrevious": "F\u00f6reg\u00e5ende",
-    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
+    "ItemAddedWithName": "{0} lades till i biblioteket",
     "LabelFinish": "Klart",
-    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
+    "ItemRemovedWithName": "{0} togs bort ur biblioteket",
     "LabelNext": "N\u00e4sta",
-    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
+    "DeviceOnlineWithName": "{0} \u00e4r ansluten",
     "LabelYoureDone": "Klart!",
-    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
+    "UserOnlineFromDevice": "{0} \u00e4r uppkopplad fr\u00e5n {1}",
     "WelcomeToMediaBrowser": "V\u00e4lkommen till Media Browser!",
-    "LabelRunningTimeValue": "Speltid: {0}",
+    "DeviceOfflineWithName": "{0} har avbrutit anslutningen",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "IP-adress: {0}",
+    "UserOfflineFromDevice": "{0} har kopplats bort fr\u00e5n {1}",
     "ThisWizardWillGuideYou": "Den h\u00e4r guiden hj\u00e4lper dig att g\u00f6ra de f\u00f6rsta inst\u00e4llningarna. F\u00f6r att b\u00f6rja var v\u00e4nlig v\u00e4lj \u00f6nskat spr\u00e5k.",
-    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
+    "SubtitlesDownloadedForItem": "Undertexter har laddats ner f\u00f6r {0}",
     "TellUsAboutYourself": "Ber\u00e4tta om dig sj\u00e4lv",
-    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
+    "SubtitleDownloadFailureForItem": "Nerladdning av undertexter f\u00f6r {0} misslyckades",
     "LabelYourFirstName": "Ditt f\u00f6rnamn:",
-    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
+    "LabelRunningTimeValue": "Speltid: {0}",
     "MoreUsersCanBeAddedLater": "Flera anv\u00e4ndare kan skapas senare i Kontrollpanelen.",
-    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
+    "LabelIpAddressValue": "IP-adress: {0}",
     "UserProfilesIntro": "Media Browser har inbyggt st\u00f6d f\u00f6r anv\u00e4ndarprofiler, s\u00e5 varje anv\u00e4ndare kan ha sina egna utseendeinst\u00e4llningar, visad-markeringar och f\u00f6r\u00e4ldral\u00e5s.",
-    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
+    "UserConfigurationUpdatedWithName": "Anv\u00e4ndarinst\u00e4llningarna f\u00f6r {0} har uppdaterats",
     "LabelWindowsService": "Windows-tj\u00e4nst",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
+    "UserCreatedWithName": "Anv\u00e4ndaren {0} har skapats",
     "AWindowsServiceHasBeenInstalled": "En Windows-tj\u00e4nst har installerats.",
-    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
+    "UserPasswordChangedWithName": "L\u00f6senordet f\u00f6r {0} har \u00e4ndrats",
     "WindowsServiceIntro1": "Media Browser Server k\u00f6rs normalt som ett anv\u00e4ndarprogram med ikon i aktivitetsf\u00e4ltet, men om s\u00e5 \u00f6nskas kan den k\u00f6ras som en Windows-tj\u00e4nst och startas fr\u00e5n kontrollpanelen Tj\u00e4nster (Services).",
-    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
+    "UserDeletedWithName": "Anv\u00e4ndaren {0} har tagits bort",
     "WindowsServiceIntro2": "Om Media Browser k\u00f6rs som en tj\u00e4nst, notera att den inte kan k\u00f6ras samtidigt som aktivitetsf\u00e4ltsikonen, s\u00e5 f\u00f6r att k\u00f6ra tj\u00e4nsten m\u00e5ste ikonen st\u00e4ngas. Tj\u00e4nsten m\u00e5ste ocks\u00e5 k\u00f6ras med administrat\u00f6rsr\u00e4ttigheter (st\u00e4lls in i kontrollpanelen Tj\u00e4nster). Automatiska uppdateringar fungerar heller inte med tj\u00e4nsten, dvs tj\u00e4nsten m\u00e5ste stoppas f\u00f6re manuell uppdatering och sedan \u00e5terstartas.",
-    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
+    "MessageServerConfigurationUpdated": "Server konfigurationen har uppdaterats",
     "WizardCompleted": "Det var allt f\u00f6r tillf\u00e4llet. Media Browser har b\u00f6rjat samla information om ditt mediebibliotek. Ta en titt p\u00e5 n\u00e5gra av v\u00e5ra appar och klicka sedan p\u00e5 <b>Klart<\/b> f\u00f6r att komma till <b>Kontrollpanelen<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Serverinst\u00e4llningarnas del {0} ar uppdaterats",
     "LabelConfigureSettings": "Inst\u00e4llningar",
-    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
+    "MessageApplicationUpdated": "Media Browser Server har uppdaterats",
     "LabelEnableVideoImageExtraction": "Ta fram bildrutor ur videofiler",
-    "AppDeviceValues": "App: {0}, enhet: {1}",
+    "AuthenticationSucceededWithUserName": "{0} har autentiserats",
     "VideoImageExtractionHelp": "Dessa anv\u00e4nds f\u00f6r objekt som saknar bilder och d\u00e4r vi inte hittar n\u00e5gra vid s\u00f6kning p\u00e5 Internet. Detta g\u00f6r att den f\u00f6rsta genoms\u00f6kningen av biblioteket tar lite l\u00e4ngre tid, men ger en snyggare presentation.",
-    "ProviderValue": "K\u00e4lla: {0}",
+    "FailedLoginAttemptWithUserName": "Misslyckat inloggningsf\u00f6rs\u00f6k fr\u00e5n {0}",
     "LabelEnableChapterImageExtractionForMovies": "Ta fram kapitelbildrutor ur filmfiler",
-    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
+    "UserStartedPlayingItemWithValues": "{0} har p\u00e5b\u00f6rjat uppspelning av {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Detta m\u00f6jligg\u00f6r grafisk visning av menyer f\u00f6r val av kapitel. Processen kan vara tids- och CPU-kr\u00e4vande och beh\u00f6va flera gigabyte lagringsutrymme. Processen k\u00f6rs varje natt kl 04:00 men intervallet kan anpassas enligt \u00f6nskem\u00e5l i Schemal\u00e4ggaren. Vi rekommenderar inte att den k\u00f6rs vid tider d\u00e5 anv\u00e4ndare \u00e4r aktiva.",
-    "LabelChannelDownloadSizeLimitHelp": "Begr\u00e4nsa storleken p\u00e5 mappen f\u00f6r nerladdning av kanalinneh\u00e5ll. Nerladdning av mer \u00e4n 500 MB kr\u00e4ver aktivt supportermedlemskap.",
-    "HeaderRecentActivity": "Senaste aktivitet",
+    "UserStoppedPlayingItemWithValues": "{0} har avslutat uppspelning av {1}",
     "LabelEnableAutomaticPortMapping": "Aktivera automatisk koppling av portar",
-    "HeaderPeople": "Personer",
+    "AppDeviceValues": "App: {0}, enhet: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP m\u00f6jligg\u00f6r automatisk inst\u00e4llning av din router s\u00e5 att du enkelt kan n\u00e5 Media Browser fr\u00e5n Internet. Detta kanske inte fungerar med alla routrar.",
-    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
+    "ProviderValue": "K\u00e4lla: {0}",
     "ButtonOk": "OK",
-    "OptionComposers": "Komposit\u00f6rer",
+    "LabelChannelDownloadSizeLimit": "Gr\u00e4ns f\u00f6r nerladdning (GB):",
     "ButtonCancel": "Avbryt",
-    "OptionOthers": "\u00d6vriga",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Senaste aktivitet",
     "ButtonNew": "Nytillkommet",
+    "HeaderPeople": "Personer",
     "HeaderSetupLibrary": "Konfigurera mediabiblioteket",
-    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
+    "HeaderDownloadPeopleMetadataFor": "Ladda ner biografi och bilder f\u00f6r:",
     "ButtonAddMediaFolder": "Skapa mediamapp",
-    "ViewTypeFolders": "Mappar",
+    "OptionComposers": "Komposit\u00f6rer",
     "LabelFolderType": "Typ av mapp:",
-    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
+    "OptionOthers": "\u00d6vriga",
     "MediaFolderHelpPluginRequired": "* Kr\u00e4ver att ett till\u00e4gg, t ex GameBrowser eller MB Bookshelf, \u00e4r installerat.",
-    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
     "ReferToMediaLibraryWiki": "Se avsnittet om mediabibliotek i v\u00e5r Wiki.",
-    "ViewTypeLiveTvChannels": "Kanaler",
+    "HeaderDownloadPeopleMetadataForHelp": "Aktivering av extrafunktioner g\u00f6r att mera information visas men g\u00f6r genoms\u00f6kning av biblioteket l\u00e5ngsammare.",
     "LabelCountry": "Land:",
-    "LabelAllowLocalAccessWithoutPassword": "Till\u00e5t lokal \u00e5tkomst utan l\u00f6senord",
+    "ViewTypeFolders": "Mappar",
     "LabelLanguage": "Spr\u00e5k:",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "G\u00f6r att l\u00f6senord ej kr\u00e4vs vid inloggning fr\u00e5n hemman\u00e4tverket.",
+    "LabelDisplayFoldersView": "Vy som visar vanliga lagringsmappar",
     "HeaderPreferredMetadataLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
-    "HeaderPassword": "L\u00f6senord",
+    "ViewTypeLiveTvRecordingGroups": "Inspelningar",
     "LabelSaveLocalMetadata": "Spara grafik och metadata i mediamapparna",
-    "HeaderLocalAccess": "Lokal \u00e5tkomst",
+    "ViewTypeLiveTvChannels": "Kanaler",
     "LabelSaveLocalMetadataHelp": "Om grafik och metadata sparas tillsammans med media \u00e4r de enkelt \u00e5tkomliga f\u00f6r redigering.",
-    "HeaderViewOrder": "Visningsordning",
+    "LabelAllowLocalAccessWithoutPassword": "Till\u00e5t lokal \u00e5tkomst utan l\u00f6senord",
     "LabelDownloadInternetMetadata": "H\u00e4mta grafik och metadata fr\u00e5n Internet",
-    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "G\u00f6r att l\u00f6senord ej kr\u00e4vs vid inloggning fr\u00e5n hemman\u00e4tverket.",
     "LabelDownloadInternetMetadataHelp": "Media Browser kan h\u00e4mta informatiom om dina media fr\u00e5n Internet f\u00f6r att ge en visuellt full\u00e4ndad presentation.",
-    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
+    "HeaderPassword": "L\u00f6senord",
     "TabPreferences": "Inst\u00e4llningar",
-    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
+    "HeaderLocalAccess": "Lokal \u00e5tkomst",
     "TabPassword": "L\u00f6senord",
-    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
+    "HeaderViewOrder": "Visningsordning",
     "TabLibraryAccess": "\u00c5tkomst till biblioteket",
-    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
+    "LabelSelectUserViewOrder": "V\u00e4lj i vilken ordning dina vyer skall visas i Media Browser-appar",
     "TabImage": "Bild",
-    "OptionRefreshAllData": "Uppdatera alla data",
+    "LabelMetadataRefreshMode": "Metod f\u00f6r uppdatering av metadata:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
+    "LabelImageRefreshMode": "Metod f\u00f6r uppdatering av bilder:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
+    "OptionDownloadMissingImages": "Ladda ner saknade bilder",
     "TabImages": "Bilder",
-    "HeaderRefreshMetadata": "Uppdatera metadata",
+    "OptionReplaceExistingImages": "Skriv \u00f6ver befintliga bilder",
     "TabNotifications": "Meddelanden",
-    "HeaderPersonInfo": "Personinformation",
+    "OptionRefreshAllData": "Uppdatera alla data",
     "TabCollectionTitles": "Titlar",
-    "HeaderIdentifyItem": "Identifiera objekt",
+    "OptionAddMissingDataOnly": "L\u00e4gg bara till saknade data",
     "LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
-    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
+    "OptionLocalRefreshOnly": "Endast lokal uppdatering",
     "LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
-    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
+    "HeaderRefreshMetadata": "Uppdatera metadata",
     "HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
-    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
+    "HeaderPersonInfo": "Personinformation",
     "HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
-    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
+    "HeaderIdentifyItem": "Identifiera objekt",
     "LabelAudioLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r ljudsp\u00e5r",
-    "ButtonIdentify": "Identifiera",
+    "HeaderIdentifyItemHelp": "Ange ett eller flera s\u00f6kkriterier. Ta bort kriterier f\u00f6r att f\u00e5 fler tr\u00e4ffar.",
     "LabelSubtitleLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r undertexter",
-    "LabelAlbumArtist": "Albumartist:",
+    "HeaderConfirmDeletion": "Bekr\u00e4fta radering",
     "OptionDefaultSubtitles": "F\u00f6rval",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "Denna fil kommer att raderas:",
     "OptionOnlyForcedSubtitles": "Endast tvingande undertexter",
-    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
+    "LabelIfYouWishToContinueWithDeletion": "Om du vill forts\u00e4tta, ange v\u00e4rdet p\u00e5:",
     "OptionAlwaysPlaySubtitles": "Visa alltid undertexter",
-    "LabelVoteCount": "Antal r\u00f6ster:",
+    "ButtonIdentify": "Identifiera",
     "OptionNoSubtitles": "Inga undertexter",
-    "LabelMetascore": "Metabetyg:",
+    "LabelAlbumArtist": "Albumartist:",
     "OptionDefaultSubtitlesHelp": "Om ljudsp\u00e5ret \u00e4r p\u00e5 ett fr\u00e4mmande spr\u00e5k laddas undertexter p\u00e5 det \u00f6nskade spr\u00e5ket.",
-    "LabelCriticRating": "Kritikerbetyg:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Endast undertexter markerade som tvingande kommer att laddas.",
-    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
+    "LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
     "OptionAlwaysPlaySubtitlesHelp": "Undertexter p\u00e5 det \u00f6nskade spr\u00e5ket kommer att laddas oavsett ljudsp\u00e5rets spr\u00e5k.",
-    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
+    "LabelVoteCount": "Antal r\u00f6ster:",
     "OptionNoSubtitlesHelp": "Ladda normalt inte undertexter.",
-    "LabelWebsite": "Hemsida:",
+    "LabelMetascore": "Metabetyg:",
     "TabProfiles": "Profiler",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Kritikerbetyg:",
     "TabSecurity": "S\u00e4kerhet",
-    "LabelOverview": "Synopsis:",
+    "LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
     "ButtonAddUser": "Ny anv\u00e4ndare",
-    "LabelShortOverview": "Kort synopsis:",
-    "LabelReleaseDate": "Premi\u00e4rdatum:",
+    "LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
+    "LabelWebsite": "Hemsida:",
     "ButtonAddLocalUser": "Skapa lokal anv\u00e4ndare",
-    "LabelYear": "\u00c5r:",
-    "ButtonInviteMediaBrowserUser": "Bjud in Media Browser-anv\u00e4ndare",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Spara",
-    "LabelPlaceOfBirth": "F\u00f6delseort:",
+    "LabelOverview": "Synopsis:",
     "ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
-    "LabelEndDate": "Slutdatum:",
+    "LabelShortOverview": "Kort synopsis:",
     "LabelNewPassword": "Nytt l\u00f6senord:",
-    "LabelAirDate": "S\u00e4ndningsdagar:",
+    "LabelReleaseDate": "Premi\u00e4rdatum:",
     "LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
-    "LabelAirTime:": "S\u00e4ndningstid:",
+    "LabelYear": "\u00c5r:",
     "HeaderCreatePassword": "Skapa l\u00f6senord",
-    "LabelRuntimeMinutes": "Speltid (min):",
+    "LabelPlaceOfBirth": "F\u00f6delseort:",
     "LabelCurrentPassword": "Nuvarande l\u00f6senord:",
-    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
+    "LabelEndDate": "Slutdatum:",
     "LabelMaxParentalRating": "H\u00f6gsta till\u00e5tna \u00e5ldersgr\u00e4ns",
-    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
+    "LabelAirDate": "S\u00e4ndningsdagar:",
     "MaxParentalRatingHelp": "Inneh\u00e5ll med h\u00f6gre gr\u00e4ns visas ej f\u00f6r den h\u00e4r anv\u00e4ndaren.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "S\u00e4ndningstid:",
     "LibraryAccessHelp": "Ange vilka mediamappar den h\u00e4r anv\u00e4ndaren ska ha tillg\u00e5ng till. Administrat\u00f6rer har r\u00e4ttighet att redigera alla mappar i metadatahanteraren.",
-    "LabelRevenue": "Int\u00e4kter ($):",
+    "LabelRuntimeMinutes": "Speltid (min):",
     "ChannelAccessHelp": "V\u00e4lj kanaler att dela med denna anv\u00e4ndare. Administrat\u00f6rer kan redigera alla kanaler med hj\u00e4lp av metadatahanteraren.",
-    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
+    "LabelParentalRating": "\u00c5ldersgr\u00e4ns:",
     "ButtonDeleteImage": "Ta bort bild",
-    "LabelPlayers": "Spelare:",
+    "LabelCustomRating": "Anpassad \u00e5ldersgr\u00e4ns:",
     "LabelSelectUsers": "V\u00e4lj anv\u00e4ndare:",
-    "Label3DFormat": "3D-format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Ladda upp",
-    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
+    "LabelRevenue": "Int\u00e4kter ($):",
     "HeaderUploadNewImage": "Ladda upp ny bild",
-    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
+    "LabelOriginalAspectRatio": "Ursprungligt bildf\u00f6rh\u00e5llande:",
     "LabelDropImageHere": "Dra bild hit",
-    "HeaderExternalIds": "Externa ID:n",
+    "LabelPlayers": "Spelare:",
     "ImageUploadAspectRatioHelp": "Bildf\u00f6rh\u00e5llande 1:1 rekommenderas. Endast JPG\/PNG.",
-    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
+    "Label3DFormat": "3D-format:",
     "MessageNothingHere": "Ingenting h\u00e4r.",
-    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
+    "HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
     "MessagePleaseEnsureInternetMetadata": "Var god se till att h\u00e4mtning av metadata via Internet \u00e4r aktiverad.",
-    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
+    "HeaderSpecialEpisodeInfo": "Info om specialavsnitt",
     "TabSuggested": "Rekommenderas",
-    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
+    "HeaderExternalIds": "Externa ID:n",
     "TabLatest": "Nytillkommet",
-    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
+    "LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
     "TabUpcoming": "Kommande",
-    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
+    "LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
     "TabShows": "Serier",
-    "LabelTreatImageAs": "Behandla bild som:",
+    "LabelAbsoluteEpisodeNumber": "Avsnittsnummer fr\u00e5n start:",
     "TabEpisodes": "Avsnitt",
-    "LabelDisplayOrder": "Visningsordning:",
+    "LabelAirsBeforeSeason": "S\u00e4nds f\u00f6re s\u00e4song:",
     "TabGenres": "Genrer",
-    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
+    "LabelAirsAfterSeason": "S\u00e4nds efter s\u00e4song:",
     "TabPeople": "Personer",
-    "HeaderCountries": "L\u00e4nder",
+    "LabelAirsBeforeEpisode": "S\u00e4nds f\u00f6re avsnitt:",
     "TabNetworks": "TV-bolag",
-    "HeaderGenres": "Genrer",
+    "LabelTreatImageAs": "Behandla bild som:",
     "HeaderUsers": "Anv\u00e4ndare",
-    "HeaderPlotKeywords": "Nyckelord i handlingen",
+    "LabelDisplayOrder": "Visningsordning:",
     "HeaderFilters": "Filter:",
-    "HeaderStudios": "Studior",
+    "LabelDisplaySpecialsWithinSeasons": "Visa specialer i de s\u00e4songer de s\u00e4ndes i",
     "ButtonFilter": "Filtrera",
-    "HeaderTags": "Etiketter",
+    "HeaderCountries": "L\u00e4nder",
     "OptionFavorite": "Favoriter",
-    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
+    "HeaderGenres": "Genrer",
     "OptionLikes": "Gillar",
-    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
+    "HeaderPlotKeywords": "Nyckelord i handlingen",
     "OptionDislikes": "Ogillar",
-    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
+    "HeaderStudios": "Studior",
     "OptionActors": "Sk\u00e5despelare",
-    "TabDonate": "L\u00e4mna bidrag",
+    "HeaderTags": "Etiketter",
     "OptionGuestStars": "G\u00e4startister",
-    "HeaderDonationType": "Donationstyp:",
+    "HeaderMetadataSettings": "Metadatainst\u00e4llningar",
     "OptionDirectors": "Regiss\u00f6rer",
-    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
+    "LabelLockItemToPreventChanges": "L\u00e5s det h\u00e4r objektet f\u00f6r att f\u00f6rhindra \u00e4ndringar",
     "OptionWriters": "Manusf\u00f6rfattare",
-    "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.",
+    "MessageLeaveEmptyToInherit": "L\u00e4mna tomt f\u00f6r att \u00e4rva inst\u00e4llningarna fr\u00e5n \u00f6verordnat objekt, eller anv\u00e4nda globalt f\u00f6rval.",
     "OptionProducers": "Producenter",
-    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
+    "TabDonate": "L\u00e4mna bidrag",
     "HeaderResume": "\u00c5teruppta",
-    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
+    "HeaderDonationType": "Donationstyp:",
     "HeaderNextUp": "N\u00e4stkommande",
-    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
+    "OptionMakeOneTimeDonation": "Ge ett extra bidrag",
     "NoNextUpItemsMessage": "Hittade inget. S\u00e4tt ig\u00e5ng och titta!",
-    "HeaderSupporterBenefit": "Ett supportermedlemskap ger extra f\u00f6rdelar, t ex tillg\u00e5ng till premiumtill\u00e4gg, internetkanaler och mycket mer.",
+    "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.",
     "HeaderLatestEpisodes": "Senaste avsnitten",
-    "OptionNoTrailer": "Trailer saknas",
+    "OptionLifeTimeSupporterMembership": "Livstids supportermedlemskap",
     "HeaderPersonTypes": "Personkategorier:",
-    "OptionNoThemeSong": "Ledmotiv saknas",
+    "OptionYearlySupporterMembership": "\u00c5rligt supportermedlemskap",
     "TabSongs": "L\u00e5tar",
-    "OptionNoThemeVideo": "Temavideo saknas",
+    "OptionMonthlySupporterMembership": "M\u00e5natligt supportermedlemskap",
     "TabAlbums": "Album",
-    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
+    "HeaderSupporterBenefit": "Ett supportermedlemskap ger extra f\u00f6rdelar, t ex tillg\u00e5ng till premiumtill\u00e4gg, internetkanaler och mycket mer.",
     "TabArtists": "Artister",
-    "OptionActor": "Sk\u00e5despelare",
+    "OptionNoTrailer": "Trailer saknas",
     "TabAlbumArtists": "Albumartister",
-    "OptionComposer": "Komposit\u00f6r",
+    "OptionNoThemeSong": "Ledmotiv saknas",
     "TabMusicVideos": "Musikvideor",
-    "OptionDirector": "Regiss\u00f6r",
+    "OptionNoThemeVideo": "Temavideo saknas",
     "ButtonSort": "Sortera",
-    "OptionGuestStar": "G\u00e4startist",
+    "LabelOneTimeDonationAmount": "Bidragsbelopp:",
     "HeaderSortBy": "Sortera efter:",
-    "OptionProducer": "Producent",
+    "OptionActor": "Sk\u00e5despelare",
     "HeaderSortOrder": "Sorteringsordning:",
-    "OptionWriter": "Manusf\u00f6rfattare",
+    "OptionComposer": "Komposit\u00f6r",
     "OptionPlayed": "Visad",
-    "LabelAirDays": "S\u00e4ndningsdagar:",
+    "OptionDirector": "Regiss\u00f6r",
     "OptionUnplayed": "Ej visad",
-    "LabelAirTime": "S\u00e4ndningstid:",
+    "OptionGuestStar": "G\u00e4startist",
     "OptionAscending": "Stigande",
-    "HeaderMediaInfo": "Mediainformation",
+    "OptionProducer": "Producent",
     "OptionDescending": "Sjunkande",
-    "HeaderPhotoInfo": "Fotoinformation",
+    "OptionWriter": "Manusf\u00f6rfattare",
     "OptionRuntime": "Speltid",
-    "HeaderInstall": "Installera",
+    "LabelAirDays": "S\u00e4ndningsdagar:",
+    "LabelAirTime": "S\u00e4ndningstid:",
     "OptionReleaseDate": "Premi\u00e4rdatum",
-    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
     "OptionPlayCount": "Antal visningar",
-    "LinkSupporterMembership": "Visa information om supportermedlemskap",
+    "HeaderMediaInfo": "Mediainformation",
     "OptionDatePlayed": "Senast visad",
-    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
+    "HeaderPhotoInfo": "Fotoinformation",
     "OptionDateAdded": "Inlagd den",
-    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
+    "HeaderInstall": "Installera",
     "OptionAlbumArtist": "Albumartist",
-    "HeaderReviews": "Recensioner",
+    "LabelSelectVersionToInstall": "V\u00e4lj version att installera:",
     "OptionArtist": "Artist",
-    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
+    "LinkSupporterMembership": "Visa information om supportermedlemskap",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revisionshistorik",
+    "MessageSupporterPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap efter en gratis provperiod p\u00e5 14 dagar.",
     "OptionTrackName": "Sp\u00e5rnamn",
-    "ButtonViewWebsite": "G\u00e5 till hemsidan",
+    "MessagePremiumPluginRequiresMembership": "Denna plugin kr\u00e4ver ett akivt supportermedlemskap f\u00f6r k\u00f6p efter en gratis provperiod p\u00e5 14 dagar.",
     "OptionCommunityRating": "Allm\u00e4nhetens betyg",
-    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
+    "HeaderReviews": "Recensioner",
     "OptionNameSort": "Namn",
-    "HeaderXmlSettings": "XML-inst\u00e4llningar",
+    "HeaderDeveloperInfo": "Information f\u00f6r utvecklare",
     "OptionFolderSort": "Mappar",
-    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
+    "HeaderRevisionHistory": "Revisionshistorik",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
+    "ButtonViewWebsite": "G\u00e5 till hemsidan",
     "OptionRevenue": "Int\u00e4kter",
-    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
+    "LabelRecurringDonationCanBeCancelledHelp": "St\u00e5ende donationer kan avbrytas n\u00e4r som helst via ditt PayPal-konto.",
     "OptionPoster": "Affisch",
-    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
+    "HeaderXmlSettings": "XML-inst\u00e4llningar",
     "OptionBackdrop": "Fondbild",
-    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
+    "HeaderXmlDocumentAttributes": "XML-dokumentattribut",
     "OptionTimeline": "Tidslinje",
-    "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.",
+    "HeaderXmlDocumentAttribute": "XML-dokumentattribut",
     "OptionThumb": "Miniatyr",
-    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
+    "XmlDocumentAttributeListHelp": "Dessa attribut till\u00e4mpas p\u00e5 rotelementet i alla xml-svar.",
     "OptionBanner": "Banderoll",
-    "LabelConnectUserNameHelp": "Anslut den h\u00e4r anv\u00e4ndaren till ett Media Browser-konto f\u00f6r att erbjuda enkel inloggning fr\u00e5n alla appar utan att beh\u00f6va k\u00e4nna till serverns IP-adress.",
+    "OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
     "OptionCriticRating": "Kritikerbetyg",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extrahera kapitelbildrutor vid genoms\u00f6kning av biblioteket",
     "OptionVideoBitrate": "Bithastighet f\u00f6r video",
-    "LabelExternalPlayers": "Externa uppspelare:",
+    "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.",
     "OptionResumable": "Kan \u00e5terupptas",
-    "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",
+    "LabelConnectUserName": "Media Browser-anv\u00e4ndarnamn\/email:",
     "ScheduledTasksHelp": "Klicka p\u00e5 en aktivitet f\u00f6r att \u00e4ndra k\u00f6rtider.",
+    "LabelConnectUserNameHelp": "Anslut den h\u00e4r anv\u00e4ndaren till ett Media Browser-konto f\u00f6r att erbjuda enkel inloggning fr\u00e5n alla appar utan att beh\u00f6va k\u00e4nna till serverns IP-adress.",
     "ScheduledTasksTitle": "Schemalagda aktiviteter",
-    "HeaderSubtitleProfiles": "Undertextprofiler",
-    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e4s mer om  Media Browser Connect",
     "TabMyPlugins": "Mina till\u00e4gg",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "Externa uppspelare:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Metod:",
+    "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",
     "PluginsTitle": "Till\u00e4gg",
-    "LabelDidlMode": "Didl-l\u00e4ge:",
     "HeaderAutomaticUpdates": "Automatiska uppdateringar",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Undertextprofiler",
+    "HeaderSubtitleProfilesHelp": "Undertextprofiler beskriver de undertextformat som st\u00f6ds av enheten.",
     "HeaderNowPlaying": "Nu spelas",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Nytillkomna album",
-    "OptionEmbedSubtitles": "Infoga i container",
+    "LabelMethod": "Metod:",
     "HeaderLatestSongs": "Nytillkomna l\u00e5tar",
-    "OptionExternallyDownloaded": "Extern nerladdning",
+    "LabelDidlMode": "Didl-l\u00e4ge:",
     "HeaderRecentlyPlayed": "Nyligen spelade",
-    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ofta spelade",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Utvecklingsversioner \u00e4r \"bleeding edge\". Dessa kommer ut ofta och \u00e4r otestade. Appen kanske kraschar och vissa delar kanske inte alls fungerar.",
-    "LabelSubtitleFormatHelp": "Exempel:srt",
+    "OptionEmbedSubtitles": "Infoga i container",
     "LabelVideoType": "Videoformat:",
-    "ButtonLearnMore": "L\u00e4s mer",
+    "OptionExternallyDownloaded": "Extern nerladdning",
     "OptionBluray": "Blu-ray",
-    "TabPlayback": "Uppspelning",
+    "OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers och extramaterial",
     "OptionIso": "ISO",
-    "OptionFindTrailers": "S\u00f6k automatiskt p\u00e5 Internet efter trailers",
+    "LabelSubtitleFormatHelp": "Exempel:srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
+    "ButtonLearnMore": "L\u00e4s mer",
     "LabelFeatures": "Inneh\u00e5ll:",
-    "TabCinemaMode": "Biol\u00e4ge",
+    "TabPlayback": "Uppspelning",
     "LabelService": "Tj\u00e4nst:",
-    "TitlePlayback": "Uppspelning",
+    "HeaderTrailersAndExtras": "Trailers och extramaterial",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
+    "OptionFindTrailers": "S\u00f6k automatiskt p\u00e5 Internet efter trailers",
     "LabelVersion": "Version:",
-    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
+    "HeaderLanguagePreferences": "Spr\u00e5kinst\u00e4llningar",
     "LabelLastResult": "Senaste resultat:",
-    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
+    "TabCinemaMode": "Biol\u00e4ge",
     "OptionHasSubtitles": "Undertexter",
-    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
+    "TitlePlayback": "Uppspelning",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
+    "LabelEnableCinemaModeFor": "Aktivera biol\u00e4ge f\u00f6r:",
     "OptionHasThemeSong": "Ledmotiv",
-    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
+    "CinemaModeConfigurationHelp": "Biol\u00e4get g\u00f6r ditt vardagsrum till en biograf genom m\u00f6jligheten att visa trailers och egna vinjetter innan filmen b\u00f6rjar.",
     "OptionHasThemeVideo": "Temavideo",
-    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
+    "OptionTrailersFromMyMovies": "Inkludera trailers f\u00f6r filmer fr\u00e5n mitt bibliotek",
     "TabMovies": "Filmer",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
+    "OptionUpcomingMoviesInTheaters": "Inkludera trailers f\u00f6r nya och kommande filmer",
     "TabStudios": "Studior",
-    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
+    "LabelLimitIntrosToUnwatchedContent": "Anv\u00e4nd bara trailers f\u00f6r objekt som ej visats",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
+    "LabelEnableIntroParentalControl": "Aktivera intelligent f\u00f6r\u00e4ldral\u00e5s",
     "LabelArtists": "Artister:",
-    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
+    "LabelEnableIntroParentalControlHelp": "Enbart trailers med samma eller l\u00e4gre \u00e5ldersgr\u00e4ns som huvudmaterialet kommer att visas.",
     "LabelArtistsHelp": "Separera med ; vid flera",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Dessa funktioner kr\u00e4ver ett akivt supportermedlemskap och installation av till\u00e4gget \"Trailer Channels\".",
     "HeaderLatestMovies": "Nytillkomna filmer",
-    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
+    "OptionTrailersFromMyMoviesHelp": "Kr\u00e4ver att lokala trailers konfigurerats.",
     "HeaderLatestTrailers": "Nytillkomna trailers",
-    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
+    "LabelCustomIntrosPath": "S\u00f6kv\u00e4g f\u00f6r egna vinjetter:",
     "OptionHasSpecialFeatures": "Extramaterial:",
-    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
+    "LabelCustomIntrosPathHelp": "En mapp inneh\u00e5llande videofiler. En video kommer att v\u00e4ljas slumpm\u00e4ssigt och spelas upp efter trailers.",
     "OptionImdbRating": "Betyg p\u00e5 IMDB",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "F\u00f6r\u00e4ldraklassning",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
+    "LabelSelectInternetTrailersForCinemaMode": "Trailers fr\u00e5n Internet",
     "OptionPremiereDate": "Premi\u00e4rdatum",
-    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
+    "OptionUpcomingDvdMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 DVD och Blu-ray",
     "TabBasic": "Grunderna",
-    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
+    "OptionUpcomingStreamingMovies": "Inkludera trailers f\u00f6r nya och kommande filmer p\u00e5 Netflix",
     "TabAdvanced": "Avancerat",
-    "HeaderCinemaMode": "Biol\u00e4ge",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Visa trailers tillsammans med f\u00f6reslagna filmer",
     "HeaderStatus": "Status",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "V\u00e4lkommen till Media Browsers kontrollpanel",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Kr\u00e4ver installation av Trailer-kanalen.",
     "OptionContinuing": "P\u00e5g\u00e5ende",
+    "CinemaModeConfigurationHelp2": "Varje anv\u00e4ndare kan i sina egna inst\u00e4llningar v\u00e4lja om biol\u00e4get skall aktiveras.",
     "OptionEnded": "Avslutad",
+    "LabelEnableCinemaMode": "Aktivera biol\u00e4ge",
     "HeaderAirDays": "S\u00e4ndningsdagar",
+    "HeaderCinemaMode": "Biol\u00e4ge",
     "OptionSunday": "S\u00f6ndag",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "V\u00e4lkommen till Media Browsers kontrollpanel",
     "OptionMonday": "M\u00e5ndag",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tisdag",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Onsdag",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Torsdag",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Fredag",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "L\u00f6rdag",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Administration",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Administration:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "IMDB-ID saknas",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "TVDB-ID saknas",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Synopsis saknas",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "Fildatum\/metadatadatum \u00f6verensst\u00e4mmer ej",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Allm\u00e4nt",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Support",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "H\u00e4ndelselogg",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Om",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Donationskod",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Bidra med en donation",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser har en livaktig grupp av anv\u00e4ndare och medverkande.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Ta en titt i v\u00e5r kunskapsdatabas s\u00e5 att du f\u00e5r ut mesta m\u00f6jliga av Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "S\u00f6k i kunskapsdatabasen",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Bes\u00f6k anv\u00e4ndargrupperna",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "G\u00e5 till Media Browsers hemsida",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "G\u00e5 till Media Browsers hemsida och l\u00e4s de senaste nyheterna och utvecklarbloggen",
     "OptionHideUser": "Visa inte den h\u00e4r anv\u00e4ndaren p\u00e5 inloggningssidorna",
     "OptionDisableUser": "Sp\u00e4rra den h\u00e4r anv\u00e4ndaren",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Exemple: Star Wars-samling",
     "OptionSearchForInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata",
     "ButtonCreate": "Skapa",
-    "LabelHttpServerPortNumber": "Http-serverns portnummer:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Webanslutningens portnummer:",
-    "LabelEnableAutomaticPortHelp": "UPnP till\u00e5ter automatisk routerinst\u00e4llning f\u00f6r fj\u00e4rranslutningar. Detta kanske inte fungerar med vissa modeller.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "Extern DDNS:",
     "LabelExternalDDNSHelp": "Om du har en dynamisk DNS skriv in den h\u00e4r. Media Browser-appar kommer att anv\u00e4nda den n\u00e4r de fj\u00e4rransluts.",
     "TabResume": "\u00c5teruppta",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Samlingar",
     "OptionReportBooks": "B\u00f6cker",
     "OptionReportArtists": "Artister",
-    "OptionReportAlbums": "Album",
-    "OptionReportAdultVideos": "Vuxen videos",
-    "ButtonMore": "Mer",
-    "HeaderActivity": "Aktivitet",
-    "ScheduledTaskStartedWithName": "{0} startad"
+    "OptionReportAlbums": "Album"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/tr.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Cikis",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Bizi Ziyaret Edin",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Standart",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "Api D\u00f6k\u00fcman\u0131 Goruntule",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "K\u00fct\u00fcphane",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "Media Taray\u0131c\u0131 Konfig\u00fcrasyon",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "K\u00fct\u00fcphane G\u00f6r\u00fcnt\u00fcleyici",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Server Yeniden Baslat",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Log Ekran\u0131n\u0131 G\u00f6r\u00fcnt\u00fcle",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u00d6nceki",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "Bitir",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Sonraki",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "Haz\u0131rs\u0131n!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Media Taray\u0131c\u0131ya Hosgeldiniz !",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Taray\u0131c\u0131",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Bu sihirbaz kurulum i\u015flemi boyunca size yard\u0131mc\u0131 olacakt\u0131r. Ba\u015flamak i\u00e7in, tercih etti\u011finiz dili se\u00e7iniz.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "Kendinizden Bahsedin",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u0130lk Ad",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows Servis",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Windows Servisi Y\u00fcklenmistir.",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Medya Taray\u0131c\u0131 Sunucu normalde bir tepsi simgesi ile bir masa\u00fcst\u00fc uygulamas\u0131 olarak cal\u0131s\u0131r, ancak bir arka plan servisi olarak \u00e7al\u0131\u015ft\u0131rmak isterseniz, bunun yerine windows servisleri kontrol panelinden baslat\u0131labilirsiniz.",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "Windows hizmeti kullan\u0131yorsan\u0131z, o tepsi simgesi olarak ayn\u0131 anda cal\u0131st\u0131rabilirsiniz unutmay\u0131n, b\u00f6ylece hizmetini cal\u0131st\u0131rmak i\u00e7in tepsiyi \u00e7\u0131kmak gerekir l\u00fctfen. Hizmeti de kontrol paneli \u00fczerinden y\u00f6netim ayr\u0131cal\u0131klar\u0131yla yap\u0131land\u0131r\u0131lm\u0131\u015f olmas\u0131 gerekir. Su anda hizmet kendine g\u00fcncelleme m\u00fcmk\u00fcn oldugunu unutmay\u0131n, bu y\u00fczden yeni s\u00fcr\u00fcmleri manuel etkilesimi gerektirir.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "Ayarlar\u0131 Degistir",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "For videos that don't already have images, and that we're unable to find internet images for. This will add some additional time to the initial library scan but will result in a more pleasing presentation.",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Tamam",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u0130ptal",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "Yeni",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "Medya k\u00fct\u00fcphaneni kur",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Yeni Media Klas\u00f6r\u00fc",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Klas\u00f6r T\u00fcr\u00fc:",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u00dclke",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Dil",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Tercih edilen Meta Dili:",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "Medya meta dosyalar\u0131n\u0131 ayn\u0131 klas\u00f6rlere i\u015fle",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u0130nternetten \u0130\u00e7erik Y\u00fckleyin",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "Tercihler",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u015eifre",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "K\u00fct\u00fcphane Eri\u015fim",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "Resim",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "Profil",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "Resimler",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Titles",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Sezondaki kay\u0131p b\u00f6l\u00fcmleri g\u00f6ster",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "Video Oynatma Ayarlar\u0131",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Ses Dili Tercihi:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Altyaz\u0131 Dili Tercihi:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "Altyaz\u0131 Yok",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "Profiller",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "G\u00fcvenlik",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Kullan\u0131c\u0131 Ekle",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "Kay\u0131t",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u015eifre S\u0131f\u0131rla",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "Yeni \u015eifre",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "Yeni \u015eifreyi Onayla",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u015eifre Olu\u015ftur",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "Kullan\u0131mdaki \u015eifreniz",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maksimum izin verilen ebeveyn de\u011ferlendirmesi:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "Daha y\u00fcksek bir derece ile \u0130\u00e7erik Bu kullan\u0131c\u0131dan gizli olacak.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Bu kullan\u0131c\u0131 ile payla\u015fmak i\u00e7in medya klas\u00f6rleri se\u00e7in. Y\u00f6neticiler meta y\u00f6neticisini kullanarak t\u00fcm klas\u00f6rleri d\u00fczenlemesi m\u00fcmk\u00fcn olacakt\u0131r.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "Resim Sil",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "Y\u00fckle",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "Yeni Resim Y\u00fckle",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Nothing here.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u00d6nerilen",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "Son",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "Gelecek",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "G\u00f6steriler",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "B\u00f6l\u00fcmler",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "T\u00fcrler",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "Oyuncular",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "A\u011flar",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "Kullan\u0131c\u0131lar",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filtrelemeler",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filtre",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Favoriler",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Be\u011feniler",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Be\u011fenmeyenler",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Akt\u00f6rler",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Konuk oylar\u0131",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "Y\u00f6netmenler",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "Yazarlar",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u00dcreticiler",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Devam",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Sonraki hafta",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "Latest Episodes",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u015eark\u0131lar",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "Alb\u00fcm",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "Sanat\u00e7\u0131",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Klipler",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "S\u0131rala",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u015euna g\u00f6re s\u0131rala",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Sipari\u015fe g\u00f6re s\u0131rala",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "\u00c7al\u0131n\u0131yor",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "\u00c7al\u0131nm\u0131yor",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Y\u00fckselen",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "D\u00fc\u015fen",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "\u00c7al\u0131\u015fma s\u00fcresi",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "Oynatma sayac\u0131",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Oynatma Tarihi",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Eklenme Tarihi",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Sanat\u00e7\u0131",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Alb\u00fcm",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "Par\u00e7a \u0130smi",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "Community Rating",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u0130sim",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Klas\u00f6r",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Budget",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Revenue",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "Poster",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "Timeline",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Banner",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Kritik Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "Video Kalitesi",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Zamanlanm\u0131\u015f G\u00f6revler",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "Eklentilerim",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Katalog",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "Eklentiler",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "Otomatik G\u00fcncelleme",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "Son Alb\u00fcmler",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "Son Par\u00e7alar",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Son oynat\u0131lan",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Frequently Played",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Video Tipi",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "Dvd",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "\u0130so",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "Features:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Servis:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Altyaz\u0131",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Tan\u0131t\u0131m Video",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "Tema \u015eark\u0131s\u0131",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "Tema Videosu",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "Filmler",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "St\u00fcdyo",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Fragmanlar",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Son filmler",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Son fragmanlar",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u0130MDb Reyting",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "Basit",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Geli\u015fmi\u015f",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Durum",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Topluluk",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Bitmi\u015f",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Pazar",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Pazartesi",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Sal\u0131",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u00c7ar\u015famba",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Per\u015fembe",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Cuma",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Cumartesi",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Y\u00f6netim",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Missing IMDb Id",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "Genel",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "Destek",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Kay\u0131t",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "Hakk\u0131nda",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Destek\u00e7i kodu",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Destek\u00e7i ol",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "Hide this user from login screens",
     "OptionDisableUser": "Kullan\u0131c\u0131 Devre D\u0131\u015f\u0131 B\u0131rak",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/vi.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "Tho\u00e1t",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "Gh\u00e9 th\u0103m trang C\u1ed9ng \u0111\u1ed3ng",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github Wiki",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "Ti\u00eau chu\u1ea9n",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "T\u00e0i li\u1ec7u xem  Api",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "Duy\u1ec7t th\u01b0 vi\u1ec7n",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "C\u1ea5u h\u00ecnh Media Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "Open Library Viewer",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "Kh\u1edfi \u0111\u1ed9ng l\u1ea1i m\u00e1y ch\u1ee7",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "Show Log Window",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "Tr\u01b0\u1edbc",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "K\u1ebft th\u00fac",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "Ti\u1ebfp theo",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "B\u1ea1n \u0111\u00e3 ho\u00e0n th\u00e0nh!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "Ch\u00e0o m\u1eebng \u0111\u1ebfn B\u1ea1n \u0111\u1ebfn v\u1edbi Media Browser!",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "Th\u1ee7 thu\u1eadt n\u00e0y s\u1ebd h\u01b0\u1edbng d\u1eabn qu\u00e1 tr\u00ecnh c\u00e0i \u0111\u1eb7t cho b\u1ea1n. \u0110\u1ec3 b\u1eaft \u0111\u1ea7u, vui l\u00f2ng l\u1ef1a ch\u1ecdn ng\u00f4n ng\u1eef b\u1ea1n \u01b0a th\u00edch.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "N\u00f3i cho ch\u00fang t\u00f4i bi\u1ebft \u0111\u00f4i \u0111i\u1ec1u v\u1ec1 B\u1ea1n",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "T\u00ean c\u1ee7a B\u1ea1n",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "D\u1ecbch v\u1ee5 c\u1ee7a Windows",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "M\u1ed9t d\u1ecbch v\u1ee5 c\u1ee7a Windows \u0111\u00e3 \u0111\u01b0\u1ee3c c\u00e0i \u0111\u1eb7t",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser Server ch\u1ea1y b\u00ecnh th\u01b0\u1eddng nh\u01b0 m\u1ed9t \u1ee9ng d\u1ee5ng m\u00e1y t\u00ednh v\u1edbi khay bi\u1ec3u t\u01b0\u1ee3ng, nh\u01b0ng n\u1ebfu b\u1ea1n th\u00edch \u0111\u1ec3 n\u00f3 ch\u1ea1y nh\u01b0 m\u1ed9t d\u1ecbch v\u1ee5 n\u1ec1n, n\u00f3 c\u00f3t h\u1ec3 kh\u1edfi \u0111\u1ed9ng c\u00f9ng c\u00e1c d\u1ecbch v\u1ee5 c\u1ee7a h\u1ec7 \u0111i\u1ec1u h\u00e0nh windows",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "If using the windows service, please note that it cannot be run at the same time as the tray icon, so you'll need to exit the tray in order to run the service. The service will also need to be configured with administrative privileges via the control panel. Please note that at this time the service is unable to self-update, so new versions will require manual interaction.",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "That's all we need for now. Media Browser has begun collecting information about your media library. Check out some of our apps, and then click <b>Finish<\/b> to view the <b>Dashboard<\/b>.",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "C\u00e0i \u0111\u1eb7t c\u1ea5u h\u00ecnh",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "Enable video image extraction",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "\u0110\u1ed1i v\u1edbi c\u00e1c video kh\u00f4ng c\u00f3 s\u1eb5n h\u00ecnh \u1ea3nh v\u00e0 ch\u00fang ta kh\u00f4ng t\u00ecm th\u1ea5y c\u00e1c h\u00ecnh \u1ea3nh \u0111\u00f3 tr\u00ean internet. \u0110i\u1ec1u n\u00e0y s\u1ebd",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs as a nightly scheduled task at 4am, although this is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "Cho ph\u00e9p t\u1ef1 \u0111\u1ed9ng \u00e1nh x\u1ea1 c\u1ed5ng (port)",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "Ok",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "Tho\u00e1t",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "M\u1edbi",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "C\u00e0i \u0111\u1eb7t th\u01b0 vi\u1ec7n media c\u1ee7a b\u1ea1n",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "Th\u00eam m\u1ed9t th\u01b0 m\u1ee5c media",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "Lo\u1ea1i th\u01b0 m\u1ee5c",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "* Requires the use of a plugin, e.g. GameBrowser or MB Bookshelf.",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "Tham kh\u1ea3o th\u01b0 vi\u1ec7n wiki media.",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "Qu\u1ed1c gia:",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "Ng\u00f4n ng\u1eef",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "Ng\u00f4n ng\u1eef metadata \u01b0a th\u00edch",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "L\u01b0u c\u00e1c \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata v\u00e0o trong c\u00e1c th\u01b0 m\u1ee5c media",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "L\u01b0u c\u00e1c \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata v\u00e0o trong c\u00e1c th\u01b0 m\u1ee5c media, s\u1ebd \u0111\u01b0a ch\u00fang v\u00e0o m\u1ed9t n\u01a1i b\u1ea1n c\u00f3 th\u1ec3 ch\u1ec9nh s\u1eeda d\u1ec5 d\u00e0ng h\u01a1n.",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "T\u1ea3i \u1ea3nh ngh\u1ec7 thu\u1eadt v\u00e0 metadata t\u1eeb internet",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser c\u00f3 th\u1ec3 t\u1ea3i th\u00f4ng tin v\u1ec1 media c\u1ee7a b\u1ea1n \u0111\u1ec3 cho ph\u00e9p tr\u00ecnh di\u1ec5n ch\u00fang m\u1ed9t c\u00e1ch phong ph\u00faho\u01a1n",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "\u01afa th\u00edch",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "M\u1eadt kh\u1ea9u",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "Truy c\u1eadp th\u01b0 vi\u1ec7n",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "H\u00ecnh \u1ea3nh",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "H\u1ed3 s\u01a1",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "Metadata",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "H\u00ecnh \u1ea3nh",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "Ti\u00eau \u0111\u1ec1",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "C\u00e1c c\u00e0i \u0111\u1eb7t ph\u00e1t Video",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "Ng\u00f4n ng\u1eef tho\u1ea1i \u01b0a th\u00edch:",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "Ng\u00f4n ng\u1eef ph\u1ee5 \u0111\u1ec1 \u01b0a th\u00edch:",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "H\u1ed3 s\u01a1",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "B\u1ea3o m\u1eadt",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "Th\u00eam ng\u01b0\u1eddi d\u00f9ng",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "L\u01b0u",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "Reset m\u1eadt kh\u1ea9u",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "M\u1eadt kh\u1ea9u m\u1edbi:",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi:",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "T\u1ea1o m\u1eadt kh\u1ea9u",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "M\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i:",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "Maximum allowed parental rating:",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "N\u1ed9i dung v\u1edbi \u0111\u00e1nh gi\u00e1 cao h\u01a1n s\u1ebd \u0111\u01b0\u1ee3c \u1ea9n \u0111i t\u1eeb ng\u01b0\u1eddi d\u00f9ng n\u00e0y.",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "X\u00f3a h\u00ecnh \u1ea3nh",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "T\u1ea3i l\u00ean",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "T\u1ea3i l\u00ean m\u1ed9t \u1ea3nh m\u1edbi",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "Kh\u00f4ng c\u00f3 g\u00ec \u1edf \u0111\u00e2y.",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "Suggested",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "M\u1edbi nh\u1ea5t",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "S\u1eafp di\u1ec5n ra",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "Shows",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "C\u00e1c t\u1eadp phim",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "C\u00e1c th\u1ec3 lo\u1ea1i",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "M\u1ecdi ng\u01b0\u1eddi",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "C\u00e1c m\u1ea1ng",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "d\u00f9ng",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "Filters:",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "Filter",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "Y\u00eau th\u00edch",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "Th\u00edch",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "Kh\u00f4ng th\u00edch",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "Di\u1ec5n vi\u00ean",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "Guest Stars",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u0110\u1ea1o di\u1ec5n",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "K\u1ecbch b\u1ea3n",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "Nh\u00e0 s\u1ea3n xu\u1ea5t",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "S\u01a1 y\u1ebfu l\u00fd l\u1ecbch",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "Next Up",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "None found. Start watching your shows!",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "C\u00e1c t\u1eadp phim m\u1edbi nh\u1ea5t",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "Person Types:",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "C\u00e1c ca kh\u00fac",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "C\u00e1c Album",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "C\u00e1c ngh\u1ec7 s\u1ef9",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "C\u00e1c Album ngh\u1ec7 s\u1ef9",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "C\u00e1c video \u00e2m nh\u1ea1c",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "Ph\u00e2n lo\u1ea1i",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "Ph\u00e2n lo\u1ea1i theo:",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "Ph\u00e2n lo\u1ea1i theo th\u1ee9 t\u1ef1:",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "Played",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "Unplayed",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "Ascending",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "Descending",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "Th\u1eddi gian ph\u00e1t",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "S\u1ed1 l\u1ea7n ph\u00e1t",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "Ng\u00e0y ph\u00e1t",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "Ng\u00e0y th\u00eam",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "Album ngh\u1ec7 s\u1ef9",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "Ngh\u1ec7 s\u1ef9",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "Album",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "T\u00ean b\u00e0i",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u0110\u00e1nh gi\u00e1 c\u1ee7a c\u1ed9ng \u0111\u1ed3ng",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "T\u00ean",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "Ng\u00e2n s\u00e1ch",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "Doanh thu",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u00c1p ph\u00edch",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "Backdrop",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "D\u00f2ng th\u1eddi gian",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "Thumb",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "Bi\u1ec3n qu\u1ea3ng c\u00e1o",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "Critic Rating",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "T\u1ed1c \u0111\u1ed9 Bit c\u1ee7a Video",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "Resumable",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "C\u00e1c plugin c\u1ee7a t\u00f4i",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "Danh m\u1ee5c",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "C\u00e1c plugin",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "T\u1ef1 \u0111\u1ed9ng c\u1eadp nh\u1eadt",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "Ph\u00e1t ngay b\u00e2y gi\u1edd",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "C\u00e1c Album m\u1edbi nh\u1ea5t",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "C\u00e1c b\u00e0i h\u00e1t m\u1edbi nh\u1ea5t",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "Ph\u00e1t g\u1ea7n \u0111\u00e2y",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "Ph\u00e1t th\u01b0\u1eddng xuy\u00ean",
+    "OptionResElement": "res element",
     "DevBuildWarning": "Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "Lo\u1ea1i Video:",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "Bluray",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "Chu\u1ea9n qu\u1ed1c t\u1ebf",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "C\u00e1c t\u00ednh n\u0103ng:",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "Ph\u1ee5 \u0111\u1ec1",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "H\u00ecnh n\u1ec1n b\u00e0i h\u00e1t",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "H\u00ecnh n\u1ec1n Video",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "C\u00e1c phim",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "H\u00e3ng phim",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "Trailers",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "Phim m\u1edbi nh\u1ea5t",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "Latest Trailers",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "T\u00ednh n\u0103ng \u0111\u1eb7c bi\u1ec7t",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "\u0110\u00e1nh gi\u00e1 IMDb",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "Parental Rating",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "Premiere Date",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "C\u01a1 b\u1ea3n",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "Advanced",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "Tr\u1ea1ng th\u00e1i",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "Continuing",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "Ended",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "Ch\u1ee7 Nh\u1eadt",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "Th\u1ee9 Hai",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "Tuesday",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "Wednesday",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "Thursday",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "Friday",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "Th\u1ee9 B\u1ea3y",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "Thi\u1ebfu IMDb ID",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "Missing TheTVDB Id",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "Missing Overview",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "General",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "H\u1ed7 tr\u1ee3",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "Log",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "About",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "Supporter Key",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "Become a Supporter",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "Search the Knowledge Base",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "Visit the Community",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "Gh\u00e9 th\u0103m web site Media Browser",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.",
     "OptionHideUser": "\u1ea8n ng\u01b0\u1eddi d\u00f9ng n\u00e0y t\u1eeb m\u00e0n h\u00ecnh \u0111\u0103ng nh\u1eadp",
     "OptionDisableUser": "V\u00f4 hi\u1ec7u h\u00f3a ng\u01b0\u1eddi d\u00f9ng n\u00e0y",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "Example: Star Wars Collection",
     "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
     "ButtonCreate": "Create",
-    "LabelHttpServerPortNumber": "Http server port number:",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "Web socket port number:",
-    "LabelEnableAutomaticPortHelp": "UPnP allows automated router configuration for remote access. This may not work with some router models.",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "External DDNS:",
     "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely.",
     "TabResume": "Resume",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 228 - 201
MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json

@@ -1,417 +1,444 @@
 {
     "LabelExit": "\u96e2\u958b",
-    "ScheduledTaskCancelledWithName": "{0} was cancelled",
+    "OptionReportAdultVideos": "Adult videos",
     "LabelVisitCommunity": "\u8a2a\u554f\u793e\u5340",
-    "ScheduledTaskCompletedWithName": "{0} completed",
+    "ButtonMore": "More",
     "LabelGithubWiki": "Github \u7ef4\u57fa",
-    "ScheduledTaskFailed": "Scheduled task completed",
+    "HeaderActivity": "Activity",
     "LabelSwagger": "Swagger",
-    "PluginInstalledWithName": "{0} was installed",
+    "ScheduledTaskStartedWithName": "{0} started",
     "LabelStandard": "\u6a19\u6dee",
-    "PluginUpdatedWithName": "{0} was updated",
+    "ScheduledTaskCancelledWithName": "{0} was cancelled",
     "LabelViewApiDocumentation": "\u67e5\u770bAPI\u6587\u6a94",
-    "PluginUninstalledWithName": "{0} was uninstalled",
+    "ScheduledTaskCompletedWithName": "{0} completed",
     "LabelBrowseLibrary": "\u700f\u89bd\u5a92\u9ad4\u5eab",
-    "ScheduledTaskFailedWithName": "{0} failed",
+    "ScheduledTaskFailed": "Scheduled task completed",
     "LabelConfigureMediaBrowser": "\u8a2d\u5b9aMedia Browser",
-    "ItemAddedWithName": "{0} was added to the library",
+    "PluginInstalledWithName": "{0} was installed",
     "LabelOpenLibraryViewer": "\u6253\u958b\u5a92\u9ad4\u5eab\u700f\u89bd\u5668",
-    "ItemRemovedWithName": "{0} was removed from the library",
+    "PluginUpdatedWithName": "{0} was updated",
     "LabelRestartServer": "\u91cd\u65b0\u555f\u52d5\u4f3a\u5668\u670d",
-    "DeviceOnlineWithName": "{0} is connected",
+    "PluginUninstalledWithName": "{0} was uninstalled",
     "LabelShowLogWindow": "\u986f\u793a\u65e5\u8a8c",
-    "UserOnlineFromDevice": "{0} is online from {1}",
+    "ScheduledTaskFailedWithName": "{0} failed",
     "LabelPrevious": "\u4e0a\u4e00\u500b",
-    "DeviceOfflineWithName": "{0} has disconnected",
+    "ItemAddedWithName": "{0} was added to the library",
     "LabelFinish": "\u5b8c\u7d50",
-    "UserOfflineFromDevice": "{0} has disconnected from {1}",
+    "ItemRemovedWithName": "{0} was removed from the library",
     "LabelNext": "\u4e0b\u4e00\u500b",
-    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+    "DeviceOnlineWithName": "{0} is connected",
     "LabelYoureDone": "\u5b8c\u6210!",
-    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+    "UserOnlineFromDevice": "{0} is online from {1}",
     "WelcomeToMediaBrowser": "\u6b61\u8fce\u4f86\u5230 Media Browser\uff01",
-    "LabelRunningTimeValue": "Running time: {0}",
+    "DeviceOfflineWithName": "{0} has disconnected",
     "TitleMediaBrowser": "Media Browser",
-    "LabelIpAddressValue": "Ip address: {0}",
+    "UserOfflineFromDevice": "{0} has disconnected from {1}",
     "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
-    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+    "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
     "TellUsAboutYourself": "\u8acb\u4ecb\u7d39\u4e00\u4e0b\u81ea\u5df1",
-    "UserCreatedWithName": "User {0} has been created",
+    "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
     "LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
-    "UserPasswordChangedWithName": "Password has been changed for user {0}",
+    "LabelRunningTimeValue": "Running time: {0}",
     "MoreUsersCanBeAddedLater": "\u5f80\u5f8c\u53ef\u4ee5\u5728\u63a7\u5236\u53f0\u5167\u6dfb\u52a0\u66f4\u591a\u7528\u6236\u3002",
-    "UserDeletedWithName": "User {0} has been deleted",
+    "LabelIpAddressValue": "Ip address: {0}",
     "UserProfilesIntro": "Media Browser \u5167\u7f6e\u652f\u6301\u591a\u500b\u7528\u6236\u914d\u7f6e\uff0c\u4f7f\u6bcf\u500b\u7528\u6236\u90fd\u64c1\u6709\u81ea\u5df1\u5c08\u5c6c\u7684\u986f\u793a\u8a2d\u7f6e\uff0c\u64ad\u653e\u72c0\u614b\u548c\u5bb6\u9577\u63a7\u5236\u8a2d\u7f6e\u3002",
-    "MessageServerConfigurationUpdated": "Server configuration has been updated",
+    "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
     "LabelWindowsService": "Windows\u670d\u52d9",
-    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+    "UserCreatedWithName": "User {0} has been created",
     "AWindowsServiceHasBeenInstalled": "Windows\u670d\u52d9\u5df2\u7d93\u5b89\u88dd\u5b8c\u7562\u3002",
-    "MessageApplicationUpdated": "Media Browser Server has been updated",
+    "UserPasswordChangedWithName": "Password has been changed for user {0}",
     "WindowsServiceIntro1": "Media Browser \u4f3a\u670d\u5668\u901a\u5e38\u6703\u4f5c\u70ba\u4e00\u500b\u6709\u7a0b\u5f0f\u76e4\u5716\u6a19\u7684\u684c\u9762\u61c9\u7528\u7a0b\u5f0f\u904b\u884c\uff0c\u4f46\u5982\u679c\u4f60\u66f4\u559c\u6b61\u5c07\u5b83\u4f5c\u70ba\u5f8c\u53f0\u670d\u52d9\uff0c\u5b83\u53ef\u4ee5\u5f9eWindows\u670d\u52d9\u63a7\u5236\u53f0\u555f\u52d5\u3002",
-    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+    "UserDeletedWithName": "User {0} has been deleted",
     "WindowsServiceIntro2": "\u5982\u679c\u4f7f\u7528Windows\u670d\u52d9\uff0c\u8acb\u6ce8\u610f\uff0c\u5b83\u4e0d\u80fd\u540c\u6642\u4f5c\u70ba\u7a0b\u5f0f\u76e4\u5716\u6a19\u684c\u9762\u61c9\u7528\u7a0b\u5f0f\u904b\u884c\uff0c\u6240\u4ee5\u4f60\u9700\u8981\u5f9e\u7a0b\u5f0f\u76e4\u5716\u6a19\u9000\u51fa\uff0c\u4ee5\u904b\u884cWindows\u670d\u52d9\u3002\u8a72\u670d\u52d9\u9084\u9700\u8981\u5177\u6709\u7ba1\u7406\u54e1\u6b0a\u9650\uff0c\u9019\u53ef\u4ee5\u901a\u904eWindows\u670d\u52d9\u63a7\u5236\u53f0\u9032\u884c\u914d\u7f6e\u3002\u8acb\u6ce8\u610f\uff0c\u6b64\u6642\u7684 Media Browser \u4f3a\u670d\u5668\u670d\u52d9\u662f\u7121\u6cd5\u81ea\u52d5\u66f4\u65b0\uff0c\u56e0\u6b64\u65b0\u7248\u672c\u5c07\u9700\u8981\u624b\u52d5\u66f4\u65b0\u3002",
-    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+    "MessageServerConfigurationUpdated": "Server configuration has been updated",
     "WizardCompleted": "\u9019\u5c31\u662f\u6211\u5011\u73fe\u5728\u6240\u9700\u8981\u77e5\u9053\u7684\u3002Media Browser \u5df2\u7d93\u958b\u59cb\u6536\u96c6\u4f60\u7684\u5a92\u9ad4\u5eab\u7684\u8cc7\u6599\u3002\u8acb\u7e7c\u7e8c\u700f\u89bd\u6211\u5011\u5176\u4ed6\u7684\u7a0b\u5f0f\uff0c\u7136\u5f8c\u55ae\u64ca<b>\u5b8c\u6210<\/b>\u4f86\u67e5\u770b<b>\u63a7\u5236\u53f0<\/b>\u3002",
-    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+    "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
     "LabelConfigureSettings": "\u914d\u7f6e\u8a2d\u5b9a",
-    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+    "MessageApplicationUpdated": "Media Browser Server has been updated",
     "LabelEnableVideoImageExtraction": "\u555f\u52d5\u8996\u983b\u622a\u5716\u63d0\u53d6",
-    "AppDeviceValues": "App: {0}, Device: {1}",
+    "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
     "VideoImageExtractionHelp": "\u5c0d\u65bc\u6c92\u6709\u622a\u5716\u4ee5\u53ca\u6211\u5011\u76ee\u524d\u7121\u6cd5\u5f9e\u4e92\u806f\u7db2\u627e\u5230\u6709\u95dc\u622a\u5716\u7684\u8996\u983b\uff0c\u5728\u521d\u59cb\u5a92\u9ad4\u5eab\u6383\u63cf\u6642\uff0c\u6703\u589e\u52a0\u4e00\u4e9b\u984d\u5916\u7684\u6383\u63cf\u6642\u9593\uff0c\u4f46\u4f60\u5c07\u6703\u770b\u5230\u4e00\u500b\u66f4\u6085\u76ee\u7684\u4ecb\u7d39\u4ecb\u9762\u3002",
-    "ProviderValue": "Provider: {0}",
+    "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
     "LabelEnableChapterImageExtractionForMovies": "\u63d0\u53d6\u96fb\u5f71\u7ae0\u7bc0\u622a\u5716",
-    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+    "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
     "LabelChapterImageExtractionForMoviesHelp": "\u5f9e\u8996\u983b\u7ae0\u7bc0\u4e2d\u63d0\u53d6\u622a\u5716\u5c07\u5141\u8a31\u5ba2\u6236\u7aef\u7528\u5716\u50cf\u986f\u793a\u9078\u64c7\u83dc\u55ae\u3002\u9019\u500b\u904e\u7a0b\u53ef\u80fd\u6703\u5f88\u6162\uff0c\u4f54\u7528\u66f4\u591a\u7684CPU\u8cc7\u6e90\uff0c\u4e26\u4e14\u53ef\u80fd\u9700\u8981\u7684\u6578GB\u786c\u789f\u7a7a\u9593\u3002\u5b83\u9ed8\u8a8d\u9810\u5b9a\u5728\u6bcf\u665a\u7684\u51cc\u66684\u9ede\u904b\u884c\uff0c\u4f46\u9019\u662f\u53ef\u4ee5\u5f9e\u4efb\u52d9\u8868\u9032\u884c\u8a2d\u5b9a\u7684\u3002\u4e0d\u5efa\u8b70\u5728\u9ad8\u5cf0\u4f7f\u7528\u6642\u9593\u904b\u884c\u6b64\u4efb\u52d9\u3002",
-    "LabelChannelDownloadSizeLimitHelp": "Limit the size of the channel download folder. Downloading beyond 500MB requires an active supporter membership.",
-    "HeaderRecentActivity": "Recent Activity",
+    "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
     "LabelEnableAutomaticPortMapping": "\u555f\u7528\u81ea\u52d5\u7aef\u53e3\u8f49\u767c",
-    "HeaderPeople": "People",
+    "AppDeviceValues": "App: {0}, Device: {1}",
     "LabelEnableAutomaticPortMappingHelp": "UPnP\u5141\u8a31\u8def\u7531\u5668\u81ea\u52d5\u8a2d\u7f6e\u5f9e\u800c\u53ef\u4ee5\u66f4\u65b9\u4fbf\u5730\u9060\u7a0b\u8a2a\u554f\u4f3a\u670d\u5668\u3002\u9019\u53ef\u80fd\u4e0d\u9069\u7528\u65bc\u67d0\u4e9b\u8def\u7531\u5668\u578b\u865f\u3002",
-    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+    "ProviderValue": "Provider: {0}",
     "ButtonOk": "OK",
-    "OptionComposers": "Composers",
+    "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
     "ButtonCancel": "\u53d6\u6d88",
-    "OptionOthers": "Others",
+    "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+    "HeaderRecentActivity": "Recent Activity",
     "ButtonNew": "\u5275\u5efa",
+    "HeaderPeople": "People",
     "HeaderSetupLibrary": "\u8a2d\u7f6e\u4f60\u7684\u5a92\u9ad4\u5eab",
-    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+    "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
     "ButtonAddMediaFolder": "\u6dfb\u52a0\u5a92\u9ad4\u6587\u4ef6\u593e",
-    "ViewTypeFolders": "Folders",
+    "OptionComposers": "Composers",
     "LabelFolderType": "\u5a92\u9ad4\u6587\u4ef6\u593e\u985e\u578b\uff1a",
-    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+    "OptionOthers": "Others",
     "MediaFolderHelpPluginRequired": "*\u9700\u8981\u4f7f\u7528\u4e00\u500b\u63d2\u4ef6\uff0c\u4f8b\u5982GameBrowser\u6216MB Bookshelf\u3002",
-    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "ReferToMediaLibraryWiki": "\u53c3\u7167\u5a92\u9ad4\u5eab\u7ef4\u57fa",
-    "ViewTypeLiveTvChannels": "Channels",
+    "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
     "LabelCountry": "\u570b\u5bb6\uff1a",
-    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+    "ViewTypeFolders": "Folders",
     "LabelLanguage": "\u8a9e\u8a00\uff1a",
-    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+    "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
     "HeaderPreferredMetadataLanguage": "\u9996\u9078\u5a92\u9ad4\u8cc7\u6599\u8a9e\u8a00\uff1a",
-    "HeaderPassword": "Password",
+    "ViewTypeLiveTvRecordingGroups": "Recordings",
     "LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599\u5230\u5a92\u9ad4\u6a94\u6848\u6240\u5728\u7684\u6587\u4ef6\u593e",
-    "HeaderLocalAccess": "Local Access",
+    "ViewTypeLiveTvChannels": "Channels",
     "LabelSaveLocalMetadataHelp": "\u76f4\u63a5\u4fdd\u5b58\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599\u5230\u5a92\u9ad4\u6240\u5728\u7684\u6587\u4ef6\u593e\u80fd\u4f7f\u7de8\u8f2f\u5de5\u4f5c\u66f4\u5bb9\u6613\u3002",
-    "HeaderViewOrder": "View Order",
+    "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
     "LabelDownloadInternetMetadata": "\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599",
-    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+    "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
     "LabelDownloadInternetMetadataHelp": "Media Browser\u53ef\u4ee5\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599\u5f9e\u800c\u63d0\u4f9b\u66f4\u8c50\u5bcc\u7684\u5a92\u9ad4\u8868\u9054\u65b9\u5f0f\u3002",
-    "LabelMetadataRefreshMode": "Metadata refresh mode:",
+    "HeaderPassword": "Password",
     "TabPreferences": "\u504f\u597d",
-    "LabelImageRefreshMode": "Image refresh mode:",
+    "HeaderLocalAccess": "Local Access",
     "TabPassword": "\u5bc6\u78bc",
-    "OptionDownloadMissingImages": "Download missing images",
+    "HeaderViewOrder": "View Order",
     "TabLibraryAccess": "\u5a92\u9ad4\u5eab\u700f\u89bd\u6b0a\u9650",
-    "OptionReplaceExistingImages": "Replace existing images",
+    "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
     "TabImage": "\u5716\u50cf",
-    "OptionRefreshAllData": "Refresh all data",
+    "LabelMetadataRefreshMode": "Metadata refresh mode:",
     "TabProfile": "\u914d\u7f6e",
-    "OptionAddMissingDataOnly": "Add missing data only",
+    "LabelImageRefreshMode": "Image refresh mode:",
     "TabMetadata": "\u5a92\u9ad4\u8cc7\u6599",
-    "OptionLocalRefreshOnly": "Local refresh only",
+    "OptionDownloadMissingImages": "Download missing images",
     "TabImages": "\u5716\u50cf",
-    "HeaderRefreshMetadata": "Refresh Metadata",
+    "OptionReplaceExistingImages": "Replace existing images",
     "TabNotifications": "Notifications",
-    "HeaderPersonInfo": "Person Info",
+    "OptionRefreshAllData": "Refresh all data",
     "TabCollectionTitles": "\u6a19\u984c",
-    "HeaderIdentifyItem": "Identify Item",
+    "OptionAddMissingDataOnly": "Add missing data only",
     "LabelDisplayMissingEpisodesWithinSeasons": "\u986f\u793a\u7bc0\u76ee\u5b63\u5ea6\u5167\u7f3a\u5c11\u7684\u55ae\u5143",
-    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+    "OptionLocalRefreshOnly": "Local refresh only",
     "LabelUnairedMissingEpisodesWithinSeasons": "\u5728\u7bc0\u76ee\u5b63\u5ea6\u5167\u986f\u793a\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
-    "HeaderConfirmDeletion": "Confirm Deletion",
+    "HeaderRefreshMetadata": "Refresh Metadata",
     "HeaderVideoPlaybackSettings": "\u8996\u983b\u56de\u653e\u8a2d\u7f6e",
-    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+    "HeaderPersonInfo": "Person Info",
     "HeaderPlaybackSettings": "Playback Settings",
-    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+    "HeaderIdentifyItem": "Identify Item",
     "LabelAudioLanguagePreference": "\u97f3\u983b\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
-    "ButtonIdentify": "Identify",
+    "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
     "LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
-    "LabelAlbumArtist": "Album artist:",
+    "HeaderConfirmDeletion": "Confirm Deletion",
     "OptionDefaultSubtitles": "Default",
-    "LabelAlbum": "Album:",
+    "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
     "OptionOnlyForcedSubtitles": "Only forced subtitles",
-    "LabelCommunityRating": "Community rating:",
+    "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
     "OptionAlwaysPlaySubtitles": "Always play subtitles",
-    "LabelVoteCount": "Vote count:",
+    "ButtonIdentify": "Identify",
     "OptionNoSubtitles": "No Subtitles",
-    "LabelMetascore": "Metascore:",
+    "LabelAlbumArtist": "Album artist:",
     "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
-    "LabelCriticRating": "Critic rating:",
+    "LabelAlbum": "Album:",
     "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
-    "LabelCriticRatingSummary": "Critic rating summary:",
+    "LabelCommunityRating": "Community rating:",
     "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
-    "LabelAwardSummary": "Award summary:",
+    "LabelVoteCount": "Vote count:",
     "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
-    "LabelWebsite": "Website:",
+    "LabelMetascore": "Metascore:",
     "TabProfiles": "\u914d\u7f6e",
-    "LabelTagline": "Tagline:",
+    "LabelCriticRating": "Critic rating:",
     "TabSecurity": "\u5b89\u5168\u6027",
-    "LabelOverview": "Overview:",
+    "LabelCriticRatingSummary": "Critic rating summary:",
     "ButtonAddUser": "\u6dfb\u52a0\u7528\u6236",
-    "LabelShortOverview": "Short overview:",
-    "LabelReleaseDate": "Release date:",
+    "LabelAwardSummary": "Award summary:",
+    "LabelWebsite": "Website:",
     "ButtonAddLocalUser": "Add Local User",
-    "LabelYear": "Year:",
-    "ButtonInviteMediaBrowserUser": "Invite Media Browser User",
+    "LabelTagline": "Tagline:",
+    "ButtonInviteUser": "Invite User",
     "ButtonSave": "\u4fdd\u5b58",
-    "LabelPlaceOfBirth": "Place of birth:",
+    "LabelOverview": "Overview:",
     "ButtonResetPassword": "\u91cd\u8a2d\u5bc6\u78bc",
-    "LabelEndDate": "End date:",
+    "LabelShortOverview": "Short overview:",
     "LabelNewPassword": "\u65b0\u5bc6\u78bc\uff1a",
-    "LabelAirDate": "Air days:",
+    "LabelReleaseDate": "Release date:",
     "LabelNewPasswordConfirm": "\u78ba\u8a8d\u65b0\u5bc6\u78bc\uff1a",
-    "LabelAirTime:": "Air time:",
+    "LabelYear": "Year:",
     "HeaderCreatePassword": "\u5275\u5efa\u5bc6\u78bc",
-    "LabelRuntimeMinutes": "Run time (minutes):",
+    "LabelPlaceOfBirth": "Place of birth:",
     "LabelCurrentPassword": "\u7576\u524d\u7684\u5bc6\u78bc\uff1a",
-    "LabelParentalRating": "Parental rating:",
+    "LabelEndDate": "End date:",
     "LabelMaxParentalRating": "\u6700\u5927\u5141\u8a31\u7684\u5bb6\u9577\u8a55\u7d1a\uff1a",
-    "LabelCustomRating": "Custom rating:",
+    "LabelAirDate": "Air days:",
     "MaxParentalRatingHelp": "\u5177\u6709\u8f03\u9ad8\u7684\u5bb6\u9577\u8a55\u7d1a\u5167\u5bb9\u5c07\u5f9e\u9019\u7528\u6236\u88ab\u96b1\u85cf",
-    "LabelBudget": "Budget",
+    "LabelAirTime:": "Air time:",
     "LibraryAccessHelp": "\u9078\u64c7\u5a92\u9ad4\u6587\u4ef6\u593e\u8207\u9019\u7528\u6236\u5171\u4eab\u3002\u7ba1\u7406\u54e1\u5c07\u53ef\u4ee5\u4f7f\u7528\u5a92\u9ad4\u8cc7\u6599\u64da\u7ba1\u7406\u5668\u7de8\u8f2f\u6240\u6709\u7684\u5a92\u9ad4\u6587\u4ef6\u593e\u3002",
-    "LabelRevenue": "Revenue ($):",
+    "LabelRuntimeMinutes": "Run time (minutes):",
     "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
-    "LabelOriginalAspectRatio": "Original aspect ratio:",
+    "LabelParentalRating": "Parental rating:",
     "ButtonDeleteImage": "\u522a\u9664\u5716\u50cf",
-    "LabelPlayers": "Players:",
+    "LabelCustomRating": "Custom rating:",
     "LabelSelectUsers": "Select users:",
-    "Label3DFormat": "3D format:",
+    "LabelBudget": "Budget",
     "ButtonUpload": "\u4e0a\u8f09",
-    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+    "LabelRevenue": "Revenue ($):",
     "HeaderUploadNewImage": "\u4e0a\u8f09\u65b0\u5716\u50cf",
-    "HeaderSpecialEpisodeInfo": "Special Episode Info",
+    "LabelOriginalAspectRatio": "Original aspect ratio:",
     "LabelDropImageHere": "Drop image here",
-    "HeaderExternalIds": "External Id's:",
+    "LabelPlayers": "Players:",
     "ImageUploadAspectRatioHelp": "\u63a8\u85a6\u4f7f\u67091:1\u5bec\u9ad8\u6bd4\u4f8b\u7684\u5716\u50cf\u3002\u53ea\u5141\u8a31JPG\/PNG\u683c\u5f0f",
-    "LabelDvdSeasonNumber": "Dvd season number:",
+    "Label3DFormat": "3D format:",
     "MessageNothingHere": "\u9019\u88e1\u6c92\u6709\u4ec0\u9ebc\u3002",
-    "LabelDvdEpisodeNumber": "Dvd episode number:",
+    "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
     "MessagePleaseEnsureInternetMetadata": "\u8acb\u78ba\u4fdd\u5df2\u555f\u7528\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u8cc7\u6599\u3002",
-    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+    "HeaderSpecialEpisodeInfo": "Special Episode Info",
     "TabSuggested": "\u5efa\u8b70",
-    "LabelAirsBeforeSeason": "Airs before season:",
+    "HeaderExternalIds": "External Id's:",
     "TabLatest": "\u6700\u65b0",
-    "LabelAirsAfterSeason": "Airs after season:",
+    "LabelDvdSeasonNumber": "Dvd season number:",
     "TabUpcoming": "\u5373\u5c07\u767c\u5e03",
-    "LabelAirsBeforeEpisode": "Airs before episode:",
+    "LabelDvdEpisodeNumber": "Dvd episode number:",
     "TabShows": "\u7bc0\u76ee",
-    "LabelTreatImageAs": "Treat image as:",
+    "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
     "TabEpisodes": "\u55ae\u5143",
-    "LabelDisplayOrder": "Display order:",
+    "LabelAirsBeforeSeason": "Airs before season:",
     "TabGenres": "\u985e\u578b",
-    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+    "LabelAirsAfterSeason": "Airs after season:",
     "TabPeople": "\u4eba\u7269",
-    "HeaderCountries": "Countries",
+    "LabelAirsBeforeEpisode": "Airs before episode:",
     "TabNetworks": "\u7db2\u7d61",
-    "HeaderGenres": "Genres",
+    "LabelTreatImageAs": "Treat image as:",
     "HeaderUsers": "\u7528\u6236",
-    "HeaderPlotKeywords": "Plot Keywords",
+    "LabelDisplayOrder": "Display order:",
     "HeaderFilters": "\u904e\u6ffe\uff1a",
-    "HeaderStudios": "Studios",
+    "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
     "ButtonFilter": "\u904e\u6ffe",
-    "HeaderTags": "Tags",
+    "HeaderCountries": "Countries",
     "OptionFavorite": "\u6211\u7684\u6700\u611b",
-    "HeaderMetadataSettings": "Metadata Settings",
+    "HeaderGenres": "Genres",
     "OptionLikes": "\u559c\u6b61",
-    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+    "HeaderPlotKeywords": "Plot Keywords",
     "OptionDislikes": "\u4e0d\u559c\u6b61",
-    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+    "HeaderStudios": "Studios",
     "OptionActors": "\u6f14\u54e1",
-    "TabDonate": "Donate",
+    "HeaderTags": "Tags",
     "OptionGuestStars": "\u7279\u9080\u660e\u661f",
-    "HeaderDonationType": "Donation type:",
+    "HeaderMetadataSettings": "Metadata Settings",
     "OptionDirectors": "\u5c0e\u6f14",
-    "OptionMakeOneTimeDonation": "Make a separate donation",
+    "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
     "OptionWriters": "\u4f5c\u8005",
-    "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.",
+    "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
     "OptionProducers": "\u5236\u7247\u4eba",
-    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+    "TabDonate": "Donate",
     "HeaderResume": "Resume",
-    "OptionYearlySupporterMembership": "Yearly supporter membership",
+    "HeaderDonationType": "Donation type:",
     "HeaderNextUp": "\u4e0b\u4e00\u96c6",
-    "OptionMonthlySupporterMembership": "Monthly supporter membership",
+    "OptionMakeOneTimeDonation": "Make a separate donation",
     "NoNextUpItemsMessage": "\u6c92\u6709\u627e\u5230\u3002\u958b\u59cb\u770b\u4f60\u7684\u7bc0\u76ee\uff01",
-    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
+    "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.",
     "HeaderLatestEpisodes": "\u6700\u65b0\u7bc0\u76ee\u55ae\u5143",
-    "OptionNoTrailer": "No Trailer",
+    "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
     "HeaderPersonTypes": "\u4eba\u7269\u985e\u578b\uff1a",
-    "OptionNoThemeSong": "No Theme Song",
+    "OptionYearlySupporterMembership": "Yearly supporter membership",
     "TabSongs": "\u6b4c\u66f2",
-    "OptionNoThemeVideo": "No Theme Video",
+    "OptionMonthlySupporterMembership": "Monthly supporter membership",
     "TabAlbums": "\u5c08\u8f2f",
-    "LabelOneTimeDonationAmount": "Donation amount:",
+    "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to premium plugins, internet channel content, and more.",
     "TabArtists": "\u6b4c\u624b",
-    "OptionActor": "Actor",
+    "OptionNoTrailer": "No Trailer",
     "TabAlbumArtists": "\u5c08\u8f2f\u6b4c\u624b",
-    "OptionComposer": "Composer",
+    "OptionNoThemeSong": "No Theme Song",
     "TabMusicVideos": "Music Videos",
-    "OptionDirector": "Director",
+    "OptionNoThemeVideo": "No Theme Video",
     "ButtonSort": "\u6392\u5e8f",
-    "OptionGuestStar": "Guest star",
+    "LabelOneTimeDonationAmount": "Donation amount:",
     "HeaderSortBy": "\u6392\u5e8f\u65b9\u5f0f\uff1a",
-    "OptionProducer": "Producer",
+    "OptionActor": "Actor",
     "HeaderSortOrder": "\u6392\u5e8f\u6b21\u5e8f\uff1a",
-    "OptionWriter": "Writer",
+    "OptionComposer": "Composer",
     "OptionPlayed": "\u5df2\u64ad\u653e",
-    "LabelAirDays": "Air days:",
+    "OptionDirector": "Director",
     "OptionUnplayed": "\u672a\u64ad\u653e",
-    "LabelAirTime": "Air time:",
+    "OptionGuestStar": "Guest star",
     "OptionAscending": "\u5347\u5e8f",
-    "HeaderMediaInfo": "Media Info",
+    "OptionProducer": "Producer",
     "OptionDescending": "\u964d\u5e8f",
-    "HeaderPhotoInfo": "Photo Info",
+    "OptionWriter": "Writer",
     "OptionRuntime": "\u64ad\u653e\u9577\u5ea6",
-    "HeaderInstall": "Install",
+    "LabelAirDays": "Air days:",
+    "LabelAirTime": "Air time:",
     "OptionReleaseDate": "Release Date",
-    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionPlayCount": "\u64ad\u653e\u6b21\u6578",
-    "LinkSupporterMembership": "Learn about the Supporter Membership",
+    "HeaderMediaInfo": "Media Info",
     "OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
-    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+    "HeaderPhotoInfo": "Photo Info",
     "OptionDateAdded": "\u6dfb\u52a0\u65e5\u671f",
-    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+    "HeaderInstall": "Install",
     "OptionAlbumArtist": "\u5c08\u8f2f\u6b4c\u624b",
-    "HeaderReviews": "Reviews",
+    "LabelSelectVersionToInstall": "Select version to install:",
     "OptionArtist": "\u6b4c\u624b",
-    "HeaderDeveloperInfo": "Developer Info",
+    "LinkSupporterMembership": "Learn about the Supporter Membership",
     "OptionAlbum": "\u5c08\u8f2f",
-    "HeaderRevisionHistory": "Revision History",
+    "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
     "OptionTrackName": "\u66f2\u76ee\u540d\u7a31",
-    "ButtonViewWebsite": "View website",
+    "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
     "OptionCommunityRating": "\u793e\u5340\u8a55\u5206",
-    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+    "HeaderReviews": "Reviews",
     "OptionNameSort": "\u540d\u5b57",
-    "HeaderXmlSettings": "Xml Settings",
+    "HeaderDeveloperInfo": "Developer Info",
     "OptionFolderSort": "Folders",
-    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+    "HeaderRevisionHistory": "Revision History",
     "OptionBudget": "\u9810\u7b97",
-    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+    "ButtonViewWebsite": "View website",
     "OptionRevenue": "\u6536\u5165",
-    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+    "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
     "OptionPoster": "\u6d77\u5831",
-    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+    "HeaderXmlSettings": "Xml Settings",
     "OptionBackdrop": "\u80cc\u666f",
-    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+    "HeaderXmlDocumentAttributes": "Xml Document Attributes",
     "OptionTimeline": "\u6642\u9593\u8ef8",
-    "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.",
+    "HeaderXmlDocumentAttribute": "Xml Document Attribute",
     "OptionThumb": "\u7e2e\u7565\u5716",
-    "LabelConnectUserName": "Media Browser username\/email:",
+    "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
     "OptionBanner": "\u6a6b\u5411\u5716",
-    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
+    "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
     "OptionCriticRating": "\u8a55\u8ad6\u5bb6\u8a55\u50f9",
-    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+    "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
     "OptionVideoBitrate": "\u8996\u983b\u6bd4\u7279\u7387",
-    "LabelExternalPlayers": "External players:",
+    "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.",
     "OptionResumable": "\u53ef\u6062\u5fa9",
-    "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",
+    "LabelConnectUserName": "Media Browser username\/email:",
     "ScheduledTasksHelp": "\u55ae\u64ca\u4e00\u500b\u4efb\u52d9\u4f86\u8abf\u6574\u5b83\u7684\u904b\u884c\u6642\u9593\u8868\u3002",
+    "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
     "ScheduledTasksTitle": "Scheduled Tasks",
-    "HeaderSubtitleProfiles": "Subtitle Profiles",
-    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+    "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
     "TabMyPlugins": "\u6211\u7684\u63d2\u4ef6",
-    "LabelFormat": "Format:",
+    "LabelExternalPlayers": "External players:",
     "TabCatalog": "\u76ee\u9304",
-    "LabelMethod": "Method:",
+    "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",
     "PluginsTitle": "\u63d2\u4ef6",
-    "LabelDidlMode": "Didl mode:",
     "HeaderAutomaticUpdates": "\u81ea\u52d5\u66f4\u65b0",
-    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+    "HeaderSubtitleProfiles": "Subtitle Profiles",
+    "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
     "HeaderNowPlaying": "\u6b63\u5728\u64ad\u653e",
-    "OptionResElement": "res element",
+    "LabelFormat": "Format:",
     "HeaderLatestAlbums": "\u6700\u65b0\u5c08\u8f2f",
-    "OptionEmbedSubtitles": "Embed within container",
+    "LabelMethod": "Method:",
     "HeaderLatestSongs": "\u6700\u65b0\u6b4c\u66f2",
-    "OptionExternallyDownloaded": "External download",
+    "LabelDidlMode": "Didl mode:",
     "HeaderRecentlyPlayed": "\u6700\u8fd1\u64ad\u653e",
-    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+    "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
     "HeaderFrequentlyPlayed": "\u7d93\u5e38\u64ad\u653e",
+    "OptionResElement": "res element",
     "DevBuildWarning": "\u958b\u767c\u7248\u672c\u662f\u6700\u524d\u6cbf\u7684\u3002\u7d93\u5e38\u767c\u4f48\uff0c\u4f46\u9019\u4e9b\u7248\u672c\u5c1a\u672a\u7d93\u904e\u6e2c\u8a66\u3002\u7a0b\u5f0f\u53ef\u80fd\u6703\u5d29\u6f70\uff0c\u6240\u6709\u529f\u80fd\u53ef\u80fd\u7121\u6cd5\u6b63\u5e38\u5de5\u4f5c\u3002",
-    "LabelSubtitleFormatHelp": "Example: srt",
+    "OptionEmbedSubtitles": "Embed within container",
     "LabelVideoType": "\u8996\u983b\u985e\u578b\uff1a",
-    "ButtonLearnMore": "Learn more",
+    "OptionExternallyDownloaded": "External download",
     "OptionBluray": "\u85cd\u5149",
-    "TabPlayback": "Playback",
+    "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
     "OptionDvd": "DVD",
-    "HeaderTrailersAndExtras": "Trailers & Extras",
     "OptionIso": "\u93e1\u50cf\u6a94",
-    "OptionFindTrailers": "Find trailers from the internet automatically",
+    "LabelSubtitleFormatHelp": "Example: srt",
     "Option3D": "3D",
-    "HeaderLanguagePreferences": "Language Preferences",
+    "ButtonLearnMore": "Learn more",
     "LabelFeatures": "\u529f\u80fd\uff1a",
-    "TabCinemaMode": "Cinema Mode",
+    "TabPlayback": "Playback",
     "LabelService": "Service:",
-    "TitlePlayback": "Playback",
+    "HeaderTrailersAndExtras": "Trailers & Extras",
     "LabelStatus": "Status:",
-    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+    "OptionFindTrailers": "Find trailers from the internet automatically",
     "LabelVersion": "Version:",
-    "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.",
+    "HeaderLanguagePreferences": "Language Preferences",
     "LabelLastResult": "Last result:",
-    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+    "TabCinemaMode": "Cinema Mode",
     "OptionHasSubtitles": "\u5b57\u5e55",
-    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+    "TitlePlayback": "Playback",
     "OptionHasTrailer": "Trailer",
-    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+    "LabelEnableCinemaModeFor": "Enable cinema mode for:",
     "OptionHasThemeSong": "\u4e3b\u984c\u66f2",
-    "LabelEnableIntroParentalControl": "Enable smart parental control",
+    "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.",
     "OptionHasThemeVideo": "\u4e3b\u984c\u8996\u983b",
-    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+    "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
     "TabMovies": "\u96fb\u5f71",
-    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+    "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
     "TabStudios": "\u5de5\u4f5c\u5ba4",
-    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+    "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
     "TabTrailers": "\u9810\u544a",
-    "LabelCustomIntrosPath": "Custom intros path:",
+    "LabelEnableIntroParentalControl": "Enable smart parental control",
     "LabelArtists": "Artists:",
-    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+    "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
     "LabelArtistsHelp": "Separate multiple using ;",
-    "ValueSpecialEpisodeName": "Special - {0}",
+    "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
     "HeaderLatestMovies": "\u6700\u65b0\u96fb\u5f71",
-    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+    "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
     "HeaderLatestTrailers": "\u6700\u65b0\u9810\u544a",
-    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+    "LabelCustomIntrosPath": "Custom intros path:",
     "OptionHasSpecialFeatures": "Special Features",
-    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+    "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
     "OptionImdbRating": "IMDB\u8a55\u5206",
-    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+    "ValueSpecialEpisodeName": "Special - {0}",
     "OptionParentalRating": "\u5bb6\u9577\u8a55\u7d1a",
-    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+    "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
     "OptionPremiereDate": "\u9996\u6620\u65e5\u671f",
-    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+    "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
     "TabBasic": "\u57fa\u672c",
-    "LabelEnableCinemaMode": "Enable cinema mode",
+    "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
     "TabAdvanced": "\u9032\u968e",
-    "HeaderCinemaMode": "Cinema Mode",
+    "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
     "HeaderStatus": "\u72c0\u614b",
-    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
+    "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
     "OptionContinuing": "\u6301\u7e8c",
+    "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
     "OptionEnded": "\u5b8c\u7d50",
+    "LabelEnableCinemaMode": "Enable cinema mode",
     "HeaderAirDays": "Air Days",
+    "HeaderCinemaMode": "Cinema Mode",
     "OptionSunday": "\u661f\u671f\u5929",
+    "HeaderWelcomeToMediaBrowserServerDashboard": "Welcome to the Media Browser Dashboard",
     "OptionMonday": "\u661f\u671f\u4e00",
+    "LabelDateAddedBehavior": "Date added behavior for new content:",
     "OptionTuesday": "\u661f\u671f\u4e8c",
+    "OptionDateAddedImportTime": "Use date scanned into the library",
     "OptionWednesday": "\u661f\u671f\u4e09",
+    "OptionDateAddedFileTime": "Use file creation date",
     "OptionThursday": "\u661f\u671f\u56db",
+    "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
     "OptionFriday": "\u661f\u671f\u4e94",
+    "LabelNumberTrailerToPlay": "Number of trailers to play:",
     "OptionSaturday": "\u661f\u671f\u516d",
+    "TitleDevices": "Devices",
     "HeaderManagement": "Management",
+    "TabCameraUpload": "Camera Upload",
     "LabelManagement": "Management:",
+    "TabDevices": "Devices",
     "OptionMissingImdbId": "\u7f3a\u5c11IMDB\u7de8\u865f",
+    "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
     "OptionMissingTvdbId": "\u7f3a\u5c11TheTVDB\u7de8\u865f",
+    "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
     "OptionMissingOverview": "\u7f3a\u5c11\u6982\u8ff0",
+    "LabelCameraUploadPath": "Camera upload path:",
     "OptionFileMetadataYearMismatch": "\u6a94\u6848\/\u5a92\u9ad4\u8cc7\u6599\u5e74\u4efd\u4e0d\u5339\u914d",
+    "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.",
     "TabGeneral": "\u4e00\u822c",
+    "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
     "TitleSupport": "\u652f\u63f4",
+    "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
     "TabLog": "\u65e5\u8a8c",
+    "LabelCustomDeviceDisplayName": "Display name:",
     "TabAbout": "\u95dc\u65bc",
+    "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
     "TabSupporterKey": "\u652f\u6301\u8005\u5e8f\u865f",
+    "HeaderInviteUser": "Invite User",
     "TabBecomeSupporter": "\u6210\u70ba\u652f\u6301\u8005",
+    "LabelConnectInviteUserHelp": "This is the username or email that your friend uses to sign in to the Media Browser website.",
     "MediaBrowserHasCommunity": "Media Browser\u6709\u4e00\u500b\u7531\u7528\u6236\u548c\u8ca2\u737b\u8005\u5efa\u7acb\u7684\u7e41\u69ae\u793e\u5340\u3002",
+    "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
     "CheckoutKnowledgeBase": "\u700f\u89bd\u6211\u5011\u7684\u77e5\u8b58\u5eab\uff0c\u80fd\u5e6b\u52a9\u4f60\u5145\u5206\u5229\u7528Media Browser\u3002",
+    "ButtonSendInvitation": "Send Invitation",
     "SearchKnowledgeBase": "\u641c\u7d22\u77e5\u8b58\u5eab",
+    "HeaderGuests": "Guests",
     "VisitTheCommunity": "\u8a2a\u554f\u793e\u5340",
+    "HeaderLocalUsers": "Local Users",
     "VisitMediaBrowserWebsite": "\u8a2a\u554fMedia Browser\u7db2\u7ad9",
+    "HeaderPendingInvitations": "Pending Invitations",
     "VisitMediaBrowserWebsiteLong": "\u8a2a\u554fMedia Browser\u7684\u7db2\u7ad9\uff0c\u4ee5\u7dca\u8cbc\u6700\u65b0\u7684\u6d88\u606f\u548c\u8ddf\u4e0a\u958b\u767c\u8005\u535a\u5ba2\u3002",
     "OptionHideUser": "\u5f9e\u767b\u9304\u9801\u9762\u96b1\u85cf\u6b64\u7528\u6236",
     "OptionDisableUser": "\u7981\u7528\u6b64\u7528\u6236",
@@ -655,9 +682,13 @@
     "NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6",
     "OptionSearchForInternetMetadata": "\u5728\u4e92\u806f\u7db2\u4e0a\u641c\u7d22\u5a92\u9ad4\u5716\u50cf\u548c\u8cc7\u6599",
     "ButtonCreate": "\u5275\u5efa",
-    "LabelHttpServerPortNumber": "HTTP\u4f3a\u670d\u5668\u7aef\u53e3\uff1a",
+    "LabelLocalHttpServerPortNumber": "Local port number:",
+    "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+    "LabelPublicPort": "Public port number:",
+    "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
     "LabelWebSocketPortNumber": "\u7db2\u7d61\u5957\u63a5\u7aef\u53e3\uff1a",
-    "LabelEnableAutomaticPortHelp": "UPnP\u5141\u8a31\u8def\u7531\u5668\u81ea\u52d5\u8a2d\u7f6e\u5f9e\u800c\u53ef\u4ee5\u66f4\u65b9\u4fbf\u5730\u9060\u7a0b\u8a2a\u554f\u4f3a\u670d\u5668\u3002\u9019\u53ef\u80fd\u4e0d\u9069\u7528\u65bc\u67d0\u4e9b\u8def\u7531\u5668\u578b\u865f\u3002",
+    "LabelEnableAutomaticPortMap": "Enable automatic port mapping",
+    "LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
     "LabelExternalDDNS": "\u5916\u90e8DDNS\uff1a",
     "LabelExternalDDNSHelp": "\u5982\u679c\u4f60\u9019\u88e1\u8f38\u5165\u4e00\u500b\u52d5\u614bDNS\uff0cMedia Browser\u7684\u5ba2\u6236\u7aef\u80fd\u5920\u5f9e\u9019\u88e1\u4f5c\u9060\u7a0b\u9023\u63a5\u3002",
     "TabResume": "\u6062\u5fa9\u64ad\u653e",
@@ -1187,9 +1218,5 @@
     "OptionReportCollections": "Collections",
     "OptionReportBooks": "Books",
     "OptionReportArtists": "Artists",
-    "OptionReportAlbums": "Albums",
-    "OptionReportAdultVideos": "Adult videos",
-    "ButtonMore": "More",
-    "HeaderActivity": "Activity",
-    "ScheduledTaskStartedWithName": "{0} started"
+    "OptionReportAlbums": "Albums"
 }

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -671,6 +671,7 @@ namespace MediaBrowser.WebDashboard.Api
                                 "userimagepage.js",
                                 "userprofilespage.js",
                                 "userparentalcontrol.js",
+                                "userlibraryaccess.js",
                                 "wizardfinishpage.js",
                                 "wizardservice.js",
                                 "wizardstartpage.js",

+ 6 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -880,6 +880,9 @@
     <Content Include="dashboard-ui\scripts\tvupcoming.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\scripts\userlibraryaccess.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\userparentalcontrol.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -1549,6 +1552,9 @@
     <Content Include="dashboard-ui\tvupcoming.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\userlibraryaccess.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\userparentalcontrol.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>

部分文件因为文件数量过多而无法显示