aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj3
-rw-r--r--MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj3
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj1
-rw-r--r--MediaBrowser.Model/News/NewsChannel.cs12
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json8
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json6
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json2
-rw-r--r--MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json10
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/ar.json1332
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/ca.json1338
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/cs.json1324
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/da.json1336
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/de.json1288
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/el.json1348
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/en_GB.json1308
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/en_US.json1220
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/es.json1262
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/es_MX.json1282
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/fi.json1346
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/fr.json1282
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/he.json1318
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/hr.json1346
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/it.json1304
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/kk.json1236
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/ko.json1300
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/ms.json1294
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/nb.json1272
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/nl.json1318
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/pl.json1336
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json1278
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json1294
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/ru.json1318
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/sv.json1340
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/tr.json1330
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/uk.json1320
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/vi.json1302
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json1276
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json1270
-rw-r--r--MediaBrowser.Server.Implementations/News/NewsEntryPoint.cs3
-rw-r--r--MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs30
-rw-r--r--MediaBrowser.Server.Implementations/Sync/SyncScheduledTask.cs4
-rw-r--r--Nuget/MediaBrowser.Common.Internal.nuspec4
-rw-r--r--Nuget/MediaBrowser.Common.nuspec2
-rw-r--r--Nuget/MediaBrowser.Model.Signed.nuspec2
-rw-r--r--Nuget/MediaBrowser.Server.Core.nuspec4
45 files changed, 19572 insertions, 19640 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
index 1effef4c6..91d0e15f8 100644
--- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
+++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
@@ -821,9 +821,6 @@
<Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs">
<Link>Net\WebSocketState.cs</Link>
</Compile>
- <Compile Include="..\MediaBrowser.Model\News\NewsChannel.cs">
- <Link>News\NewsChannel.cs</Link>
- </Compile>
<Compile Include="..\MediaBrowser.Model\News\NewsItem.cs">
<Link>News\NewsItem.cs</Link>
</Compile>
diff --git a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj
index a303a4718..47e019051 100644
--- a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj
+++ b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj
@@ -780,9 +780,6 @@
<Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs">
<Link>Net\WebSocketState.cs</Link>
</Compile>
- <Compile Include="..\MediaBrowser.Model\News\NewsChannel.cs">
- <Link>News\NewsChannel.cs</Link>
- </Compile>
<Compile Include="..\MediaBrowser.Model\News\NewsItem.cs">
<Link>News\NewsItem.cs</Link>
</Compile>
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index 716f79562..36d22347f 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -265,7 +265,6 @@
<Compile Include="MediaInfo\SubtitleFormat.cs" />
<Compile Include="MediaInfo\TransportStreamTimestamp.cs" />
<Compile Include="MediaInfo\VideoCodec.cs" />
- <Compile Include="News\NewsChannel.cs" />
<Compile Include="News\NewsItem.cs" />
<Compile Include="News\NewsQuery.cs" />
<Compile Include="Notifications\NotificationRequest.cs" />
diff --git a/MediaBrowser.Model/News/NewsChannel.cs b/MediaBrowser.Model/News/NewsChannel.cs
deleted file mode 100644
index c3955b0a0..000000000
--- a/MediaBrowser.Model/News/NewsChannel.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System.Collections.Generic;
-
-namespace MediaBrowser.Model.News
-{
- public class NewsChannel
- {
- public string Title { get; set; }
- public string Link { get; set; }
- public string Description { get; set; }
- public List<NewsItem> Items { get; set; }
- }
-} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
index ac2873b0d..db64d133b 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/es_MX.json
@@ -192,10 +192,10 @@
"LabelPlayMethodDirectPlay": "Reproducci\u00f3n Directa",
"LabelAudioCodec": "Audio: {0}",
"LabelVideoCodec": "Video: {0}",
- "LabelLocalAccessUrl": "Local access: {0}",
+ "LabelLocalAccessUrl": "Direcci\u00f3n local: {0}",
"LabelRemoteAccessUrl": "Acceso remoto: {0}",
- "LabelRunningOnPort": "Running on http port {0}.",
- "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
+ "LabelRunningOnPort": "Ejecut\u00e1ndose en el puerto http {0}.",
+ "LabelRunningOnPorts": "Ejecut\u00e1ndose en el puerto http {0} y el puerto https {1}.",
"HeaderLatestFromChannel": "M\u00e1s recientes desde {0}",
"ButtonDownload": "Descargar",
"LabelUnknownLanaguage": "Idioma desconocido",
@@ -585,7 +585,7 @@
"MediaInfoRefFrames": "Tramas de referencia",
"TabPlayback": "Reproducci\u00f3n",
"TabNotifications": "Notificaciones",
- "TabExpert": "Expert",
+ "TabExpert": "Experto",
"HeaderSelectCustomIntrosPath": "Seleccionar Trayectorias Personalizadas de Intros",
"HeaderRateAndReview": "Clasificar y Rese\u00f1ar",
"HeaderThankYou": "Gracias",
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
index 37aab3773..dd8db05a1 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/fr.json
@@ -192,10 +192,10 @@
"LabelPlayMethodDirectPlay": "Direct Play",
"LabelAudioCodec": "Audio : {0}",
"LabelVideoCodec": "Vid\u00e9o : {0}",
- "LabelLocalAccessUrl": "Local access: {0}",
+ "LabelLocalAccessUrl": "Acc\u00e8s local : {0}",
"LabelRemoteAccessUrl": "URL d'acc\u00e8s \u00e0 distance: {0}",
- "LabelRunningOnPort": "Running on http port {0}.",
- "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
+ "LabelRunningOnPort": "En cours d'ex\u00e9cution sur le port http {0}.",
+ "LabelRunningOnPorts": "En cours d'ex\u00e9cution sur le port http {0} et https {1}.",
"HeaderLatestFromChannel": "Les plus r\u00e9cents de {0}",
"ButtonDownload": "T\u00e9l\u00e9chargement",
"LabelUnknownLanaguage": "Langue inconnue",
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
index 28d37cf8f..488880bb8 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/nl.json
@@ -620,7 +620,7 @@
"DashboardTourMobile": "Het dashboard van Media Browser werkt geweldig op smartphones en tablets. Beheer je server vanuit de palm van je hand, overal en altijd.",
"MessageRefreshQueued": "Vernieuwen wachtrij",
"TabDevices": "Apparaten",
- "TabExtras": "Extras",
+ "TabExtras": "Extra's",
"DeviceLastUsedByUserName": "Het laatste gebruikt door {0}",
"HeaderDeleteDevice": "Verwijder apparaat",
"DeleteDeviceConfirmation": "Weet u zeker dat u dit apparaat wilt verwijderen? Het zal opnieuw verschijnen als een gebruiker zich hiermee aanmeldt.",
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
index d7f2b3bfa..af075a607 100644
--- a/MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
+++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/ru.json
@@ -192,10 +192,10 @@
"LabelPlayMethodDirectPlay": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e",
"LabelAudioCodec": "\u0410\u0443\u0434\u0438\u043e: {0}",
"LabelVideoCodec": "\u0412\u0438\u0434\u0435\u043e: {0}",
- "LabelLocalAccessUrl": "Local access: {0}",
+ "LabelLocalAccessUrl": "\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441: {0}",
"LabelRemoteAccessUrl": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f: {0}",
- "LabelRunningOnPort": "Running on http port {0}.",
- "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
+ "LabelRunningOnPort": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 http-\u043f\u043e\u0440\u0442\u0443 {0}.",
+ "LabelRunningOnPorts": "\u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 http-\u043f\u043e\u0440\u0442\u0443 {0} \u0438 https-\u043f\u043e\u0440\u0442\u0443 {1}.",
"HeaderLatestFromChannel": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437 {0}",
"ButtonDownload": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c",
"LabelUnknownLanaguage": "\u041d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 \u044f\u0437\u044b\u043a",
@@ -585,7 +585,7 @@
"MediaInfoRefFrames": "\u041e\u043f\u043e\u0440\u043d\u044b\u0435 \u043a\u0430\u0434\u0440\u044b",
"TabPlayback": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435",
"TabNotifications": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
- "TabExpert": "Expert",
+ "TabExpert": "\u0414\u043b\u044f \u043e\u043f\u044b\u0442\u043d\u044b\u0445",
"HeaderSelectCustomIntrosPath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u043a \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c",
"HeaderRateAndReview": "\u041e\u0446\u0435\u043d\u043a\u0430 \u0438 \u043e\u0442\u0437\u044b\u0432",
"HeaderThankYou": "\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0430\u0441",
@@ -620,7 +620,7 @@
"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",
- "TabExtras": "Extras",
+ "TabExtras": "\u0412 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435",
"DeviceLastUsedByUserName": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: {0}",
"HeaderDeleteDevice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",
"DeleteDeviceConfirmation": "\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e? \u041e\u043d\u043e \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u0441\u043d\u043e\u0432\u0430 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437, \u043a\u043e\u0433\u0434\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0432\u043e\u0439\u0434\u0451\u0442 \u0441 \u043d\u0435\u0433\u043e.",
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/ar.json b/MediaBrowser.Server.Implementations/Localization/Server/ar.json
index 88bcdf125..1032d9601 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/ar.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/ar.json
@@ -1,666 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonBack": "Back",
- "ButtonInfo": "Info",
- "ButtonOsd": "On screen display",
- "ButtonPageUp": "Page Up",
- "ButtonPageDown": "Page Down",
- "PageAbbreviation": "PG",
- "ButtonHome": "Home",
- "ButtonSearch": "Search",
- "ButtonSettings": "Settings",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "\u062e\u0631\u0648\u062c",
"LabelVisitCommunity": "\u0632\u064a\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
"LabelGithub": "Github",
@@ -1175,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +678,665 @@
"ButtonArrowUp": "Up",
"ButtonArrowDown": "Down",
"ButtonArrowLeft": "Left",
- "ButtonArrowRight": "Right"
+ "ButtonArrowRight": "Right",
+ "ButtonBack": "Back",
+ "ButtonInfo": "Info",
+ "ButtonOsd": "On screen display",
+ "ButtonPageUp": "Page Up",
+ "ButtonPageDown": "Page Down",
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Home",
+ "ButtonSearch": "Search",
+ "ButtonSettings": "Settings",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Letter Up",
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/ca.json b/MediaBrowser.Server.Implementations/Localization/Server/ca.json
index 633c88c13..20f2e7669 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/ca.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/ca.json
@@ -1,669 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonArrowDown": "Down",
- "ButtonArrowLeft": "Left",
- "ButtonArrowRight": "Right",
- "ButtonBack": "Back",
- "ButtonInfo": "Info",
- "ButtonOsd": "On screen display",
- "ButtonPageUp": "Page Up",
- "ButtonPageDown": "Page Down",
- "PageAbbreviation": "PG",
- "ButtonHome": "Home",
- "ButtonSearch": "Search",
- "ButtonSettings": "Settings",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Sortir",
"LabelVisitCommunity": "Visitar la comunitat",
"LabelGithub": "Github",
@@ -1178,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +675,668 @@
"OptionAllUsers": "All users",
"OptionAdminUsers": "Administrators",
"OptionCustomUsers": "Custom",
- "ButtonArrowUp": "Up"
+ "ButtonArrowUp": "Up",
+ "ButtonArrowDown": "Down",
+ "ButtonArrowLeft": "Left",
+ "ButtonArrowRight": "Right",
+ "ButtonBack": "Back",
+ "ButtonInfo": "Info",
+ "ButtonOsd": "On screen display",
+ "ButtonPageUp": "Page Up",
+ "ButtonPageDown": "Page Down",
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Home",
+ "ButtonSearch": "Search",
+ "ButtonSettings": "Settings",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Letter Up",
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/cs.json b/MediaBrowser.Server.Implementations/Localization/Server/cs.json
index 94d3b243e..16b8c1230 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/cs.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/cs.json
@@ -1,6 +1,663 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Zav\u0159\u00edt",
+ "LabelVisitCommunity": "Nav\u0161t\u00edvit komunitu",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standardn\u00ed",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "Proch\u00e1zet knihovnu",
+ "LabelConfigureMediaBrowser": "Konfigurovat Media Browser",
+ "LabelOpenLibraryViewer": "Otev\u0159\u00edt knihovnu",
+ "LabelRestartServer": "Restartovat server",
+ "LabelShowLogWindow": "Zobrazit okno z\u00e1znam\u016f",
+ "LabelPrevious": "P\u0159edchoz\u00ed",
+ "LabelFinish": "Dokon\u010dit",
+ "LabelNext": "Dal\u0161\u00ed",
+ "LabelYoureDone": "Hotovo!",
+ "WelcomeToMediaBrowser": "V\u00edtejte v programu Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Tento pr\u016fvodce V\u00e1m pom\u016f\u017ee proj\u00edt procesem nastaven\u00ed. Pro za\u010d\u00e1tek vyberte jazyk.",
+ "TellUsAboutYourself": "\u0158ekn\u011bte n\u00e1m n\u011bco o sob\u011b",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "Va\u0161e k\u0159estn\u00ed jm\u00e9no:",
+ "MoreUsersCanBeAddedLater": "Dal\u0161\u00ed u\u017eivatele m\u016f\u017eete p\u0159idat pozd\u011bji na n\u00e1st\u011bnce.",
+ "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.",
+ "LabelWindowsService": "Slu\u017eba Windows",
+ "AWindowsServiceHasBeenInstalled": "Slu\u017eba Windows byla nainstalov\u00e1na.",
+ "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.",
+ "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.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Konfigurovat nastaven\u00ed",
+ "LabelEnableVideoImageExtraction": "Povolit extrahov\u00e1n\u00ed obr\u00e1zku ze souboru",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Povolit automatick\u00e9 mapov\u00e1n\u00ed port\u016f",
+ "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.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Zru\u0161it",
+ "ButtonNew": "Nov\u00e9",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161i knihovny m\u00e9di\u00ed",
+ "ButtonAddMediaFolder": "P\u0159idat slo\u017eku m\u00e9di\u00ed",
+ "LabelFolderType": "Typ slo\u017eky:",
+ "ReferToMediaLibraryWiki": "Pod\u00edvejte se na wiki knihovny m\u00e9di\u00ed.",
+ "LabelCountry": "Zem\u011b:",
+ "LabelLanguage": "Jazyk:",
+ "HeaderPreferredMetadataLanguage": "Preferovan\u00fd jazyk metadat:",
+ "LabelSaveLocalMetadata": "Ulo\u017eit p\u0159ebaly a metadata do slo\u017eky s m\u00e9dii",
+ "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.",
+ "LabelDownloadInternetMetadata": "St\u00e1hnout p\u0159ebal a metadata z internetu",
+ "LabelDownloadInternetMetadataHelp": "Media Browser m\u016f\u017ee st\u00e1hnout informace o Va\u0161ich m\u00e9di\u00edch z internetu pro bohat\u0161\u00ed prezentaci.",
+ "TabPreferences": "P\u0159edvolby",
+ "TabPassword": "Heslo",
+ "TabLibraryAccess": "P\u0159\u00edstup ke knihovn\u011b",
+ "TabAccess": "Access",
+ "TabImage": "Obr\u00e1zek",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metadata",
+ "TabImages": "Obr\u00e1zky",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "N\u00e1zvy",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Zobrazit chyb\u011bj\u00edc\u00ed epizody",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Zobrazit neprov\u011btran\u00e9 epizody v r\u00e1mci sez\u00f3n",
+ "HeaderVideoPlaybackSettings": "Nastaven\u00ed p\u0159ehr\u00e1v\u00e1n\u00ed videa",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk videa:",
+ "LabelSubtitleLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk titulk\u016f:",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Pouze vynucen\u00e9 titulky",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "No Subtitles",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "Profily",
+ "TabSecurity": "Zabezpe\u010den\u00ed",
+ "ButtonAddUser": "P\u0159idat u\u017eivatele",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Ulo\u017eit",
+ "ButtonResetPassword": "Obnovit heslo",
+ "LabelNewPassword": "Nov\u00e9 heslo:",
+ "LabelNewPasswordConfirm": "Potvrzen\u00ed nov\u00e9ho heslo:",
+ "HeaderCreatePassword": "Vytvo\u0159it heslo",
+ "LabelCurrentPassword": "Aktu\u00e1ln\u00ed heslo:",
+ "LabelMaxParentalRating": "Maxim\u00e1ln\u00ed povolen\u00e9 rodi\u010dovsk\u00e9 hodnocen\u00ed:",
+ "MaxParentalRatingHelp": "Obsah s vy\u0161\u0161\u00edm hodnocen\u00edm bude tomuto u\u017eivateli blokov\u00e1n.",
+ "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.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Odstranit obr\u00e1zek",
+ "LabelSelectUsers": "Vyberte u\u017eivatele:",
+ "ButtonUpload": "Nahr\u00e1t",
+ "HeaderUploadNewImage": "Nahr\u00e1t nov\u00fd obr\u00e1zek",
+ "LabelDropImageHere": "Drop image here",
+ "ImageUploadAspectRatioHelp": "Doporu\u010den pom\u011br 1:1. Pouze JPG\/PNG.",
+ "MessageNothingHere": "Tady nic nen\u00ed.",
+ "MessagePleaseEnsureInternetMetadata": "Pros\u00edm zkontrolujte, zda m\u00e1te povoleno stahov\u00e1n\u00ed metadat z internetu.",
+ "TabSuggested": "Doporu\u010den\u00e9",
+ "TabLatest": "Posledn\u00ed",
+ "TabUpcoming": "Nadch\u00e1zej\u00edc\u00ed",
+ "TabShows": "Seri\u00e1ly",
+ "TabEpisodes": "Epizody",
+ "TabGenres": "\u017d\u00e1nry",
+ "TabPeople": "Lid\u00e9",
+ "TabNetworks": "S\u00edt\u011b",
+ "HeaderUsers": "U\u017eivatel\u00e9",
+ "HeaderFilters": "Filtry:",
+ "ButtonFilter": "Filtr",
+ "OptionFavorite": "Obl\u00edben\u00e9",
+ "OptionLikes": "L\u00edb\u00ed se",
+ "OptionDislikes": "Nel\u00edb\u00ed se",
+ "OptionActors": "Herci",
+ "OptionGuestStars": "Host\u00e9",
+ "OptionDirectors": "Re\u017eis\u00e9\u0159i",
+ "OptionWriters": "Spisovatel\u00e9",
+ "OptionProducers": "Producenti",
+ "HeaderResume": "Pozastavit",
+ "HeaderNextUp": "Dal\u0161\u00ed nahoru",
+ "NoNextUpItemsMessage": "Nic nenalezeno. Za\u010dn\u011bte sledovat Va\u0161e obl\u00edben\u00e9 seri\u00e1ly!",
+ "HeaderLatestEpisodes": "Posledn\u00ed d\u00edly",
+ "HeaderPersonTypes": "Typy osob:",
+ "TabSongs": "Skladby",
+ "TabAlbums": "Alba",
+ "TabArtists": "Um\u011blec",
+ "TabAlbumArtists": "Um\u011blci alba",
+ "TabMusicVideos": "Hudebn\u00ed videa",
+ "ButtonSort": "Se\u0159adit",
+ "HeaderSortBy": "Se\u0159adit podle:",
+ "HeaderSortOrder": "Po\u0159ad\u00ed \u0159azen\u00ed:",
+ "OptionPlayed": "Shl\u00e9dnuto",
+ "OptionUnplayed": "Neshl\u00e9dnuto",
+ "OptionAscending": "Vzestupn\u011b",
+ "OptionDescending": "Sestupn\u011b",
+ "OptionRuntime": "D\u00e9lka",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "Po\u010det p\u0159ehr\u00e1n\u00ed",
+ "OptionDatePlayed": "Datum p\u0159ehr\u00e1n\u00ed",
+ "OptionDateAdded": "Datum p\u0159id\u00e1n\u00ed",
+ "OptionAlbumArtist": "Um\u011blec Alba",
+ "OptionArtist": "Um\u011blec",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "N\u00e1zev skladby",
+ "OptionCommunityRating": "Hodnocen\u00ed komunity",
+ "OptionNameSort": "N\u00e1zev",
+ "OptionFolderSort": "Slo\u017eky",
+ "OptionBudget": "Rozpo\u010det",
+ "OptionRevenue": "P\u0159\u00edjem",
+ "OptionPoster": "Plak\u00e1t",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Pozad\u00ed",
+ "OptionTimeline": "\u010casov\u00e1 osa",
+ "OptionThumb": "Miniatura",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Prapor",
+ "OptionCriticRating": "Hodnocen\u00ed kritik\u016f",
+ "OptionVideoBitrate": "Bitrate videa",
+ "OptionResumable": "Pozastavaviteln\u00fd",
+ "ScheduledTasksHelp": "Klikn\u011bte na \u00falohu pro zobrazen\u00ed rozvrhu.",
+ "ScheduledTasksTitle": "Rozvrh \u00faloh",
+ "TabMyPlugins": "Moje pluginy",
+ "TabCatalog": "Katalog",
+ "PluginsTitle": "Pluginy",
+ "HeaderAutomaticUpdates": "Automatick\u00e9 aktualizace",
+ "HeaderNowPlaying": "Pr\u00e1v\u011b hraje",
+ "HeaderLatestAlbums": "Posledn\u00ed alba",
+ "HeaderLatestSongs": "Posledn\u00ed skladby",
+ "HeaderRecentlyPlayed": "Naposledy p\u0159ehr\u00e1v\u00e1no",
+ "HeaderFrequentlyPlayed": "Nej\u010dast\u011bji p\u0159ehr\u00e1v\u00e1no",
+ "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.",
+ "LabelVideoType": "Typ vide:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "DVD",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Vlastnosti:",
+ "LabelService": "Service:",
+ "LabelStatus": "Stav:",
+ "LabelVersion": "Verze:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "Titulky",
+ "OptionHasTrailer": "Uk\u00e1zka\/trailer",
+ "OptionHasThemeSong": "Tematick\u00e1 hudba",
+ "OptionHasThemeVideo": "Tematick\u00e9 video",
+ "TabMovies": "Filmy",
+ "TabStudios": "Studia",
+ "TabTrailers": "Uk\u00e1zky\/trailery",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "Posledn\u00ed filmy",
+ "HeaderLatestTrailers": "Posledn\u00ed uk\u00e1zky\/trailery",
+ "OptionHasSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
+ "OptionImdbRating": "Hodnocen\u00ed IMDb",
+ "OptionParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed",
+ "OptionPremiereDate": "Datum premi\u00e9ry",
+ "TabBasic": "Z\u00e1kladn\u00ed",
+ "TabAdvanced": "Pokro\u010dil\u00e9",
+ "HeaderStatus": "Stav",
+ "OptionContinuing": "Pokra\u010dov\u00e1n\u00ed",
+ "OptionEnded": "Ukon\u010deno",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "Ned\u011ble",
+ "OptionMonday": "Pond\u011bl\u00ed",
+ "OptionTuesday": "\u00dater\u00fd",
+ "OptionWednesday": "St\u0159eda",
+ "OptionThursday": "\u010ctvrtek",
+ "OptionFriday": "P\u00e1tek",
+ "OptionSaturday": "Sobota",
+ "HeaderManagement": "Management",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Chyb\u011bj\u00edc\u00ed IMDb Id",
+ "OptionMissingTvdbId": "Chyb\u011bj\u00edc\u00ed TheTVDB Id",
+ "OptionMissingOverview": "Chyb\u011bj\u00edc\u00ed p\u0159ehled",
+ "OptionFileMetadataYearMismatch": "Neodpov\u00edd\u00e1 rok v metadatech a v souboru.",
+ "TabGeneral": "Obecn\u00e9",
+ "TitleSupport": "Podpora",
+ "TabLog": "Z\u00e1znam",
+ "TabAbout": "O programu",
+ "TabSupporterKey": "Kl\u00ed\u010d sponzora",
+ "TabBecomeSupporter": "Sta\u0148te se sponzorem",
+ "MediaBrowserHasCommunity": "Media Browser m\u00e1 prosp\u00edvaj\u00edc\u00ed komunitu u\u017eivatel\u016f a p\u0159isp\u011bvatel\u016f.",
+ "CheckoutKnowledgeBase": "Prohl\u00e9dn\u011bte si na\u0161\u00ed znalostn\u00ed b\u00e1zi (knowledge base) aby jste zjistili v\u00edce o programu Media Browser.",
+ "SearchKnowledgeBase": "Prohledat znalostn\u00ed b\u00e1zi.",
+ "VisitTheCommunity": "Nav\u0161t\u00edvit komunitu",
+ "VisitMediaBrowserWebsite": "Nav\u0161t\u00edvit str\u00e1nku programu Media Browser",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Zablokovat tohoto u\u017eivatele",
+ "OptionDisableUserHelp": "Pokud je zablokov\u00e1n, server nepovol\u00ed tomuto u\u017eivateli \u017e\u00e1dn\u00e9 p\u0159ipojen\u00ed. Existuj\u00edc\u00ed p\u0159ipojen\u00ed bude okam\u017eit\u011b p\u0159eru\u0161eno.",
+ "HeaderAdvancedControl": "Pokro\u010dil\u00e9 nastaven\u00ed",
+ "LabelName": "Jm\u00e9no:",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Povolit tomuto u\u017eivateli spr\u00e1vu serveru",
+ "HeaderFeatureAccess": "P\u0159\u00edstup k funkc\u00edm",
+ "OptionAllowMediaPlayback": "Povolit p\u0159ehr\u00e1v\u00e1n\u00ed medi\u00ed",
+ "OptionAllowBrowsingLiveTv": "Provolit \u017eiv\u00e9 vys\u00edl\u00e1n\u00ed",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "Povolit spr\u00e1vu nahr\u00e1vek \u017eiv\u00e9ho vys\u00edl\u00e1n\u00ed",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Chyb\u011bj\u00edc\u00ed Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metask\u00f3re",
+ "ButtonSelect": "Vybrat",
+ "ButtonGroupVersions": "Skupinov\u00e9 verze",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Vyu\u017e\u00edv\u00e1me spr\u00e1vce soubor\u016f \"Pismo\" skrze dotovanou licenci.",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Pros\u00edm podpo\u0159te dal\u0161\u00ed bezplatn\u00e9 produkty, kter\u00e9 vyu\u017e\u00edv\u00e1me:",
+ "VersionNumber": "Verze {0}",
+ "TabPaths": "Cesty",
+ "TabServer": "Server",
+ "TabTranscoding": "P\u0159ek\u00f3dov\u00e1n\u00ed",
+ "TitleAdvanced": "Pokro\u010dil\u00e9",
+ "LabelAutomaticUpdateLevel": "Automatick\u00e1 \u00farove\u0148 aktualizace",
+ "OptionRelease": "Ofici\u00e1ln\u00ed vyd\u00e1n\u00ed",
+ "OptionBeta": "Betaverze",
+ "OptionDev": "Dev (Nestabiln\u00ed\/V\u00fdvoj\u00e1\u0159sk\u00e1)",
+ "LabelAllowServerAutoRestart": "Povolit automatick\u00fd restart serveru pro proveden\u00ed aktualizace",
+ "LabelAllowServerAutoRestartHelp": "Server se restartuje pouze v p\u0159\u00edpad\u011b, \u017ee \u017e\u00e1dn\u00fd z u\u017eivatel\u016f nen\u00ed aktivn\u00ed-",
+ "LabelEnableDebugLogging": "Povolit z\u00e1znam pro lad\u011bn\u00ed",
+ "LabelRunServerAtStartup": "Spustit server p\u0159i startu",
+ "LabelRunServerAtStartupHelp": "Toto spust\u00ed ikonu v oznamovac\u00ed oblasti. Pro spu\u0161t\u011bn\u00ed slu\u017eby Windows tuto polo\u017eku ponechte od\u0161krtnutou a spus\u0165te slu\u017ebu z ovl\u00e1dac\u00edch panel\u016f. Pros\u00edm berte na v\u011bdom\u00ed \u017ee nemohou b\u011b\u017eet souvisle, bude pot\u0159eba ukon\u010dit program v oznamovac\u00ed oblasti panelu.",
+ "ButtonSelectDirectory": "Vybrat slo\u017eku",
+ "LabelCustomPaths": "Specifikujte adres\u00e1\u0159. Nechte pr\u00e1zdn\u00e9 pro defaultn\u00ed nastaven\u00ed.",
+ "LabelCachePath": "Adres\u00e1\u0159 pro cache:",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "Obr\u00e1zky dle n\u00e1zvu cesty:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Adres\u00e1\u0159 pro metadata:",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "Adres\u00e1\u0159 p\u0159ek\u00f3dov\u00e1n\u00ed:",
+ "LabelTranscodingTempPathHelp": "Tato slo\u017eka obsahuje soubory pot\u0159ebn\u00e9 pro p\u0159ek\u00f3dov\u00e1n\u00ed vide\u00ed. Zadejte vlastn\u00ed cestu, nebo ponechte pr\u00e1zdn\u00e9 pro pou\u017eit\u00ed v\u00fdchoz\u00ed datov\u00e9 slo\u017eky serveru.",
+ "TabBasics": "Z\u00e1klady",
+ "TabTV": "Tv",
+ "TabGames": "Hry",
+ "TabMusic": "Hudba",
+ "TabOthers": "Ostatn\u00ed",
+ "HeaderExtractChapterImagesFor": "Extrahovat obr\u00e1zky kapitol pro:",
+ "OptionMovies": "Filmy",
+ "OptionEpisodes": "Episody",
+ "OptionOtherVideos": "Ostatn\u00ed videa",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Povolit automatick\u00e9 aktualizace z TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Povolit automatick\u00e9 aktualizace z TheTVDB.org",
+ "LabelAutomaticUpdatesFanartHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na fanart.tv. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
+ "LabelAutomaticUpdatesTmdbHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na TheMovieDB.org. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
+ "LabelAutomaticUpdatesTvdbHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na TheTVDB.org. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferovan\u00fd jazyk:",
+ "ButtonAutoScroll": "Automatick\u00e9 posouv\u00e1n\u00ed",
+ "LabelImageSavingConvention": "Konvence ukl\u00e1d\u00e1n\u00ed obr\u00e1zk\u016f:",
+ "LabelImageSavingConventionHelp": "Media Browser rozpozn\u00e1 obr\u00e1zky z v\u011bt\u0161iny velk\u00fdch medi\u00e1ln\u00edch aplikac\u00ed. Nastavte v p\u0159\u00edpad\u011b, \u017ee vyu\u017e\u00edv\u00e1te jin produkt.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standardn\u00ed - MB2",
+ "ButtonSignIn": "P\u0159ihl\u00e1sit se",
+ "TitleSignIn": "P\u0159ihl\u00e1sit se",
+ "HeaderPleaseSignIn": "Pros\u00edme, p\u0159ihlaste se",
+ "LabelUser": "U\u017eivatel:",
+ "LabelPassword": "Heslo:",
+ "ButtonManualLogin": "Manu\u00e1ln\u00ed p\u0159ihl\u00e1\u0161en\u00ed",
+ "PasswordLocalhostMessage": "Heslo nen\u00ed nutn\u00e9, pokud se p\u0159ihla\u0161ujete z m\u00edstn\u00edho PC-",
+ "TabGuide": "Pr\u016fvodce",
+ "TabChannels": "Kan\u00e1ly",
+ "TabCollections": "Kolekce",
+ "HeaderChannels": "Kan\u00e1ly",
+ "TabRecordings": "Nahran\u00e9",
+ "TabScheduled": "Napl\u00e1nov\u00e1no",
+ "TabSeries": "S\u00e9rie",
+ "TabFavorites": "Favorites",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "Zru\u0161it nahr\u00e1v\u00e1n\u00ed",
+ "HeaderPrePostPadding": "P\u0159ed\/po nahr\u00e1v\u00e1n\u00ed",
+ "LabelPrePaddingMinutes": "Minuty nahr\u00e1van\u00e9 p\u0159ed za\u010d\u00e1tkem nahr\u00e1v\u00e1n\u00ed",
+ "OptionPrePaddingRequired": "Minuty nahr\u00e1van\u00e9 p\u0159ed za\u010d\u00e1tkem nahr\u00e1v\u00e1n\u00ed jsou nutn\u00e9 pro nahr\u00e1v\u00e1n\u00ed.",
+ "LabelPostPaddingMinutes": "Minuty nahr\u00e1van\u00e9 po skon\u010den\u00ed nahr\u00e1v\u00e1n\u00ed.",
+ "OptionPostPaddingRequired": "Minuty nahr\u00e1van\u00e9 po skon\u010den\u00ed nahr\u00e1v\u00e1n\u00ed jsou nutn\u00e9 pro nahr\u00e1v\u00e1n\u00ed.",
+ "HeaderWhatsOnTV": "What's On",
+ "HeaderUpcomingTV": "Bude v TV",
+ "TabStatus": "Stav",
+ "TabSettings": "Nastaven\u00ed",
+ "ButtonRefreshGuideData": "Obnovit data pr\u016fvodce",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "Priorita",
+ "OptionRecordOnAllChannels": "Nahr\u00e1vat program na v\u0161ech kan\u00e1lech",
+ "OptionRecordAnytime": "Nahr\u00e1vat program v jak\u00fdkoliv \u010das",
+ "OptionRecordOnlyNewEpisodes": "Nahr\u00e1vat pouze nov\u00e9 epizody",
+ "HeaderDays": "Dny",
+ "HeaderActiveRecordings": "Aktivn\u00ed nahr\u00e1v\u00e1n\u00ed",
+ "HeaderLatestRecordings": "Posledn\u00ed nahr\u00e1v\u00e1n\u00ed",
+ "HeaderAllRecordings": "V\u0161echna nahr\u00e1v\u00e1n\u00ed",
+ "ButtonPlay": "P\u0159ehr\u00e1t",
+ "ButtonEdit": "Upravit",
+ "ButtonRecord": "Nahr\u00e1vat",
+ "ButtonDelete": "Odstranit",
+ "ButtonRemove": "Odstranit",
+ "OptionRecordSeries": "Nahr\u00e1t s\u00e9rie",
+ "HeaderDetails": "Detaily",
+ "TitleLiveTV": "\u017div\u00e1 TV",
+ "LabelNumberOfGuideDays": "Po\u010det dn\u016f pro sta\u017een\u00ed dat pr\u016fvodce:",
+ "LabelNumberOfGuideDaysHelp": "Sta\u017een\u00edm v\u00edce dn\u016f dat pr\u016fvodce umo\u017en\u00ed v pl\u00e1nech nastavit budouc\u00ed nahr\u00e1v\u00e1n\u00ed v\u00edce do budoucna. M\u016f\u017ee v\u0161ak d\u00e9le trvat sta\u017een\u00ed t\u011bchto dat. Auto vybere mo\u017enost podle po\u010dtu kan\u00e1l\u016f.",
+ "LabelActiveService": "Aktivn\u00ed slu\u017eby:",
+ "LabelActiveServiceHelp": "M\u016f\u017ee b\u00fdt nainstalov\u00e1no v\u00edce plugin\u016f pro TV, ale jen jeden m\u016f\u017ee b\u00fdt aktivn\u00ed.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "P\u0159ed pokra\u010dov\u00e1n\u00edm je vy\u017eadov\u00e1n plugin TV poskytovatele.",
+ "LiveTvPluginRequiredHelp": "Pros\u00edm nainstalujte jeden z dostupn\u00fdch plugin\u016f, jako Next PVR nebo ServerWmc",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "Miniatura",
+ "OptionDownloadMenuImage": "Nab\u00eddka",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disk",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Zadek",
+ "OptionDownloadArtImage": "Obal",
+ "OptionDownloadPrimaryImage": "Prim\u00e1rn\u00ed",
+ "HeaderFetchImages": "Na\u010d\u00edst obr\u00e1zky:",
+ "HeaderImageSettings": "Nastaven\u00ed obr\u00e1zk\u016f",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "Maxim\u00e1ln\u00ed po\u010det obr\u00e1zk\u016f na pozad\u00ed pro polo\u017eku:",
+ "LabelMaxScreenshotsPerItem": "Maxim\u00e1ln\u00ed po\u010det screenshot\u016f:",
+ "LabelMinBackdropDownloadWidth": "Maxim\u00e1ln\u00ed \u0161\u00ed\u0159ka pozad\u00ed:",
+ "LabelMinScreenshotDownloadWidth": "Minim\u00e1ln\u00ed \u0161\u00ed\u0159ka screenshotu obrazovky:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "P\u0159idat",
+ "LabelTriggerType": "Typ \u00fakolu:",
+ "OptionDaily": "Denn\u00ed",
+ "OptionWeekly": "T\u00fddenn\u00ed",
+ "OptionOnInterval": "V intervalu",
+ "OptionOnAppStartup": "P\u0159i spu\u0161t\u011bn\u00ed aplikace",
+ "OptionAfterSystemEvent": "Po syst\u00e9mov\u00e9 ud\u00e1losti",
+ "LabelDay": "Den:",
+ "LabelTime": "\u010cas:",
+ "LabelEvent": "Ud\u00e1lost:",
+ "OptionWakeFromSleep": "Probuzen\u00ed ze sp\u00e1nku",
+ "LabelEveryXMinutes": "Ka\u017ed\u00fd:",
+ "HeaderTvTuners": "Tunery",
+ "HeaderGallery": "Galerie",
+ "HeaderLatestGames": "Posledn\u00ed hry",
+ "HeaderRecentlyPlayedGames": "Naposled hran\u00e9 hry",
+ "TabGameSystems": "Hern\u00ed syst\u00e9my",
+ "TitleMediaLibrary": "Knihovna m\u00e9di\u00ed",
+ "TabFolders": "Slo\u017eky",
+ "TabPathSubstitution": "Nahrazen\u00ed cest",
+ "LabelSeasonZeroDisplayName": "Jm\u00e9no pro zobrazen\u00ed sez\u00f3ny 0:",
+ "LabelEnableRealtimeMonitor": "Povolit sledov\u00e1n\u00ed v re\u00e1ln\u00e9m \u010dase",
+ "LabelEnableRealtimeMonitorHelp": "Zm\u011bny budou zpracov\u00e1ny okam\u017eit\u011b, v podporovan\u00fdch souborov\u00fdch syst\u00e9mech.",
+ "ButtonScanLibrary": "Prohledat knihovnu",
+ "HeaderNumberOfPlayers": "P\u0159ehr\u00e1va\u010de:",
+ "OptionAnyNumberOfPlayers": "Jak\u00fdkoliv",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Slo\u017eky m\u00e9di\u00ed",
+ "HeaderThemeVideos": "T\u00e9ma videa",
+ "HeaderThemeSongs": "T\u00e9ma skladeb",
+ "HeaderScenes": "Sc\u00e9ny",
+ "HeaderAwardsAndReviews": "Ocen\u011bn\u00ed a hodnocen\u00ed",
+ "HeaderSoundtracks": "Soundtracky",
+ "HeaderMusicVideos": "Hudebn\u00ed videa",
+ "HeaderSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
+ "HeaderCastCrew": "Herci a obsazen\u00ed",
+ "HeaderAdditionalParts": "Dal\u0161\u00ed sou\u010d\u00e1sti",
+ "ButtonSplitVersionsApart": "Rozd\u011blit verze od sebe",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Chyb\u00ed",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Nahrazen\u00ed cest se pou\u017e\u00edv\u00e1 pro namapov\u00e1n\u00ed cest k serveru, kter\u00e9 je p\u0159\u00edstupn\u00e9 u\u017eivateli. Povolen\u00edm p\u0159\u00edm\u00e9ho p\u0159\u00edstupu m\u016f\u017ee umo\u017enit u\u017eivateli jeho p\u0159ehr\u00e1n\u00ed bez u\u017eit\u00ed streamov\u00e1n\u00ed a p\u0159ek\u00f3dov\u00e1n\u00ed servru.",
+ "HeaderFrom": "Z",
+ "HeaderTo": "Do",
+ "LabelFrom": "Z:",
+ "LabelFromHelp": "P\u0159\u00edklad: D\\Filmy (na serveru)",
+ "LabelTo": "Do:",
+ "LabelToHelp": "P\u0159\u00edklad: \\\\MujServer\\Filmy\\ (adres\u00e1\u0159 p\u0159\u00edstupn\u00fd u\u017eivateli)",
+ "ButtonAddPathSubstitution": "P\u0159idat p\u0159emapov\u00e1n\u00ed",
+ "OptionSpecialEpisode": "Speci\u00e1ln\u00ed",
+ "OptionMissingEpisode": "Chyb\u011bj\u00edc\u00ed episody",
+ "OptionUnairedEpisode": "Neprov\u011btran\u00e9 epizody",
+ "OptionEpisodeSortName": "Se\u0159azen\u00ed n\u00e1zvu epizod",
+ "OptionSeriesSortName": "Jm\u00e9no serie",
+ "OptionTvdbRating": "Tvdb hodnocen\u00ed",
+ "HeaderTranscodingQualityPreference": "Nastaven\u00ed kvality p\u0159ek\u00f3dov\u00e1n\u00ed_",
+ "OptionAutomaticTranscodingHelp": "Server rozhodne kvalitu a rychlost",
+ "OptionHighSpeedTranscodingHelp": "Ni\u017e\u0161\u00ed kvalita ale rychlej\u0161\u00ed p\u0159ek\u00f3dov\u00e1n\u00ed",
+ "OptionHighQualityTranscodingHelp": "Vy\u0161\u0161\u00ed kvalita ale pomalej\u0161\u00ed p\u0159ek\u00f3dov\u00e1n\u00ed",
+ "OptionMaxQualityTranscodingHelp": "Nejlep\u0161\u00ed kvalita, pomal\u00e9 p\u0159ek\u00f3dov\u00e1n\u00ed, velk\u00e1 z\u00e1t\u011b\u017e procesoru.",
+ "OptionHighSpeedTranscoding": "Vy\u0161\u0161\u00ed rychlost",
+ "OptionHighQualityTranscoding": "Vy\u0161\u0161\u00ed kvalita",
+ "OptionMaxQualityTranscoding": "Maxim\u00e1ln\u00ed kvalita",
+ "OptionEnableDebugTranscodingLogging": "Povolit z\u00e1znam p\u0159ek\u00f3dov\u00e1n\u00ed (pro debugging)",
+ "OptionEnableDebugTranscodingLoggingHelp": "Toto nastaven\u00ed vytv\u00e1\u0159\u00ed velmi velk\u00e9 soubory se z\u00e1znamy a doporu\u010duje se pouze v p\u0159\u00edpad\u011b probl\u00e9m\u016f",
+ "OptionUpscaling": "Povolit klient\u016fm po\u017eadovat zv\u011bt\u0161en\u00e1 videa",
+ "OptionUpscalingHelp": "V n\u011bkter\u00fdch p\u0159\u00edpadech bude m\u00edt za n\u00e1sledek lep\u0161\u00ed kvalitu obrazu, ale zv\u00fd\u0161\u00ed zat\u00ed\u017een\u00ed CPU.",
+ "EditCollectionItemsHelp": "P\u0159idejte nebo odeberte v\u0161echny filmy, seri\u00e1ly, alba, knihy nebo hry, kter\u00e9 chcete seskupit v r\u00e1mci t\u00e9to kolekce.",
+ "HeaderAddTitles": "P\u0159idat n\u00e1zvy",
+ "LabelEnableDlnaPlayTo": "Povolit DLNA p\u0159ehr\u00e1v\u00e1n\u00ed",
+ "LabelEnableDlnaPlayToHelp": "Media Browser um\u00ed detekovat za\u0159\u00edzen\u00ed ve va\u0161\u00ed s\u00edti a nab\u00edz\u00ed mo\u017enost d\u00e1lkov\u00e9ho ovl\u00e1d\u00e1n\u00ed.",
+ "LabelEnableDlnaDebugLogging": "Povolit DLNA protokolov\u00e1n\u00ed (pro lad\u011bn\u00ed)",
+ "LabelEnableDlnaDebugLoggingHelp": "Toto nastaven\u00ed vytv\u00e1\u0159\u00ed velmi velk\u00e9 soubory se z\u00e1znamy a doporu\u010duje se pouze v p\u0159\u00edpad\u011b probl\u00e9m\u016f",
+ "LabelEnableDlnaClientDiscoveryInterval": "\u010cas pro vyhled\u00e1n\u00ed klienta (sekund)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Ur\u010duje dobu v sekund\u00e1ch v intervalu mezi SSDP vyhled\u00e1v\u00e1n\u00ed prov\u00e1d\u011bn\u00e9 programem Media Browser.",
+ "HeaderCustomDlnaProfiles": "Vlastn\u00ed profily",
+ "HeaderSystemDlnaProfiles": "Syst\u00e9mov\u00e9 profily",
+ "CustomDlnaProfilesHelp": "Vytvo\u0159te si vlastn\u00ed profil se zam\u011b\u0159it na nov\u00e9 za\u0159\u00edzen\u00ed nebo p\u0159epsat profil syst\u00e9mu.",
+ "SystemDlnaProfilesHelp": "Syst\u00e9mov\u00e9 profily jsou jen pro \u010dten\u00ed. Chcete-li p\u0159epsat profil syst\u00e9mu, vytvo\u0159it vlastn\u00ed profil zam\u011b\u0159en\u00fd na stejn\u00e9 za\u0159\u00edzen\u00ed.",
+ "TitleDashboard": "Hlavn\u00ed nab\u00eddka",
+ "TabHome": "Dom\u016f",
+ "TabInfo": "Info",
+ "HeaderLinks": "Odkazy",
+ "HeaderSystemPaths": "Syst\u00e9mov\u00e9 cesty",
+ "LinkCommunity": "Komunita",
+ "LinkGithub": "GitHub",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Dokumentace API",
+ "LabelFriendlyServerName": "N\u00e1zev serveru:",
+ "LabelFriendlyServerNameHelp": "Toto jm\u00e9no bude pou\u017eito jako identifikace serveru, ponech\u00e1te-li pr\u00e1zdn\u00e9 bude pou\u017eit n\u00e1zev po\u010d\u00edta\u010de.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "P\u0159eklad programu Media Browser prob\u00edh\u00e1, a je\u0161t\u011b nen\u00ed dokon\u010den.",
+ "LabelReadHowYouCanContribute": "P\u0159e\u010dt\u011bte si o tom, jak m\u016f\u017eete p\u0159isp\u011bt.",
+ "HeaderNewCollection": "Nov\u00e1 kolekce",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
+ "OptionSearchForInternetMetadata": "Prohledat internet pro nalezen\u00ed metadat a obalu.",
+ "ButtonCreate": "Vytvo\u0159it",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "\u010c\u00edslo portu web socketu:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "P\u0159eru\u0161it",
+ "TabWeather": "Po\u010das\u00ed",
+ "TitleAppSettings": "Nastaven\u00ed aplikace",
+ "LabelMinResumePercentage": "Minim\u00e1ln\u00ed procento pro p\u0159eru\u0161en\u00ed:",
+ "LabelMaxResumePercentage": "Maxim\u00e1ln\u00ed procento pro p\u0159eru\u0161en\u00ed:",
+ "LabelMinResumeDuration": "Minim\u00e1ln\u00ed doba trv\u00e1n\u00ed (v sekund\u00e1ch):",
+ "LabelMinResumePercentageHelp": "Tituly budou ozna\u010deny jako \"nep\u0159ehr\u00e1no\", pokud budou zastaveny p\u0159ed t\u00edmto \u010dasem.",
+ "LabelMaxResumePercentageHelp": "Tituly budou ozna\u010deny jako \"p\u0159ehr\u00e1no\", pokud budou zastaveny po tomto \u010dase",
+ "LabelMinResumeDurationHelp": "Tituly krat\u0161\u00ed, ne\u017e tento \u010das nebudou pozastaviteln\u00e9.",
+ "TitleAutoOrganize": "Automatick\u00e9 uspo\u0159\u00e1dan\u00ed",
+ "TabActivityLog": "Z\u00e1znam \u010dinnosti",
+ "HeaderName": "N\u00e1zev",
+ "HeaderDate": "Datum",
+ "HeaderSource": "Zdroj",
+ "HeaderDestination": "Um\u00edst\u011bn\u00ed",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Klienti",
+ "LabelCompleted": "Hotovo",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "P\u0159esko\u010deno",
+ "HeaderEpisodeOrganization": "Organizace epizod",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Vy\u017eadovan\u00e9 jenom pro s\u00fabory s v\u00edce epizodami",
+ "HeaderSupportTheTeam": "Podpo\u0159te t\u00edm Media Browser",
+ "LabelSupportAmount": "Suma (USD)",
+ "HeaderSupportTheTeamHelp": "Pomozte zajistit pokra\u010dov\u00e1n\u00ed v\u00fdvoje tohoto projektu t\u00edm, \u017ee daruje. \u010c\u00e1st v\u0161ech dar\u016f bude pou\u017eita na dal\u0161\u00ed bezplatn\u00e9 n\u00e1stroje na kter\u00fdch jsme z\u00e1visl\u00ed.",
+ "ButtonEnterSupporterKey": "Vlo\u017ete kl\u00ed\u010d sponzora",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Povolit organizaci nov\u00fdch epizod",
+ "LabelWatchFolder": "Pozrie\u0165 slo\u017eku:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "Zobrazit napl\u00e1novan\u00e9 \u00falohy",
+ "LabelMinFileSizeForOrganize": "Minim\u00e1ln\u00ed velikost souboru (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Men\u0161\u00ed soubory budou ignorov\u00e1ny.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Podporovan\u00e9 vzory",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Vzor",
+ "HeaderResult": "V\u00fdsledek",
+ "LabelDeleteEmptyFolders": "Odstranit pr\u00e1zdn\u00e9 slo\u017eky po zorganizov\u00e1n\u00ed",
+ "LabelDeleteEmptyFoldersHelp": "Povolit tohle, aby byl adres\u00e1\u0159 pro stahov\u00e1n\u00ed \u010dist\u00fd.",
+ "LabelDeleteLeftOverFiles": "Smazat zbyl\u00e9 soubory s n\u00e1sleduj\u00edc\u00edmi p\u0159\u00edponami:",
+ "LabelDeleteLeftOverFilesHelp": "Odd\u011blte ;. Nap\u0159.: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "P\u0159epsat existuj\u00edc\u00ed epizody",
+ "LabelTransferMethod": "Metoda p\u0159enosu",
+ "OptionCopy": "Kop\u00edrovat",
+ "OptionMove": "P\u0159esunout",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Posledn\u00ed novinky",
+ "HeaderHelpImproveMediaBrowser": "Pomozte vylep\u0161it Media Browser",
+ "HeaderRunningTasks": "B\u011b\u017e\u00edc\u00ed \u00falohy",
+ "HeaderActiveDevices": "Akt\u00edvn\u00ed za\u0159\u00edzen\u00ed",
+ "HeaderPendingInstallations": "\u010cekaj\u00edc\u00ed instalace",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restartovat nyn\u00ed",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Vypnout",
+ "ButtonUpdateNow": "Aktualizujte te\u010f",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Pros\u00edm, vypn\u011bte server a aktualizujte ru\u010dne.",
+ "NewServerVersionAvailable": "Je dostupn\u00e1 nov\u00e1 verze programu Media Browser!",
+ "ServerUpToDate": "Media Browser server je aktu\u00e1ln\u00ed.",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Star\u00fd kl\u00ed\u010d sponzora",
+ "LabelNewSupporterKey": "Nov\u00fd kl\u00ed\u010d sponzora",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Aktu\u00e1ln\u00ed e-mailov\u00e1 adresa",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "E-mailov\u00e1 adresa",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "P\u0159ehr\u00e1vat do",
+ "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "V\u00fdchoz\u00ed u\u017eivatel",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Nastaven\u00ed serveru",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Require manual username entry for:",
+ "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
+ "OptionOtherApps": "Other apps",
+ "OptionMobileApps": "Mobile apps",
+ "HeaderNotificationList": "Click on a notification to configure it's sending options.",
+ "NotificationOptionApplicationUpdateAvailable": "Application update available",
+ "NotificationOptionApplicationUpdateInstalled": "Application update installed",
+ "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
+ "NotificationOptionPluginInstalled": "Plugin installed",
+ "NotificationOptionPluginUninstalled": "Plugin uninstalled",
+ "NotificationOptionVideoPlayback": "Video playback started",
+ "NotificationOptionAudioPlayback": "Audio playback started",
+ "NotificationOptionGamePlayback": "Game playback started",
+ "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
+ "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
+ "NotificationOptionGamePlaybackStopped": "Game playback stopped",
+ "NotificationOptionTaskFailed": "Scheduled task failure",
+ "NotificationOptionInstallationFailed": "Installation failure",
+ "NotificationOptionNewLibraryContent": "New content added",
"NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
"SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
"NotificationOptionServerRestartRequired": "Je vy\u017eadov\u00e1n restart serveru",
@@ -645,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -681,664 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Zav\u0159\u00edt",
- "LabelVisitCommunity": "Nav\u0161t\u00edvit komunitu",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standardn\u00ed",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "Proch\u00e1zet knihovnu",
- "LabelConfigureMediaBrowser": "Konfigurovat Media Browser",
- "LabelOpenLibraryViewer": "Otev\u0159\u00edt knihovnu",
- "LabelRestartServer": "Restartovat server",
- "LabelShowLogWindow": "Zobrazit okno z\u00e1znam\u016f",
- "LabelPrevious": "P\u0159edchoz\u00ed",
- "LabelFinish": "Dokon\u010dit",
- "LabelNext": "Dal\u0161\u00ed",
- "LabelYoureDone": "Hotovo!",
- "WelcomeToMediaBrowser": "V\u00edtejte v programu Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Tento pr\u016fvodce V\u00e1m pom\u016f\u017ee proj\u00edt procesem nastaven\u00ed. Pro za\u010d\u00e1tek vyberte jazyk.",
- "TellUsAboutYourself": "\u0158ekn\u011bte n\u00e1m n\u011bco o sob\u011b",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "Va\u0161e k\u0159estn\u00ed jm\u00e9no:",
- "MoreUsersCanBeAddedLater": "Dal\u0161\u00ed u\u017eivatele m\u016f\u017eete p\u0159idat pozd\u011bji na n\u00e1st\u011bnce.",
- "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.",
- "LabelWindowsService": "Slu\u017eba Windows",
- "AWindowsServiceHasBeenInstalled": "Slu\u017eba Windows byla nainstalov\u00e1na.",
- "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.",
- "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.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Konfigurovat nastaven\u00ed",
- "LabelEnableVideoImageExtraction": "Povolit extrahov\u00e1n\u00ed obr\u00e1zku ze souboru",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extrahov\u00e1n\u00ed obr\u00e1zk\u016f sc\u00e9n pro Filmy",
- "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.",
- "LabelEnableAutomaticPortMapping": "Povolit automatick\u00e9 mapov\u00e1n\u00ed port\u016f",
- "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.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Zru\u0161it",
- "ButtonNew": "Nov\u00e9",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Nastaven\u00ed Va\u0161i knihovny m\u00e9di\u00ed",
- "ButtonAddMediaFolder": "P\u0159idat slo\u017eku m\u00e9di\u00ed",
- "LabelFolderType": "Typ slo\u017eky:",
- "ReferToMediaLibraryWiki": "Pod\u00edvejte se na wiki knihovny m\u00e9di\u00ed.",
- "LabelCountry": "Zem\u011b:",
- "LabelLanguage": "Jazyk:",
- "HeaderPreferredMetadataLanguage": "Preferovan\u00fd jazyk metadat:",
- "LabelSaveLocalMetadata": "Ulo\u017eit p\u0159ebaly a metadata do slo\u017eky s m\u00e9dii",
- "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.",
- "LabelDownloadInternetMetadata": "St\u00e1hnout p\u0159ebal a metadata z internetu",
- "LabelDownloadInternetMetadataHelp": "Media Browser m\u016f\u017ee st\u00e1hnout informace o Va\u0161ich m\u00e9di\u00edch z internetu pro bohat\u0161\u00ed prezentaci.",
- "TabPreferences": "P\u0159edvolby",
- "TabPassword": "Heslo",
- "TabLibraryAccess": "P\u0159\u00edstup ke knihovn\u011b",
- "TabAccess": "Access",
- "TabImage": "Obr\u00e1zek",
- "TabProfile": "Profil",
- "TabMetadata": "Metadata",
- "TabImages": "Obr\u00e1zky",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "N\u00e1zvy",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Zobrazit chyb\u011bj\u00edc\u00ed epizody",
- "LabelUnairedMissingEpisodesWithinSeasons": "Zobrazit neprov\u011btran\u00e9 epizody v r\u00e1mci sez\u00f3n",
- "HeaderVideoPlaybackSettings": "Nastaven\u00ed p\u0159ehr\u00e1v\u00e1n\u00ed videa",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk videa:",
- "LabelSubtitleLanguagePreference": "Up\u0159ednost\u0148ovan\u00fd jazyk titulk\u016f:",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Pouze vynucen\u00e9 titulky",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "No Subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profily",
- "TabSecurity": "Zabezpe\u010den\u00ed",
- "ButtonAddUser": "P\u0159idat u\u017eivatele",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Ulo\u017eit",
- "ButtonResetPassword": "Obnovit heslo",
- "LabelNewPassword": "Nov\u00e9 heslo:",
- "LabelNewPasswordConfirm": "Potvrzen\u00ed nov\u00e9ho heslo:",
- "HeaderCreatePassword": "Vytvo\u0159it heslo",
- "LabelCurrentPassword": "Aktu\u00e1ln\u00ed heslo:",
- "LabelMaxParentalRating": "Maxim\u00e1ln\u00ed povolen\u00e9 rodi\u010dovsk\u00e9 hodnocen\u00ed:",
- "MaxParentalRatingHelp": "Obsah s vy\u0161\u0161\u00edm hodnocen\u00edm bude tomuto u\u017eivateli blokov\u00e1n.",
- "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.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Odstranit obr\u00e1zek",
- "LabelSelectUsers": "Vyberte u\u017eivatele:",
- "ButtonUpload": "Nahr\u00e1t",
- "HeaderUploadNewImage": "Nahr\u00e1t nov\u00fd obr\u00e1zek",
- "LabelDropImageHere": "Drop image here",
- "ImageUploadAspectRatioHelp": "Doporu\u010den pom\u011br 1:1. Pouze JPG\/PNG.",
- "MessageNothingHere": "Tady nic nen\u00ed.",
- "MessagePleaseEnsureInternetMetadata": "Pros\u00edm zkontrolujte, zda m\u00e1te povoleno stahov\u00e1n\u00ed metadat z internetu.",
- "TabSuggested": "Doporu\u010den\u00e9",
- "TabLatest": "Posledn\u00ed",
- "TabUpcoming": "Nadch\u00e1zej\u00edc\u00ed",
- "TabShows": "Seri\u00e1ly",
- "TabEpisodes": "Epizody",
- "TabGenres": "\u017d\u00e1nry",
- "TabPeople": "Lid\u00e9",
- "TabNetworks": "S\u00edt\u011b",
- "HeaderUsers": "U\u017eivatel\u00e9",
- "HeaderFilters": "Filtry:",
- "ButtonFilter": "Filtr",
- "OptionFavorite": "Obl\u00edben\u00e9",
- "OptionLikes": "L\u00edb\u00ed se",
- "OptionDislikes": "Nel\u00edb\u00ed se",
- "OptionActors": "Herci",
- "OptionGuestStars": "Host\u00e9",
- "OptionDirectors": "Re\u017eis\u00e9\u0159i",
- "OptionWriters": "Spisovatel\u00e9",
- "OptionProducers": "Producenti",
- "HeaderResume": "Pozastavit",
- "HeaderNextUp": "Dal\u0161\u00ed nahoru",
- "NoNextUpItemsMessage": "Nic nenalezeno. Za\u010dn\u011bte sledovat Va\u0161e obl\u00edben\u00e9 seri\u00e1ly!",
- "HeaderLatestEpisodes": "Posledn\u00ed d\u00edly",
- "HeaderPersonTypes": "Typy osob:",
- "TabSongs": "Skladby",
- "TabAlbums": "Alba",
- "TabArtists": "Um\u011blec",
- "TabAlbumArtists": "Um\u011blci alba",
- "TabMusicVideos": "Hudebn\u00ed videa",
- "ButtonSort": "Se\u0159adit",
- "HeaderSortBy": "Se\u0159adit podle:",
- "HeaderSortOrder": "Po\u0159ad\u00ed \u0159azen\u00ed:",
- "OptionPlayed": "Shl\u00e9dnuto",
- "OptionUnplayed": "Neshl\u00e9dnuto",
- "OptionAscending": "Vzestupn\u011b",
- "OptionDescending": "Sestupn\u011b",
- "OptionRuntime": "D\u00e9lka",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Po\u010det p\u0159ehr\u00e1n\u00ed",
- "OptionDatePlayed": "Datum p\u0159ehr\u00e1n\u00ed",
- "OptionDateAdded": "Datum p\u0159id\u00e1n\u00ed",
- "OptionAlbumArtist": "Um\u011blec Alba",
- "OptionArtist": "Um\u011blec",
- "OptionAlbum": "Album",
- "OptionTrackName": "N\u00e1zev skladby",
- "OptionCommunityRating": "Hodnocen\u00ed komunity",
- "OptionNameSort": "N\u00e1zev",
- "OptionFolderSort": "Slo\u017eky",
- "OptionBudget": "Rozpo\u010det",
- "OptionRevenue": "P\u0159\u00edjem",
- "OptionPoster": "Plak\u00e1t",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Pozad\u00ed",
- "OptionTimeline": "\u010casov\u00e1 osa",
- "OptionThumb": "Miniatura",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Prapor",
- "OptionCriticRating": "Hodnocen\u00ed kritik\u016f",
- "OptionVideoBitrate": "Bitrate videa",
- "OptionResumable": "Pozastavaviteln\u00fd",
- "ScheduledTasksHelp": "Klikn\u011bte na \u00falohu pro zobrazen\u00ed rozvrhu.",
- "ScheduledTasksTitle": "Rozvrh \u00faloh",
- "TabMyPlugins": "Moje pluginy",
- "TabCatalog": "Katalog",
- "PluginsTitle": "Pluginy",
- "HeaderAutomaticUpdates": "Automatick\u00e9 aktualizace",
- "HeaderNowPlaying": "Pr\u00e1v\u011b hraje",
- "HeaderLatestAlbums": "Posledn\u00ed alba",
- "HeaderLatestSongs": "Posledn\u00ed skladby",
- "HeaderRecentlyPlayed": "Naposledy p\u0159ehr\u00e1v\u00e1no",
- "HeaderFrequentlyPlayed": "Nej\u010dast\u011bji p\u0159ehr\u00e1v\u00e1no",
- "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.",
- "LabelVideoType": "Typ vide:",
- "OptionBluray": "Bluray",
- "OptionDvd": "DVD",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Vlastnosti:",
- "LabelService": "Service:",
- "LabelStatus": "Stav:",
- "LabelVersion": "Verze:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Titulky",
- "OptionHasTrailer": "Uk\u00e1zka\/trailer",
- "OptionHasThemeSong": "Tematick\u00e1 hudba",
- "OptionHasThemeVideo": "Tematick\u00e9 video",
- "TabMovies": "Filmy",
- "TabStudios": "Studia",
- "TabTrailers": "Uk\u00e1zky\/trailery",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "Posledn\u00ed filmy",
- "HeaderLatestTrailers": "Posledn\u00ed uk\u00e1zky\/trailery",
- "OptionHasSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
- "OptionImdbRating": "Hodnocen\u00ed IMDb",
- "OptionParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed",
- "OptionPremiereDate": "Datum premi\u00e9ry",
- "TabBasic": "Z\u00e1kladn\u00ed",
- "TabAdvanced": "Pokro\u010dil\u00e9",
- "HeaderStatus": "Stav",
- "OptionContinuing": "Pokra\u010dov\u00e1n\u00ed",
- "OptionEnded": "Ukon\u010deno",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "Ned\u011ble",
- "OptionMonday": "Pond\u011bl\u00ed",
- "OptionTuesday": "\u00dater\u00fd",
- "OptionWednesday": "St\u0159eda",
- "OptionThursday": "\u010ctvrtek",
- "OptionFriday": "P\u00e1tek",
- "OptionSaturday": "Sobota",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Chyb\u011bj\u00edc\u00ed IMDb Id",
- "OptionMissingTvdbId": "Chyb\u011bj\u00edc\u00ed TheTVDB Id",
- "OptionMissingOverview": "Chyb\u011bj\u00edc\u00ed p\u0159ehled",
- "OptionFileMetadataYearMismatch": "Neodpov\u00edd\u00e1 rok v metadatech a v souboru.",
- "TabGeneral": "Obecn\u00e9",
- "TitleSupport": "Podpora",
- "TabLog": "Z\u00e1znam",
- "TabAbout": "O programu",
- "TabSupporterKey": "Kl\u00ed\u010d sponzora",
- "TabBecomeSupporter": "Sta\u0148te se sponzorem",
- "MediaBrowserHasCommunity": "Media Browser m\u00e1 prosp\u00edvaj\u00edc\u00ed komunitu u\u017eivatel\u016f a p\u0159isp\u011bvatel\u016f.",
- "CheckoutKnowledgeBase": "Prohl\u00e9dn\u011bte si na\u0161\u00ed znalostn\u00ed b\u00e1zi (knowledge base) aby jste zjistili v\u00edce o programu Media Browser.",
- "SearchKnowledgeBase": "Prohledat znalostn\u00ed b\u00e1zi.",
- "VisitTheCommunity": "Nav\u0161t\u00edvit komunitu",
- "VisitMediaBrowserWebsite": "Nav\u0161t\u00edvit str\u00e1nku programu Media Browser",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Zablokovat tohoto u\u017eivatele",
- "OptionDisableUserHelp": "Pokud je zablokov\u00e1n, server nepovol\u00ed tomuto u\u017eivateli \u017e\u00e1dn\u00e9 p\u0159ipojen\u00ed. Existuj\u00edc\u00ed p\u0159ipojen\u00ed bude okam\u017eit\u011b p\u0159eru\u0161eno.",
- "HeaderAdvancedControl": "Pokro\u010dil\u00e9 nastaven\u00ed",
- "LabelName": "Jm\u00e9no:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Povolit tomuto u\u017eivateli spr\u00e1vu serveru",
- "HeaderFeatureAccess": "P\u0159\u00edstup k funkc\u00edm",
- "OptionAllowMediaPlayback": "Povolit p\u0159ehr\u00e1v\u00e1n\u00ed medi\u00ed",
- "OptionAllowBrowsingLiveTv": "Provolit \u017eiv\u00e9 vys\u00edl\u00e1n\u00ed",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "Povolit spr\u00e1vu nahr\u00e1vek \u017eiv\u00e9ho vys\u00edl\u00e1n\u00ed",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Chyb\u011bj\u00edc\u00ed Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metask\u00f3re",
- "ButtonSelect": "Vybrat",
- "ButtonGroupVersions": "Skupinov\u00e9 verze",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Vyu\u017e\u00edv\u00e1me spr\u00e1vce soubor\u016f \"Pismo\" skrze dotovanou licenci.",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Pros\u00edm podpo\u0159te dal\u0161\u00ed bezplatn\u00e9 produkty, kter\u00e9 vyu\u017e\u00edv\u00e1me:",
- "VersionNumber": "Verze {0}",
- "TabPaths": "Cesty",
- "TabServer": "Server",
- "TabTranscoding": "P\u0159ek\u00f3dov\u00e1n\u00ed",
- "TitleAdvanced": "Pokro\u010dil\u00e9",
- "LabelAutomaticUpdateLevel": "Automatick\u00e1 \u00farove\u0148 aktualizace",
- "OptionRelease": "Ofici\u00e1ln\u00ed vyd\u00e1n\u00ed",
- "OptionBeta": "Betaverze",
- "OptionDev": "Dev (Nestabiln\u00ed\/V\u00fdvoj\u00e1\u0159sk\u00e1)",
- "LabelAllowServerAutoRestart": "Povolit automatick\u00fd restart serveru pro proveden\u00ed aktualizace",
- "LabelAllowServerAutoRestartHelp": "Server se restartuje pouze v p\u0159\u00edpad\u011b, \u017ee \u017e\u00e1dn\u00fd z u\u017eivatel\u016f nen\u00ed aktivn\u00ed-",
- "LabelEnableDebugLogging": "Povolit z\u00e1znam pro lad\u011bn\u00ed",
- "LabelRunServerAtStartup": "Spustit server p\u0159i startu",
- "LabelRunServerAtStartupHelp": "Toto spust\u00ed ikonu v oznamovac\u00ed oblasti. Pro spu\u0161t\u011bn\u00ed slu\u017eby Windows tuto polo\u017eku ponechte od\u0161krtnutou a spus\u0165te slu\u017ebu z ovl\u00e1dac\u00edch panel\u016f. Pros\u00edm berte na v\u011bdom\u00ed \u017ee nemohou b\u011b\u017eet souvisle, bude pot\u0159eba ukon\u010dit program v oznamovac\u00ed oblasti panelu.",
- "ButtonSelectDirectory": "Vybrat slo\u017eku",
- "LabelCustomPaths": "Specifikujte adres\u00e1\u0159. Nechte pr\u00e1zdn\u00e9 pro defaultn\u00ed nastaven\u00ed.",
- "LabelCachePath": "Adres\u00e1\u0159 pro cache:",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "Obr\u00e1zky dle n\u00e1zvu cesty:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Adres\u00e1\u0159 pro metadata:",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "Adres\u00e1\u0159 p\u0159ek\u00f3dov\u00e1n\u00ed:",
- "LabelTranscodingTempPathHelp": "Tato slo\u017eka obsahuje soubory pot\u0159ebn\u00e9 pro p\u0159ek\u00f3dov\u00e1n\u00ed vide\u00ed. Zadejte vlastn\u00ed cestu, nebo ponechte pr\u00e1zdn\u00e9 pro pou\u017eit\u00ed v\u00fdchoz\u00ed datov\u00e9 slo\u017eky serveru.",
- "TabBasics": "Z\u00e1klady",
- "TabTV": "Tv",
- "TabGames": "Hry",
- "TabMusic": "Hudba",
- "TabOthers": "Ostatn\u00ed",
- "HeaderExtractChapterImagesFor": "Extrahovat obr\u00e1zky kapitol pro:",
- "OptionMovies": "Filmy",
- "OptionEpisodes": "Episody",
- "OptionOtherVideos": "Ostatn\u00ed videa",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Povolit automatick\u00e9 aktualizace z TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Povolit automatick\u00e9 aktualizace z TheTVDB.org",
- "LabelAutomaticUpdatesFanartHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na fanart.tv. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
- "LabelAutomaticUpdatesTmdbHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na TheMovieDB.org. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
- "LabelAutomaticUpdatesTvdbHelp": "Pokud je povoleno, budou nov\u00e9 sn\u00edmky budou sta\u017eeny automaticky tak, jak jsou p\u0159id\u00e1ny na TheTVDB.org. St\u00e1vaj\u00edc\u00ed sn\u00edmky nebudou nahrazeny.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferovan\u00fd jazyk:",
- "ButtonAutoScroll": "Automatick\u00e9 posouv\u00e1n\u00ed",
- "LabelImageSavingConvention": "Konvence ukl\u00e1d\u00e1n\u00ed obr\u00e1zk\u016f:",
- "LabelImageSavingConventionHelp": "Media Browser rozpozn\u00e1 obr\u00e1zky z v\u011bt\u0161iny velk\u00fdch medi\u00e1ln\u00edch aplikac\u00ed. Nastavte v p\u0159\u00edpad\u011b, \u017ee vyu\u017e\u00edv\u00e1te jin produkt.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standardn\u00ed - MB2",
- "ButtonSignIn": "P\u0159ihl\u00e1sit se",
- "TitleSignIn": "P\u0159ihl\u00e1sit se",
- "HeaderPleaseSignIn": "Pros\u00edme, p\u0159ihlaste se",
- "LabelUser": "U\u017eivatel:",
- "LabelPassword": "Heslo:",
- "ButtonManualLogin": "Manu\u00e1ln\u00ed p\u0159ihl\u00e1\u0161en\u00ed",
- "PasswordLocalhostMessage": "Heslo nen\u00ed nutn\u00e9, pokud se p\u0159ihla\u0161ujete z m\u00edstn\u00edho PC-",
- "TabGuide": "Pr\u016fvodce",
- "TabChannels": "Kan\u00e1ly",
- "TabCollections": "Kolekce",
- "HeaderChannels": "Kan\u00e1ly",
- "TabRecordings": "Nahran\u00e9",
- "TabScheduled": "Napl\u00e1nov\u00e1no",
- "TabSeries": "S\u00e9rie",
- "TabFavorites": "Favorites",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "Zru\u0161it nahr\u00e1v\u00e1n\u00ed",
- "HeaderPrePostPadding": "P\u0159ed\/po nahr\u00e1v\u00e1n\u00ed",
- "LabelPrePaddingMinutes": "Minuty nahr\u00e1van\u00e9 p\u0159ed za\u010d\u00e1tkem nahr\u00e1v\u00e1n\u00ed",
- "OptionPrePaddingRequired": "Minuty nahr\u00e1van\u00e9 p\u0159ed za\u010d\u00e1tkem nahr\u00e1v\u00e1n\u00ed jsou nutn\u00e9 pro nahr\u00e1v\u00e1n\u00ed.",
- "LabelPostPaddingMinutes": "Minuty nahr\u00e1van\u00e9 po skon\u010den\u00ed nahr\u00e1v\u00e1n\u00ed.",
- "OptionPostPaddingRequired": "Minuty nahr\u00e1van\u00e9 po skon\u010den\u00ed nahr\u00e1v\u00e1n\u00ed jsou nutn\u00e9 pro nahr\u00e1v\u00e1n\u00ed.",
- "HeaderWhatsOnTV": "What's On",
- "HeaderUpcomingTV": "Bude v TV",
- "TabStatus": "Stav",
- "TabSettings": "Nastaven\u00ed",
- "ButtonRefreshGuideData": "Obnovit data pr\u016fvodce",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "Priorita",
- "OptionRecordOnAllChannels": "Nahr\u00e1vat program na v\u0161ech kan\u00e1lech",
- "OptionRecordAnytime": "Nahr\u00e1vat program v jak\u00fdkoliv \u010das",
- "OptionRecordOnlyNewEpisodes": "Nahr\u00e1vat pouze nov\u00e9 epizody",
- "HeaderDays": "Dny",
- "HeaderActiveRecordings": "Aktivn\u00ed nahr\u00e1v\u00e1n\u00ed",
- "HeaderLatestRecordings": "Posledn\u00ed nahr\u00e1v\u00e1n\u00ed",
- "HeaderAllRecordings": "V\u0161echna nahr\u00e1v\u00e1n\u00ed",
- "ButtonPlay": "P\u0159ehr\u00e1t",
- "ButtonEdit": "Upravit",
- "ButtonRecord": "Nahr\u00e1vat",
- "ButtonDelete": "Odstranit",
- "ButtonRemove": "Odstranit",
- "OptionRecordSeries": "Nahr\u00e1t s\u00e9rie",
- "HeaderDetails": "Detaily",
- "TitleLiveTV": "\u017div\u00e1 TV",
- "LabelNumberOfGuideDays": "Po\u010det dn\u016f pro sta\u017een\u00ed dat pr\u016fvodce:",
- "LabelNumberOfGuideDaysHelp": "Sta\u017een\u00edm v\u00edce dn\u016f dat pr\u016fvodce umo\u017en\u00ed v pl\u00e1nech nastavit budouc\u00ed nahr\u00e1v\u00e1n\u00ed v\u00edce do budoucna. M\u016f\u017ee v\u0161ak d\u00e9le trvat sta\u017een\u00ed t\u011bchto dat. Auto vybere mo\u017enost podle po\u010dtu kan\u00e1l\u016f.",
- "LabelActiveService": "Aktivn\u00ed slu\u017eby:",
- "LabelActiveServiceHelp": "M\u016f\u017ee b\u00fdt nainstalov\u00e1no v\u00edce plugin\u016f pro TV, ale jen jeden m\u016f\u017ee b\u00fdt aktivn\u00ed.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "P\u0159ed pokra\u010dov\u00e1n\u00edm je vy\u017eadov\u00e1n plugin TV poskytovatele.",
- "LiveTvPluginRequiredHelp": "Pros\u00edm nainstalujte jeden z dostupn\u00fdch plugin\u016f, jako Next PVR nebo ServerWmc",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "Miniatura",
- "OptionDownloadMenuImage": "Nab\u00eddka",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disk",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Zadek",
- "OptionDownloadArtImage": "Obal",
- "OptionDownloadPrimaryImage": "Prim\u00e1rn\u00ed",
- "HeaderFetchImages": "Na\u010d\u00edst obr\u00e1zky:",
- "HeaderImageSettings": "Nastaven\u00ed obr\u00e1zk\u016f",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "Maxim\u00e1ln\u00ed po\u010det obr\u00e1zk\u016f na pozad\u00ed pro polo\u017eku:",
- "LabelMaxScreenshotsPerItem": "Maxim\u00e1ln\u00ed po\u010det screenshot\u016f:",
- "LabelMinBackdropDownloadWidth": "Maxim\u00e1ln\u00ed \u0161\u00ed\u0159ka pozad\u00ed:",
- "LabelMinScreenshotDownloadWidth": "Minim\u00e1ln\u00ed \u0161\u00ed\u0159ka screenshotu obrazovky:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "P\u0159idat",
- "LabelTriggerType": "Typ \u00fakolu:",
- "OptionDaily": "Denn\u00ed",
- "OptionWeekly": "T\u00fddenn\u00ed",
- "OptionOnInterval": "V intervalu",
- "OptionOnAppStartup": "P\u0159i spu\u0161t\u011bn\u00ed aplikace",
- "OptionAfterSystemEvent": "Po syst\u00e9mov\u00e9 ud\u00e1losti",
- "LabelDay": "Den:",
- "LabelTime": "\u010cas:",
- "LabelEvent": "Ud\u00e1lost:",
- "OptionWakeFromSleep": "Probuzen\u00ed ze sp\u00e1nku",
- "LabelEveryXMinutes": "Ka\u017ed\u00fd:",
- "HeaderTvTuners": "Tunery",
- "HeaderGallery": "Galerie",
- "HeaderLatestGames": "Posledn\u00ed hry",
- "HeaderRecentlyPlayedGames": "Naposled hran\u00e9 hry",
- "TabGameSystems": "Hern\u00ed syst\u00e9my",
- "TitleMediaLibrary": "Knihovna m\u00e9di\u00ed",
- "TabFolders": "Slo\u017eky",
- "TabPathSubstitution": "Nahrazen\u00ed cest",
- "LabelSeasonZeroDisplayName": "Jm\u00e9no pro zobrazen\u00ed sez\u00f3ny 0:",
- "LabelEnableRealtimeMonitor": "Povolit sledov\u00e1n\u00ed v re\u00e1ln\u00e9m \u010dase",
- "LabelEnableRealtimeMonitorHelp": "Zm\u011bny budou zpracov\u00e1ny okam\u017eit\u011b, v podporovan\u00fdch souborov\u00fdch syst\u00e9mech.",
- "ButtonScanLibrary": "Prohledat knihovnu",
- "HeaderNumberOfPlayers": "P\u0159ehr\u00e1va\u010de:",
- "OptionAnyNumberOfPlayers": "Jak\u00fdkoliv",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Slo\u017eky m\u00e9di\u00ed",
- "HeaderThemeVideos": "T\u00e9ma videa",
- "HeaderThemeSongs": "T\u00e9ma skladeb",
- "HeaderScenes": "Sc\u00e9ny",
- "HeaderAwardsAndReviews": "Ocen\u011bn\u00ed a hodnocen\u00ed",
- "HeaderSoundtracks": "Soundtracky",
- "HeaderMusicVideos": "Hudebn\u00ed videa",
- "HeaderSpecialFeatures": "Speci\u00e1ln\u00ed funkce",
- "HeaderCastCrew": "Herci a obsazen\u00ed",
- "HeaderAdditionalParts": "Dal\u0161\u00ed sou\u010d\u00e1sti",
- "ButtonSplitVersionsApart": "Rozd\u011blit verze od sebe",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Chyb\u00ed",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Nahrazen\u00ed cest se pou\u017e\u00edv\u00e1 pro namapov\u00e1n\u00ed cest k serveru, kter\u00e9 je p\u0159\u00edstupn\u00e9 u\u017eivateli. Povolen\u00edm p\u0159\u00edm\u00e9ho p\u0159\u00edstupu m\u016f\u017ee umo\u017enit u\u017eivateli jeho p\u0159ehr\u00e1n\u00ed bez u\u017eit\u00ed streamov\u00e1n\u00ed a p\u0159ek\u00f3dov\u00e1n\u00ed servru.",
- "HeaderFrom": "Z",
- "HeaderTo": "Do",
- "LabelFrom": "Z:",
- "LabelFromHelp": "P\u0159\u00edklad: D\\Filmy (na serveru)",
- "LabelTo": "Do:",
- "LabelToHelp": "P\u0159\u00edklad: \\\\MujServer\\Filmy\\ (adres\u00e1\u0159 p\u0159\u00edstupn\u00fd u\u017eivateli)",
- "ButtonAddPathSubstitution": "P\u0159idat p\u0159emapov\u00e1n\u00ed",
- "OptionSpecialEpisode": "Speci\u00e1ln\u00ed",
- "OptionMissingEpisode": "Chyb\u011bj\u00edc\u00ed episody",
- "OptionUnairedEpisode": "Neprov\u011btran\u00e9 epizody",
- "OptionEpisodeSortName": "Se\u0159azen\u00ed n\u00e1zvu epizod",
- "OptionSeriesSortName": "Jm\u00e9no serie",
- "OptionTvdbRating": "Tvdb hodnocen\u00ed",
- "HeaderTranscodingQualityPreference": "Nastaven\u00ed kvality p\u0159ek\u00f3dov\u00e1n\u00ed_",
- "OptionAutomaticTranscodingHelp": "Server rozhodne kvalitu a rychlost",
- "OptionHighSpeedTranscodingHelp": "Ni\u017e\u0161\u00ed kvalita ale rychlej\u0161\u00ed p\u0159ek\u00f3dov\u00e1n\u00ed",
- "OptionHighQualityTranscodingHelp": "Vy\u0161\u0161\u00ed kvalita ale pomalej\u0161\u00ed p\u0159ek\u00f3dov\u00e1n\u00ed",
- "OptionMaxQualityTranscodingHelp": "Nejlep\u0161\u00ed kvalita, pomal\u00e9 p\u0159ek\u00f3dov\u00e1n\u00ed, velk\u00e1 z\u00e1t\u011b\u017e procesoru.",
- "OptionHighSpeedTranscoding": "Vy\u0161\u0161\u00ed rychlost",
- "OptionHighQualityTranscoding": "Vy\u0161\u0161\u00ed kvalita",
- "OptionMaxQualityTranscoding": "Maxim\u00e1ln\u00ed kvalita",
- "OptionEnableDebugTranscodingLogging": "Povolit z\u00e1znam p\u0159ek\u00f3dov\u00e1n\u00ed (pro debugging)",
- "OptionEnableDebugTranscodingLoggingHelp": "Toto nastaven\u00ed vytv\u00e1\u0159\u00ed velmi velk\u00e9 soubory se z\u00e1znamy a doporu\u010duje se pouze v p\u0159\u00edpad\u011b probl\u00e9m\u016f",
- "OptionUpscaling": "Povolit klient\u016fm po\u017eadovat zv\u011bt\u0161en\u00e1 videa",
- "OptionUpscalingHelp": "V n\u011bkter\u00fdch p\u0159\u00edpadech bude m\u00edt za n\u00e1sledek lep\u0161\u00ed kvalitu obrazu, ale zv\u00fd\u0161\u00ed zat\u00ed\u017een\u00ed CPU.",
- "EditCollectionItemsHelp": "P\u0159idejte nebo odeberte v\u0161echny filmy, seri\u00e1ly, alba, knihy nebo hry, kter\u00e9 chcete seskupit v r\u00e1mci t\u00e9to kolekce.",
- "HeaderAddTitles": "P\u0159idat n\u00e1zvy",
- "LabelEnableDlnaPlayTo": "Povolit DLNA p\u0159ehr\u00e1v\u00e1n\u00ed",
- "LabelEnableDlnaPlayToHelp": "Media Browser um\u00ed detekovat za\u0159\u00edzen\u00ed ve va\u0161\u00ed s\u00edti a nab\u00edz\u00ed mo\u017enost d\u00e1lkov\u00e9ho ovl\u00e1d\u00e1n\u00ed.",
- "LabelEnableDlnaDebugLogging": "Povolit DLNA protokolov\u00e1n\u00ed (pro lad\u011bn\u00ed)",
- "LabelEnableDlnaDebugLoggingHelp": "Toto nastaven\u00ed vytv\u00e1\u0159\u00ed velmi velk\u00e9 soubory se z\u00e1znamy a doporu\u010duje se pouze v p\u0159\u00edpad\u011b probl\u00e9m\u016f",
- "LabelEnableDlnaClientDiscoveryInterval": "\u010cas pro vyhled\u00e1n\u00ed klienta (sekund)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Ur\u010duje dobu v sekund\u00e1ch v intervalu mezi SSDP vyhled\u00e1v\u00e1n\u00ed prov\u00e1d\u011bn\u00e9 programem Media Browser.",
- "HeaderCustomDlnaProfiles": "Vlastn\u00ed profily",
- "HeaderSystemDlnaProfiles": "Syst\u00e9mov\u00e9 profily",
- "CustomDlnaProfilesHelp": "Vytvo\u0159te si vlastn\u00ed profil se zam\u011b\u0159it na nov\u00e9 za\u0159\u00edzen\u00ed nebo p\u0159epsat profil syst\u00e9mu.",
- "SystemDlnaProfilesHelp": "Syst\u00e9mov\u00e9 profily jsou jen pro \u010dten\u00ed. Chcete-li p\u0159epsat profil syst\u00e9mu, vytvo\u0159it vlastn\u00ed profil zam\u011b\u0159en\u00fd na stejn\u00e9 za\u0159\u00edzen\u00ed.",
- "TitleDashboard": "Hlavn\u00ed nab\u00eddka",
- "TabHome": "Dom\u016f",
- "TabInfo": "Info",
- "HeaderLinks": "Odkazy",
- "HeaderSystemPaths": "Syst\u00e9mov\u00e9 cesty",
- "LinkCommunity": "Komunita",
- "LinkGithub": "GitHub",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Dokumentace API",
- "LabelFriendlyServerName": "N\u00e1zev serveru:",
- "LabelFriendlyServerNameHelp": "Toto jm\u00e9no bude pou\u017eito jako identifikace serveru, ponech\u00e1te-li pr\u00e1zdn\u00e9 bude pou\u017eit n\u00e1zev po\u010d\u00edta\u010de.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "P\u0159eklad programu Media Browser prob\u00edh\u00e1, a je\u0161t\u011b nen\u00ed dokon\u010den.",
- "LabelReadHowYouCanContribute": "P\u0159e\u010dt\u011bte si o tom, jak m\u016f\u017eete p\u0159isp\u011bt.",
- "HeaderNewCollection": "Nov\u00e1 kolekce",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
- "OptionSearchForInternetMetadata": "Prohledat internet pro nalezen\u00ed metadat a obalu.",
- "ButtonCreate": "Vytvo\u0159it",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "\u010c\u00edslo portu web socketu:",
- "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",
- "TabWeather": "Po\u010das\u00ed",
- "TitleAppSettings": "Nastaven\u00ed aplikace",
- "LabelMinResumePercentage": "Minim\u00e1ln\u00ed procento pro p\u0159eru\u0161en\u00ed:",
- "LabelMaxResumePercentage": "Maxim\u00e1ln\u00ed procento pro p\u0159eru\u0161en\u00ed:",
- "LabelMinResumeDuration": "Minim\u00e1ln\u00ed doba trv\u00e1n\u00ed (v sekund\u00e1ch):",
- "LabelMinResumePercentageHelp": "Tituly budou ozna\u010deny jako \"nep\u0159ehr\u00e1no\", pokud budou zastaveny p\u0159ed t\u00edmto \u010dasem.",
- "LabelMaxResumePercentageHelp": "Tituly budou ozna\u010deny jako \"p\u0159ehr\u00e1no\", pokud budou zastaveny po tomto \u010dase",
- "LabelMinResumeDurationHelp": "Tituly krat\u0161\u00ed, ne\u017e tento \u010das nebudou pozastaviteln\u00e9.",
- "TitleAutoOrganize": "Automatick\u00e9 uspo\u0159\u00e1dan\u00ed",
- "TabActivityLog": "Z\u00e1znam \u010dinnosti",
- "HeaderName": "N\u00e1zev",
- "HeaderDate": "Datum",
- "HeaderSource": "Zdroj",
- "HeaderDestination": "Um\u00edst\u011bn\u00ed",
- "HeaderProgram": "Program",
- "HeaderClients": "Klienti",
- "LabelCompleted": "Hotovo",
- "LabelFailed": "Failed",
- "LabelSkipped": "P\u0159esko\u010deno",
- "HeaderEpisodeOrganization": "Organizace epizod",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Vy\u017eadovan\u00e9 jenom pro s\u00fabory s v\u00edce epizodami",
- "HeaderSupportTheTeam": "Podpo\u0159te t\u00edm Media Browser",
- "LabelSupportAmount": "Suma (USD)",
- "HeaderSupportTheTeamHelp": "Pomozte zajistit pokra\u010dov\u00e1n\u00ed v\u00fdvoje tohoto projektu t\u00edm, \u017ee daruje. \u010c\u00e1st v\u0161ech dar\u016f bude pou\u017eita na dal\u0161\u00ed bezplatn\u00e9 n\u00e1stroje na kter\u00fdch jsme z\u00e1visl\u00ed.",
- "ButtonEnterSupporterKey": "Vlo\u017ete kl\u00ed\u010d sponzora",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Povolit organizaci nov\u00fdch epizod",
- "LabelWatchFolder": "Pozrie\u0165 slo\u017eku:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "Zobrazit napl\u00e1novan\u00e9 \u00falohy",
- "LabelMinFileSizeForOrganize": "Minim\u00e1ln\u00ed velikost souboru (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Men\u0161\u00ed soubory budou ignorov\u00e1ny.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Podporovan\u00e9 vzory",
- "HeaderTerm": "Term",
- "HeaderPattern": "Vzor",
- "HeaderResult": "V\u00fdsledek",
- "LabelDeleteEmptyFolders": "Odstranit pr\u00e1zdn\u00e9 slo\u017eky po zorganizov\u00e1n\u00ed",
- "LabelDeleteEmptyFoldersHelp": "Povolit tohle, aby byl adres\u00e1\u0159 pro stahov\u00e1n\u00ed \u010dist\u00fd.",
- "LabelDeleteLeftOverFiles": "Smazat zbyl\u00e9 soubory s n\u00e1sleduj\u00edc\u00edmi p\u0159\u00edponami:",
- "LabelDeleteLeftOverFilesHelp": "Odd\u011blte ;. Nap\u0159.: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "P\u0159epsat existuj\u00edc\u00ed epizody",
- "LabelTransferMethod": "Metoda p\u0159enosu",
- "OptionCopy": "Kop\u00edrovat",
- "OptionMove": "P\u0159esunout",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Posledn\u00ed novinky",
- "HeaderHelpImproveMediaBrowser": "Pomozte vylep\u0161it Media Browser",
- "HeaderRunningTasks": "B\u011b\u017e\u00edc\u00ed \u00falohy",
- "HeaderActiveDevices": "Akt\u00edvn\u00ed za\u0159\u00edzen\u00ed",
- "HeaderPendingInstallations": "\u010cekaj\u00edc\u00ed instalace",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restartovat nyn\u00ed",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Vypnout",
- "ButtonUpdateNow": "Aktualizujte te\u010f",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Pros\u00edm, vypn\u011bte server a aktualizujte ru\u010dne.",
- "NewServerVersionAvailable": "Je dostupn\u00e1 nov\u00e1 verze programu Media Browser!",
- "ServerUpToDate": "Media Browser server je aktu\u00e1ln\u00ed.",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Star\u00fd kl\u00ed\u010d sponzora",
- "LabelNewSupporterKey": "Nov\u00fd kl\u00ed\u010d sponzora",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Aktu\u00e1ln\u00ed e-mailov\u00e1 adresa",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "E-mailov\u00e1 adresa",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "P\u0159ehr\u00e1vat do",
- "LabelEnableDlnaServer": "Enable Dlna server",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "V\u00fdchoz\u00ed u\u017eivatel",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Nastaven\u00ed serveru",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Require manual username entry for:",
- "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
- "HeaderNotificationList": "Click on a notification to configure it's sending options.",
- "NotificationOptionApplicationUpdateAvailable": "Application update available",
- "NotificationOptionApplicationUpdateInstalled": "Application update installed",
- "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
- "NotificationOptionPluginInstalled": "Plugin installed",
- "NotificationOptionPluginUninstalled": "Plugin uninstalled",
- "NotificationOptionVideoPlayback": "Video playback started",
- "NotificationOptionAudioPlayback": "Audio playback started",
- "NotificationOptionGamePlayback": "Game playback started",
- "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
- "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
- "NotificationOptionGamePlaybackStopped": "Game playback stopped",
- "NotificationOptionTaskFailed": "Scheduled task failure",
- "NotificationOptionInstallationFailed": "Installation failure",
- "NotificationOptionNewLibraryContent": "New content added"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/da.json b/MediaBrowser.Server.Implementations/Localization/Server/da.json
index 00bd886a5..8c2620e9c 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/da.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/da.json
@@ -1,668 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonArrowLeft": "Venstre",
- "ButtonArrowRight": "H\u00f8jre",
- "ButtonBack": "Tilbage",
- "ButtonInfo": "Info",
- "ButtonOsd": "On screen display",
- "ButtonPageUp": "Side op",
- "ButtonPageDown": "Side ned",
- "PageAbbreviation": "PG",
- "ButtonHome": "Hjem",
- "ButtonSearch": "S\u00f8g",
- "ButtonSettings": "Indstillinger",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Bogstav op",
- "ButtonLetterDown": "Bogstav ned",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Spiler nu",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scener",
- "ButtonSubtitles": "Undertekster",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin fejl",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Lyd",
- "OptionProfileVideoAudio": "Video lyd",
- "OptionProfilePhoto": "Foto",
- "LabelUserLibrary": "bruger bibliotek",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "System venligt navn",
- "LabelManufacturer": "Producent",
- "LabelManufacturerUrl": "Producent url",
- "LabelModelName": "Model navn",
- "LabelModelNumber": "Model nummer",
- "LabelModelDescription": "Model beskrivelse",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Spring over hvis videioen allerede indeholder grafiske undertekster",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Undertekster",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles brugernavn:",
- "LabelOpenSubtitlesPassword": "Open Subtitles kode:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
- "HeaderSendMessage": "Send besked",
- "ButtonSend": "Send",
- "LabelMessageText": "Tekst besked",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Afslut",
"LabelVisitCommunity": "Bes\u00f8g F\u00e6lleskab",
"LabelGithub": "Github",
@@ -1177,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +676,667 @@
"OptionAdminUsers": "Administrators",
"OptionCustomUsers": "Custom",
"ButtonArrowUp": "Op",
- "ButtonArrowDown": "Ned"
+ "ButtonArrowDown": "Ned",
+ "ButtonArrowLeft": "Venstre",
+ "ButtonArrowRight": "H\u00f8jre",
+ "ButtonBack": "Tilbage",
+ "ButtonInfo": "Info",
+ "ButtonOsd": "On screen display",
+ "ButtonPageUp": "Side op",
+ "ButtonPageDown": "Side ned",
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Hjem",
+ "ButtonSearch": "S\u00f8g",
+ "ButtonSettings": "Indstillinger",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Bogstav op",
+ "ButtonLetterDown": "Bogstav ned",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Spiler nu",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scener",
+ "ButtonSubtitles": "Undertekster",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin fejl",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Lyd",
+ "OptionProfileVideoAudio": "Video lyd",
+ "OptionProfilePhoto": "Foto",
+ "LabelUserLibrary": "bruger bibliotek",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "System venligt navn",
+ "LabelManufacturer": "Producent",
+ "LabelManufacturerUrl": "Producent url",
+ "LabelModelName": "Model navn",
+ "LabelModelNumber": "Model nummer",
+ "LabelModelDescription": "Model beskrivelse",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Spring over hvis videioen allerede indeholder grafiske undertekster",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Undertekster",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles brugernavn:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles kode:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
+ "HeaderSendMessage": "Send besked",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Tekst besked",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/de.json b/MediaBrowser.Server.Implementations/Localization/Server/de.json
index 401668be9..016e764df 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/de.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/de.json
@@ -1,6 +1,645 @@
{
- "LabelPublicPort": "\u00d6ffentliche Port-Nummer:",
- "LabelPublicPortHelp": "Der \u00f6ffentliche Port-Nummer, die auf den lokalen Port zugeordnet werden soll.",
+ "LabelExit": "Beenden",
+ "LabelVisitCommunity": "Besuche die Community",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standard",
+ "LabelApiDocumentation": "Api Dokumentation",
+ "LabelDeveloperResources": "Entwickler Resources",
+ "LabelBrowseLibrary": "Bibliothek durchsuchen",
+ "LabelConfigureMediaBrowser": "Konfiguriere Media Browser",
+ "LabelOpenLibraryViewer": "\u00d6ffne Bibliothekenansicht",
+ "LabelRestartServer": "Server neustarten",
+ "LabelShowLogWindow": "Zeige Log Fenster",
+ "LabelPrevious": "Vorheriges",
+ "LabelFinish": "Fertig",
+ "LabelNext": "N\u00e4chstes",
+ "LabelYoureDone": "Du bist fertig!",
+ "WelcomeToMediaBrowser": "Willkommen zu Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Dieser Assistent wird dich durch den Einrichtungsprozess f\u00fchren. Um zu beginnen, w\u00e4hle bitte deine bevorzugte Sprache.",
+ "TellUsAboutYourself": "Sag uns etwas \u00fcber dich selbst",
+ "ButtonQuickStartGuide": "Schnellstart Instruktionen",
+ "LabelYourFirstName": "Vorname:",
+ "MoreUsersCanBeAddedLater": "Weitere Benutzer k\u00f6nnen sp\u00e4ter \u00fcber die Optionsleiste hinzugef\u00fcgt werden.",
+ "UserProfilesIntro": "Media Browser verf\u00fcgt \u00fcber integrierte Benutzer Profile. Verwende diese Profile um Anzeigeeinstellungen, Abspielstatus sowie Kinder- und Jugendschutzverwaltungen f\u00fcr jeden Benutzer einzeln einzurichten und zu speichern.",
+ "LabelWindowsService": "Windows-Dienst",
+ "AWindowsServiceHasBeenInstalled": "Ein Windows Dienst wurde installiert.",
+ "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).",
+ "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 musst. Beachte bitte auch, dass der Dienst zur Zeit nicht automatisch aktualisiert wird. Neue Versionen m\u00fcssen daher manuell installiert werden.",
+ "WizardCompleted": "Mehr brauchen wir momentan nicht. Media Browser hat nun angefangen Informationen zu Ihren Medien zu suchen. Schauen Sie sich nun unsere Apps an und klicken Sie auf <b>Fertig<\/b> um auf die <b>Server Startseite<\/b> zu gelangen.",
+ "LabelConfigureSettings": "Konfiguriere Einstellungen",
+ "LabelEnableVideoImageExtraction": "Aktiviere Videobild-Extrahierung",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extrahiere Kapitelbilder f\u00fcr Filme",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Aktiviere automatische Portweiterleitung",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP erm\u00f6glicht die automatische Routerkonfiguration f\u00fcr den einfachen Remote-Zugriff. Diese Option ist nicht f\u00fcr jeden Router verf\u00fcgbar.",
+ "HeaderTermsOfService": "Nutzungsbedingungen",
+ "MessagePleaseAcceptTermsOfService": "Bitte akzeptieren Sie die Nutzungsbedingungen & Datenschutzbestimmungen bevor Sie fortfahren.",
+ "OptionIAcceptTermsOfService": "Ich akzeptiere die Nutzungsbedingungen.",
+ "ButtonPrivacyPolicy": "Datenschutzbestimmungen",
+ "ButtonTermsOfService": "Nutzungsbedingungen",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Abbrechen",
+ "ButtonNew": "Neu",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Behandle Archive wie Medien",
+ "OptionDetectArchiveFilesAsMediaHelp": "Wenn aktiviert werden .rar und .zip Datei-Erweiterungen wie Medien behandelt.",
+ "LabelEnterConnectUserName": "Benutzername oder Email:",
+ "LabelEnterConnectUserNameHelp": "Dies ist Ihr online Media Browser Benutzername oder Passwort.",
+ "HeaderSyncJobInfo": "Synchronisations-Aufgabe",
+ "FolderTypeMixed": "Gemischte Inhalte",
+ "FolderTypeMovies": "Filme",
+ "FolderTypeMusic": "Musik",
+ "FolderTypeAdultVideos": "Videos f\u00fcr Erwachsene",
+ "FolderTypePhotos": "Fotos",
+ "FolderTypeMusicVideos": "Musikvideos",
+ "FolderTypeHomeVideos": "Heimvideos",
+ "FolderTypeGames": "Spiele",
+ "FolderTypeBooks": "B\u00fccher",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "\u00dcbernehmen",
+ "LabelContentType": "Inhalte-Typ:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Medienbibliothek einrichten",
+ "ButtonAddMediaFolder": "Medienverzeichnis hinzuf\u00fcgen",
+ "LabelFolderType": "Verzeichnistyp:",
+ "ReferToMediaLibraryWiki": "Siehe die Medienbibliothek Wiki",
+ "LabelCountry": "Land:",
+ "LabelLanguage": "Sprache:",
+ "HeaderPreferredMetadataLanguage": "Bevorzugte Metadata Sprache:",
+ "LabelSaveLocalMetadata": "Speichere Bildmaterial und Metadaten in den Medienverzeichnissen",
+ "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.",
+ "LabelDownloadInternetMetadata": "Lade Bildmaterial und Metadaten aus dem Internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser kann Informationen \u00fcber ihre Medien aus dem Internet abrufen um eine optisch ansprechende Darstellung zu erm\u00f6glichen.",
+ "TabPreferences": "Einstellungen",
+ "TabPassword": "Passwort",
+ "TabLibraryAccess": "Bibliothekenzugriff",
+ "TabAccess": "Zugang",
+ "TabImage": "Bild",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metadata",
+ "TabImages": "Bilder",
+ "TabNotifications": "Benachrichtigungen",
+ "TabCollectionTitles": "Titel",
+ "HeaderDeviceAccess": "Ger\u00e4te Zugang",
+ "OptionEnableAccessFromAllDevices": "Zugriff von allen Ger\u00e4ten erlauben",
+ "OptionEnableAccessToAllChannels": "Aktiviere Zugriff auf alle Kan\u00e4le",
+ "DeviceAccessHelp": "Dies wird nur auf Ger\u00e4te angewandt die eindeutig identifiziert werden k\u00f6nnen und verhindert nicht den Web-Zugriff. Gefilterter Zugriff auf Ger\u00e4te verhindert die Nutzung neuer Ger\u00e4te solange, bis der Zugriff f\u00fcr diese freigegeben wird.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Zeige fehlende Episoden innerhalb von Staffeln",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Zeige noch nicht ausgestahlte Episoden innerhalb von Staffeln",
+ "HeaderVideoPlaybackSettings": "Videowiedergabe Einstellungen",
+ "HeaderPlaybackSettings": "Wiedergabe Einstellungen",
+ "LabelAudioLanguagePreference": "Audiosprache Einstellungen:",
+ "LabelSubtitleLanguagePreference": "Untertitelsprache Einstellungen:",
+ "OptionDefaultSubtitles": "Standard",
+ "OptionOnlyForcedSubtitles": "Nur erzwungene Untertitel",
+ "OptionAlwaysPlaySubtitles": "Untertitel immer anzeigen",
+ "OptionNoSubtitles": "Keine Untertitel",
+ "OptionDefaultSubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden nur bei einer Tonspur in fremder Sprache heruntergeladen.",
+ "OptionOnlyForcedSubtitlesHelp": "Nur Untertitel, die als erzwungener Download markiert wurden, werden heruntergeladen.",
+ "OptionAlwaysPlaySubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden unabh\u00e4ngig von der Tonspur Sprache heruntergeladen.",
+ "OptionNoSubtitlesHelp": "Untertitel wird standardm\u00e4\u00dfig nicht geladen.",
+ "TabProfiles": "Profile",
+ "TabSecurity": "Sicherheit",
+ "ButtonAddUser": "User hinzuf\u00fcgen",
+ "ButtonAddLocalUser": "F\u00fcge lokalen Benutzer hinzu",
+ "ButtonInviteUser": "Lade Benutzer ein",
+ "ButtonSave": "Speichern",
+ "ButtonResetPassword": "Passwort zur\u00fccksetzten",
+ "LabelNewPassword": "Neues Passwort:",
+ "LabelNewPasswordConfirm": "Neues Passwort wiederhohlen:",
+ "HeaderCreatePassword": "Erstelle Passwort",
+ "LabelCurrentPassword": "Aktuelles Passwort:",
+ "LabelMaxParentalRating": "H\u00f6chste erlaubte elterlich Bewertung:",
+ "MaxParentalRatingHelp": "Inhalt mit einer h\u00f6heren Bewertung wird dem User nicht angezeigt.",
+ "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.",
+ "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.",
+ "ButtonDeleteImage": "L\u00f6sche Bild",
+ "LabelSelectUsers": "W\u00e4hle Benutzer:",
+ "ButtonUpload": "Hochladen",
+ "HeaderUploadNewImage": "Neues Bild hochladen",
+ "LabelDropImageHere": "Fotos hierher ziehen",
+ "ImageUploadAspectRatioHelp": "1:1 Seitenverh\u00e4ltnis empfohlen. Nur JPG\/PNG.",
+ "MessageNothingHere": "Nichts hier.",
+ "MessagePleaseEnsureInternetMetadata": "Bitte sicherstellen, dass das Herunterladen von Internet Metadaten aktiviert ist.",
+ "TabSuggested": "Vorgeschlagen",
+ "TabLatest": "Neueste",
+ "TabUpcoming": "Bevorstehend",
+ "TabShows": "Serien",
+ "TabEpisodes": "Episoden",
+ "TabGenres": "Genres",
+ "TabPeople": "Personen",
+ "TabNetworks": "Sendergruppen",
+ "HeaderUsers": "Benutzer",
+ "HeaderFilters": "Filter:",
+ "ButtonFilter": "Filter",
+ "OptionFavorite": "Favoriten",
+ "OptionLikes": "Likes",
+ "OptionDislikes": "Dislikes",
+ "OptionActors": "Darsteller",
+ "OptionGuestStars": "Gaststar",
+ "OptionDirectors": "Regisseur",
+ "OptionWriters": "Drehbuchautor",
+ "OptionProducers": "Produzent",
+ "HeaderResume": "Fortsetzen",
+ "HeaderNextUp": "Als N\u00e4chstes",
+ "NoNextUpItemsMessage": "Es wurde nichts gefunden. Schau dir deine Shows an!",
+ "HeaderLatestEpisodes": "Neueste Episoden",
+ "HeaderPersonTypes": "Personen Typen:",
+ "TabSongs": "Songs",
+ "TabAlbums": "Alben",
+ "TabArtists": "Interpreten",
+ "TabAlbumArtists": "Album-Interpreten",
+ "TabMusicVideos": "Musikvideos",
+ "ButtonSort": "Sortieren",
+ "HeaderSortBy": "Sortiert nach",
+ "HeaderSortOrder": "Sortierreihenfolge",
+ "OptionPlayed": "gespielt",
+ "OptionUnplayed": "nicht gespielt",
+ "OptionAscending": "Aufsteigend",
+ "OptionDescending": "Absteigend",
+ "OptionRuntime": "Dauer",
+ "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
+ "OptionPlayCount": "Z\u00e4hler",
+ "OptionDatePlayed": "Abgespielt am",
+ "OptionDateAdded": "Hinzugef\u00fcgt am",
+ "OptionAlbumArtist": "Album-Interpret",
+ "OptionArtist": "Interpret",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Track Name",
+ "OptionCommunityRating": "Community Bewertung",
+ "OptionNameSort": "Name",
+ "OptionFolderSort": "Verzeichnisse",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Einnahme",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster Karte",
+ "OptionBackdrop": "Backdrop",
+ "OptionTimeline": "Zeitlinie",
+ "OptionThumb": "Thumb",
+ "OptionThumbCard": "Thumb Karte",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Kritiker Bewertung",
+ "OptionVideoBitrate": "Video Bitrate",
+ "OptionResumable": "Kann fortgesetzt werden",
+ "ScheduledTasksHelp": "Klicke auf eine Aufgabe um deren Zeitplan zu \u00e4ndern.",
+ "ScheduledTasksTitle": "Geplante Aufgaben",
+ "TabMyPlugins": "Meine Plugins",
+ "TabCatalog": "Katalog",
+ "PluginsTitle": "Plugins",
+ "HeaderAutomaticUpdates": "Automatische Updates",
+ "HeaderNowPlaying": "Aktuelle Wiedergabe",
+ "HeaderLatestAlbums": "Neueste Alben",
+ "HeaderLatestSongs": "Neueste Songs",
+ "HeaderRecentlyPlayed": "Zuletzt gespielt",
+ "HeaderFrequentlyPlayed": "Oft gespielt",
+ "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.",
+ "LabelVideoType": "Video Typ:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "DVD",
+ "OptionIso": "ISO",
+ "Option3D": "3D",
+ "LabelFeatures": "Merkmal:",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Letztes Ergebnis:",
+ "OptionHasSubtitles": "Untertitel",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Titellied",
+ "OptionHasThemeVideo": "Titelvideo",
+ "TabMovies": "Filme",
+ "TabStudios": "Studios",
+ "TabTrailers": "Trailer",
+ "LabelArtists": "Interpreten:",
+ "LabelArtistsHelp": "Trenne mehrere Eintr\u00e4ge durch ;",
+ "HeaderLatestMovies": "Neueste Filme",
+ "HeaderLatestTrailers": "Neueste Trailer",
+ "OptionHasSpecialFeatures": "Besonderes Merkmal",
+ "OptionImdbRating": "IMDb Bewertung",
+ "OptionParentalRating": "Altersfreigabe",
+ "OptionPremiereDate": "Premiere",
+ "TabBasic": "Einfach",
+ "TabAdvanced": "Erweitert",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "Fortdauernd",
+ "OptionEnded": "Beendent",
+ "HeaderAirDays": "Ausstrahlungstage",
+ "OptionSunday": "Sonntag",
+ "OptionMonday": "Montag",
+ "OptionTuesday": "Dienstag",
+ "OptionWednesday": "Mittwoch",
+ "OptionThursday": "Donnerstag",
+ "OptionFriday": "Freitag",
+ "OptionSaturday": "Samstag",
+ "HeaderManagement": "Verwaltung",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Fehlende IMDb Id",
+ "OptionMissingTvdbId": "Fehlende TheTVDB Id",
+ "OptionMissingOverview": "Fehlende \u00dcbersicht",
+ "OptionFileMetadataYearMismatch": "Datei \/ Metadaten Jahre stimmen nicht \u00fcberein",
+ "TabGeneral": "Allgemein",
+ "TitleSupport": "Support",
+ "TabLog": "Log",
+ "TabAbout": "\u00dcber",
+ "TabSupporterKey": "Unterst\u00fctzerschl\u00fcssel",
+ "TabBecomeSupporter": "Werde ein Unterst\u00fctzer",
+ "MediaBrowserHasCommunity": "Media Browser hat eine wachsende Gemeinschaft an Nutzern und Unterst\u00fctzern.",
+ "CheckoutKnowledgeBase": "Verwende die Knowledge Base als Hilfe, um das Optimum aus Media Browser herauszuholen.",
+ "SearchKnowledgeBase": "Durchsuche die Knowledge Base",
+ "VisitTheCommunity": "Besuche die Community",
+ "VisitMediaBrowserWebsite": "Besuche die Media Browser Website",
+ "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",
+ "OptionHideUserFromLoginHelp": "Hilfreich f\u00fcr private oder versteckte Administrator-Konten. Der Benutzer muss sich manuell mit der Eingabe des Benutzernamens und Passworts anmelden.",
+ "OptionDisableUser": "Sperre diesen Benutzer",
+ "OptionDisableUserHelp": "Wenn deaktiviert,wird der Server keine Verbindung von diesem Benutzer erlauben. Bestehenden Verbindungen werden sofort beendet.",
+ "HeaderAdvancedControl": "Erweiterte Kontrolle",
+ "LabelName": "Name:",
+ "ButtonHelp": "Hilfe",
+ "OptionAllowUserToManageServer": "Dieser Benutzer kann den Server managen",
+ "HeaderFeatureAccess": "Funktionszugriff",
+ "OptionAllowMediaPlayback": "Erlaube das Abspielen von Medien",
+ "OptionAllowBrowsingLiveTv": "Erlaube das durchsuchen von Live-TV",
+ "OptionAllowDeleteLibraryContent": "Erlaube L\u00f6schen von Bibliotheken-Inhalten.",
+ "OptionAllowManageLiveTv": "Erlaube die Verwaltung von Live-TV Aufnahmen",
+ "OptionAllowRemoteControlOthers": "Erlaube Fernsteuerung anderer Benutzer",
+ "OptionAllowRemoteSharedDevices": "Erlaube Fernsteuerung geteilter Ger\u00e4te",
+ "OptionAllowRemoteSharedDevicesHelp": "DLNA-Ger\u00e4te werden gemeinsam genutzt, bis ein Benutzer die Steuerung \u00fcbernimmt.",
+ "HeaderRemoteControl": "Fernsteuerung",
+ "OptionMissingTmdbId": "Fehlende Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Ausw\u00e4hlen",
+ "ButtonGroupVersions": "Gruppiere Versionen",
+ "ButtonAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
+ "PismoMessage": "Verwendet Pismo File Mount durch eine gespendete Lizenz.",
+ "TangibleSoftwareMessage": "Verwendung konkreter L\u00f6sungen von Java\/C# Konvertern durch eine gespendete Lizenz.",
+ "HeaderCredits": "Herausgeber",
+ "PleaseSupportOtherProduces": "Bitte unterst\u00fctze andere freie Produkte die wir benutzen:",
+ "VersionNumber": "Version {0}",
+ "TabPaths": "Pfade",
+ "TabServer": "Server",
+ "TabTranscoding": "Transcoding",
+ "TitleAdvanced": "Erweitert",
+ "LabelAutomaticUpdateLevel": "Automatisches Update Level",
+ "OptionRelease": "Offizielles Release",
+ "OptionBeta": "Beta",
+ "OptionDev": "Entwickler (instabil)",
+ "LabelAllowServerAutoRestart": "Erlaube dem Server sich automatisch neuzustarten, um Updates durchzuf\u00fchren.",
+ "LabelAllowServerAutoRestartHelp": "Der Server startet nur in benutzerfreien Leerlaufzeiten neu.",
+ "LabelEnableDebugLogging": "Aktiviere Debug Logging",
+ "LabelRunServerAtStartup": "Starte Server beim hochfahren.",
+ "LabelRunServerAtStartupHelp": "Dies wird Media Browser als Anwendung w\u00e4hrend der Windows Anmeldung starten und ihn in der Taskleiste anzeigen. Um Media Browser als Systemdienst zu nutzen, deaktiviere diese Einstellung und starte anschlie\u00dfend den Dienst \u00fcber die Windows Systemsteuerung. Bitte beachte, dass Media Browser nicht zur gleichen Zeit als Systemdienst und als Anwendung genutzt werden kann. Bevor du den Service startest musst du zuerst die Anwendung schlie\u00dfen.",
+ "ButtonSelectDirectory": "W\u00e4hle Verzeichnis",
+ "LabelCustomPaths": "Definiere eigene Pfade. Felder leer lassen um die Standardwerte zu nutzen.",
+ "LabelCachePath": "Cache Pfad:",
+ "LabelCachePathHelp": "W\u00e4hle eine Verzeichnis f\u00fcr Server Cache Dateien, wie z.B. Bilddateien.",
+ "LabelImagesByNamePath": "Images by name Pfad:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Metadata Pfad:",
+ "LabelMetadataPathHelp": "W\u00e4hle ein Verzeichnis f\u00fcr heruntergeladenes Bildmaterial und Metadaten, falls diese nicht innerhalb der Medienverzeichnisse gespeichert werden sollen.",
+ "LabelTranscodingTempPath": "Tempor\u00e4rer Transcoding Pfad:",
+ "LabelTranscodingTempPathHelp": "Dieses Verzeichnis beinhaltet Dateien die f\u00fcr den Betrieb des Transcoders benutzt werden. W\u00e4hle einen eigenen Pfad oder lasse das Feld frei, um den Standardspeicherort im Server Datenverzeichnis zu nutzen.",
+ "TabBasics": "Grundlagen",
+ "TabTV": "TV",
+ "TabGames": "Spiele",
+ "TabMusic": "Musik",
+ "TabOthers": "Andere",
+ "HeaderExtractChapterImagesFor": "Speichere Kapitelbilder f\u00fcr:",
+ "OptionMovies": "Filme",
+ "OptionEpisodes": "Episoden",
+ "OptionOtherVideos": "Andere Filme",
+ "TitleMetadata": "Metadaten",
+ "LabelAutomaticUpdates": "Aktiviere automatische Updates",
+ "LabelAutomaticUpdatesTmdb": "Aktiviere automatische Updates von TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Aktiviere automatische Updates von TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Falls aktviert, werden Bilder die unter fanart.tv neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
+ "LabelAutomaticUpdatesTmdbHelp": "Falls aktviert, werden Bilder die unter TheMovieDB.org neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
+ "LabelAutomaticUpdatesTvdbHelp": "Falls aktviert, werden Bilder die unter TheTVDB.com neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
+ "LabelFanartApiKey": "Pers\u00f6nlicher API Schl\u00fcssel:",
+ "LabelFanartApiKeyHelp": "Fanart Anfragen ohne einen pers\u00f6nlichen API Schl\u00fcssel liefert Ergebnisse der letzten 7 Tage. Bei Verwendung eines pers\u00f6nlichen API Schl\u00fcssels werden Ergebnisse der letzten 48 Stunden, und als VIP Member, der letzten 10 Minuten geliefert.",
+ "ExtractChapterImagesHelp": "Das Auslesen von Kapitelbildern erlaubt es den Clients grafische Szenenauswahlmen\u00fcs anzuzeigen. Der Prozess kann langsam sowie prozessorintensiv sein und kann 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.",
+ "LabelMetadataDownloadLanguage": "Bevorzugte Sprache f\u00fcr Downloads:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Speicherconvention der Bilddatein:",
+ "LabelImageSavingConventionHelp": "Media Browser erkennt Bilddateien von den meisten gro\u00dfen Medienanwendungen. Die Festlegung deiner Download Einstellungen ist n\u00fctzlich, wenn du auch andere Produkte benutzt.",
+ "OptionImageSavingCompatible": "Kompatibilit\u00e4t - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Einloggen",
+ "TitleSignIn": "Einloggen",
+ "HeaderPleaseSignIn": "Bitte einloggen",
+ "LabelUser": "Benutzer:",
+ "LabelPassword": "Passwort:",
+ "ButtonManualLogin": "Manuelle Anmeldung",
+ "PasswordLocalhostMessage": "Passw\u00f6rter werden nicht gebraucht, wenn du dich vom Localhost aus einloggst.",
+ "TabGuide": "Programm",
+ "TabChannels": "Kan\u00e4le",
+ "TabCollections": "Sammlungen",
+ "HeaderChannels": "Kan\u00e4le",
+ "TabRecordings": "Aufnahmen",
+ "TabScheduled": "Geplant",
+ "TabSeries": "Serie",
+ "TabFavorites": "Favoriten",
+ "TabMyLibrary": "Meine Bibliothek",
+ "ButtonCancelRecording": "Aufnahme abbrechen",
+ "HeaderPrePostPadding": "Pufferzeit vor\/nach der Aufnahme",
+ "LabelPrePaddingMinutes": "Minuten vor der Aufnahme",
+ "OptionPrePaddingRequired": "Die Pufferzeit vor der Aufnahme ist notwendig um aufzunehmen",
+ "LabelPostPaddingMinutes": "Pufferminuten nach der Aufnahme",
+ "OptionPostPaddingRequired": "Die Pufferzeit nach der Aufnahme ist notwendig um aufzunehmen",
+ "HeaderWhatsOnTV": "Was gibts",
+ "HeaderUpcomingTV": "Bevorstehend",
+ "TabStatus": "Status",
+ "TabSettings": "Einstellungen",
+ "ButtonRefreshGuideData": "Aktualisiere TV-Programmdaten",
+ "ButtonRefresh": "Aktualisieren",
+ "ButtonAdvancedRefresh": "Erweiterte Aktualiserung",
+ "OptionPriority": "Priorit\u00e4t",
+ "OptionRecordOnAllChannels": "Nehme Programm auf allen Kan\u00e4len auf",
+ "OptionRecordAnytime": "Neme Programm zu jeder Zeit auf",
+ "OptionRecordOnlyNewEpisodes": "Nehme nur neue Episoden auf",
+ "HeaderDays": "Tage",
+ "HeaderActiveRecordings": "Aktive Aufnahmen",
+ "HeaderLatestRecordings": "Neueste Aufnahmen",
+ "HeaderAllRecordings": "Alle Aufnahmen",
+ "ButtonPlay": "Abspielen",
+ "ButtonEdit": "Bearbeiten",
+ "ButtonRecord": "Aufnehmen",
+ "ButtonDelete": "L\u00f6schen",
+ "ButtonRemove": "Entfernen",
+ "OptionRecordSeries": "Nehme Serie auf",
+ "HeaderDetails": "Details",
+ "TitleLiveTV": "Live-TV",
+ "LabelNumberOfGuideDays": "Anzahl von Tagen f\u00fcr die Programminformationen geladen werden sollen:",
+ "LabelNumberOfGuideDaysHelp": "Das laden von zus\u00e4tzlichen Programmdaten bietet einen besseren \u00dcberblick und die M\u00f6glichkeit weiter in die Zukunft zu planen. Aber es wird l\u00e4nger dauern alles herunterzuladen. Auto w\u00e4hlt auf Grundlage der Kanalanzahl.",
+ "LabelActiveService": "Aktiver Service:",
+ "LabelActiveServiceHelp": "Mehrere TV Plugins k\u00f6nnen installiert sein, aber nur eines kann aktiv sein.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "Ein Live-TV Serviceproviderplugin ist notwendig um fortzufahren.",
+ "LiveTvPluginRequiredHelp": "Bitte installiere eines der verf\u00fcgbaren Plugins, wie z.B. Next Pvr oder ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Anpassungen f\u00fcr Medientyp:",
+ "OptionDownloadThumbImage": "Thumb",
+ "OptionDownloadMenuImage": "Men\u00fc",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disk",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Zur\u00fcck",
+ "OptionDownloadArtImage": "Kunst",
+ "OptionDownloadPrimaryImage": "Prim\u00e4r",
+ "HeaderFetchImages": "Bilder abrufen:",
+ "HeaderImageSettings": "Bild Einstellungen",
+ "TabOther": "Andere",
+ "LabelMaxBackdropsPerItem": "Maximale Anzahl von Hintergr\u00fcnden pro Element:",
+ "LabelMaxScreenshotsPerItem": "Maximale Anzahl von Screenshots pro Element:",
+ "LabelMinBackdropDownloadWidth": "Minimale Breite f\u00fcr zu herunterladende Hintergr\u00fcnde:",
+ "LabelMinScreenshotDownloadWidth": "Minimale Breite f\u00fcr zu herunterladende Screenshot:",
+ "ButtonAddScheduledTaskTrigger": "Ausl\u00f6ser hinzuf\u00fcgen",
+ "HeaderAddScheduledTaskTrigger": "Ausl\u00f6ser hinzuf\u00fcgen",
+ "ButtonAdd": "Hinzuf\u00fcgen",
+ "LabelTriggerType": "Ausl\u00f6ser Typ:",
+ "OptionDaily": "T\u00e4glich",
+ "OptionWeekly": "W\u00f6chentlich",
+ "OptionOnInterval": "Nach einem Intervall",
+ "OptionOnAppStartup": "Bei Anwendungsstart",
+ "OptionAfterSystemEvent": "Nach einem Systemereignis",
+ "LabelDay": "Tag:",
+ "LabelTime": "Zeit:",
+ "LabelEvent": "Ereignis:",
+ "OptionWakeFromSleep": "Aufwachen nach dem Schlafen",
+ "LabelEveryXMinutes": "Alle:",
+ "HeaderTvTuners": "Tuner",
+ "HeaderGallery": "Gallerie",
+ "HeaderLatestGames": "Neueste Spiele",
+ "HeaderRecentlyPlayedGames": "Zuletzt gespielte Spiele",
+ "TabGameSystems": "Spielsysteme",
+ "TitleMediaLibrary": "Medienbibliothek",
+ "TabFolders": "Verzeichnisse",
+ "TabPathSubstitution": "Pfadersetzung",
+ "LabelSeasonZeroDisplayName": "Anzeigename f\u00fcr Season 0:",
+ "LabelEnableRealtimeMonitor": "Erlaube Echtzeit\u00fcberwachung:",
+ "LabelEnableRealtimeMonitorHelp": "\u00c4nderungen werden auf unterst\u00fctzten Dateisystemen sofort \u00fcbernommen.",
+ "ButtonScanLibrary": "Scanne Bibliothek",
+ "HeaderNumberOfPlayers": "Abspielger\u00e4te:",
+ "OptionAnyNumberOfPlayers": "Jeder",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Medienverzeichnisse",
+ "HeaderThemeVideos": "Titelvideos",
+ "HeaderThemeSongs": "Titelsongs",
+ "HeaderScenes": "Szenen",
+ "HeaderAwardsAndReviews": "Auszeichnungen und Bewertungen",
+ "HeaderSoundtracks": "Soundtracks",
+ "HeaderMusicVideos": "Musikvideos",
+ "HeaderSpecialFeatures": "Special Features",
+ "HeaderCastCrew": "Besetzung & Crew",
+ "HeaderAdditionalParts": "Zus\u00e4tzliche Teile",
+ "ButtonSplitVersionsApart": "Spalte Versionen ab",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Fehlend",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Pfadsubstitutionen werden zum Ersetzen eines Serverpfades durch einen Netzwerkpfad genutzt, auf den die Clients direkt zugreifen k\u00f6nnen. Weil Clients direkten Zugang zu den Medien auf dem Server haben, sind diese in der Lage die Medien direkt \u00fcber das Netzwerk zu spielen und dabei vermeiden sie die Nutzung von Server-Ressourcen f\u00fcr das transkodieren von Streams.",
+ "HeaderFrom": "Von",
+ "HeaderTo": "Nach",
+ "LabelFrom": "Von:",
+ "LabelFromHelp": "Beispiel: D:\\Movies (auf dem Server)",
+ "LabelTo": "Nach:",
+ "LabelToHelp": "Beispiel: \\\\MyServer\\Movies (Ein Pfad, auf den die Clients zugreifen k\u00f6nnen)",
+ "ButtonAddPathSubstitution": "F\u00fcge Ersetzung hinzu",
+ "OptionSpecialEpisode": "Specials",
+ "OptionMissingEpisode": "Fehlende Episoden",
+ "OptionUnairedEpisode": "Nicht ausgestrahlte Episoden",
+ "OptionEpisodeSortName": "Episodensortiername",
+ "OptionSeriesSortName": "Serien Name",
+ "OptionTvdbRating": "Tvdb Bewertung",
+ "HeaderTranscodingQualityPreference": "Transcoding Qualit\u00e4tseinstellung:",
+ "OptionAutomaticTranscodingHelp": "Der Server entscheidet \u00fcber Qualit\u00e4t und Geschwindigkeit.",
+ "OptionHighSpeedTranscodingHelp": "Niedrigere Qualit\u00e4t, aber schnelleres Encoden.",
+ "OptionHighQualityTranscodingHelp": "H\u00f6here Qualit\u00e4t, aber langsameres Encoden.",
+ "OptionMaxQualityTranscodingHelp": "Beste Qualit\u00e4t bei langsamen Encoden und hoher CPU Last",
+ "OptionHighSpeedTranscoding": "H\u00f6here Geschwindigkeit",
+ "OptionHighQualityTranscoding": "H\u00f6here Qualit\u00e4t",
+ "OptionMaxQualityTranscoding": "Maximale Qualit\u00e4t",
+ "OptionEnableDebugTranscodingLogging": "Aktiviere debug transcoding logging",
+ "OptionEnableDebugTranscodingLoggingHelp": "Dies wird sehr lange Logdateien erzeugen und ist nur zur Fehlerbehebung empfehlenswert.",
+ "OptionUpscaling": "Erlaube den Clients ein hochskaliertes Video anzufordern",
+ "OptionUpscalingHelp": "In manchen F\u00e4llen wird dadurch die Videoqualit\u00e4t verbesserert, aber es erh\u00f6ht auch die CPU Last.",
+ "EditCollectionItemsHelp": "Entferne oder f\u00fcge alle Filme, Serien, Alben, B\u00fccher oder Spiele, die du in dieser Sammlung gruppieren willst hinzu.",
+ "HeaderAddTitles": "Titel hinzuf\u00fcgen",
+ "LabelEnableDlnaPlayTo": "Aktiviere DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "Media Browser kann Ger\u00e4te in ihrem Netzwerk erkennen und die M\u00f6glichekeit der Fernsteuerung anbieten.",
+ "LabelEnableDlnaDebugLogging": "Aktiviere DLNA Debug Logging",
+ "LabelEnableDlnaDebugLoggingHelp": "Dies wird gro\u00dfe Logdateien erzeugen und sollte nur zur Fehlerbehebung benutzt werden.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Client-Entdeckungs Intervall (Sekunden)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Bestimmt die Dauer in Sekunden zwischen SSDP Suchvorg\u00e4ngen die von Media Browser durchgef\u00fchrt wird.",
+ "HeaderCustomDlnaProfiles": "Benutzerdefinierte Profile",
+ "HeaderSystemDlnaProfiles": "Systemprofile",
+ "CustomDlnaProfilesHelp": "Erstelle ein benutzerdefiniertes Profil f\u00fcr ein neues Zielger\u00e4t, oder um ein vorhandenes Systemprofil zu \u00fcberschreiben.",
+ "SystemDlnaProfilesHelp": "Systemprofile sind schreibgesch\u00fctzt. \u00c4nderungen an einem Systemprofil werden als neues benutzerdefiniertes Profil gespeichert.",
+ "TitleDashboard": "\u00dcbersicht",
+ "TabHome": "Home",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "Systempfade",
+ "LinkCommunity": "Community",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api Dokumentation",
+ "LabelFriendlyServerName": "Freundlicher Servername:",
+ "LabelFriendlyServerNameHelp": "Dieser Name wird benutzt um diesen Server zu identifizieren. Wenn leer gelassen, wird der Computername benutzt.",
+ "LabelPreferredDisplayLanguage": "Bevorzugte Anzeigesprache:",
+ "LabelPreferredDisplayLanguageHelp": "Die \u00dcbersetzung von Media Browser ist ein andauerndes Projekt und noch nicht abgeschlossen.",
+ "LabelReadHowYouCanContribute": "Lese wie du dazu beitragen kannst.",
+ "HeaderNewCollection": "Neue Collection",
+ "HeaderAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
+ "ButtonSubmit": "Best\u00e4tigen",
+ "NewCollectionNameExample": "Beispiel: Star Wars Collection",
+ "OptionSearchForInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten",
+ "ButtonCreate": "Kreieren",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "Die TCP-Port-Nummer, an die der http-Server von Media Browser gebunden werden soll.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web Socket Port Nummer:",
+ "LabelEnableAutomaticPortMap": "Aktiviere das automatische Port-Mapping",
+ "LabelEnableAutomaticPortMapHelp": "Versuche automatisch den \u00f6ffentlichen Port dem lokalen Port mit Hilfe von UPnP zuzuordnen. Dies kann mit einigen Router-Modellen nicht funktionieren.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Fortsetzen",
+ "TabWeather": "Wetter",
+ "TitleAppSettings": "App Einstellungen",
+ "LabelMinResumePercentage": "Minimale Prozent f\u00fcr Wiederaufnahme:",
+ "LabelMaxResumePercentage": "Maximale Prozent f\u00fcr Wiederaufnahme:",
+ "LabelMinResumeDuration": "Minimale Dauer f\u00fcr Wiederaufnahme (Sekunden):",
+ "LabelMinResumePercentageHelp": "Titel werden als \"nicht abgespielt\" eingetragen, wenn sie vor dieser Zeit gestoppt werden",
+ "LabelMaxResumePercentageHelp": "Titel werden als \"vollst\u00e4ndig abgespielt\" eingetragen, wenn sie nach dieser Zeit gestoppt werden",
+ "LabelMinResumeDurationHelp": "Titel die k\u00fcrzer als dieser Wert sind, werden nicht fortsetzbar sein",
+ "TitleAutoOrganize": "automatische Sortierung",
+ "TabActivityLog": "Aktivit\u00e4tsverlauf",
+ "HeaderName": "Name",
+ "HeaderDate": "Datum",
+ "HeaderSource": "Quelle",
+ "HeaderDestination": "Ziel",
+ "HeaderProgram": "Programm",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Fertiggestellt",
+ "LabelFailed": "Fehlgeschlagen",
+ "LabelSkipped": "\u00dcbersprungen",
+ "HeaderEpisodeOrganization": "Episodensortierung",
+ "LabelSeries": "Serien:",
+ "LabelSeasonNumber": "Staffelnummer:",
+ "LabelEpisodeNumber": "Episodennummer:",
+ "LabelEndingEpisodeNumber": "Nummer der letzten Episode:",
+ "LabelEndingEpisodeNumberHelp": "Nur erforderlich f\u00fcr Mehrfachepisoden",
+ "HeaderSupportTheTeam": "Unterst\u00fcze das Media Browser Team",
+ "LabelSupportAmount": "Betrag (USD)",
+ "HeaderSupportTheTeamHelp": "Hilf bei der Weiterentwicklung dieses Projekts indem du spendest. Ein Teil der Spenden wird an freie Anwendungen auf die wir angewiesen sind weiter gespendet.",
+ "ButtonEnterSupporterKey": "Supporter Key eintragen",
+ "DonationNextStep": "Sobald abgeschlossen, kehre bitte hierher zur\u00fcck und trage den Unterst\u00fctzerschl\u00fcssel ein, den du per E-Mail erhalten hast.",
+ "AutoOrganizeHelp": "Die \"Auto-Organisation\" \u00fcberpr\u00fcft die Download-Verzeichnisse auf neue Dateien und verschiebt diese in die Medienverzeichnisse.",
+ "AutoOrganizeTvHelp": "TV Dateien Organisation wird nur Episoden zu bereits vorhandenen Serien hinzuf\u00fcgen. Es werden keine neuen Serien angelegt.",
+ "OptionEnableEpisodeOrganization": "Aktiviere die Sortierung neuer Episoden",
+ "LabelWatchFolder": "\u00dcberwache Verzeichnis:",
+ "LabelWatchFolderHelp": "Der Server wird dieses Verzeichnis, w\u00e4hrend der geplanten Aufgabe \"Organisiere neue Mediendateien\", abfragen.",
+ "ButtonViewScheduledTasks": "Zeige Geplante Aufgaben",
+ "LabelMinFileSizeForOrganize": "Minimale Dateigr\u00f6\u00dfe (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Dateien unter dieser Gr\u00f6\u00dfe werden ignoriert.",
+ "LabelSeasonFolderPattern": "Staffelordnervorlage:",
+ "LabelSeasonZeroFolderName": "Verzeichnisname f\u00fcr Staffel 0:",
+ "HeaderEpisodeFilePattern": "Episodendateivorlage:",
+ "LabelEpisodePattern": "Episodenvorlage:",
+ "LabelMultiEpisodePattern": "Multi-Episodenvorlage:",
+ "HeaderSupportedPatterns": "Unterst\u00fctzte Vorlagen:",
+ "HeaderTerm": "Begriff",
+ "HeaderPattern": "Vorlagen",
+ "HeaderResult": "Ergebnis",
+ "LabelDeleteEmptyFolders": "L\u00f6sche leere Verzeichnisse nach dem Organisieren.",
+ "LabelDeleteEmptyFoldersHelp": "Aktiviere dies um den Downloadverzeichnisse sauber zu halten.",
+ "LabelDeleteLeftOverFiles": "L\u00f6sche \u00fcbriggebliebene Dateien mit den folgenden Dateiendungen:",
+ "LabelDeleteLeftOverFilesHelp": "Unterteile mit ;. Zum Beispiel: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "\u00dcberschreibe vorhandene Episoden",
+ "LabelTransferMethod": "\u00dcbertragungsmethode",
+ "OptionCopy": "Kopieren",
+ "OptionMove": "Verschieben",
+ "LabelTransferMethodHelp": "Kopiere oder verschiebe Dateien aus dem \u00dcberwachungsverzeichnis",
+ "HeaderLatestNews": "Neueste Nachrichten",
+ "HeaderHelpImproveMediaBrowser": "Hilf Media Browser zu verbessern",
+ "HeaderRunningTasks": "Laufende Aufgaben",
+ "HeaderActiveDevices": "Aktive Ger\u00e4te",
+ "HeaderPendingInstallations": "Ausstehende Installationen",
+ "HeaderServerInformation": "Server Informationen",
+ "ButtonRestartNow": "Jetzt neustarten",
+ "ButtonRestart": "Neu starten",
+ "ButtonShutdown": "Herunterfahren",
+ "ButtonUpdateNow": "Jetzt aktualisieren",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Bitte herunterfahren und den Server manuell aktualisieren.",
+ "NewServerVersionAvailable": "Eine neue Version des Media Browser Server ist verf\u00fcgbar!",
+ "ServerUpToDate": "Media Browser Server ist aktuell",
+ "ErrorConnectingToMediaBrowserRepository": "Es trat ein Fehler bei der Verbindung zum Media Browser Repository auf.",
+ "LabelComponentsUpdated": "Die folgenden Komponenten wurden installiert oder aktualisiert:",
+ "MessagePleaseRestartServerToFinishUpdating": "Bitte den Server neustarten, um die Aktualisierungen abzuschlie\u00dfen.",
+ "LabelDownMixAudioScale": "Audio Verst\u00e4rkung bei Downmixing:",
+ "LabelDownMixAudioScaleHelp": "Erh\u00f6he die Audiolautst\u00e4rke beim Heruntermischen. Setzte auf 1 um die original Lautst\u00e4rke zu erhalten.",
+ "ButtonLinkKeys": "Schl\u00fcssel transferieren",
+ "LabelOldSupporterKey": "Alter Unterst\u00fctzerschl\u00fcssel",
+ "LabelNewSupporterKey": "Neuer Unterst\u00fctzerschl\u00fcssel",
+ "HeaderMultipleKeyLinking": "Transferiere zu einem neuen Schl\u00fcssel",
+ "MultipleKeyLinkingHelp": "Benutze diese Funktion falls du einen neuen Unterst\u00fctzer Schl\u00fcssel erhalten hast, um deine alte Schl\u00fcssel Registrierung zu deiner neuen zu transferieren.",
+ "LabelCurrentEmailAddress": "Aktuelle E-Mail Adresse",
+ "LabelCurrentEmailAddressHelp": "Die aktuelle E-Mail Adresse, an die ihr neuer Schl\u00fcssel gesendet wurde.",
+ "HeaderForgotKey": "Schl\u00fcssel vergessen",
+ "LabelEmailAddress": "E-Mail Adresse",
+ "LabelSupporterEmailAddress": "Die E-Mail Adresse, die zum Kauf des Schl\u00fcssels benutzt wurde.",
+ "ButtonRetrieveKey": "Schl\u00fcssel wiederherstellen",
+ "LabelSupporterKey": "Unterst\u00fctzerschl\u00fcssel (einf\u00fcgen aus E-Mail)",
+ "LabelSupporterKeyHelp": "Gebe deinen Unterst\u00fctzerschl\u00fcssel ein um zus\u00e4tzliche Vorteile zu genie\u00dfen, die die Community f\u00fcr Media Browser entwickelt hat.",
+ "MessageInvalidKey": "MB3 Schl\u00fcssel nicht vorhanden oder ung\u00fcltig.",
+ "ErrorMessageInvalidKey": "Um einen Premiuminhalt zu registrieren, musst du auch ein Media Browser Unterst\u00fctzer sein. Bitte spende und unterst\u00fctze so die Weiterentwicklung des Kernprodukts. Danke.",
+ "HeaderDisplaySettings": "Anzeige Einstellungen",
+ "TabPlayTo": "Spiele an",
+ "LabelEnableDlnaServer": "Aktiviere DLNA Server",
+ "LabelEnableDlnaServerHelp": "Erlaubt UPnP Ger\u00e4ten in ihrem Netzwerk den Media Browser Inhalt zu durchsuchen und wiederzugeben.",
+ "LabelEnableBlastAliveMessages": "Erzeuge Alive Meldungen",
+ "LabelEnableBlastAliveMessagesHelp": "Aktiviere dies, wenn der Server nicht zuverl\u00e4ssig von anderen UPnP Ger\u00e4ten in ihrem Netzwerk erkannt wird.",
+ "LabelBlastMessageInterval": "Alive Meldungsintervall (Sekunden)",
+ "LabelBlastMessageIntervalHelp": "Legt die Dauer in Sekunden zwischen den Server Alive Meldungen fest.",
+ "LabelDefaultUser": "Standardbenutzer",
+ "LabelDefaultUserHelp": "Legt fest, welche Benutzerbibliothek auf verbundenen Ger\u00e4ten angezeigt werden soll. Dies kann f\u00fcr jedes Ger\u00e4t durch Profile \u00fcberschrieben werden.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Kanal",
+ "HeaderServerSettings": "Server Einstellungen",
+ "LabelWeatherDisplayLocation": "Wetteranzeige Ort:",
+ "LabelWeatherDisplayLocationHelp": "US Postleitzahl \/ Stadt, Staat, Land \/ Stadt, Land",
+ "LabelWeatherDisplayUnit": "Wetteranzeige Einheit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Manuelle Eingabe des Benutzernamens bei:",
"HeaderRequireManualLoginHelp": "Wenn deaktiviert k\u00f6nnen Clients einen Anmeldebildschirm mit einer visuellen Auswahl der User anzeigen.",
"OptionOtherApps": "Andere Apps",
"OptionMobileApps": "Mobile Apps",
@@ -663,7 +1302,7 @@
"MessageNoTrailersFound": "Keine Trailer gefunden. Installieren Sie den Trailer-Channel um Ihre Film-Bibliothek mit Trailer aus dem Internet zu erweitern.",
"HeaderNewUsers": "Neue Benutzer",
"ButtonSignUp": "Anmeldung",
- "ButtonForgotPassword": "Passwort vergessen?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Deaktiviere den Zugriff auf Benutzereinstellungen",
"OptionDisableUserPreferencesHelp": "Falls aktiviert, werden nur Administratoren die M\u00f6glichkeit haben, Benutzerbilder, Passw\u00f6rter und Spracheinstellungen zu bearbeiten.",
"HeaderSelectServer": "W\u00e4hle Server",
@@ -699,646 +1338,5 @@
"NameSeasonNumber": "Staffel {0}",
"LabelNewUserNameHelp": "Benutzernamen k\u00f6nnen Zeichen (a-z), Zahlen (0-9), Striche (-), Unterstriche (_), Apostrophe (') und Punkte (.) enthalten.",
"TabJobs": "Aufgaben",
- "TabSyncJobs": "Synchronisations-Aufgaben",
- "LabelExit": "Beenden",
- "LabelVisitCommunity": "Besuche die Community",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standard",
- "LabelApiDocumentation": "Api Dokumentation",
- "LabelDeveloperResources": "Entwickler Resources",
- "LabelBrowseLibrary": "Bibliothek durchsuchen",
- "LabelConfigureMediaBrowser": "Konfiguriere Media Browser",
- "LabelOpenLibraryViewer": "\u00d6ffne Bibliothekenansicht",
- "LabelRestartServer": "Server neustarten",
- "LabelShowLogWindow": "Zeige Log Fenster",
- "LabelPrevious": "Vorheriges",
- "LabelFinish": "Fertig",
- "LabelNext": "N\u00e4chstes",
- "LabelYoureDone": "Du bist fertig!",
- "WelcomeToMediaBrowser": "Willkommen zu Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Dieser Assistent wird dich durch den Einrichtungsprozess f\u00fchren. Um zu beginnen, w\u00e4hle bitte deine bevorzugte Sprache.",
- "TellUsAboutYourself": "Sag uns etwas \u00fcber dich selbst",
- "ButtonQuickStartGuide": "Schnellstart Instruktionen",
- "LabelYourFirstName": "Vorname:",
- "MoreUsersCanBeAddedLater": "Weitere Benutzer k\u00f6nnen sp\u00e4ter \u00fcber die Optionsleiste hinzugef\u00fcgt werden.",
- "UserProfilesIntro": "Media Browser verf\u00fcgt \u00fcber integrierte Benutzer Profile. Verwende diese Profile um Anzeigeeinstellungen, Abspielstatus sowie Kinder- und Jugendschutzverwaltungen f\u00fcr jeden Benutzer einzeln einzurichten und zu speichern.",
- "LabelWindowsService": "Windows-Dienst",
- "AWindowsServiceHasBeenInstalled": "Ein Windows Dienst wurde installiert.",
- "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).",
- "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 musst. Beachte bitte auch, dass der Dienst zur Zeit nicht automatisch aktualisiert wird. Neue Versionen m\u00fcssen daher manuell installiert werden.",
- "WizardCompleted": "Mehr brauchen wir momentan nicht. Media Browser hat nun angefangen Informationen zu Ihren Medien zu suchen. Schauen Sie sich nun unsere Apps an und klicken Sie auf <b>Fertig<\/b> um auf die <b>Server Startseite<\/b> zu gelangen.",
- "LabelConfigureSettings": "Konfiguriere Einstellungen",
- "LabelEnableVideoImageExtraction": "Aktiviere Videobild-Extrahierung",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extrahiere Kapitelbilder f\u00fcr Filme",
- "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.",
- "LabelEnableAutomaticPortMapping": "Aktiviere automatische Portweiterleitung",
- "LabelEnableAutomaticPortMappingHelp": "UPnP erm\u00f6glicht die automatische Routerkonfiguration f\u00fcr den einfachen Remote-Zugriff. Diese Option ist nicht f\u00fcr jeden Router verf\u00fcgbar.",
- "HeaderTermsOfService": "Nutzungsbedingungen",
- "MessagePleaseAcceptTermsOfService": "Bitte akzeptieren Sie die Nutzungsbedingungen & Datenschutzbestimmungen bevor Sie fortfahren.",
- "OptionIAcceptTermsOfService": "Ich akzeptiere die Nutzungsbedingungen.",
- "ButtonPrivacyPolicy": "Datenschutzbestimmungen",
- "ButtonTermsOfService": "Nutzungsbedingungen",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Abbrechen",
- "ButtonNew": "Neu",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Behandle Archive wie Medien",
- "OptionDetectArchiveFilesAsMediaHelp": "Wenn aktiviert werden .rar und .zip Datei-Erweiterungen wie Medien behandelt.",
- "LabelEnterConnectUserName": "Benutzername oder Email:",
- "LabelEnterConnectUserNameHelp": "Dies ist Ihr online Media Browser Benutzername oder Passwort.",
- "HeaderSyncJobInfo": "Synchronisations-Aufgabe",
- "FolderTypeMixed": "Gemischte Inhalte",
- "FolderTypeMovies": "Filme",
- "FolderTypeMusic": "Musik",
- "FolderTypeAdultVideos": "Videos f\u00fcr Erwachsene",
- "FolderTypePhotos": "Fotos",
- "FolderTypeMusicVideos": "Musikvideos",
- "FolderTypeHomeVideos": "Heimvideos",
- "FolderTypeGames": "Spiele",
- "FolderTypeBooks": "B\u00fccher",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "\u00dcbernehmen",
- "LabelContentType": "Inhalte-Typ:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Medienbibliothek einrichten",
- "ButtonAddMediaFolder": "Medienverzeichnis hinzuf\u00fcgen",
- "LabelFolderType": "Verzeichnistyp:",
- "ReferToMediaLibraryWiki": "Siehe die Medienbibliothek Wiki",
- "LabelCountry": "Land:",
- "LabelLanguage": "Sprache:",
- "HeaderPreferredMetadataLanguage": "Bevorzugte Metadata Sprache:",
- "LabelSaveLocalMetadata": "Speichere Bildmaterial und Metadaten in den Medienverzeichnissen",
- "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.",
- "LabelDownloadInternetMetadata": "Lade Bildmaterial und Metadaten aus dem Internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser kann Informationen \u00fcber ihre Medien aus dem Internet abrufen um eine optisch ansprechende Darstellung zu erm\u00f6glichen.",
- "TabPreferences": "Einstellungen",
- "TabPassword": "Passwort",
- "TabLibraryAccess": "Bibliothekenzugriff",
- "TabAccess": "Zugang",
- "TabImage": "Bild",
- "TabProfile": "Profil",
- "TabMetadata": "Metadata",
- "TabImages": "Bilder",
- "TabNotifications": "Benachrichtigungen",
- "TabCollectionTitles": "Titel",
- "HeaderDeviceAccess": "Ger\u00e4te Zugang",
- "OptionEnableAccessFromAllDevices": "Zugriff von allen Ger\u00e4ten erlauben",
- "OptionEnableAccessToAllChannels": "Aktiviere Zugriff auf alle Kan\u00e4le",
- "DeviceAccessHelp": "Dies wird nur auf Ger\u00e4te angewandt die eindeutig identifiziert werden k\u00f6nnen und verhindert nicht den Web-Zugriff. Gefilterter Zugriff auf Ger\u00e4te verhindert die Nutzung neuer Ger\u00e4te solange, bis der Zugriff f\u00fcr diese freigegeben wird.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Zeige fehlende Episoden innerhalb von Staffeln",
- "LabelUnairedMissingEpisodesWithinSeasons": "Zeige noch nicht ausgestahlte Episoden innerhalb von Staffeln",
- "HeaderVideoPlaybackSettings": "Videowiedergabe Einstellungen",
- "HeaderPlaybackSettings": "Wiedergabe Einstellungen",
- "LabelAudioLanguagePreference": "Audiosprache Einstellungen:",
- "LabelSubtitleLanguagePreference": "Untertitelsprache Einstellungen:",
- "OptionDefaultSubtitles": "Standard",
- "OptionOnlyForcedSubtitles": "Nur erzwungene Untertitel",
- "OptionAlwaysPlaySubtitles": "Untertitel immer anzeigen",
- "OptionNoSubtitles": "Keine Untertitel",
- "OptionDefaultSubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden nur bei einer Tonspur in fremder Sprache heruntergeladen.",
- "OptionOnlyForcedSubtitlesHelp": "Nur Untertitel, die als erzwungener Download markiert wurden, werden heruntergeladen.",
- "OptionAlwaysPlaySubtitlesHelp": "Untertitel die den Spracheinstellungen entsprechen werden unabh\u00e4ngig von der Tonspur Sprache heruntergeladen.",
- "OptionNoSubtitlesHelp": "Untertitel wird standardm\u00e4\u00dfig nicht geladen.",
- "TabProfiles": "Profile",
- "TabSecurity": "Sicherheit",
- "ButtonAddUser": "User hinzuf\u00fcgen",
- "ButtonAddLocalUser": "F\u00fcge lokalen Benutzer hinzu",
- "ButtonInviteUser": "Lade Benutzer ein",
- "ButtonSave": "Speichern",
- "ButtonResetPassword": "Passwort zur\u00fccksetzten",
- "LabelNewPassword": "Neues Passwort:",
- "LabelNewPasswordConfirm": "Neues Passwort wiederhohlen:",
- "HeaderCreatePassword": "Erstelle Passwort",
- "LabelCurrentPassword": "Aktuelles Passwort:",
- "LabelMaxParentalRating": "H\u00f6chste erlaubte elterlich Bewertung:",
- "MaxParentalRatingHelp": "Inhalt mit einer h\u00f6heren Bewertung wird dem User nicht angezeigt.",
- "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.",
- "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.",
- "ButtonDeleteImage": "L\u00f6sche Bild",
- "LabelSelectUsers": "W\u00e4hle Benutzer:",
- "ButtonUpload": "Hochladen",
- "HeaderUploadNewImage": "Neues Bild hochladen",
- "LabelDropImageHere": "Fotos hierher ziehen",
- "ImageUploadAspectRatioHelp": "1:1 Seitenverh\u00e4ltnis empfohlen. Nur JPG\/PNG.",
- "MessageNothingHere": "Nichts hier.",
- "MessagePleaseEnsureInternetMetadata": "Bitte sicherstellen, dass das Herunterladen von Internet Metadaten aktiviert ist.",
- "TabSuggested": "Vorgeschlagen",
- "TabLatest": "Neueste",
- "TabUpcoming": "Bevorstehend",
- "TabShows": "Serien",
- "TabEpisodes": "Episoden",
- "TabGenres": "Genres",
- "TabPeople": "Personen",
- "TabNetworks": "Sendergruppen",
- "HeaderUsers": "Benutzer",
- "HeaderFilters": "Filter:",
- "ButtonFilter": "Filter",
- "OptionFavorite": "Favoriten",
- "OptionLikes": "Likes",
- "OptionDislikes": "Dislikes",
- "OptionActors": "Darsteller",
- "OptionGuestStars": "Gaststar",
- "OptionDirectors": "Regisseur",
- "OptionWriters": "Drehbuchautor",
- "OptionProducers": "Produzent",
- "HeaderResume": "Fortsetzen",
- "HeaderNextUp": "Als N\u00e4chstes",
- "NoNextUpItemsMessage": "Es wurde nichts gefunden. Schau dir deine Shows an!",
- "HeaderLatestEpisodes": "Neueste Episoden",
- "HeaderPersonTypes": "Personen Typen:",
- "TabSongs": "Songs",
- "TabAlbums": "Alben",
- "TabArtists": "Interpreten",
- "TabAlbumArtists": "Album-Interpreten",
- "TabMusicVideos": "Musikvideos",
- "ButtonSort": "Sortieren",
- "HeaderSortBy": "Sortiert nach",
- "HeaderSortOrder": "Sortierreihenfolge",
- "OptionPlayed": "gespielt",
- "OptionUnplayed": "nicht gespielt",
- "OptionAscending": "Aufsteigend",
- "OptionDescending": "Absteigend",
- "OptionRuntime": "Dauer",
- "OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
- "OptionPlayCount": "Z\u00e4hler",
- "OptionDatePlayed": "Abgespielt am",
- "OptionDateAdded": "Hinzugef\u00fcgt am",
- "OptionAlbumArtist": "Album-Interpret",
- "OptionArtist": "Interpret",
- "OptionAlbum": "Album",
- "OptionTrackName": "Track Name",
- "OptionCommunityRating": "Community Bewertung",
- "OptionNameSort": "Name",
- "OptionFolderSort": "Verzeichnisse",
- "OptionBudget": "Budget",
- "OptionRevenue": "Einnahme",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster Karte",
- "OptionBackdrop": "Backdrop",
- "OptionTimeline": "Zeitlinie",
- "OptionThumb": "Thumb",
- "OptionThumbCard": "Thumb Karte",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Kritiker Bewertung",
- "OptionVideoBitrate": "Video Bitrate",
- "OptionResumable": "Kann fortgesetzt werden",
- "ScheduledTasksHelp": "Klicke auf eine Aufgabe um deren Zeitplan zu \u00e4ndern.",
- "ScheduledTasksTitle": "Geplante Aufgaben",
- "TabMyPlugins": "Meine Plugins",
- "TabCatalog": "Katalog",
- "PluginsTitle": "Plugins",
- "HeaderAutomaticUpdates": "Automatische Updates",
- "HeaderNowPlaying": "Aktuelle Wiedergabe",
- "HeaderLatestAlbums": "Neueste Alben",
- "HeaderLatestSongs": "Neueste Songs",
- "HeaderRecentlyPlayed": "Zuletzt gespielt",
- "HeaderFrequentlyPlayed": "Oft gespielt",
- "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.",
- "LabelVideoType": "Video Typ:",
- "OptionBluray": "Bluray",
- "OptionDvd": "DVD",
- "OptionIso": "ISO",
- "Option3D": "3D",
- "LabelFeatures": "Merkmal:",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Letztes Ergebnis:",
- "OptionHasSubtitles": "Untertitel",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Titellied",
- "OptionHasThemeVideo": "Titelvideo",
- "TabMovies": "Filme",
- "TabStudios": "Studios",
- "TabTrailers": "Trailer",
- "LabelArtists": "Interpreten:",
- "LabelArtistsHelp": "Trenne mehrere Eintr\u00e4ge durch ;",
- "HeaderLatestMovies": "Neueste Filme",
- "HeaderLatestTrailers": "Neueste Trailer",
- "OptionHasSpecialFeatures": "Besonderes Merkmal",
- "OptionImdbRating": "IMDb Bewertung",
- "OptionParentalRating": "Altersfreigabe",
- "OptionPremiereDate": "Premiere",
- "TabBasic": "Einfach",
- "TabAdvanced": "Erweitert",
- "HeaderStatus": "Status",
- "OptionContinuing": "Fortdauernd",
- "OptionEnded": "Beendent",
- "HeaderAirDays": "Ausstrahlungstage",
- "OptionSunday": "Sonntag",
- "OptionMonday": "Montag",
- "OptionTuesday": "Dienstag",
- "OptionWednesday": "Mittwoch",
- "OptionThursday": "Donnerstag",
- "OptionFriday": "Freitag",
- "OptionSaturday": "Samstag",
- "HeaderManagement": "Verwaltung",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Fehlende IMDb Id",
- "OptionMissingTvdbId": "Fehlende TheTVDB Id",
- "OptionMissingOverview": "Fehlende \u00dcbersicht",
- "OptionFileMetadataYearMismatch": "Datei \/ Metadaten Jahre stimmen nicht \u00fcberein",
- "TabGeneral": "Allgemein",
- "TitleSupport": "Support",
- "TabLog": "Log",
- "TabAbout": "\u00dcber",
- "TabSupporterKey": "Unterst\u00fctzerschl\u00fcssel",
- "TabBecomeSupporter": "Werde ein Unterst\u00fctzer",
- "MediaBrowserHasCommunity": "Media Browser hat eine wachsende Gemeinschaft an Nutzern und Unterst\u00fctzern.",
- "CheckoutKnowledgeBase": "Verwende die Knowledge Base als Hilfe, um das Optimum aus Media Browser herauszuholen.",
- "SearchKnowledgeBase": "Durchsuche die Knowledge Base",
- "VisitTheCommunity": "Besuche die Community",
- "VisitMediaBrowserWebsite": "Besuche die Media Browser Website",
- "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",
- "OptionHideUserFromLoginHelp": "Hilfreich f\u00fcr private oder versteckte Administrator-Konten. Der Benutzer muss sich manuell mit der Eingabe des Benutzernamens und Passworts anmelden.",
- "OptionDisableUser": "Sperre diesen Benutzer",
- "OptionDisableUserHelp": "Wenn deaktiviert,wird der Server keine Verbindung von diesem Benutzer erlauben. Bestehenden Verbindungen werden sofort beendet.",
- "HeaderAdvancedControl": "Erweiterte Kontrolle",
- "LabelName": "Name:",
- "ButtonHelp": "Hilfe",
- "OptionAllowUserToManageServer": "Dieser Benutzer kann den Server managen",
- "HeaderFeatureAccess": "Funktionszugriff",
- "OptionAllowMediaPlayback": "Erlaube das Abspielen von Medien",
- "OptionAllowBrowsingLiveTv": "Erlaube das durchsuchen von Live-TV",
- "OptionAllowDeleteLibraryContent": "Erlaube L\u00f6schen von Bibliotheken-Inhalten.",
- "OptionAllowManageLiveTv": "Erlaube die Verwaltung von Live-TV Aufnahmen",
- "OptionAllowRemoteControlOthers": "Erlaube Fernsteuerung anderer Benutzer",
- "OptionAllowRemoteSharedDevices": "Erlaube Fernsteuerung geteilter Ger\u00e4te",
- "OptionAllowRemoteSharedDevicesHelp": "DLNA-Ger\u00e4te werden gemeinsam genutzt, bis ein Benutzer die Steuerung \u00fcbernimmt.",
- "HeaderRemoteControl": "Fernsteuerung",
- "OptionMissingTmdbId": "Fehlende Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Ausw\u00e4hlen",
- "ButtonGroupVersions": "Gruppiere Versionen",
- "ButtonAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
- "PismoMessage": "Verwendet Pismo File Mount durch eine gespendete Lizenz.",
- "TangibleSoftwareMessage": "Verwendung konkreter L\u00f6sungen von Java\/C# Konvertern durch eine gespendete Lizenz.",
- "HeaderCredits": "Herausgeber",
- "PleaseSupportOtherProduces": "Bitte unterst\u00fctze andere freie Produkte die wir benutzen:",
- "VersionNumber": "Version {0}",
- "TabPaths": "Pfade",
- "TabServer": "Server",
- "TabTranscoding": "Transcoding",
- "TitleAdvanced": "Erweitert",
- "LabelAutomaticUpdateLevel": "Automatisches Update Level",
- "OptionRelease": "Offizielles Release",
- "OptionBeta": "Beta",
- "OptionDev": "Entwickler (instabil)",
- "LabelAllowServerAutoRestart": "Erlaube dem Server sich automatisch neuzustarten, um Updates durchzuf\u00fchren.",
- "LabelAllowServerAutoRestartHelp": "Der Server startet nur in benutzerfreien Leerlaufzeiten neu.",
- "LabelEnableDebugLogging": "Aktiviere Debug Logging",
- "LabelRunServerAtStartup": "Starte Server beim hochfahren.",
- "LabelRunServerAtStartupHelp": "Dies wird Media Browser als Anwendung w\u00e4hrend der Windows Anmeldung starten und ihn in der Taskleiste anzeigen. Um Media Browser als Systemdienst zu nutzen, deaktiviere diese Einstellung und starte anschlie\u00dfend den Dienst \u00fcber die Windows Systemsteuerung. Bitte beachte, dass Media Browser nicht zur gleichen Zeit als Systemdienst und als Anwendung genutzt werden kann. Bevor du den Service startest musst du zuerst die Anwendung schlie\u00dfen.",
- "ButtonSelectDirectory": "W\u00e4hle Verzeichnis",
- "LabelCustomPaths": "Definiere eigene Pfade. Felder leer lassen um die Standardwerte zu nutzen.",
- "LabelCachePath": "Cache Pfad:",
- "LabelCachePathHelp": "W\u00e4hle eine Verzeichnis f\u00fcr Server Cache Dateien, wie z.B. Bilddateien.",
- "LabelImagesByNamePath": "Images by name Pfad:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Metadata Pfad:",
- "LabelMetadataPathHelp": "W\u00e4hle ein Verzeichnis f\u00fcr heruntergeladenes Bildmaterial und Metadaten, falls diese nicht innerhalb der Medienverzeichnisse gespeichert werden sollen.",
- "LabelTranscodingTempPath": "Tempor\u00e4rer Transcoding Pfad:",
- "LabelTranscodingTempPathHelp": "Dieses Verzeichnis beinhaltet Dateien die f\u00fcr den Betrieb des Transcoders benutzt werden. W\u00e4hle einen eigenen Pfad oder lasse das Feld frei, um den Standardspeicherort im Server Datenverzeichnis zu nutzen.",
- "TabBasics": "Grundlagen",
- "TabTV": "TV",
- "TabGames": "Spiele",
- "TabMusic": "Musik",
- "TabOthers": "Andere",
- "HeaderExtractChapterImagesFor": "Speichere Kapitelbilder f\u00fcr:",
- "OptionMovies": "Filme",
- "OptionEpisodes": "Episoden",
- "OptionOtherVideos": "Andere Filme",
- "TitleMetadata": "Metadaten",
- "LabelAutomaticUpdates": "Aktiviere automatische Updates",
- "LabelAutomaticUpdatesTmdb": "Aktiviere automatische Updates von TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Aktiviere automatische Updates von TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Falls aktviert, werden Bilder die unter fanart.tv neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
- "LabelAutomaticUpdatesTmdbHelp": "Falls aktviert, werden Bilder die unter TheMovieDB.org neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
- "LabelAutomaticUpdatesTvdbHelp": "Falls aktviert, werden Bilder die unter TheTVDB.com neu hinzugef\u00fcgt wurden, automatisch geladen. Vorhandene Bilder werden nicht ersetzt.",
- "LabelFanartApiKey": "Pers\u00f6nlicher API Schl\u00fcssel:",
- "LabelFanartApiKeyHelp": "Fanart Anfragen ohne einen pers\u00f6nlichen API Schl\u00fcssel liefert Ergebnisse der letzten 7 Tage. Bei Verwendung eines pers\u00f6nlichen API Schl\u00fcssels werden Ergebnisse der letzten 48 Stunden, und als VIP Member, der letzten 10 Minuten geliefert.",
- "ExtractChapterImagesHelp": "Das Auslesen von Kapitelbildern erlaubt es den Clients grafische Szenenauswahlmen\u00fcs anzuzeigen. Der Prozess kann langsam sowie prozessorintensiv sein und kann 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.",
- "LabelMetadataDownloadLanguage": "Bevorzugte Sprache f\u00fcr Downloads:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Speicherconvention der Bilddatein:",
- "LabelImageSavingConventionHelp": "Media Browser erkennt Bilddateien von den meisten gro\u00dfen Medienanwendungen. Die Festlegung deiner Download Einstellungen ist n\u00fctzlich, wenn du auch andere Produkte benutzt.",
- "OptionImageSavingCompatible": "Kompatibilit\u00e4t - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Einloggen",
- "TitleSignIn": "Einloggen",
- "HeaderPleaseSignIn": "Bitte einloggen",
- "LabelUser": "Benutzer:",
- "LabelPassword": "Passwort:",
- "ButtonManualLogin": "Manuelle Anmeldung",
- "PasswordLocalhostMessage": "Passw\u00f6rter werden nicht gebraucht, wenn du dich vom Localhost aus einloggst.",
- "TabGuide": "Programm",
- "TabChannels": "Kan\u00e4le",
- "TabCollections": "Sammlungen",
- "HeaderChannels": "Kan\u00e4le",
- "TabRecordings": "Aufnahmen",
- "TabScheduled": "Geplant",
- "TabSeries": "Serie",
- "TabFavorites": "Favoriten",
- "TabMyLibrary": "Meine Bibliothek",
- "ButtonCancelRecording": "Aufnahme abbrechen",
- "HeaderPrePostPadding": "Pufferzeit vor\/nach der Aufnahme",
- "LabelPrePaddingMinutes": "Minuten vor der Aufnahme",
- "OptionPrePaddingRequired": "Die Pufferzeit vor der Aufnahme ist notwendig um aufzunehmen",
- "LabelPostPaddingMinutes": "Pufferminuten nach der Aufnahme",
- "OptionPostPaddingRequired": "Die Pufferzeit nach der Aufnahme ist notwendig um aufzunehmen",
- "HeaderWhatsOnTV": "Was gibts",
- "HeaderUpcomingTV": "Bevorstehend",
- "TabStatus": "Status",
- "TabSettings": "Einstellungen",
- "ButtonRefreshGuideData": "Aktualisiere TV-Programmdaten",
- "ButtonRefresh": "Aktualisieren",
- "ButtonAdvancedRefresh": "Erweiterte Aktualiserung",
- "OptionPriority": "Priorit\u00e4t",
- "OptionRecordOnAllChannels": "Nehme Programm auf allen Kan\u00e4len auf",
- "OptionRecordAnytime": "Neme Programm zu jeder Zeit auf",
- "OptionRecordOnlyNewEpisodes": "Nehme nur neue Episoden auf",
- "HeaderDays": "Tage",
- "HeaderActiveRecordings": "Aktive Aufnahmen",
- "HeaderLatestRecordings": "Neueste Aufnahmen",
- "HeaderAllRecordings": "Alle Aufnahmen",
- "ButtonPlay": "Abspielen",
- "ButtonEdit": "Bearbeiten",
- "ButtonRecord": "Aufnehmen",
- "ButtonDelete": "L\u00f6schen",
- "ButtonRemove": "Entfernen",
- "OptionRecordSeries": "Nehme Serie auf",
- "HeaderDetails": "Details",
- "TitleLiveTV": "Live-TV",
- "LabelNumberOfGuideDays": "Anzahl von Tagen f\u00fcr die Programminformationen geladen werden sollen:",
- "LabelNumberOfGuideDaysHelp": "Das laden von zus\u00e4tzlichen Programmdaten bietet einen besseren \u00dcberblick und die M\u00f6glichkeit weiter in die Zukunft zu planen. Aber es wird l\u00e4nger dauern alles herunterzuladen. Auto w\u00e4hlt auf Grundlage der Kanalanzahl.",
- "LabelActiveService": "Aktiver Service:",
- "LabelActiveServiceHelp": "Mehrere TV Plugins k\u00f6nnen installiert sein, aber nur eines kann aktiv sein.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "Ein Live-TV Serviceproviderplugin ist notwendig um fortzufahren.",
- "LiveTvPluginRequiredHelp": "Bitte installiere eines der verf\u00fcgbaren Plugins, wie z.B. Next Pvr oder ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Anpassungen f\u00fcr Medientyp:",
- "OptionDownloadThumbImage": "Thumb",
- "OptionDownloadMenuImage": "Men\u00fc",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disk",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Zur\u00fcck",
- "OptionDownloadArtImage": "Kunst",
- "OptionDownloadPrimaryImage": "Prim\u00e4r",
- "HeaderFetchImages": "Bilder abrufen:",
- "HeaderImageSettings": "Bild Einstellungen",
- "TabOther": "Andere",
- "LabelMaxBackdropsPerItem": "Maximale Anzahl von Hintergr\u00fcnden pro Element:",
- "LabelMaxScreenshotsPerItem": "Maximale Anzahl von Screenshots pro Element:",
- "LabelMinBackdropDownloadWidth": "Minimale Breite f\u00fcr zu herunterladende Hintergr\u00fcnde:",
- "LabelMinScreenshotDownloadWidth": "Minimale Breite f\u00fcr zu herunterladende Screenshot:",
- "ButtonAddScheduledTaskTrigger": "Ausl\u00f6ser hinzuf\u00fcgen",
- "HeaderAddScheduledTaskTrigger": "Ausl\u00f6ser hinzuf\u00fcgen",
- "ButtonAdd": "Hinzuf\u00fcgen",
- "LabelTriggerType": "Ausl\u00f6ser Typ:",
- "OptionDaily": "T\u00e4glich",
- "OptionWeekly": "W\u00f6chentlich",
- "OptionOnInterval": "Nach einem Intervall",
- "OptionOnAppStartup": "Bei Anwendungsstart",
- "OptionAfterSystemEvent": "Nach einem Systemereignis",
- "LabelDay": "Tag:",
- "LabelTime": "Zeit:",
- "LabelEvent": "Ereignis:",
- "OptionWakeFromSleep": "Aufwachen nach dem Schlafen",
- "LabelEveryXMinutes": "Alle:",
- "HeaderTvTuners": "Tuner",
- "HeaderGallery": "Gallerie",
- "HeaderLatestGames": "Neueste Spiele",
- "HeaderRecentlyPlayedGames": "Zuletzt gespielte Spiele",
- "TabGameSystems": "Spielsysteme",
- "TitleMediaLibrary": "Medienbibliothek",
- "TabFolders": "Verzeichnisse",
- "TabPathSubstitution": "Pfadersetzung",
- "LabelSeasonZeroDisplayName": "Anzeigename f\u00fcr Season 0:",
- "LabelEnableRealtimeMonitor": "Erlaube Echtzeit\u00fcberwachung:",
- "LabelEnableRealtimeMonitorHelp": "\u00c4nderungen werden auf unterst\u00fctzten Dateisystemen sofort \u00fcbernommen.",
- "ButtonScanLibrary": "Scanne Bibliothek",
- "HeaderNumberOfPlayers": "Abspielger\u00e4te:",
- "OptionAnyNumberOfPlayers": "Jeder",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Medienverzeichnisse",
- "HeaderThemeVideos": "Titelvideos",
- "HeaderThemeSongs": "Titelsongs",
- "HeaderScenes": "Szenen",
- "HeaderAwardsAndReviews": "Auszeichnungen und Bewertungen",
- "HeaderSoundtracks": "Soundtracks",
- "HeaderMusicVideos": "Musikvideos",
- "HeaderSpecialFeatures": "Special Features",
- "HeaderCastCrew": "Besetzung & Crew",
- "HeaderAdditionalParts": "Zus\u00e4tzliche Teile",
- "ButtonSplitVersionsApart": "Spalte Versionen ab",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Fehlend",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Pfadsubstitutionen werden zum Ersetzen eines Serverpfades durch einen Netzwerkpfad genutzt, auf den die Clients direkt zugreifen k\u00f6nnen. Weil Clients direkten Zugang zu den Medien auf dem Server haben, sind diese in der Lage die Medien direkt \u00fcber das Netzwerk zu spielen und dabei vermeiden sie die Nutzung von Server-Ressourcen f\u00fcr das transkodieren von Streams.",
- "HeaderFrom": "Von",
- "HeaderTo": "Nach",
- "LabelFrom": "Von:",
- "LabelFromHelp": "Beispiel: D:\\Movies (auf dem Server)",
- "LabelTo": "Nach:",
- "LabelToHelp": "Beispiel: \\\\MyServer\\Movies (Ein Pfad, auf den die Clients zugreifen k\u00f6nnen)",
- "ButtonAddPathSubstitution": "F\u00fcge Ersetzung hinzu",
- "OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Fehlende Episoden",
- "OptionUnairedEpisode": "Nicht ausgestrahlte Episoden",
- "OptionEpisodeSortName": "Episodensortiername",
- "OptionSeriesSortName": "Serien Name",
- "OptionTvdbRating": "Tvdb Bewertung",
- "HeaderTranscodingQualityPreference": "Transcoding Qualit\u00e4tseinstellung:",
- "OptionAutomaticTranscodingHelp": "Der Server entscheidet \u00fcber Qualit\u00e4t und Geschwindigkeit.",
- "OptionHighSpeedTranscodingHelp": "Niedrigere Qualit\u00e4t, aber schnelleres Encoden.",
- "OptionHighQualityTranscodingHelp": "H\u00f6here Qualit\u00e4t, aber langsameres Encoden.",
- "OptionMaxQualityTranscodingHelp": "Beste Qualit\u00e4t bei langsamen Encoden und hoher CPU Last",
- "OptionHighSpeedTranscoding": "H\u00f6here Geschwindigkeit",
- "OptionHighQualityTranscoding": "H\u00f6here Qualit\u00e4t",
- "OptionMaxQualityTranscoding": "Maximale Qualit\u00e4t",
- "OptionEnableDebugTranscodingLogging": "Aktiviere debug transcoding logging",
- "OptionEnableDebugTranscodingLoggingHelp": "Dies wird sehr lange Logdateien erzeugen und ist nur zur Fehlerbehebung empfehlenswert.",
- "OptionUpscaling": "Erlaube den Clients ein hochskaliertes Video anzufordern",
- "OptionUpscalingHelp": "In manchen F\u00e4llen wird dadurch die Videoqualit\u00e4t verbesserert, aber es erh\u00f6ht auch die CPU Last.",
- "EditCollectionItemsHelp": "Entferne oder f\u00fcge alle Filme, Serien, Alben, B\u00fccher oder Spiele, die du in dieser Sammlung gruppieren willst hinzu.",
- "HeaderAddTitles": "Titel hinzuf\u00fcgen",
- "LabelEnableDlnaPlayTo": "Aktiviere DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "Media Browser kann Ger\u00e4te in ihrem Netzwerk erkennen und die M\u00f6glichekeit der Fernsteuerung anbieten.",
- "LabelEnableDlnaDebugLogging": "Aktiviere DLNA Debug Logging",
- "LabelEnableDlnaDebugLoggingHelp": "Dies wird gro\u00dfe Logdateien erzeugen und sollte nur zur Fehlerbehebung benutzt werden.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client-Entdeckungs Intervall (Sekunden)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Bestimmt die Dauer in Sekunden zwischen SSDP Suchvorg\u00e4ngen die von Media Browser durchgef\u00fchrt wird.",
- "HeaderCustomDlnaProfiles": "Benutzerdefinierte Profile",
- "HeaderSystemDlnaProfiles": "Systemprofile",
- "CustomDlnaProfilesHelp": "Erstelle ein benutzerdefiniertes Profil f\u00fcr ein neues Zielger\u00e4t, oder um ein vorhandenes Systemprofil zu \u00fcberschreiben.",
- "SystemDlnaProfilesHelp": "Systemprofile sind schreibgesch\u00fctzt. \u00c4nderungen an einem Systemprofil werden als neues benutzerdefiniertes Profil gespeichert.",
- "TitleDashboard": "\u00dcbersicht",
- "TabHome": "Home",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "Systempfade",
- "LinkCommunity": "Community",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api Dokumentation",
- "LabelFriendlyServerName": "Freundlicher Servername:",
- "LabelFriendlyServerNameHelp": "Dieser Name wird benutzt um diesen Server zu identifizieren. Wenn leer gelassen, wird der Computername benutzt.",
- "LabelPreferredDisplayLanguage": "Bevorzugte Anzeigesprache:",
- "LabelPreferredDisplayLanguageHelp": "Die \u00dcbersetzung von Media Browser ist ein andauerndes Projekt und noch nicht abgeschlossen.",
- "LabelReadHowYouCanContribute": "Lese wie du dazu beitragen kannst.",
- "HeaderNewCollection": "Neue Collection",
- "HeaderAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
- "ButtonSubmit": "Best\u00e4tigen",
- "NewCollectionNameExample": "Beispiel: Star Wars Collection",
- "OptionSearchForInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten",
- "ButtonCreate": "Kreieren",
- "LabelLocalHttpServerPortNumber": "Lokale Port-Nummer:",
- "LabelLocalHttpServerPortNumberHelp": "Die TCP-Port-Nummer, an die der http-Server von Media Browser gebunden werden soll.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web Socket Port Nummer:",
- "LabelEnableAutomaticPortMap": "Aktiviere das automatische Port-Mapping",
- "LabelEnableAutomaticPortMapHelp": "Versuche automatisch den \u00f6ffentlichen Port dem lokalen Port mit Hilfe von UPnP zuzuordnen. Dies kann mit einigen Router-Modellen nicht funktionieren.",
- "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",
- "TabWeather": "Wetter",
- "TitleAppSettings": "App Einstellungen",
- "LabelMinResumePercentage": "Minimale Prozent f\u00fcr Wiederaufnahme:",
- "LabelMaxResumePercentage": "Maximale Prozent f\u00fcr Wiederaufnahme:",
- "LabelMinResumeDuration": "Minimale Dauer f\u00fcr Wiederaufnahme (Sekunden):",
- "LabelMinResumePercentageHelp": "Titel werden als \"nicht abgespielt\" eingetragen, wenn sie vor dieser Zeit gestoppt werden",
- "LabelMaxResumePercentageHelp": "Titel werden als \"vollst\u00e4ndig abgespielt\" eingetragen, wenn sie nach dieser Zeit gestoppt werden",
- "LabelMinResumeDurationHelp": "Titel die k\u00fcrzer als dieser Wert sind, werden nicht fortsetzbar sein",
- "TitleAutoOrganize": "automatische Sortierung",
- "TabActivityLog": "Aktivit\u00e4tsverlauf",
- "HeaderName": "Name",
- "HeaderDate": "Datum",
- "HeaderSource": "Quelle",
- "HeaderDestination": "Ziel",
- "HeaderProgram": "Programm",
- "HeaderClients": "Clients",
- "LabelCompleted": "Fertiggestellt",
- "LabelFailed": "Fehlgeschlagen",
- "LabelSkipped": "\u00dcbersprungen",
- "HeaderEpisodeOrganization": "Episodensortierung",
- "LabelSeries": "Serien:",
- "LabelSeasonNumber": "Staffelnummer:",
- "LabelEpisodeNumber": "Episodennummer:",
- "LabelEndingEpisodeNumber": "Nummer der letzten Episode:",
- "LabelEndingEpisodeNumberHelp": "Nur erforderlich f\u00fcr Mehrfachepisoden",
- "HeaderSupportTheTeam": "Unterst\u00fcze das Media Browser Team",
- "LabelSupportAmount": "Betrag (USD)",
- "HeaderSupportTheTeamHelp": "Hilf bei der Weiterentwicklung dieses Projekts indem du spendest. Ein Teil der Spenden wird an freie Anwendungen auf die wir angewiesen sind weiter gespendet.",
- "ButtonEnterSupporterKey": "Supporter Key eintragen",
- "DonationNextStep": "Sobald abgeschlossen, kehre bitte hierher zur\u00fcck und trage den Unterst\u00fctzerschl\u00fcssel ein, den du per E-Mail erhalten hast.",
- "AutoOrganizeHelp": "Die \"Auto-Organisation\" \u00fcberpr\u00fcft die Download-Verzeichnisse auf neue Dateien und verschiebt diese in die Medienverzeichnisse.",
- "AutoOrganizeTvHelp": "TV Dateien Organisation wird nur Episoden zu bereits vorhandenen Serien hinzuf\u00fcgen. Es werden keine neuen Serien angelegt.",
- "OptionEnableEpisodeOrganization": "Aktiviere die Sortierung neuer Episoden",
- "LabelWatchFolder": "\u00dcberwache Verzeichnis:",
- "LabelWatchFolderHelp": "Der Server wird dieses Verzeichnis, w\u00e4hrend der geplanten Aufgabe \"Organisiere neue Mediendateien\", abfragen.",
- "ButtonViewScheduledTasks": "Zeige Geplante Aufgaben",
- "LabelMinFileSizeForOrganize": "Minimale Dateigr\u00f6\u00dfe (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Dateien unter dieser Gr\u00f6\u00dfe werden ignoriert.",
- "LabelSeasonFolderPattern": "Staffelordnervorlage:",
- "LabelSeasonZeroFolderName": "Verzeichnisname f\u00fcr Staffel 0:",
- "HeaderEpisodeFilePattern": "Episodendateivorlage:",
- "LabelEpisodePattern": "Episodenvorlage:",
- "LabelMultiEpisodePattern": "Multi-Episodenvorlage:",
- "HeaderSupportedPatterns": "Unterst\u00fctzte Vorlagen:",
- "HeaderTerm": "Begriff",
- "HeaderPattern": "Vorlagen",
- "HeaderResult": "Ergebnis",
- "LabelDeleteEmptyFolders": "L\u00f6sche leere Verzeichnisse nach dem Organisieren.",
- "LabelDeleteEmptyFoldersHelp": "Aktiviere dies um den Downloadverzeichnisse sauber zu halten.",
- "LabelDeleteLeftOverFiles": "L\u00f6sche \u00fcbriggebliebene Dateien mit den folgenden Dateiendungen:",
- "LabelDeleteLeftOverFilesHelp": "Unterteile mit ;. Zum Beispiel: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "\u00dcberschreibe vorhandene Episoden",
- "LabelTransferMethod": "\u00dcbertragungsmethode",
- "OptionCopy": "Kopieren",
- "OptionMove": "Verschieben",
- "LabelTransferMethodHelp": "Kopiere oder verschiebe Dateien aus dem \u00dcberwachungsverzeichnis",
- "HeaderLatestNews": "Neueste Nachrichten",
- "HeaderHelpImproveMediaBrowser": "Hilf Media Browser zu verbessern",
- "HeaderRunningTasks": "Laufende Aufgaben",
- "HeaderActiveDevices": "Aktive Ger\u00e4te",
- "HeaderPendingInstallations": "Ausstehende Installationen",
- "HeaderServerInformation": "Server Informationen",
- "ButtonRestartNow": "Jetzt neustarten",
- "ButtonRestart": "Neu starten",
- "ButtonShutdown": "Herunterfahren",
- "ButtonUpdateNow": "Jetzt aktualisieren",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Bitte herunterfahren und den Server manuell aktualisieren.",
- "NewServerVersionAvailable": "Eine neue Version des Media Browser Server ist verf\u00fcgbar!",
- "ServerUpToDate": "Media Browser Server ist aktuell",
- "ErrorConnectingToMediaBrowserRepository": "Es trat ein Fehler bei der Verbindung zum Media Browser Repository auf.",
- "LabelComponentsUpdated": "Die folgenden Komponenten wurden installiert oder aktualisiert:",
- "MessagePleaseRestartServerToFinishUpdating": "Bitte den Server neustarten, um die Aktualisierungen abzuschlie\u00dfen.",
- "LabelDownMixAudioScale": "Audio Verst\u00e4rkung bei Downmixing:",
- "LabelDownMixAudioScaleHelp": "Erh\u00f6he die Audiolautst\u00e4rke beim Heruntermischen. Setzte auf 1 um die original Lautst\u00e4rke zu erhalten.",
- "ButtonLinkKeys": "Schl\u00fcssel transferieren",
- "LabelOldSupporterKey": "Alter Unterst\u00fctzerschl\u00fcssel",
- "LabelNewSupporterKey": "Neuer Unterst\u00fctzerschl\u00fcssel",
- "HeaderMultipleKeyLinking": "Transferiere zu einem neuen Schl\u00fcssel",
- "MultipleKeyLinkingHelp": "Benutze diese Funktion falls du einen neuen Unterst\u00fctzer Schl\u00fcssel erhalten hast, um deine alte Schl\u00fcssel Registrierung zu deiner neuen zu transferieren.",
- "LabelCurrentEmailAddress": "Aktuelle E-Mail Adresse",
- "LabelCurrentEmailAddressHelp": "Die aktuelle E-Mail Adresse, an die ihr neuer Schl\u00fcssel gesendet wurde.",
- "HeaderForgotKey": "Schl\u00fcssel vergessen",
- "LabelEmailAddress": "E-Mail Adresse",
- "LabelSupporterEmailAddress": "Die E-Mail Adresse, die zum Kauf des Schl\u00fcssels benutzt wurde.",
- "ButtonRetrieveKey": "Schl\u00fcssel wiederherstellen",
- "LabelSupporterKey": "Unterst\u00fctzerschl\u00fcssel (einf\u00fcgen aus E-Mail)",
- "LabelSupporterKeyHelp": "Gebe deinen Unterst\u00fctzerschl\u00fcssel ein um zus\u00e4tzliche Vorteile zu genie\u00dfen, die die Community f\u00fcr Media Browser entwickelt hat.",
- "MessageInvalidKey": "MB3 Schl\u00fcssel nicht vorhanden oder ung\u00fcltig.",
- "ErrorMessageInvalidKey": "Um einen Premiuminhalt zu registrieren, musst du auch ein Media Browser Unterst\u00fctzer sein. Bitte spende und unterst\u00fctze so die Weiterentwicklung des Kernprodukts. Danke.",
- "HeaderDisplaySettings": "Anzeige Einstellungen",
- "TabPlayTo": "Spiele an",
- "LabelEnableDlnaServer": "Aktiviere DLNA Server",
- "LabelEnableDlnaServerHelp": "Erlaubt UPnP Ger\u00e4ten in ihrem Netzwerk den Media Browser Inhalt zu durchsuchen und wiederzugeben.",
- "LabelEnableBlastAliveMessages": "Erzeuge Alive Meldungen",
- "LabelEnableBlastAliveMessagesHelp": "Aktiviere dies, wenn der Server nicht zuverl\u00e4ssig von anderen UPnP Ger\u00e4ten in ihrem Netzwerk erkannt wird.",
- "LabelBlastMessageInterval": "Alive Meldungsintervall (Sekunden)",
- "LabelBlastMessageIntervalHelp": "Legt die Dauer in Sekunden zwischen den Server Alive Meldungen fest.",
- "LabelDefaultUser": "Standardbenutzer",
- "LabelDefaultUserHelp": "Legt fest, welche Benutzerbibliothek auf verbundenen Ger\u00e4ten angezeigt werden soll. Dies kann f\u00fcr jedes Ger\u00e4t durch Profile \u00fcberschrieben werden.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Kanal",
- "HeaderServerSettings": "Server Einstellungen",
- "LabelWeatherDisplayLocation": "Wetteranzeige Ort:",
- "LabelWeatherDisplayLocationHelp": "US Postleitzahl \/ Stadt, Staat, Land \/ Stadt, Land",
- "LabelWeatherDisplayUnit": "Wetteranzeige Einheit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Manuelle Eingabe des Benutzernamens bei:"
+ "TabSyncJobs": "Synchronisations-Aufgaben"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/el.json b/MediaBrowser.Server.Implementations/Localization/Server/el.json
index fb1c5576c..3ce1a9d5e 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/el.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/el.json
@@ -1,674 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
- "OptionAllUsers": "All users",
- "OptionAdminUsers": "Administrators",
- "OptionCustomUsers": "Custom",
- "ButtonArrowUp": "Up",
- "ButtonArrowDown": "Down",
- "ButtonArrowLeft": "Left",
- "ButtonArrowRight": "Right",
- "ButtonBack": "Back",
- "ButtonInfo": "Info",
- "ButtonOsd": "On screen display",
- "ButtonPageUp": "Page Up",
- "ButtonPageDown": "Page Down",
- "PageAbbreviation": "PG",
- "ButtonHome": "Home",
- "ButtonSearch": "Search",
- "ButtonSettings": "Settings",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "\u03ad\u03be\u03bf\u03b4\u03bf\u03c2",
"LabelVisitCommunity": "\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1",
"LabelGithub": "Github",
@@ -1183,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +670,673 @@
"CategoryApplication": "Application",
"CategoryPlugin": "Plugin",
"LabelMessageTitle": "Message title:",
- "LabelAvailableTokens": "Available tokens:"
+ "LabelAvailableTokens": "Available tokens:",
+ "AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
+ "OptionAllUsers": "All users",
+ "OptionAdminUsers": "Administrators",
+ "OptionCustomUsers": "Custom",
+ "ButtonArrowUp": "Up",
+ "ButtonArrowDown": "Down",
+ "ButtonArrowLeft": "Left",
+ "ButtonArrowRight": "Right",
+ "ButtonBack": "Back",
+ "ButtonInfo": "Info",
+ "ButtonOsd": "On screen display",
+ "ButtonPageUp": "Page Up",
+ "ButtonPageDown": "Page Down",
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Home",
+ "ButtonSearch": "Search",
+ "ButtonSettings": "Settings",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Letter Up",
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/en_GB.json b/MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
index 016fc8883..fc7761b2a 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/en_GB.json
@@ -1,654 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favourites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favourite Series",
- "ViewTypeTvFavoriteEpisodes": "Favourite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favourites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favourites",
- "ViewTypeMusicFavoriteAlbums": "Favourite Albums",
- "ViewTypeMusicFavoriteArtists": "Favourite Artists",
- "ViewTypeMusicFavoriteSongs": "Favourite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customise the appearance of Media Browser to fit the needs of your group or organisation.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Exit",
"LabelVisitCommunity": "Visit Community",
"LabelGithub": "Github",
@@ -1163,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +690,653 @@
"ButtonSettings": "Settings",
"ButtonTakeScreenshot": "Capture Screenshot",
"ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down"
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favourites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favourite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favourite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favourites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favourites",
+ "ViewTypeMusicFavoriteAlbums": "Favourite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favourite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favourite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customise the appearance of Media Browser to fit the needs of your group or organisation.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/en_US.json b/MediaBrowser.Server.Implementations/Localization/Server/en_US.json
index e3e40858b..0179373f1 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/en_US.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/en_US.json
@@ -1,610 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Exit",
"LabelVisitCommunity": "Visit Community",
"LabelGithub": "Github",
@@ -1119,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +734,609 @@
"OptionProfileVideo": "Video",
"OptionProfileAudio": "Audio",
"OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo"
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/es.json b/MediaBrowser.Server.Implementations/Localization/Server/es.json
index 56c2087d8..fa48488af 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/es.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/es.json
@@ -1,629 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "LabelProfileContainersHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los contenedores.",
- "HeaderResponseProfile": "Perfil de respuesta",
- "LabelType": "Tipo:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Contenedor:",
- "LabelProfileVideoCodecs": "Codecs de video:",
- "LabelProfileAudioCodecs": "Codecs de audio:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Perfil de reproducci\u00f3n directa",
- "HeaderTranscodingProfile": "Perfil de transcodificaci\u00f3n",
- "HeaderCodecProfile": "Perfil de codec",
- "HeaderCodecProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo cuando se reproducen codecs espec\u00edficos. Si se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el codec est\u00e1 configurado para reproducci\u00f3n directa.",
- "HeaderContainerProfile": "Perfil de contenedor",
- "HeaderContainerProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo mientras reproduce formatos espec\u00edficos. If se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el formato est\u00e1 configurado para reproducci\u00f3n directa.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video audio",
- "OptionProfilePhoto": "Foto",
- "LabelUserLibrary": "Librer\u00eda de usuario:",
- "LabelUserLibraryHelp": "Seleccione de qu\u00e9 usuario se utilizar\u00e1 la librer\u00eda en el dispositivo. D\u00e9jelo vac\u00edo para utilizar la configuraci\u00f3n por defecto.",
- "OptionPlainStorageFolders": "Ver todas las carpetas como carpetas de almacenamiento sin formato.",
- "OptionPlainStorageFoldersHelp": "Si est\u00e1 activado, todas las carpetas se representan en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Mostrar todos los videos como elementos de video sin formato",
- "OptionPlainVideoItemsHelp": "Si est\u00e1 habilitado, todos los v\u00eddeos est\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Tipos de medio soportados:",
- "TabIdentification": "Identificaci\u00f3n",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Reproducci\u00f3n directa",
- "TabContainers": "Contenedores",
- "TabCodecs": "Codecs",
- "TabResponses": "Respuestas",
- "HeaderProfileInformation": "Informaci\u00f3n del perfil",
- "LabelEmbedAlbumArtDidl": "Incorporar la car\u00e1tula del \u00e1lbum en didl",
- "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener la car\u00e1tula del \u00e1lbum. Otros pueden fallar al reproducir con esta opci\u00f3n habilitada.",
- "LabelAlbumArtPN": "Car\u00e1tula del album PN:",
- "LabelAlbumArtHelp": "PN utilizado para la car\u00e1tula del \u00e1lbum, dentro del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requieren un valor espec\u00edfico, independientemente del tama\u00f1o de la imagen.",
- "LabelAlbumArtMaxWidth": "Anchura m\u00e1xima de la car\u00e1tula del album:",
- "LabelAlbumArtMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Altura m\u00e1xima de la car\u00e1tula del album:",
- "LabelAlbumArtMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
- "LabelIconMaxWidth": "Anchura m\u00e1xima de icono:",
- "LabelIconMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
- "LabelIconMaxHeight": "Altura m\u00e1xima de icono:",
- "LabelIconMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
- "LabelIdentificationFieldHelp": "Una subcadena insensible a may\u00fasculas o min\u00fasculas o una expresi\u00f3n regex.",
- "HeaderProfileServerSettingsHelp": "Estos valores controlan el modo en que Media Browser se presentar\u00e1 en el dispositivo.",
- "LabelMaxBitrate": "Bitrate m\u00e1ximo:",
- "LabelMaxBitrateHelp": "Especificar una tasa de bits m\u00e1xima en entornos de ancho de banda limitado, o si el dispositivo impone su propio l\u00edmite.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignorar las solicitudes de intervalo de bytes de transcodificaci\u00f3n",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si est\u00e1 activado, estas solicitudes ser\u00e1n atendidas pero ignorar\u00e1n el encabezado de intervalo de bytes.",
- "LabelFriendlyName": "Nombre amigable",
- "LabelManufacturer": "Fabricante",
- "LabelManufacturerUrl": "Url del fabricante",
- "LabelModelName": "Nombre de modelo",
- "LabelModelNumber": "N\u00famero de modelo",
- "LabelModelDescription": "Descripci\u00f3n de modelo",
- "LabelModelUrl": "Url del modelo",
- "LabelSerialNumber": "N\u00famero de serie",
- "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
- "HeaderIdentificationCriteriaHelp": "Entre al menos un criterio de identificaci\u00f3n.",
- "HeaderDirectPlayProfileHelp": "A\u00f1adir perfiles de reproducci\u00f3n directa para indicar qu\u00e9 formatos puede utilizar el dispositivo de forma nativa.",
- "HeaderTranscodingProfileHelp": "A\u00f1adir perfiles de transcodificaci\u00f3n para indicar qu\u00e9 formatos se deben utilizar cuando se requiera transcodificaci\u00f3n.",
- "HeaderResponseProfileHelp": "Perfiles de respuesta proporcionan una forma de personalizar la informaci\u00f3n que se env\u00eda al dispositivo cuando se reproducen ciertos tipos de medios.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el espacio de nombre urn:schemas-dlna-org:device-1-0.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el espacio de nombreurn:schemas-dlna-org:device-1-0.",
- "LabelSonyAggregationFlags": "Agregaci\u00f3n de banderas Sony:",
- "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el espacio de nombre urn:schemas-sonycom:av.",
- "LabelTranscodingContainer": "Contenedor:",
- "LabelTranscodingVideoCodec": "Codec de video:",
- "LabelTranscodingVideoProfile": "Perfil de video:",
- "LabelTranscodingAudioCodec": "Codec de audio:",
- "OptionEnableM2tsMode": "Activar modo M2ts",
- "OptionEnableM2tsModeHelp": "Activar modo m2ts cuando se codifique a mpegts",
- "OptionEstimateContentLength": "Estimar longitud del contenido al transcodificar",
- "OptionReportByteRangeSeekingWhenTranscoding": "Indicar que el servidor soporta la b\u00fasqueda de byte al transcodificar",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es necesario para algunos dispositivos que no buscan el tiempo muy bien.",
- "HeaderSubtitleDownloadingHelp": "Cuando Media Browser escanea los archivos de v\u00eddeo, puede buscar subt\u00edtulos faltantes y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Descarga subt\u00edtulos para:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
- "LabelSkipIfGraphicalSubsPresentHelp": "Mantener versiones de texto de los subt\u00edtulos se traducir\u00e1 en una prestaci\u00f3n m\u00e1s eficiente para los clientes m\u00f3viles.",
- "TabSubtitles": "Subt\u00edtulos",
- "TabChapters": "Cap\u00edtulos",
- "HeaderDownloadChaptersFor": "Descarga nombres de los cap\u00edtulos de:",
- "LabelOpenSubtitlesUsername": "Usuario de Open Subtitles:",
- "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "\nReproducir pista de audio predeterminado, independientemente del idioma",
- "LabelSubtitlePlaybackMode": "Modo de Subt\u00edtulo:",
- "LabelDownloadLanguages": "Idiomas de descarga:",
- "ButtonRegister": "Registrar",
- "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el idioma de descarga",
- "LabelSkipIfAudioTrackPresentHelp": "Desactive esta opci\u00f3n para asegurar que todos los v\u00eddeos tienen subt\u00edtulos, sin importar el idioma de audio.",
- "HeaderSendMessage": "Enviar mensaje",
- "ButtonSend": "Enviar",
- "LabelMessageText": "Mensaje de texto:",
- "MessageNoAvailablePlugins": "No hay plugins disponibles.",
- "LabelDisplayPluginsFor": "Mostrar plugins para:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Entrar texto",
- "LabelTypeText": "Texto",
- "HeaderSearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos",
- "MessageNoSubtitleSearchResultsFound": "No se han encontrado resultados en la b\u00fasqueda.",
- "TabDisplay": "Pantalla",
- "TabLanguages": "Idiomas",
- "TabWebClient": "Cliente web",
- "LabelEnableThemeSongs": "Habilitar temas musicales",
- "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
- "LabelEnableThemeSongsHelp": "Si est\u00e1 habilitado, se reproducir\u00e1n temas musicales de fondo mientras navega por la biblioteca.",
- "LabelEnableBackdropsHelp": "Si est\u00e1 habilitado, se mostrar\u00e1n im\u00e1genes de fondo en algunas p\u00e1ginas mientras navega por la biblioteca.",
- "HeaderHomePage": "P\u00e1gina de inicio",
- "HeaderSettingsForThisDevice": "Opciones para este dispositivo",
- "OptionAuto": "Auto",
- "OptionYes": "Si",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "Mis vistas (botones)",
- "OptionMyViews": "Mis vistas",
- "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
- "OptionResumablemedia": "Continuar",
- "OptionLatestMedia": "\u00daltimos medios",
- "OptionLatestChannelMedia": "Ultimos elementos de canales",
- "HeaderLatestChannelItems": "Ultimos elementos de canales",
- "OptionNone": "Nada",
- "HeaderLiveTv": "TV en vivo",
- "HeaderReports": "Informes",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferencias",
- "MessageLoadingChannels": "Cargando contenidos del canal...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Marcar como le\u00eddo",
- "OptionDefaultSort": "Por defecto",
- "OptionCommunityMostWatchedSort": "M\u00e1s visto",
- "TabNextUp": "Siguiendo",
- "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles. Comience ver y calificar sus pel\u00edculas y vuelva para ver las recomendaciones.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Descartar",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
- "LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
- "OptionBestAvailableStreamQuality": "Mejor disponible",
- "LabelEnableChannelContentDownloadingFor": "Habilitar descargas de contenido para el canal:",
- "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan descargar contenido antes de ver. Habilite esta en ambientes de poco ancho de banda para descargar el contenido del canal durante las horas libres. El contenido se descarga como parte de la tarea programada de descargas de canal.",
- "LabelChannelDownloadPath": "Ruta para descargas de contenidos de canales:",
- "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada si lo desea. D\u00e9jelo en blanco para utilizar un carpeta interna del programa.",
- "LabelChannelDownloadAge": "Borrar contenido despues de: (d\u00edas)",
- "LabelChannelDownloadAgeHelp": "Todo contenido descargado anterior se borrar\u00e1. Continuar\u00e1 estando disponible v\u00eda streaming de internet.",
- "ChannelSettingsFormHelp": "Instale canales como Trailers y Vimeo desde el cat\u00e1logo de plugins.",
- "LabelSelectCollection": "Seleccionar colecci\u00f3n:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Pel\u00edculas",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Juegos",
- "ViewTypeMusic": "M\u00fasica",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Colecciones",
- "ViewTypeChannels": "Canales",
- "ViewTypeLiveTV": "Tv en vivo",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Configuraci\u00f3n de pantalla",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "Mis vistas",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Mostrar contenido para adultos",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Control remoto",
- "OptionLatestTvRecordings": "\u00daltimas grabaciones",
- "LabelProtocolInfo": "Informaci\u00f3n de protocolo:",
- "LabelProtocolInfoHelp": "El valor que se utilizar\u00e1 cuando se responde a una solicitud GetProtocolInfo desde el dispositivo.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "Si est\u00e1 activado, estos canales se mostrar\u00e1n directamente junto a Mis Vistas. Si est\u00e1 desactivada, ser\u00e1n mostrados separadamente en la vista de Canales.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Servicios",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Archivos de log del servidor:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Personalizar la apariencia de Explorador de medios para satisfacer las necesidades de su grupo u organizaci\u00f3n.",
- "LabelLoginDisclaimer": "Login renuncia:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "Usted puede cancelar en cualquier momento desde su cuenta de PayPal.",
- "OptionList": "Lista",
- "TabDashboard": "Panel de control",
- "TitleServer": "Servidor",
- "LabelCache": "Cach\u00e9:",
- "LabelLogs": "Registros:",
- "LabelMetadata": "Metadatos:",
- "LabelImagesByName": "Im\u00e1genes por nombre:",
- "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
- "HeaderLatestMusic": "\u00daltima m\u00fasica",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Keys de Api",
- "HeaderApiKeysHelp": "Se requieren aplicaciones externas para tener una clave de API con el fin de comunicarse con Media Browser. Las claves son emitidas al iniciar una sesi\u00f3n con una cuenta de Media Browser, o mediante la introducci\u00f3n manualmente de una clave en la aplicaci\u00f3n.",
- "HeaderApiKey": "Clave Api",
- "HeaderApp": "App",
- "HeaderDevice": "Dispositivo",
- "HeaderUser": "Usuario",
- "HeaderDateIssued": "Fecha de emisi\u00f3n",
- "LabelChapterName": "Cap\u00edtulo {0}",
- "HeaderNewApiKey": "Nueva Clave Api",
- "LabelAppName": "Nombre de la app",
- "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Otorgar un permiso a la aplicaci\u00f3n para comunicarse con Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Cerrar",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirmar borrado",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Salir",
"LabelVisitCommunity": "Visitar la comunidad",
"LabelGithub": "Github",
@@ -1138,23 +513,23 @@
"NewCollectionNameExample": "Ejemplo: Star Wars Colecci\u00f3n",
"OptionSearchForInternetMetadata": "Buscar en internet ilustraciones y metadatos",
"ButtonCreate": "Crear",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "N\u00famero de puerto WebSocket:",
"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.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "Continuar",
"TabWeather": "El tiempo",
"TitleAppSettings": "Opciones de la App",
@@ -1340,5 +715,628 @@
"HeaderLatestMedia": "\u00daltimos medios",
"OptionSpecialFeatures": "Caracter\u00edsticas especiales",
"HeaderCollections": "Colecciones",
- "LabelProfileCodecsHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los codecs."
+ "LabelProfileCodecsHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los codecs.",
+ "LabelProfileContainersHelp": "Separados por comas. Esto se puede dejar vac\u00edo para aplicar a todos los contenedores.",
+ "HeaderResponseProfile": "Perfil de respuesta",
+ "LabelType": "Tipo:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Contenedor:",
+ "LabelProfileVideoCodecs": "Codecs de video:",
+ "LabelProfileAudioCodecs": "Codecs de audio:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Perfil de reproducci\u00f3n directa",
+ "HeaderTranscodingProfile": "Perfil de transcodificaci\u00f3n",
+ "HeaderCodecProfile": "Perfil de codec",
+ "HeaderCodecProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo cuando se reproducen codecs espec\u00edficos. Si se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el codec est\u00e1 configurado para reproducci\u00f3n directa.",
+ "HeaderContainerProfile": "Perfil de contenedor",
+ "HeaderContainerProfileHelp": "Perfiles de codec indican las limitaciones de un dispositivo mientras reproduce formatos espec\u00edficos. If se aplica una limitaci\u00f3n entonces el medio se transcodificar\u00e1, incluso si el formato est\u00e1 configurado para reproducci\u00f3n directa.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video audio",
+ "OptionProfilePhoto": "Foto",
+ "LabelUserLibrary": "Librer\u00eda de usuario:",
+ "LabelUserLibraryHelp": "Seleccione de qu\u00e9 usuario se utilizar\u00e1 la librer\u00eda en el dispositivo. D\u00e9jelo vac\u00edo para utilizar la configuraci\u00f3n por defecto.",
+ "OptionPlainStorageFolders": "Ver todas las carpetas como carpetas de almacenamiento sin formato.",
+ "OptionPlainStorageFoldersHelp": "Si est\u00e1 activado, todas las carpetas se representan en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Mostrar todos los videos como elementos de video sin formato",
+ "OptionPlainVideoItemsHelp": "Si est\u00e1 habilitado, todos los v\u00eddeos est\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como por ejemplo \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Tipos de medio soportados:",
+ "TabIdentification": "Identificaci\u00f3n",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Reproducci\u00f3n directa",
+ "TabContainers": "Contenedores",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Respuestas",
+ "HeaderProfileInformation": "Informaci\u00f3n del perfil",
+ "LabelEmbedAlbumArtDidl": "Incorporar la car\u00e1tula del \u00e1lbum en didl",
+ "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener la car\u00e1tula del \u00e1lbum. Otros pueden fallar al reproducir con esta opci\u00f3n habilitada.",
+ "LabelAlbumArtPN": "Car\u00e1tula del album PN:",
+ "LabelAlbumArtHelp": "PN utilizado para la car\u00e1tula del \u00e1lbum, dentro del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requieren un valor espec\u00edfico, independientemente del tama\u00f1o de la imagen.",
+ "LabelAlbumArtMaxWidth": "Anchura m\u00e1xima de la car\u00e1tula del album:",
+ "LabelAlbumArtMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Altura m\u00e1xima de la car\u00e1tula del album:",
+ "LabelAlbumArtMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de la car\u00e1tula del \u00e1lbum expuesta a trav\u00e9s de upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Anchura m\u00e1xima de icono:",
+ "LabelIconMaxWidthHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
+ "LabelIconMaxHeight": "Altura m\u00e1xima de icono:",
+ "LabelIconMaxHeightHelp": "Resoluci\u00f3n m\u00e1xima de los iconos expuestos via upnp:icon.",
+ "LabelIdentificationFieldHelp": "Una subcadena insensible a may\u00fasculas o min\u00fasculas o una expresi\u00f3n regex.",
+ "HeaderProfileServerSettingsHelp": "Estos valores controlan el modo en que Media Browser se presentar\u00e1 en el dispositivo.",
+ "LabelMaxBitrate": "Bitrate m\u00e1ximo:",
+ "LabelMaxBitrateHelp": "Especificar una tasa de bits m\u00e1xima en entornos de ancho de banda limitado, o si el dispositivo impone su propio l\u00edmite.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignorar las solicitudes de intervalo de bytes de transcodificaci\u00f3n",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si est\u00e1 activado, estas solicitudes ser\u00e1n atendidas pero ignorar\u00e1n el encabezado de intervalo de bytes.",
+ "LabelFriendlyName": "Nombre amigable",
+ "LabelManufacturer": "Fabricante",
+ "LabelManufacturerUrl": "Url del fabricante",
+ "LabelModelName": "Nombre de modelo",
+ "LabelModelNumber": "N\u00famero de modelo",
+ "LabelModelDescription": "Descripci\u00f3n de modelo",
+ "LabelModelUrl": "Url del modelo",
+ "LabelSerialNumber": "N\u00famero de serie",
+ "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
+ "HeaderIdentificationCriteriaHelp": "Entre al menos un criterio de identificaci\u00f3n.",
+ "HeaderDirectPlayProfileHelp": "A\u00f1adir perfiles de reproducci\u00f3n directa para indicar qu\u00e9 formatos puede utilizar el dispositivo de forma nativa.",
+ "HeaderTranscodingProfileHelp": "A\u00f1adir perfiles de transcodificaci\u00f3n para indicar qu\u00e9 formatos se deben utilizar cuando se requiera transcodificaci\u00f3n.",
+ "HeaderResponseProfileHelp": "Perfiles de respuesta proporcionan una forma de personalizar la informaci\u00f3n que se env\u00eda al dispositivo cuando se reproducen ciertos tipos de medios.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el espacio de nombre urn:schemas-dlna-org:device-1-0.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el espacio de nombreurn:schemas-dlna-org:device-1-0.",
+ "LabelSonyAggregationFlags": "Agregaci\u00f3n de banderas Sony:",
+ "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el espacio de nombre urn:schemas-sonycom:av.",
+ "LabelTranscodingContainer": "Contenedor:",
+ "LabelTranscodingVideoCodec": "Codec de video:",
+ "LabelTranscodingVideoProfile": "Perfil de video:",
+ "LabelTranscodingAudioCodec": "Codec de audio:",
+ "OptionEnableM2tsMode": "Activar modo M2ts",
+ "OptionEnableM2tsModeHelp": "Activar modo m2ts cuando se codifique a mpegts",
+ "OptionEstimateContentLength": "Estimar longitud del contenido al transcodificar",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Indicar que el servidor soporta la b\u00fasqueda de byte al transcodificar",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es necesario para algunos dispositivos que no buscan el tiempo muy bien.",
+ "HeaderSubtitleDownloadingHelp": "Cuando Media Browser escanea los archivos de v\u00eddeo, puede buscar subt\u00edtulos faltantes y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Descarga subt\u00edtulos para:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Mantener versiones de texto de los subt\u00edtulos se traducir\u00e1 en una prestaci\u00f3n m\u00e1s eficiente para los clientes m\u00f3viles.",
+ "TabSubtitles": "Subt\u00edtulos",
+ "TabChapters": "Cap\u00edtulos",
+ "HeaderDownloadChaptersFor": "Descarga nombres de los cap\u00edtulos de:",
+ "LabelOpenSubtitlesUsername": "Usuario de Open Subtitles:",
+ "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "\nReproducir pista de audio predeterminado, independientemente del idioma",
+ "LabelSubtitlePlaybackMode": "Modo de Subt\u00edtulo:",
+ "LabelDownloadLanguages": "Idiomas de descarga:",
+ "ButtonRegister": "Registrar",
+ "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el idioma de descarga",
+ "LabelSkipIfAudioTrackPresentHelp": "Desactive esta opci\u00f3n para asegurar que todos los v\u00eddeos tienen subt\u00edtulos, sin importar el idioma de audio.",
+ "HeaderSendMessage": "Enviar mensaje",
+ "ButtonSend": "Enviar",
+ "LabelMessageText": "Mensaje de texto:",
+ "MessageNoAvailablePlugins": "No hay plugins disponibles.",
+ "LabelDisplayPluginsFor": "Mostrar plugins para:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Entrar texto",
+ "LabelTypeText": "Texto",
+ "HeaderSearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos",
+ "MessageNoSubtitleSearchResultsFound": "No se han encontrado resultados en la b\u00fasqueda.",
+ "TabDisplay": "Pantalla",
+ "TabLanguages": "Idiomas",
+ "TabWebClient": "Cliente web",
+ "LabelEnableThemeSongs": "Habilitar temas musicales",
+ "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
+ "LabelEnableThemeSongsHelp": "Si est\u00e1 habilitado, se reproducir\u00e1n temas musicales de fondo mientras navega por la biblioteca.",
+ "LabelEnableBackdropsHelp": "Si est\u00e1 habilitado, se mostrar\u00e1n im\u00e1genes de fondo en algunas p\u00e1ginas mientras navega por la biblioteca.",
+ "HeaderHomePage": "P\u00e1gina de inicio",
+ "HeaderSettingsForThisDevice": "Opciones para este dispositivo",
+ "OptionAuto": "Auto",
+ "OptionYes": "Si",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "Mis vistas (botones)",
+ "OptionMyViews": "Mis vistas",
+ "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
+ "OptionResumablemedia": "Continuar",
+ "OptionLatestMedia": "\u00daltimos medios",
+ "OptionLatestChannelMedia": "Ultimos elementos de canales",
+ "HeaderLatestChannelItems": "Ultimos elementos de canales",
+ "OptionNone": "Nada",
+ "HeaderLiveTv": "TV en vivo",
+ "HeaderReports": "Informes",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferencias",
+ "MessageLoadingChannels": "Cargando contenidos del canal...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Marcar como le\u00eddo",
+ "OptionDefaultSort": "Por defecto",
+ "OptionCommunityMostWatchedSort": "M\u00e1s visto",
+ "TabNextUp": "Siguiendo",
+ "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles. Comience ver y calificar sus pel\u00edculas y vuelva para ver las recomendaciones.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Descartar",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
+ "LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
+ "OptionBestAvailableStreamQuality": "Mejor disponible",
+ "LabelEnableChannelContentDownloadingFor": "Habilitar descargas de contenido para el canal:",
+ "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan descargar contenido antes de ver. Habilite esta en ambientes de poco ancho de banda para descargar el contenido del canal durante las horas libres. El contenido se descarga como parte de la tarea programada de descargas de canal.",
+ "LabelChannelDownloadPath": "Ruta para descargas de contenidos de canales:",
+ "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada si lo desea. D\u00e9jelo en blanco para utilizar un carpeta interna del programa.",
+ "LabelChannelDownloadAge": "Borrar contenido despues de: (d\u00edas)",
+ "LabelChannelDownloadAgeHelp": "Todo contenido descargado anterior se borrar\u00e1. Continuar\u00e1 estando disponible v\u00eda streaming de internet.",
+ "ChannelSettingsFormHelp": "Instale canales como Trailers y Vimeo desde el cat\u00e1logo de plugins.",
+ "LabelSelectCollection": "Seleccionar colecci\u00f3n:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Pel\u00edculas",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Juegos",
+ "ViewTypeMusic": "M\u00fasica",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Colecciones",
+ "ViewTypeChannels": "Canales",
+ "ViewTypeLiveTV": "Tv en vivo",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Configuraci\u00f3n de pantalla",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "Mis vistas",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Mostrar contenido para adultos",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Control remoto",
+ "OptionLatestTvRecordings": "\u00daltimas grabaciones",
+ "LabelProtocolInfo": "Informaci\u00f3n de protocolo:",
+ "LabelProtocolInfoHelp": "El valor que se utilizar\u00e1 cuando se responde a una solicitud GetProtocolInfo desde el dispositivo.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "Si est\u00e1 activado, estos canales se mostrar\u00e1n directamente junto a Mis Vistas. Si est\u00e1 desactivada, ser\u00e1n mostrados separadamente en la vista de Canales.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Servicios",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Archivos de log del servidor:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Personalizar la apariencia de Explorador de medios para satisfacer las necesidades de su grupo u organizaci\u00f3n.",
+ "LabelLoginDisclaimer": "Login renuncia:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "Usted puede cancelar en cualquier momento desde su cuenta de PayPal.",
+ "OptionList": "Lista",
+ "TabDashboard": "Panel de control",
+ "TitleServer": "Servidor",
+ "LabelCache": "Cach\u00e9:",
+ "LabelLogs": "Registros:",
+ "LabelMetadata": "Metadatos:",
+ "LabelImagesByName": "Im\u00e1genes por nombre:",
+ "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
+ "HeaderLatestMusic": "\u00daltima m\u00fasica",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Keys de Api",
+ "HeaderApiKeysHelp": "Se requieren aplicaciones externas para tener una clave de API con el fin de comunicarse con Media Browser. Las claves son emitidas al iniciar una sesi\u00f3n con una cuenta de Media Browser, o mediante la introducci\u00f3n manualmente de una clave en la aplicaci\u00f3n.",
+ "HeaderApiKey": "Clave Api",
+ "HeaderApp": "App",
+ "HeaderDevice": "Dispositivo",
+ "HeaderUser": "Usuario",
+ "HeaderDateIssued": "Fecha de emisi\u00f3n",
+ "LabelChapterName": "Cap\u00edtulo {0}",
+ "HeaderNewApiKey": "Nueva Clave Api",
+ "LabelAppName": "Nombre de la app",
+ "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Otorgar un permiso a la aplicaci\u00f3n para comunicarse con Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Cerrar",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirmar borrado",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/es_MX.json b/MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
index 04f2018fa..df5792e8f 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/es_MX.json
@@ -1,621 +1,4 @@
{
- "LabelPublicPort": "N\u00famero de puerto p\u00fablico:",
- "LabelPublicPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 mapearse hacia el puerto local.",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Perfil de Reproducci\u00f3n Directa",
- "HeaderTranscodingProfile": "Perfil de Transcodificaci\u00f3n",
- "HeaderCodecProfile": "Perfil de Codecs",
- "HeaderCodecProfileHelp": "Los perfiles de codificaci\u00f3n indican las limitaciones de un dispositivo al reproducir con codecs espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el codec ha sido configurado para reproduci\u00f3n directa.",
- "HeaderContainerProfile": "Perfil del Contenedor",
- "HeaderContainerProfileHelp": "Los perfiles de contenedor indican las limitaciones de un dispositivo al reproducir formatos espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el formato ha sifo configurado para reproducci\u00f3n directa.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Audio del Video",
- "OptionProfilePhoto": "Foto",
- "LabelUserLibrary": "Biblioteca del Usuario:",
- "LabelUserLibraryHelp": "Seleccione la biblioteca de usuario a desplegar en el dispositivo. Deje vac\u00edo para heredar la configuraci\u00f3n por defecto.",
- "OptionPlainStorageFolders": "Desplegar todas las carpetas como carpetas de almacenamiento simples.",
- "OptionPlainStorageFoldersHelp": "Si se habilita, todos las carpetas ser\u00e1n representadas en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Desplegar todos los videos como elemenos de video simples",
- "OptionPlainVideoItemsHelp": "Se se habilita, todos los videos ser\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Tipos de Medios Soportados:",
- "TabIdentification": "Identificaci\u00f3n",
- "HeaderIdentification": "Identificaci\u00f3n",
- "TabDirectPlay": "Reproducci\u00f3n Directa",
- "TabContainers": "Contenedores",
- "TabCodecs": "Codecs",
- "TabResponses": "Respuestas",
- "HeaderProfileInformation": "Informaci\u00f3n de Perfil",
- "LabelEmbedAlbumArtDidl": "Incrustar arte del \u00e1lbum en DIDL",
- "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener arte del \u00e1lbum. Otros podr\u00edan fallar al reproducir con esta opci\u00f3n habilitada.",
- "LabelAlbumArtPN": "PN para arte del \u00e1lbum:",
- "LabelAlbumArtHelp": "PN usado para arte del \u00e1lbum, dento del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requeren valores espec\u00edficos, independientemente del tama\u00f1o de la imagen.",
- "LabelAlbumArtMaxWidth": "Ancho m\u00e1ximo para arte del \u00e1lbum:",
- "LabelAlbumArtMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Altura m\u00e1xima para arte del \u00e1lbum:",
- "LabelAlbumArtMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Ancho m\u00e1ximo de \u00efcono:",
- "LabelIconMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
- "LabelIconMaxHeight": "Altura m\u00e1xima de \u00efcono:",
- "LabelIconMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
- "LabelIdentificationFieldHelp": "Una subcadena insensible a la diferencia entre min\u00fasculas y may\u00fasculas o expresi\u00f3n regex.",
- "HeaderProfileServerSettingsHelp": "Estos valores controlan la manera en que Media Browser se presentar\u00e1 a s\u00ed mismo ante el dispositivo.",
- "LabelMaxBitrate": "Tasa de bits m\u00e1xima:",
- "LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.",
- "LabelMaxStreamingBitrate": "Tasa de bits m\u00e1xima para transmisi\u00f3n:",
- "LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
- "LabelMaxStaticBitrate": "Tasa m\u00e1xima de bits de sinc",
- "LabelMaxStaticBitrateHelp": "Especifique una tasa de bits cuando al sincronizar contenido en alta calidad.",
- "LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
- "LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
- "LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Especifique la tasa de bits m\u00e1xima al transferir musica en tiempo real",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignorar solicitudes de transcodificaci\u00f3n de rango de byte.",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si se habilita, estas solicitudes seran honradas pero se ignorar\u00e1 el encabezado de rango de byte.",
- "LabelFriendlyName": "Nombre amistoso:",
- "LabelManufacturer": "Fabricante:",
- "LabelManufacturerUrl": "URL del fabricante:",
- "LabelModelName": "Nombre del modelo:",
- "LabelModelNumber": "N\u00famero del modelo:",
- "LabelModelDescription": "Descripci\u00f3n del modelo:",
- "LabelModelUrl": "URL del modelo:",
- "LabelSerialNumber": "N\u00famero de serie:",
- "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
- "HeaderIdentificationCriteriaHelp": "Capture, al menos, un criterio de identificaci\u00f3n.",
- "HeaderDirectPlayProfileHelp": "Agregue perfiles de reproducci\u00f3n directa para indicar que formatos puede manejar el dispositivo de manera nativa.",
- "HeaderTranscodingProfileHelp": "Agruegue perfiles de transcodificaci\u00f3n para indicar que formatos deben ser usados cuando se requiera transcodificar.",
- "HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan un medio para personalizar la informaci\u00f3n enviada a un dispositivo cuando se reproducen ciertos tipos de medios.",
- "LabelXDlnaCap": "X-DLNA cap:",
- "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el namespace urn:schemas-dlna-org:device-1-0.",
- "LabelXDlnaDoc": "X-DLNA Doc:",
- "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el namespace urn:schemas-dlna-org:device-1-0.",
- "LabelSonyAggregationFlags": "Banderas de agregaci\u00f3n Sony:",
- "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el namespace urn:schemas-sonycom:av",
- "LabelTranscodingContainer": "Contenedor:",
- "LabelTranscodingVideoCodec": "Codec de video:",
- "LabelTranscodingVideoProfile": "Perfil de video:",
- "LabelTranscodingAudioCodec": "Codec de audio:",
- "OptionEnableM2tsMode": "Habilitar modo M2ts:",
- "OptionEnableM2tsModeHelp": "Habilita el modo m2ts cuando se codifican mpegs.",
- "OptionEstimateContentLength": "Estimar la duraci\u00f3n del contenido cuando se transcodifica",
- "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que el servidor soporta busqueda de bytes al transcodificar",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es requerido para algunos dispositivos que no pueden hacer b\u00fasquedas por tiempo muy bien.",
- "HeaderSubtitleDownloadingHelp": "Cuando Media Browser examina sus archivos de video puede buscar los subt\u00edtulos faltantes, y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Descargar subt\u00edtulos para:",
- "MessageNoChapterProviders": "Instale un complemento proveedor de cap\u00edtulos como ChapterDb para habilitar opciones adicionales de cap\u00edtulos.",
- "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
- "LabelSkipIfGraphicalSubsPresentHelp": "Mantener versiones de texto de los subt\u00edtulos resultar\u00e1 en una entrega m\u00e1s eficiente para clientes m\u00f3viles.",
- "TabSubtitles": "Subt\u00edtulos",
- "TabChapters": "Cap\u00edtulos",
- "HeaderDownloadChaptersFor": "Descargar nombres de cap\u00edtulos para:",
- "LabelOpenSubtitlesUsername": "Nombre de usuario de Open Subtitles:",
- "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
- "HeaderChapterDownloadingHelp": "Cuando Media Browser analiza sus archivos de video puede descargar nombres amigables de cap\u00edtulos desde el Internet usando complementos de cap\u00edtulos como ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
- "LabelSubtitlePlaybackMode": "Modo de subt\u00edtulo:",
- "LabelDownloadLanguages": "Descargar lenguajes:",
- "ButtonRegister": "Registrar",
- "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el lenguaje de descarga",
- "LabelSkipIfAudioTrackPresentHelp": "Desactive esto para asegurar que todos los videos tengan subt\u00edtulos, independientemente del lenguaje del audio.",
- "HeaderSendMessage": "Enviar Mensaje",
- "ButtonSend": "Enviar",
- "LabelMessageText": "Texto del Mensaje:",
- "MessageNoAvailablePlugins": "No hay complementos disponibles.",
- "LabelDisplayPluginsFor": "Desplegar complementos para:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Nombre del episodio",
- "LabelSeriesNamePlain": "Nombre de la serie",
- "ValueSeriesNamePeriod": "Nombre.serie",
- "ValueSeriesNameUnderscore": "Nombre_serie",
- "ValueEpisodeNamePeriod": "Nombre del episodio",
- "ValueEpisodeNameUnderscore": "Nombre_episodio",
- "LabelSeasonNumberPlain": "N\u00famero de temporada",
- "LabelEpisodeNumberPlain": "N\u00famero de episodio",
- "LabelEndingEpisodeNumberPlain": "N\u00famero del episodio final",
- "HeaderTypeText": "Capturar Texto",
- "LabelTypeText": "Texto",
- "HeaderSearchForSubtitles": "Buscar Subtitulos",
- "MessageNoSubtitleSearchResultsFound": "No se encontraron resultados en la b\u00fasqueda.",
- "TabDisplay": "Pantalla",
- "TabLanguages": "Idiomas",
- "TabWebClient": "Cliente Web",
- "LabelEnableThemeSongs": "Habilitar canciones de tema",
- "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
- "LabelEnableThemeSongsHelp": "Al activarse, las canciones de tema ser\u00e1n reproducidas en segundo plano mientras se navega en la biblioteca.",
- "LabelEnableBackdropsHelp": "Al activarse, las im\u00e1genes de fondo ser\u00e1n mostradas en el fondo de algunas paginas mientras se navega en la biblioteca.",
- "HeaderHomePage": "P\u00e1gina de Inicio",
- "HeaderSettingsForThisDevice": "Configuraci\u00f3n de Este Dispositivo",
- "OptionAuto": "Autom\u00e1tico",
- "OptionYes": "Si",
- "OptionNo": "No",
- "HeaderOptions": "Opciones",
- "HeaderIdentificationResult": "Resultado de la Identificaci\u00f3n",
- "LabelHomePageSection1": "Pagina de Inicio secci\u00f3n uno:",
- "LabelHomePageSection2": "Pagina de Inicio secci\u00f3n dos:",
- "LabelHomePageSection3": "Pagina de Inicio secci\u00f3n tres:",
- "LabelHomePageSection4": "Pagina de Inicio secci\u00f3n cuatro:",
- "OptionMyViewsButtons": "Mis vistas (botones)",
- "OptionMyViews": "Mis vistas",
- "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
- "OptionResumablemedia": "Continuar",
- "OptionLatestMedia": "Medios recientes",
- "OptionLatestChannelMedia": "Elementos recientes de canales",
- "HeaderLatestChannelItems": "Elementos Recientes de Canales",
- "OptionNone": "Ninguno",
- "HeaderLiveTv": "TV en Vivo",
- "HeaderReports": "Reportes",
- "HeaderMetadataManager": "Administrador de Metadatos",
- "HeaderPreferences": "Preferencias",
- "MessageLoadingChannels": "Cargando contenidos del canal...",
- "MessageLoadingContent": "Cargando contenido...",
- "ButtonMarkRead": "Marcar como Le\u00eddo",
- "OptionDefaultSort": "Por defecto",
- "OptionCommunityMostWatchedSort": "M\u00e1s Visto",
- "TabNextUp": "A Continuaci\u00f3n",
- "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles en este momento. Comienza a ver y a calificar tus pel\u00edculas, y regresa para ver tus recomendaciones.",
- "MessageNoCollectionsAvailable": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de Pel\u00edculas, Series, \u00c1lbums, Libros y Juegos. Haga clic en el bot\u00f3n + para iniciar la creaci\u00f3n de Colecciones.",
- "MessageNoPlaylistsAvailable": "Las listas de reproducci\u00f3n le permiten crear listas de contenidos a ser reproducidos de manera consecutiva. Para a\u00f1adir \u00edtems a una lista de reproducci\u00f3n, haga clic derecho o seleccione y mantenga, despu\u00e9s seleccione A\u00f1adir a Lista de Reproducci\u00f3n.",
- "MessageNoPlaylistItemsAvailable": "Esta lista de reproducci\u00f3n se encuentra vac\u00eda.",
- "ButtonDismiss": "Descartar",
- "ButtonEditOtherUserPreferences": "Editar la contrase\u00f1a y preferencias personales de este perfil de usuario.",
- "LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
- "LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
- "OptionBestAvailableStreamQuality": "La mejor disponible",
- "LabelEnableChannelContentDownloadingFor": "Habilitar descarga de contenidos del canal para:",
- "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan la descarga de contenido previo a su despliegue. Habilite esto en ambientes de ancho de banda limitados para descargar contenido del canal en horarios no pico. El contenido es descargado como parte de la tarea programada para descarga del canal.",
- "LabelChannelDownloadPath": "Ruta de descarga de contenido del canal:",
- "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada para descargas si as\u00ed lo desea. D\u00e9jelo vac\u00edo para descargar a una carpeta de datos interna del programa.",
- "LabelChannelDownloadAge": "Eliminar contenido despu\u00e9s de: (d\u00edas)",
- "LabelChannelDownloadAgeHelp": "El contenido descargado anterior a esto ser\u00e1 eliminado. Permanecer\u00e1 reproducible via transmisi\u00f3n en tiempo real por Internet.",
- "ChannelSettingsFormHelp": "Instale canales tales como Avances y Vimeo desde el cat\u00e1logo de complementos.",
- "LabelSelectCollection": "Elegir colecci\u00f3n:",
- "ButtonOptions": "Opciones",
- "ViewTypeMovies": "Pel\u00edculas",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Juegos",
- "ViewTypeMusic": "M\u00fasica",
- "ViewTypeMusicGenres": "G\u00e9neros",
- "ViewTypeMusicArtists": "Artistas",
- "ViewTypeBoxSets": "Colecciones",
- "ViewTypeChannels": "Canales",
- "ViewTypeLiveTV": "TV en Vivo",
- "ViewTypeLiveTvNowPlaying": "Transmiti\u00e9ndose",
- "ViewTypeLatestGames": "Juegos Recientes",
- "ViewTypeRecentlyPlayedGames": "Reproducido Reci\u00e9ntemente",
- "ViewTypeGameFavorites": "Favoritos",
- "ViewTypeGameSystems": "Sistemas de Juego",
- "ViewTypeGameGenres": "G\u00e9neros",
- "ViewTypeTvResume": "Continuar",
- "ViewTypeTvNextUp": "Siguiente",
- "ViewTypeTvLatest": "Recientes",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "G\u00e9neros",
- "ViewTypeTvFavoriteSeries": "Series Favoritas",
- "ViewTypeTvFavoriteEpisodes": "Episodios Favoritos",
- "ViewTypeMovieResume": "Continuar",
- "ViewTypeMovieLatest": "Recientes",
- "ViewTypeMovieMovies": "Pel\u00edculas",
- "ViewTypeMovieCollections": "Colecciones",
- "ViewTypeMovieFavorites": "Favoritos",
- "ViewTypeMovieGenres": "G\u00e9neros",
- "ViewTypeMusicLatest": "Recientes",
- "ViewTypeMusicAlbums": "\u00c1lbums",
- "ViewTypeMusicAlbumArtists": "Artistas del \u00c1lbum",
- "HeaderOtherDisplaySettings": "Configuraci\u00f3n de Pantalla",
- "ViewTypeMusicSongs": "Canciones",
- "ViewTypeMusicFavorites": "Favoritos",
- "ViewTypeMusicFavoriteAlbums": "\u00c1lbums Favoritos",
- "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
- "ViewTypeMusicFavoriteSongs": "Canciones Favoritas",
- "HeaderMyViews": "Mis Vistas",
- "LabelSelectFolderGroups": "Agrupar autom\u00e1ticamente el contenido de las siguientes carpetas en vistas tales como Pel\u00edculas, M\u00fasica y TV:",
- "LabelSelectFolderGroupsHelp": "Las carpetas sin marcar ser\u00e1n desplegadas individualmente en su propia vista.",
- "OptionDisplayAdultContent": "Desplegar contenido para Adultos",
- "OptionLibraryFolders": "Carpetas de medios",
- "TitleRemoteControl": "Control Remoto",
- "OptionLatestTvRecordings": "Grabaciones recientes",
- "LabelProtocolInfo": "Informaci\u00f3n del protocolo:",
- "LabelProtocolInfoHelp": "El valor que ser\u00e1 utilizado cuando se responde a solicitudes GetProtocolInfo desde el dispositivo.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser incluye soporte nativo para metadados NFO e im\u00e1genes de Kodi. Para activar o desactivar metadatos de Kodi, utilice la pesta\u00f1a Avanzado para configurar opciones para sus tipos de medios.",
- "LabelKodiMetadataUser": "Sincronizar informaci\u00f3n de vistos a nfo's para:",
- "LabelKodiMetadataUserHelp": "Habilitar esto para mantener monitoreo de datos en sincron\u00eda entre Media Browser y Kodi.",
- "LabelKodiMetadataDateFormat": "Formato de fecha de estreno:",
- "LabelKodiMetadataDateFormatHelp": "Todas las fechas en los nfo\u00b4s ser\u00e1n le\u00eddas y escritas utilizando este formato.",
- "LabelKodiMetadataSaveImagePaths": "Guardar trayectorias de im\u00e1genes en los archivos nfo",
- "LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tiene nombres de imagenes que no se ajustan a los lineamientos de Kodi.",
- "LabelKodiMetadataEnablePathSubstitution": "Habilitar sustituci\u00f3n de trayectorias",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Habilita la sustituci\u00f3n de trayectorias de im\u00e1genes usando la configuraci\u00f3n de sustituci\u00f3n de trayectorias del servidor.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver sustituci\u00f3n de trayectoras.",
- "LabelGroupChannelsIntoViews": "Desplegar los siguientes canales directamente en mis vistas:",
- "LabelGroupChannelsIntoViewsHelp": "Al activarse, estos canales ser\u00e1n desplegados directamente junto con otras vistas. Si permanecen deshabilitados, ser\u00e1n desplegados dentro de una vista independiente de Canales.",
- "LabelDisplayCollectionsView": "Desplegar una vista de colecciones para mostrar las colecciones de pel\u00edculas",
- "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart en extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "Cuando se descargan im\u00e1genes pueden ser almacenadas tanto en extrafanart como extrathumb para maximizar la compatibilidad con skins de Kodi.",
- "TabServices": "Servicios",
- "TabLogs": "Bit\u00e1coras",
- "HeaderServerLogFiles": "Archivos de registro del servidor:",
- "TabBranding": "Establecer Marca",
- "HeaderBrandingHelp": "Personaliza la apariencia de Media Browser para ajustarla a las necesidades de tu grupo u organizaci\u00f3n.",
- "LabelLoginDisclaimer": "Aviso de Inicio de Sesi\u00f3n:",
- "LabelLoginDisclaimerHelp": "Esto se mostrara al final de la pagina de inicio de sesi\u00f3n.",
- "LabelAutomaticallyDonate": "Donar autom\u00e1ticamente este monto cada mes",
- "LabelAutomaticallyDonateHelp": "Puedes cancelarlo en cualquier momento por medio de tu cuenta PayPal.",
- "OptionList": "Lista",
- "TabDashboard": "Panel de Control",
- "TitleServer": "Servidor",
- "LabelCache": "Cach\u00e9:",
- "LabelLogs": "Bit\u00e1coras:",
- "LabelMetadata": "Metadatos:",
- "LabelImagesByName": "Im\u00e1genes por nombre:",
- "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
- "HeaderLatestMusic": "M\u00fasica Reciente",
- "HeaderBranding": "Establecer Marca",
- "HeaderApiKeys": "Llaves de API",
- "HeaderApiKeysHelp": "Las aplicaciones externas requieren de una llave de API para comunicarse con Media Browser. Las llaves son otorgadas al iniciar sesi\u00f3n con una cuenta de Media Browser; o bien, otorgando manualmente una llave a la aplicaci\u00f3n.",
- "HeaderApiKey": "Llave de API",
- "HeaderApp": "App",
- "HeaderDevice": "Dispositivo",
- "HeaderUser": "Usuario",
- "HeaderDateIssued": "Fecha de Emisi\u00f3n",
- "LabelChapterName": "Cap\u00edtulo {0}",
- "HeaderNewApiKey": "Nueva llave de API",
- "LabelAppName": "Nombre del App",
- "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Otorgar persmiso a una aplicaci\u00f3n para comunicarse con Media Browser.",
- "HeaderHttpHeaders": "Encabezados Http",
- "HeaderIdentificationHeader": "Encabezado de Identificaci\u00f3n",
- "LabelValue": "Valor:",
- "LabelMatchType": "Tipo de Coincidencia:",
- "OptionEquals": "Igual a",
- "OptionRegex": "Regex",
- "OptionSubstring": "Subcadena",
- "TabView": "Vista",
- "TabSort": "Ordenaci\u00f3n",
- "TabFilter": "Filtro",
- "ButtonView": "Vista",
- "LabelPageSize": "Cantidad de \u00cdtems:",
- "LabelPath": "Trayectoria:",
- "LabelView": "Vista:",
- "TabUsers": "Usuarios",
- "LabelSortName": "Nombre para ordenar:",
- "LabelDateAdded": "Fecha de adici\u00f3n:",
- "HeaderFeatures": "Caracter\u00edsticas",
- "HeaderAdvanced": "Avanzado",
- "ButtonSync": "SInc",
- "TabScheduledTasks": "Tareas Programadas",
- "HeaderChapters": "Cap\u00edtulos",
- "HeaderResumeSettings": "Configuraci\u00f3n para Continuar",
- "TabSync": "Sinc",
- "TitleUsers": "Usuarios",
- "LabelProtocol": "Protocolo:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Transmisi\u00f3n en vivo por Http",
- "LabelContext": "Contexto:",
- "OptionContextStreaming": "Transmisi\u00f3n",
- "OptionContextStatic": "Sinc.",
- "ButtonAddToPlaylist": "A\u00f1adir a lista de reproducci\u00f3n",
- "TabPlaylists": "Listas de reproducci\u00f3n",
- "ButtonClose": "Cerrar",
- "LabelAllLanguages": "Todos los lenguajes",
- "HeaderBrowseOnlineImages": "Buscar Im\u00e1genes en L\u00ednea",
- "LabelSource": "Fuente:",
- "OptionAll": "Todos",
- "LabelImage": "Im\u00e1gen:",
- "ButtonBrowseImages": "Buscar im\u00e1genes",
- "HeaderImages": "Im\u00e1genes",
- "HeaderBackdrops": "Im\u00e1genes de fondo",
- "HeaderScreenshots": "Capturas de pantalla",
- "HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen",
- "LabelJpgPngOnly": "JPG\/PNG solamente",
- "LabelImageType": "Tipo de Im\u00e1gen:",
- "OptionPrimary": "Principal",
- "OptionArt": "Arte",
- "OptionBox": "Caja",
- "OptionBoxRear": "Reverso de caja",
- "OptionDisc": "Disco",
- "OptionLogo": "Logotipo",
- "OptionMenu": "Men\u00fa",
- "OptionScreenshot": "Captura de pantalla",
- "OptionLocked": "Bloqueado",
- "OptionUnidentified": "No Identificado",
- "OptionMissingParentalRating": "Falta clasificaci\u00f3n parental",
- "OptionStub": "Plantilla",
- "HeaderEpisodes": "Episodios:",
- "OptionSeason0": "Temporada 0",
- "LabelReport": "Reporte:",
- "OptionReportSongs": "Canciones",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Temporadas",
- "OptionReportTrailers": "Avances",
- "OptionReportMusicVideos": "Videos Musicales",
- "OptionReportMovies": "Pel\u00edculas",
- "OptionReportHomeVideos": "Videos caseros",
- "OptionReportGames": "Juegos",
- "OptionReportEpisodes": "Episodios",
- "OptionReportCollections": "Colecciones",
- "OptionReportBooks": "Libros",
- "OptionReportArtists": "Artistas",
- "OptionReportAlbums": "\u00c1lbums",
- "OptionReportAdultVideos": "Videos para Adultos",
- "ButtonMore": "M\u00e1s",
- "HeaderActivity": "Actividad",
- "ScheduledTaskStartedWithName": "{0} Iniciado",
- "ScheduledTaskCancelledWithName": "{0} fue cancelado",
- "ScheduledTaskCompletedWithName": "{0} completado",
- "ScheduledTaskFailed": "Tarea programada completada",
- "PluginInstalledWithName": "{0} fue instalado",
- "PluginUpdatedWithName": "{0} fue actualizado",
- "PluginUninstalledWithName": "{0} fue desinstalado",
- "ScheduledTaskFailedWithName": "{0} fall\u00f3",
- "ItemAddedWithName": "{0} fue agregado a la biblioteca",
- "ItemRemovedWithName": "{0} fue removido de la biblioteca",
- "DeviceOnlineWithName": "{0} est\u00e1 conectado",
- "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
- "DeviceOfflineWithName": "{0} se ha desconectado",
- "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
- "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
- "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
- "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
- "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
- "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
- "UserCreatedWithName": "Se ha creado el usuario {0}",
- "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
- "UserDeletedWithName": "Se ha eliminado al usuario {0}",
- "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
- "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
- "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
- "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
- "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
- "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
- "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
- "AppDeviceValues": "App: {0}, Dispositivo: {1}",
- "ProviderValue": "Proveedor: {0}",
- "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
- "HeaderRecentActivity": "Actividad Reciente",
- "HeaderPeople": "Personas",
- "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
- "OptionComposers": "Compositores",
- "OptionOthers": "Otros",
- "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
- "ViewTypeFolders": "Carpetas",
- "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
- "ViewTypeLiveTvRecordingGroups": "Grabaciones",
- "ViewTypeLiveTvChannels": "Canales",
- "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
- "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
- "HeaderPassword": "Contrase\u00f1a",
- "HeaderLocalAccess": "Acceso Local",
- "HeaderViewOrder": "Orden de Despliegue",
- "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
- "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
- "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
- "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
- "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
- "OptionRefreshAllData": "Actualizar todos los metadatos",
- "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
- "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
- "HeaderRefreshMetadata": "Actualizar Metadatos",
- "HeaderPersonInfo": "Info de la Persona",
- "HeaderIdentifyItem": "Identificar \u00cdtem",
- "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
- "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
- "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
- "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
- "ButtonIdentify": "Identificar",
- "LabelAlbumArtist": "Artista del \u00e1lbum:",
- "LabelAlbum": "\u00c1lbum",
- "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
- "LabelVoteCount": "Cantidad de votos:",
- "LabelMetascore": "Metaescore:",
- "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
- "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
- "LabelAwardSummary": "Res\u00famen de premios:",
- "LabelWebsite": "Sitio web:",
- "LabelTagline": "Eslogan",
- "LabelOverview": "Sinopsis:",
- "LabelShortOverview": "Sinopsis corta:",
- "LabelReleaseDate": "Fecha de estreno:",
- "LabelYear": "A\u00f1o:",
- "LabelPlaceOfBirth": "Lugar de nacimiento:",
- "LabelEndDate": "Fecha de Fin:",
- "LabelAirDate": "D\u00edas al aire:",
- "LabelAirTime:": "Tiempo al \u00e1ire:",
- "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
- "LabelParentalRating": "Calificaci\u00f3n parental:",
- "LabelCustomRating": "Calificaci\u00f3n personalizada:",
- "LabelBudget": "Presupuesto",
- "LabelRevenue": "Ingresos ($):",
- "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
- "LabelPlayers": "Jugadores:",
- "Label3DFormat": "Formato 3D:",
- "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
- "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
- "HeaderExternalIds": "Id\u00b4s Externos:",
- "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
- "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
- "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
- "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
- "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
- "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
- "LabelTreatImageAs": "Tratar imagen como:",
- "LabelDisplayOrder": "Ordenamiento de despliegue:",
- "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
- "HeaderCountries": "Pa\u00edses",
- "HeaderGenres": "G\u00e9neros",
- "HeaderPlotKeywords": "Palabras clave de la Trama",
- "HeaderStudios": "Estudios",
- "HeaderTags": "Etiquetas",
- "HeaderMetadataSettings": "Configuraciones de los metadatos",
- "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
- "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
- "TabDonate": "Donar",
- "HeaderDonationType": "Tipo de Donaci\u00f3n:",
- "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
- "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
- "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
- "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
- "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
- "OptionNoTrailer": "Sin Avance",
- "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
- "OptionNoThemeVideo": "Sin Video del Tema",
- "LabelOneTimeDonationAmount": "Cantidad a donar:",
- "ButtonDonate": "Donar",
- "OptionActor": "Actor",
- "OptionComposer": "Compositor",
- "OptionDirector": "Director",
- "OptionGuestStar": "Estrella invitada",
- "OptionProducer": "Productor",
- "OptionWriter": "Escritor",
- "LabelAirDays": "Se emite los d\u00edas:",
- "LabelAirTime": "Duraci\u00f3n:",
- "HeaderMediaInfo": "Info del Medio",
- "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
- "HeaderInstall": "Instalar",
- "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
- "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
- "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
- "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
- "HeaderReviews": "Rese\u00f1as",
- "HeaderDeveloperInfo": "Info del desarrollador",
- "HeaderRevisionHistory": "Historial de Versiones",
- "ButtonViewWebsite": "Ver sitio web",
- "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
- "HeaderXmlSettings": "Configuraci\u00f3n XML",
- "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
- "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
- "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
- "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
- "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
- "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
- "LabelConnectGuestUserName": "Su nombre de usuario de Media Browser o direcci\u00f3n de correo electr\u00f3nico:",
- "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
- "LabelConnectUserNameHelp": "Conectar este usuario a una cuenta de Media Browser para habilitar un un inicio de sesi\u00f3n simplificado de Media Browser en cualquier aplicaci\u00f3n sin tener que conocer la direcci\u00f3n IP del servidor.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
- "LabelExternalPlayers": "Reproductores Externos:",
- "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
- "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
- "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
- "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
- "LabelFormat": "Formato:",
- "LabelMethod": "M\u00e9todo:",
- "LabelDidlMode": "Modo DIDL:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "Elemento res",
- "OptionEmbedSubtitles": "Embeber dentro del contenedor",
- "OptionExternallyDownloaded": "Descarga externa",
- "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
- "LabelSubtitleFormatHelp": "Ejemplo: srt",
- "ButtonLearnMore": "Aprenda m\u00e1s",
- "TabPlayback": "Reproducci\u00f3n",
- "HeaderTrailersAndExtras": "Avances & Extras",
- "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
- "HeaderLanguagePreferences": "Preferencias de Lenguaje",
- "TabCinemaMode": "Modo Cine",
- "TitlePlayback": "Reproducci\u00f3n",
- "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
- "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
- "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
- "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
- "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
- "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
- "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
- "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
- "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
- "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
- "ValueSpecialEpisodeName": "Especial: {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
- "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
- "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
- "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
- "LabelEnableCinemaMode": "Activar modo cine",
- "HeaderCinemaMode": "Modo cine",
- "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
- "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
- "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
- "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
- "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
- "TitleDevices": "Dispositivos",
- "TabCameraUpload": "Subir desde la C\u00e1mara",
- "TabDevices": "Dispositivos",
- "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
- "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subir desde la c\u00e1mara.",
- "LabelCameraUploadPath": "Ruta para subir desde la c\u00e1mara:",
- "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada de subida. Si no se especifica, una carpeta por omisi\u00f3n ser\u00e1 usada. Si usa una trayectoria personalizada, tambi\u00e9n ser\u00e1 necesario a\u00f1adirla en el \u00e1rea de configuraci\u00f3n de la biblioteca.",
- "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
- "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
- "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
- "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
- "HeaderInviteUser": "Invitar Usuario",
- "LabelConnectGuestUserNameHelp": "Este es el nombre de usuario que su amigo utiliza para iniciar sesi\u00f3n en el sitio web de Media Browser, o su cuenta de correo electr\u00f3nico.",
- "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
- "ButtonSendInvitation": "Enviar invitaci\u00f3n",
- "HeaderSignInWithConnect": "Iniciar sesi\u00f3n con Media Browser Connect",
- "HeaderGuests": "Invitados",
- "HeaderLocalUsers": "Usuarios Locales",
- "HeaderPendingInvitations": "Invitaciones Pendientes",
- "TabParentalControl": "Control Parental",
- "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
- "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
- "ButtonAddSchedule": "Agregar Programaci\u00f3n",
- "LabelAccessDay": "D\u00eda de la semana:",
- "LabelAccessStart": "Horario de comienzo:",
- "LabelAccessEnd": "Horario de fin:",
- "HeaderSchedule": "Programacion",
- "OptionEveryday": "Todos los d\u00edas",
- "OptionWeekdays": "D\u00edas de semana",
- "OptionWeekends": "Fines de semana",
- "MessageProfileInfoSynced": "La informaci\u00f3n del perfil de usuario se ha sincronizado con Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Vincular tu cuenta de Media Browser",
- "ButtonTrailerReel": "Carrete de Avances",
- "HeaderTrailerReel": "Carrete de Avances",
- "OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente avances no vistos",
- "HeaderTrailerReelHelp": "Iniciar un carrete de avances para reproducir una lista de reproducci\u00f3n de larga duraci\u00f3n de avances.",
- "MessageNoTrailersFound": "No se encontraron avances. Instale el canal de avances para mejorar su experiencia con pel\u00edculas al agregar una biblioteca de avances desde el Internet.",
- "HeaderNewUsers": "Nuevos Usuarios",
- "ButtonSignUp": "Registrarse",
- "ButtonForgotPassword": "\u00bfOlvidaste la contrase\u00f1a?",
- "OptionDisableUserPreferences": "Desactivar acceso a las preferencias de usuario",
- "OptionDisableUserPreferencesHelp": "Al activarse, s\u00f3lo los administradores podr\u00e1n configurar las im\u00e1genes del perfil del usuario, contrase\u00f1as y preferencias de idioma.",
- "HeaderSelectServer": "Seleccionar Servidor",
- "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si se le ha invitado a compartir un servidor, aseg\u00farese de aceptarlo aqu\u00ed abajo o haciendo clic en la liga del correo electr\u00f3nico.",
- "TitleNewUser": "Nuevo Usuario",
- "ButtonConfigurePassword": "Configura una Contrase\u00f1a",
- "HeaderDashboardUserPassword": "Las contrase\u00f1as de usuario son manejadas dentro de las configuraciones personales de cada perfil de usuario.",
- "HeaderLibraryAccess": "Acceso a la Biblioteca",
- "HeaderChannelAccess": "Acceso a los Canales",
- "HeaderLatestItems": "Elementos Recientes",
- "LabelSelectLastestItemsFolders": "Incluir medios de las siguientes secciones en Elementos Recientes",
- "HeaderShareMediaFolders": "Compartir Carpetas de Medios",
- "MessageGuestSharingPermissionsHelp": "Muchas de las caracter\u00edsticas no est\u00e1n disponibles inicialmente para invitados pero pueden ser activadas conforme se necesiten.",
- "HeaderInvitations": "Invitaciones",
- "LabelForgotPasswordUsernameHelp": "Ingresa tu nombre de usuario, si lo recuerdas.",
- "HeaderForgotPassword": "Contrase\u00f1a Olvidada",
- "TitleForgotPassword": "Contrase\u00f1a Olvidada",
- "TitlePasswordReset": "Restablecer Contrase\u00f1a",
- "LabelPasswordRecoveryPinCode": "C\u00f3digo pin:",
- "HeaderPasswordReset": "Restablecer Contrase\u00f1a",
- "HeaderParentalRatings": "Clasificaci\u00f3n Parental",
- "HeaderVideoTypes": "Tipos de Video",
- "HeaderYears": "A\u00f1os",
- "HeaderAddTag": "Agregar Etiqueta",
- "LabelBlockItemsWithTags": "Bloquear \u00edtems con etiquetas:",
- "LabelTag": "Etiqueta:",
- "LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
- "LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderisaran apropiadamente si hay m\u00faltiples im\u00e1genes incrustadas en el Didl",
- "TabActivity": "Actividad",
- "TitleSync": "Sinc",
- "OptionAllowSyncContent": "Permitir sincronizaci\u00f3n de medios con dispositivos",
- "NameSeasonUnknown": "Temporada Desconocida",
- "NameSeasonNumber": "Temporada {0}",
- "LabelNewUserNameHelp": "Los nombres de usuario pueden contener letras (a-z), n\u00fameros (0-9), guiones (-), guiones bajos (_) y puntos (.)",
- "TabJobs": "Trabajos",
- "TabSyncJobs": "Trabajos de Sinc",
"LabelExit": "Salir",
"LabelVisitCommunity": "Visitar la Comunidad",
"LabelGithub": "Github",
@@ -657,21 +40,21 @@
"OptionIAcceptTermsOfService": "Acepto los t\u00e9rminos del servicio.",
"ButtonPrivacyPolicy": "Pol\u00edtica de privacidad",
"ButtonTermsOfService": "T\u00e9rminos del Servicio",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "HeaderDeveloperOptions": "Opciones de Desarrollador",
+ "OptionEnableWebClientResponseCache": "Habilitar la cache de respuestas del cliente web",
+ "OptionDisableForDevelopmentHelp": "Configuralos como sean necesarios para prop\u00f3sitos de desarrollo en el cliente web.",
+ "OptionEnableWebClientResourceMinification": "Habilitar minificacion de recursos del cliente web",
+ "LabelDashboardSourcePath": "Ruta de origen del cliente web:",
+ "LabelDashboardSourcePathHelp": "Si esta ejecutando el servidor desde la fuente, especifique la ruta de acceso a la carpeta dashboard-ui. Todos los archivos de cliente web ser\u00e1n atendidos desde esta ruta.",
"ButtonOk": "Ok",
"ButtonCancel": "Cancelar",
"ButtonNew": "Nuevo",
"HeaderTV": "TV",
"HeaderAudio": "Audio",
"HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
+ "HeaderPaths": "Rutas",
+ "TitleNotifications": "Notificaciones",
+ "ButtonDonateWithPayPal": "Donar con PayPal",
"OptionDetectArchiveFilesAsMedia": "Detectar archivos comprimidos como medios",
"OptionDetectArchiveFilesAsMediaHelp": "Al habilitarlo, los archivos con extensiones .rar y .zip ser\u00e1n detectados como archivos de medios.",
"LabelEnterConnectUserName": "Nombre de usuario o correo:",
@@ -689,7 +72,7 @@
"FolderTypeTvShows": "TV",
"FolderTypeInherit": "Heredar",
"LabelContentType": "Tipo de Contenido:",
- "TitleScheduledTasks": "Scheduled Tasks",
+ "TitleScheduledTasks": "Tareas Programadas",
"HeaderSetupLibrary": "Configurar su biblioteca de medios",
"ButtonAddMediaFolder": "Agregar carpeta de medios",
"LabelFolderType": "Tipo de carpeta:",
@@ -1130,23 +513,23 @@
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias",
"OptionSearchForInternetMetadata": "Buscar en internet ilustraciones y metadatos",
"ButtonCreate": "Crear",
- "LabelLocalHttpServerPortNumber": "N\u00famero de puerto local:",
+ "LabelCustomCss": "css personalizado:",
+ "LabelCustomCssHelp": "Aplicar tu propia css personalizada a la interfaz web.",
+ "LabelLocalHttpServerPortNumber": "Numero de puerto http local:",
"LabelLocalHttpServerPortNumberHelp": "El n\u00famero de puerto TCP con el que el servidor de HTTP de Media Browser deber\u00e1 vincularse",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
+ "LabelPublicHttpPort": "Numero de puerto http publico:",
+ "LabelPublicHttpPortHelp": "El numero de puerto que debe ser mapeado a el puerto http local.",
+ "LabelPublicHttpsPort": "Numero de puerto https publico:",
+ "LabelPublicHttpsPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 ser mapeado al puerto local de https.",
+ "LabelEnableHttps": "Reportar https como una direcci\u00f3n externa",
+ "LabelEnableHttpsHelp": "Si se habilita, el servidor reportara a los clientes una url https como su direcci\u00f3n externa. Esto podr\u00eda inutilizar a los clientes que aun no soporten https.",
+ "LabelHttpsPort": "Numero de puerto https local:",
+ "LabelHttpsPortHelp": "El n\u00famero de puerto tcp con el que el servidor https de Media Browser se encontrar\u00e1 enlazado.",
"LabelWebSocketPortNumber": "N\u00famero de puerto WebSocket:",
"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.",
+ "LabelExternalDDNS": "Direcci\u00f3n WAN externa:",
+ "LabelExternalDDNSHelp": "Si usted cuenta con un DNS din\u00e1mico ingr\u00e9selo aqu\u00ed. Las apps de Media Browser lo usar\u00e1n cuando se conecten de manera remota. D\u00e9jelo vac\u00edo para detecci\u00f3n autom\u00e1tica.",
"TabResume": "Continuar",
"TabWeather": "El tiempo",
"TitleAppSettings": "Configuraci\u00f3n de la App",
@@ -1214,7 +597,7 @@
"ButtonRestart": "Reiniciar",
"ButtonShutdown": "Apagar",
"ButtonUpdateNow": "Actualizar Ahora",
- "TabHosting": "Hosting",
+ "TabHosting": "Hospedaje",
"PleaseUpdateManually": "Por favor apague el servidor y actualice manualmente.",
"NewServerVersionAvailable": "\u00a1Hay disponible una nueva versi\u00f3n de Media Browser Server!",
"ServerUpToDate": "Media Browser Server est\u00e1 actualizado",
@@ -1340,5 +723,620 @@
"LabelPersonRoleHelp": "El Rol generalmente solo aplica a actores.",
"LabelProfileContainer": "Contenedor:",
"LabelProfileVideoCodecs": "Codecs de Video:",
- "LabelProfileAudioCodecs": "Codecs de Audio:"
+ "LabelProfileAudioCodecs": "Codecs de Audio:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Perfil de Reproducci\u00f3n Directa",
+ "HeaderTranscodingProfile": "Perfil de Transcodificaci\u00f3n",
+ "HeaderCodecProfile": "Perfil de Codecs",
+ "HeaderCodecProfileHelp": "Los perfiles de codificaci\u00f3n indican las limitaciones de un dispositivo al reproducir con codecs espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el codec ha sido configurado para reproduci\u00f3n directa.",
+ "HeaderContainerProfile": "Perfil del Contenedor",
+ "HeaderContainerProfileHelp": "Los perfiles de contenedor indican las limitaciones de un dispositivo al reproducir formatos espec\u00edficos. Si aplica una limitaci\u00f3n el medio ser\u00e1 transcodificado, a\u00fan si el formato ha sifo configurado para reproducci\u00f3n directa.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Audio del Video",
+ "OptionProfilePhoto": "Foto",
+ "LabelUserLibrary": "Biblioteca del Usuario:",
+ "LabelUserLibraryHelp": "Seleccione la biblioteca de usuario a desplegar en el dispositivo. Deje vac\u00edo para heredar la configuraci\u00f3n por defecto.",
+ "OptionPlainStorageFolders": "Desplegar todas las carpetas como carpetas de almacenamiento simples.",
+ "OptionPlainStorageFoldersHelp": "Si se habilita, todos las carpetas ser\u00e1n representadas en DIDL como \"object.container.storageFolder\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Desplegar todos los videos como elemenos de video simples",
+ "OptionPlainVideoItemsHelp": "Se se habilita, todos los videos ser\u00e1n representados en DIDL como \"object.item.videoItem\" en lugar de un tipo m\u00e1s espec\u00edfico, como \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Tipos de Medios Soportados:",
+ "TabIdentification": "Identificaci\u00f3n",
+ "HeaderIdentification": "Identificaci\u00f3n",
+ "TabDirectPlay": "Reproducci\u00f3n Directa",
+ "TabContainers": "Contenedores",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Respuestas",
+ "HeaderProfileInformation": "Informaci\u00f3n de Perfil",
+ "LabelEmbedAlbumArtDidl": "Incrustar arte del \u00e1lbum en DIDL",
+ "LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este m\u00e9todo para obtener arte del \u00e1lbum. Otros podr\u00edan fallar al reproducir con esta opci\u00f3n habilitada.",
+ "LabelAlbumArtPN": "PN para arte del \u00e1lbum:",
+ "LabelAlbumArtHelp": "PN usado para arte del \u00e1lbum, dento del atributo dlna:profileID en upnp:albumArtURI. Algunos clientes requeren valores espec\u00edficos, independientemente del tama\u00f1o de la imagen.",
+ "LabelAlbumArtMaxWidth": "Ancho m\u00e1ximo para arte del \u00e1lbum:",
+ "LabelAlbumArtMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Altura m\u00e1xima para arte del \u00e1lbum:",
+ "LabelAlbumArtMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para arte del album expuesta via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Ancho m\u00e1ximo de \u00efcono:",
+ "LabelIconMaxWidthHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
+ "LabelIconMaxHeight": "Altura m\u00e1xima de \u00efcono:",
+ "LabelIconMaxHeightHelp": "M\u00e1xima resoluci\u00f3n para iconos expuesta via upnp:icon.",
+ "LabelIdentificationFieldHelp": "Una subcadena insensible a la diferencia entre min\u00fasculas y may\u00fasculas o expresi\u00f3n regex.",
+ "HeaderProfileServerSettingsHelp": "Estos valores controlan la manera en que Media Browser se presentar\u00e1 a s\u00ed mismo ante el dispositivo.",
+ "LabelMaxBitrate": "Tasa de bits m\u00e1xima:",
+ "LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.",
+ "LabelMaxStreamingBitrate": "Tasa de bits m\u00e1xima para transmisi\u00f3n:",
+ "LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
+ "LabelMaxStaticBitrate": "Tasa m\u00e1xima de bits de sinc",
+ "LabelMaxStaticBitrateHelp": "Especifique una tasa de bits cuando al sincronizar contenido en alta calidad.",
+ "LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
+ "LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
+ "LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Especifique la tasa de bits m\u00e1xima al transferir musica en tiempo real",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignorar solicitudes de transcodificaci\u00f3n de rango de byte.",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "Si se habilita, estas solicitudes seran honradas pero se ignorar\u00e1 el encabezado de rango de byte.",
+ "LabelFriendlyName": "Nombre amistoso:",
+ "LabelManufacturer": "Fabricante:",
+ "LabelManufacturerUrl": "URL del fabricante:",
+ "LabelModelName": "Nombre del modelo:",
+ "LabelModelNumber": "N\u00famero del modelo:",
+ "LabelModelDescription": "Descripci\u00f3n del modelo:",
+ "LabelModelUrl": "URL del modelo:",
+ "LabelSerialNumber": "N\u00famero de serie:",
+ "LabelDeviceDescription": "Descripci\u00f3n del dispositivo",
+ "HeaderIdentificationCriteriaHelp": "Capture, al menos, un criterio de identificaci\u00f3n.",
+ "HeaderDirectPlayProfileHelp": "Agregue perfiles de reproducci\u00f3n directa para indicar que formatos puede manejar el dispositivo de manera nativa.",
+ "HeaderTranscodingProfileHelp": "Agruegue perfiles de transcodificaci\u00f3n para indicar que formatos deben ser usados cuando se requiera transcodificar.",
+ "HeaderResponseProfileHelp": "Los perfiles de respuesta proporcionan un medio para personalizar la informaci\u00f3n enviada a un dispositivo cuando se reproducen ciertos tipos de medios.",
+ "LabelXDlnaCap": "X-DLNA cap:",
+ "LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el namespace urn:schemas-dlna-org:device-1-0.",
+ "LabelXDlnaDoc": "X-DLNA Doc:",
+ "LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el namespace urn:schemas-dlna-org:device-1-0.",
+ "LabelSonyAggregationFlags": "Banderas de agregaci\u00f3n Sony:",
+ "LabelSonyAggregationFlagsHelp": "Determina el contenido del elemento aggregationFlags en el namespace urn:schemas-sonycom:av",
+ "LabelTranscodingContainer": "Contenedor:",
+ "LabelTranscodingVideoCodec": "Codec de video:",
+ "LabelTranscodingVideoProfile": "Perfil de video:",
+ "LabelTranscodingAudioCodec": "Codec de audio:",
+ "OptionEnableM2tsMode": "Habilitar modo M2ts:",
+ "OptionEnableM2tsModeHelp": "Habilita el modo m2ts cuando se codifican mpegs.",
+ "OptionEstimateContentLength": "Estimar la duraci\u00f3n del contenido cuando se transcodifica",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que el servidor soporta busqueda de bytes al transcodificar",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "Esto es requerido para algunos dispositivos que no pueden hacer b\u00fasquedas por tiempo muy bien.",
+ "HeaderSubtitleDownloadingHelp": "Cuando Media Browser examina sus archivos de video puede buscar los subt\u00edtulos faltantes, y descargarlos usando un proveedor de subt\u00edtulos como OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Descargar subt\u00edtulos para:",
+ "MessageNoChapterProviders": "Instale un complemento proveedor de cap\u00edtulos como ChapterDb para habilitar opciones adicionales de cap\u00edtulos.",
+ "LabelSkipIfGraphicalSubsPresent": "Omitir si el video ya contiene subt\u00edtulos gr\u00e1ficos",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Mantener versiones de texto de los subt\u00edtulos resultar\u00e1 en una entrega m\u00e1s eficiente para clientes m\u00f3viles.",
+ "TabSubtitles": "Subt\u00edtulos",
+ "TabChapters": "Cap\u00edtulos",
+ "HeaderDownloadChaptersFor": "Descargar nombres de cap\u00edtulos para:",
+ "LabelOpenSubtitlesUsername": "Nombre de usuario de Open Subtitles:",
+ "LabelOpenSubtitlesPassword": "Contrase\u00f1a de Open Subtitles:",
+ "HeaderChapterDownloadingHelp": "Cuando Media Browser analiza sus archivos de video puede descargar nombres amigables de cap\u00edtulos desde el Internet usando complementos de cap\u00edtulos como ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
+ "LabelSubtitlePlaybackMode": "Modo de subt\u00edtulo:",
+ "LabelDownloadLanguages": "Descargar lenguajes:",
+ "ButtonRegister": "Registrar",
+ "LabelSkipIfAudioTrackPresent": "Omitir si la pista de audio por defecto coincide con el lenguaje de descarga",
+ "LabelSkipIfAudioTrackPresentHelp": "Desactive esto para asegurar que todos los videos tengan subt\u00edtulos, independientemente del lenguaje del audio.",
+ "HeaderSendMessage": "Enviar Mensaje",
+ "ButtonSend": "Enviar",
+ "LabelMessageText": "Texto del Mensaje:",
+ "MessageNoAvailablePlugins": "No hay complementos disponibles.",
+ "LabelDisplayPluginsFor": "Desplegar complementos para:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Nombre del episodio",
+ "LabelSeriesNamePlain": "Nombre de la serie",
+ "ValueSeriesNamePeriod": "Nombre.serie",
+ "ValueSeriesNameUnderscore": "Nombre_serie",
+ "ValueEpisodeNamePeriod": "Nombre del episodio",
+ "ValueEpisodeNameUnderscore": "Nombre_episodio",
+ "LabelSeasonNumberPlain": "N\u00famero de temporada",
+ "LabelEpisodeNumberPlain": "N\u00famero de episodio",
+ "LabelEndingEpisodeNumberPlain": "N\u00famero del episodio final",
+ "HeaderTypeText": "Capturar Texto",
+ "LabelTypeText": "Texto",
+ "HeaderSearchForSubtitles": "Buscar Subtitulos",
+ "MessageNoSubtitleSearchResultsFound": "No se encontraron resultados en la b\u00fasqueda.",
+ "TabDisplay": "Pantalla",
+ "TabLanguages": "Idiomas",
+ "TabWebClient": "Cliente Web",
+ "LabelEnableThemeSongs": "Habilitar canciones de tema",
+ "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
+ "LabelEnableThemeSongsHelp": "Al activarse, las canciones de tema ser\u00e1n reproducidas en segundo plano mientras se navega en la biblioteca.",
+ "LabelEnableBackdropsHelp": "Al activarse, las im\u00e1genes de fondo ser\u00e1n mostradas en el fondo de algunas paginas mientras se navega en la biblioteca.",
+ "HeaderHomePage": "P\u00e1gina de Inicio",
+ "HeaderSettingsForThisDevice": "Configuraci\u00f3n de Este Dispositivo",
+ "OptionAuto": "Autom\u00e1tico",
+ "OptionYes": "Si",
+ "OptionNo": "No",
+ "HeaderOptions": "Opciones",
+ "HeaderIdentificationResult": "Resultado de la Identificaci\u00f3n",
+ "LabelHomePageSection1": "Pagina de Inicio secci\u00f3n uno:",
+ "LabelHomePageSection2": "Pagina de Inicio secci\u00f3n dos:",
+ "LabelHomePageSection3": "Pagina de Inicio secci\u00f3n tres:",
+ "LabelHomePageSection4": "Pagina de Inicio secci\u00f3n cuatro:",
+ "OptionMyViewsButtons": "Mis vistas (botones)",
+ "OptionMyViews": "Mis vistas",
+ "OptionMyViewsSmall": "Mis vistas (peque\u00f1o)",
+ "OptionResumablemedia": "Continuar",
+ "OptionLatestMedia": "Medios recientes",
+ "OptionLatestChannelMedia": "Elementos recientes de canales",
+ "HeaderLatestChannelItems": "Elementos Recientes de Canales",
+ "OptionNone": "Ninguno",
+ "HeaderLiveTv": "TV en Vivo",
+ "HeaderReports": "Reportes",
+ "HeaderMetadataManager": "Administrador de Metadatos",
+ "HeaderPreferences": "Preferencias",
+ "MessageLoadingChannels": "Cargando contenidos del canal...",
+ "MessageLoadingContent": "Cargando contenido...",
+ "ButtonMarkRead": "Marcar como Le\u00eddo",
+ "OptionDefaultSort": "Por defecto",
+ "OptionCommunityMostWatchedSort": "M\u00e1s Visto",
+ "TabNextUp": "A Continuaci\u00f3n",
+ "MessageNoMovieSuggestionsAvailable": "No hay sugerencias de pel\u00edculas disponibles en este momento. Comienza a ver y a calificar tus pel\u00edculas, y regresa para ver tus recomendaciones.",
+ "MessageNoCollectionsAvailable": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de Pel\u00edculas, Series, \u00c1lbums, Libros y Juegos. Haga clic en el bot\u00f3n + para iniciar la creaci\u00f3n de Colecciones.",
+ "MessageNoPlaylistsAvailable": "Las listas de reproducci\u00f3n le permiten crear listas de contenidos a ser reproducidos de manera consecutiva. Para a\u00f1adir \u00edtems a una lista de reproducci\u00f3n, haga clic derecho o seleccione y mantenga, despu\u00e9s seleccione A\u00f1adir a Lista de Reproducci\u00f3n.",
+ "MessageNoPlaylistItemsAvailable": "Esta lista de reproducci\u00f3n se encuentra vac\u00eda.",
+ "ButtonDismiss": "Descartar",
+ "ButtonEditOtherUserPreferences": "Editar la contrase\u00f1a y preferencias personales de este perfil de usuario.",
+ "LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
+ "LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
+ "OptionBestAvailableStreamQuality": "La mejor disponible",
+ "LabelEnableChannelContentDownloadingFor": "Habilitar descarga de contenidos del canal para:",
+ "LabelEnableChannelContentDownloadingForHelp": "Algunos canales soportan la descarga de contenido previo a su despliegue. Habilite esto en ambientes de ancho de banda limitados para descargar contenido del canal en horarios no pico. El contenido es descargado como parte de la tarea programada para descarga del canal.",
+ "LabelChannelDownloadPath": "Ruta de descarga de contenido del canal:",
+ "LabelChannelDownloadPathHelp": "Especifique una ruta personalizada para descargas si as\u00ed lo desea. D\u00e9jelo vac\u00edo para descargar a una carpeta de datos interna del programa.",
+ "LabelChannelDownloadAge": "Eliminar contenido despu\u00e9s de: (d\u00edas)",
+ "LabelChannelDownloadAgeHelp": "El contenido descargado anterior a esto ser\u00e1 eliminado. Permanecer\u00e1 reproducible via transmisi\u00f3n en tiempo real por Internet.",
+ "ChannelSettingsFormHelp": "Instale canales tales como Avances y Vimeo desde el cat\u00e1logo de complementos.",
+ "LabelSelectCollection": "Elegir colecci\u00f3n:",
+ "ButtonOptions": "Opciones",
+ "ViewTypeMovies": "Pel\u00edculas",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Juegos",
+ "ViewTypeMusic": "M\u00fasica",
+ "ViewTypeMusicGenres": "G\u00e9neros",
+ "ViewTypeMusicArtists": "Artistas",
+ "ViewTypeBoxSets": "Colecciones",
+ "ViewTypeChannels": "Canales",
+ "ViewTypeLiveTV": "TV en Vivo",
+ "ViewTypeLiveTvNowPlaying": "Transmiti\u00e9ndose",
+ "ViewTypeLatestGames": "Juegos Recientes",
+ "ViewTypeRecentlyPlayedGames": "Reproducido Reci\u00e9ntemente",
+ "ViewTypeGameFavorites": "Favoritos",
+ "ViewTypeGameSystems": "Sistemas de Juego",
+ "ViewTypeGameGenres": "G\u00e9neros",
+ "ViewTypeTvResume": "Continuar",
+ "ViewTypeTvNextUp": "Siguiente",
+ "ViewTypeTvLatest": "Recientes",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "G\u00e9neros",
+ "ViewTypeTvFavoriteSeries": "Series Favoritas",
+ "ViewTypeTvFavoriteEpisodes": "Episodios Favoritos",
+ "ViewTypeMovieResume": "Continuar",
+ "ViewTypeMovieLatest": "Recientes",
+ "ViewTypeMovieMovies": "Pel\u00edculas",
+ "ViewTypeMovieCollections": "Colecciones",
+ "ViewTypeMovieFavorites": "Favoritos",
+ "ViewTypeMovieGenres": "G\u00e9neros",
+ "ViewTypeMusicLatest": "Recientes",
+ "ViewTypeMusicAlbums": "\u00c1lbums",
+ "ViewTypeMusicAlbumArtists": "Artistas del \u00c1lbum",
+ "HeaderOtherDisplaySettings": "Configuraci\u00f3n de Pantalla",
+ "ViewTypeMusicSongs": "Canciones",
+ "ViewTypeMusicFavorites": "Favoritos",
+ "ViewTypeMusicFavoriteAlbums": "\u00c1lbums Favoritos",
+ "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
+ "ViewTypeMusicFavoriteSongs": "Canciones Favoritas",
+ "HeaderMyViews": "Mis Vistas",
+ "LabelSelectFolderGroups": "Agrupar autom\u00e1ticamente el contenido de las siguientes carpetas en vistas tales como Pel\u00edculas, M\u00fasica y TV:",
+ "LabelSelectFolderGroupsHelp": "Las carpetas sin marcar ser\u00e1n desplegadas individualmente en su propia vista.",
+ "OptionDisplayAdultContent": "Desplegar contenido para Adultos",
+ "OptionLibraryFolders": "Carpetas de medios",
+ "TitleRemoteControl": "Control Remoto",
+ "OptionLatestTvRecordings": "Grabaciones recientes",
+ "LabelProtocolInfo": "Informaci\u00f3n del protocolo:",
+ "LabelProtocolInfoHelp": "El valor que ser\u00e1 utilizado cuando se responde a solicitudes GetProtocolInfo desde el dispositivo.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser incluye soporte nativo para metadados NFO e im\u00e1genes de Kodi. Para activar o desactivar metadatos de Kodi, utilice la pesta\u00f1a Avanzado para configurar opciones para sus tipos de medios.",
+ "LabelKodiMetadataUser": "Sincronizar informaci\u00f3n de vistos a nfo's para:",
+ "LabelKodiMetadataUserHelp": "Habilitar esto para mantener monitoreo de datos en sincron\u00eda entre Media Browser y Kodi.",
+ "LabelKodiMetadataDateFormat": "Formato de fecha de estreno:",
+ "LabelKodiMetadataDateFormatHelp": "Todas las fechas en los nfo\u00b4s ser\u00e1n le\u00eddas y escritas utilizando este formato.",
+ "LabelKodiMetadataSaveImagePaths": "Guardar trayectorias de im\u00e1genes en los archivos nfo",
+ "LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tiene nombres de imagenes que no se ajustan a los lineamientos de Kodi.",
+ "LabelKodiMetadataEnablePathSubstitution": "Habilitar sustituci\u00f3n de trayectorias",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Habilita la sustituci\u00f3n de trayectorias de im\u00e1genes usando la configuraci\u00f3n de sustituci\u00f3n de trayectorias del servidor.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver sustituci\u00f3n de trayectoras.",
+ "LabelGroupChannelsIntoViews": "Desplegar los siguientes canales directamente en mis vistas:",
+ "LabelGroupChannelsIntoViewsHelp": "Al activarse, estos canales ser\u00e1n desplegados directamente junto con otras vistas. Si permanecen deshabilitados, ser\u00e1n desplegados dentro de una vista independiente de Canales.",
+ "LabelDisplayCollectionsView": "Desplegar una vista de colecciones para mostrar las colecciones de pel\u00edculas",
+ "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart en extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "Cuando se descargan im\u00e1genes pueden ser almacenadas tanto en extrafanart como extrathumb para maximizar la compatibilidad con skins de Kodi.",
+ "TabServices": "Servicios",
+ "TabLogs": "Bit\u00e1coras",
+ "HeaderServerLogFiles": "Archivos de registro del servidor:",
+ "TabBranding": "Establecer Marca",
+ "HeaderBrandingHelp": "Personaliza la apariencia de Media Browser para ajustarla a las necesidades de tu grupo u organizaci\u00f3n.",
+ "LabelLoginDisclaimer": "Aviso de Inicio de Sesi\u00f3n:",
+ "LabelLoginDisclaimerHelp": "Esto se mostrara al final de la pagina de inicio de sesi\u00f3n.",
+ "LabelAutomaticallyDonate": "Donar autom\u00e1ticamente este monto cada mes",
+ "LabelAutomaticallyDonateHelp": "Puedes cancelarlo en cualquier momento por medio de tu cuenta PayPal.",
+ "OptionList": "Lista",
+ "TabDashboard": "Panel de Control",
+ "TitleServer": "Servidor",
+ "LabelCache": "Cach\u00e9:",
+ "LabelLogs": "Bit\u00e1coras:",
+ "LabelMetadata": "Metadatos:",
+ "LabelImagesByName": "Im\u00e1genes por nombre:",
+ "LabelTranscodingTemporaryFiles": "Archivos temporales de transcodificaci\u00f3n:",
+ "HeaderLatestMusic": "M\u00fasica Reciente",
+ "HeaderBranding": "Establecer Marca",
+ "HeaderApiKeys": "Llaves de API",
+ "HeaderApiKeysHelp": "Las aplicaciones externas requieren de una llave de API para comunicarse con Media Browser. Las llaves son otorgadas al iniciar sesi\u00f3n con una cuenta de Media Browser; o bien, otorgando manualmente una llave a la aplicaci\u00f3n.",
+ "HeaderApiKey": "Llave de API",
+ "HeaderApp": "App",
+ "HeaderDevice": "Dispositivo",
+ "HeaderUser": "Usuario",
+ "HeaderDateIssued": "Fecha de Emisi\u00f3n",
+ "LabelChapterName": "Cap\u00edtulo {0}",
+ "HeaderNewApiKey": "Nueva llave de API",
+ "LabelAppName": "Nombre del App",
+ "LabelAppNameExample": "Ejemplo: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Otorgar persmiso a una aplicaci\u00f3n para comunicarse con Media Browser.",
+ "HeaderHttpHeaders": "Encabezados Http",
+ "HeaderIdentificationHeader": "Encabezado de Identificaci\u00f3n",
+ "LabelValue": "Valor:",
+ "LabelMatchType": "Tipo de Coincidencia:",
+ "OptionEquals": "Igual a",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Subcadena",
+ "TabView": "Vista",
+ "TabSort": "Ordenaci\u00f3n",
+ "TabFilter": "Filtro",
+ "ButtonView": "Vista",
+ "LabelPageSize": "Cantidad de \u00cdtems:",
+ "LabelPath": "Trayectoria:",
+ "LabelView": "Vista:",
+ "TabUsers": "Usuarios",
+ "LabelSortName": "Nombre para ordenar:",
+ "LabelDateAdded": "Fecha de adici\u00f3n:",
+ "HeaderFeatures": "Caracter\u00edsticas",
+ "HeaderAdvanced": "Avanzado",
+ "ButtonSync": "SInc",
+ "TabScheduledTasks": "Tareas Programadas",
+ "HeaderChapters": "Cap\u00edtulos",
+ "HeaderResumeSettings": "Configuraci\u00f3n para Continuar",
+ "TabSync": "Sinc",
+ "TitleUsers": "Usuarios",
+ "LabelProtocol": "Protocolo:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Transmisi\u00f3n en vivo por Http",
+ "LabelContext": "Contexto:",
+ "OptionContextStreaming": "Transmisi\u00f3n",
+ "OptionContextStatic": "Sinc.",
+ "ButtonAddToPlaylist": "A\u00f1adir a lista de reproducci\u00f3n",
+ "TabPlaylists": "Listas de reproducci\u00f3n",
+ "ButtonClose": "Cerrar",
+ "LabelAllLanguages": "Todos los lenguajes",
+ "HeaderBrowseOnlineImages": "Buscar Im\u00e1genes en L\u00ednea",
+ "LabelSource": "Fuente:",
+ "OptionAll": "Todos",
+ "LabelImage": "Im\u00e1gen:",
+ "ButtonBrowseImages": "Buscar im\u00e1genes",
+ "HeaderImages": "Im\u00e1genes",
+ "HeaderBackdrops": "Im\u00e1genes de fondo",
+ "HeaderScreenshots": "Capturas de pantalla",
+ "HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen",
+ "LabelJpgPngOnly": "JPG\/PNG solamente",
+ "LabelImageType": "Tipo de Im\u00e1gen:",
+ "OptionPrimary": "Principal",
+ "OptionArt": "Arte",
+ "OptionBox": "Caja",
+ "OptionBoxRear": "Reverso de caja",
+ "OptionDisc": "Disco",
+ "OptionLogo": "Logotipo",
+ "OptionMenu": "Men\u00fa",
+ "OptionScreenshot": "Captura de pantalla",
+ "OptionLocked": "Bloqueado",
+ "OptionUnidentified": "No Identificado",
+ "OptionMissingParentalRating": "Falta clasificaci\u00f3n parental",
+ "OptionStub": "Plantilla",
+ "HeaderEpisodes": "Episodios:",
+ "OptionSeason0": "Temporada 0",
+ "LabelReport": "Reporte:",
+ "OptionReportSongs": "Canciones",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Temporadas",
+ "OptionReportTrailers": "Avances",
+ "OptionReportMusicVideos": "Videos Musicales",
+ "OptionReportMovies": "Pel\u00edculas",
+ "OptionReportHomeVideos": "Videos caseros",
+ "OptionReportGames": "Juegos",
+ "OptionReportEpisodes": "Episodios",
+ "OptionReportCollections": "Colecciones",
+ "OptionReportBooks": "Libros",
+ "OptionReportArtists": "Artistas",
+ "OptionReportAlbums": "\u00c1lbums",
+ "OptionReportAdultVideos": "Videos para Adultos",
+ "ButtonMore": "M\u00e1s",
+ "HeaderActivity": "Actividad",
+ "ScheduledTaskStartedWithName": "{0} Iniciado",
+ "ScheduledTaskCancelledWithName": "{0} fue cancelado",
+ "ScheduledTaskCompletedWithName": "{0} completado",
+ "ScheduledTaskFailed": "Tarea programada completada",
+ "PluginInstalledWithName": "{0} fue instalado",
+ "PluginUpdatedWithName": "{0} fue actualizado",
+ "PluginUninstalledWithName": "{0} fue desinstalado",
+ "ScheduledTaskFailedWithName": "{0} fall\u00f3",
+ "ItemAddedWithName": "{0} fue agregado a la biblioteca",
+ "ItemRemovedWithName": "{0} fue removido de la biblioteca",
+ "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+ "UserOnlineFromDevice": "{0} est\u00e1 en l\u00ednea desde {1}",
+ "DeviceOfflineWithName": "{0} se ha desconectado",
+ "UserOfflineFromDevice": "{0} se ha desconectado desde {1}",
+ "SubtitlesDownloadedForItem": "Subt\u00edtulos descargados para {0}",
+ "SubtitleDownloadFailureForItem": "Fall\u00f3 la descarga de subt\u00edtulos para {0}",
+ "LabelRunningTimeValue": "Duraci\u00f3n: {0}",
+ "LabelIpAddressValue": "Direcci\u00f3n IP: {0}",
+ "UserConfigurationUpdatedWithName": "Se ha actualizado la configuraci\u00f3n del usuario {0}",
+ "UserCreatedWithName": "Se ha creado el usuario {0}",
+ "UserPasswordChangedWithName": "Se ha cambiado la contrase\u00f1a para el usuario {0}",
+ "UserDeletedWithName": "Se ha eliminado al usuario {0}",
+ "MessageServerConfigurationUpdated": "Se ha actualizado la configuraci\u00f3n del servidor",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Se ha actualizado la secci\u00f3n {0} de la configuraci\u00f3n del servidor",
+ "MessageApplicationUpdated": "Se ha actualizado el Servidor de Media Browser",
+ "AuthenticationSucceededWithUserName": "{0} autenticado con \u00e9xito",
+ "FailedLoginAttemptWithUserName": "Intento fallido de inicio de sesi\u00f3n de {0}",
+ "UserStartedPlayingItemWithValues": "{0} ha iniciado la reproducci\u00f3n de {1}",
+ "UserStoppedPlayingItemWithValues": "{0} ha detenido la reproducci\u00f3n de {1}",
+ "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+ "ProviderValue": "Proveedor: {0}",
+ "LabelChannelDownloadSizeLimit": "L\u00edmite de tama\u00f1o de descarga (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limitar el tama\u00f1o del folder de descarga del canal.",
+ "HeaderRecentActivity": "Actividad Reciente",
+ "HeaderPeople": "Personas",
+ "HeaderDownloadPeopleMetadataFor": "Descargar biograf\u00eda e im\u00e1genes para:",
+ "OptionComposers": "Compositores",
+ "OptionOthers": "Otros",
+ "HeaderDownloadPeopleMetadataForHelp": "Habilitar opciones adicionales proporcionar\u00e1 m\u00e1s informaci\u00f3n en pantalla pero resultar\u00e1 en barridos de la biblioteca m\u00e1s lentos",
+ "ViewTypeFolders": "Carpetas",
+ "LabelDisplayFoldersView": "Mostrar una vista de carpetas para mostrar carpetas de medios simples",
+ "ViewTypeLiveTvRecordingGroups": "Grabaciones",
+ "ViewTypeLiveTvChannels": "Canales",
+ "LabelAllowLocalAccessWithoutPassword": "Permite acceso local sin una contrase\u00f1a",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "Al habilitarse, no se requerir\u00e1 de una contrase\u00f1a cuando se inicie sesi\u00f3n desde su red local.",
+ "HeaderPassword": "Contrase\u00f1a",
+ "HeaderLocalAccess": "Acceso Local",
+ "HeaderViewOrder": "Orden de Despliegue",
+ "LabelSelectUserViewOrder": "Seleccione el orden en que sus vistas ser\u00e1n desplegadas dentro de las apps de Media Browser",
+ "LabelMetadataRefreshMode": "Modo de actualizaci\u00f3n de metadatos:",
+ "LabelImageRefreshMode": "Modo de actualizaci\u00f3n de im\u00e1genes:",
+ "OptionDownloadMissingImages": "Descargar im\u00e1genes faltantes",
+ "OptionReplaceExistingImages": "Reemplazar im\u00e1genes existentes",
+ "OptionRefreshAllData": "Actualizar todos los metadatos",
+ "OptionAddMissingDataOnly": "S\u00f3lo agregar datos faltantes",
+ "OptionLocalRefreshOnly": "S\u00f3lo actualizaci\u00f3n local",
+ "HeaderRefreshMetadata": "Actualizar Metadatos",
+ "HeaderPersonInfo": "Info de la Persona",
+ "HeaderIdentifyItem": "Identificar \u00cdtem",
+ "HeaderIdentifyItemHelp": "Ingrese uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
+ "HeaderConfirmDeletion": "Confirmar Eliminaci\u00f3n",
+ "LabelFollowingFileWillBeDeleted": "Lo siguiente ser\u00e1 eliminado:",
+ "LabelIfYouWishToContinueWithDeletion": "Si desea continuar, por favor confirme ingresando el valor de:",
+ "ButtonIdentify": "Identificar",
+ "LabelAlbumArtist": "Artista del \u00e1lbum:",
+ "LabelAlbum": "\u00c1lbum",
+ "LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
+ "LabelVoteCount": "Cantidad de votos:",
+ "LabelMetascore": "Metaescore:",
+ "LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
+ "LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
+ "LabelAwardSummary": "Res\u00famen de premios:",
+ "LabelWebsite": "Sitio web:",
+ "LabelTagline": "Eslogan",
+ "LabelOverview": "Sinopsis:",
+ "LabelShortOverview": "Sinopsis corta:",
+ "LabelReleaseDate": "Fecha de estreno:",
+ "LabelYear": "A\u00f1o:",
+ "LabelPlaceOfBirth": "Lugar de nacimiento:",
+ "LabelEndDate": "Fecha de Fin:",
+ "LabelAirDate": "D\u00edas al aire:",
+ "LabelAirTime:": "Tiempo al \u00e1ire:",
+ "LabelRuntimeMinutes": "Duraci\u00f3n (minutos):",
+ "LabelParentalRating": "Calificaci\u00f3n parental:",
+ "LabelCustomRating": "Calificaci\u00f3n personalizada:",
+ "LabelBudget": "Presupuesto",
+ "LabelRevenue": "Ingresos ($):",
+ "LabelOriginalAspectRatio": "Relaci\u00f3n de aspecto original:",
+ "LabelPlayers": "Jugadores:",
+ "Label3DFormat": "Formato 3D:",
+ "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
+ "HeaderSpecialEpisodeInfo": "Informaci\u00f3n del Episodio Especial",
+ "HeaderExternalIds": "Id\u00b4s Externos:",
+ "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
+ "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
+ "LabelAbsoluteEpisodeNumber": "N\u00famero de episodio absoluto:",
+ "LabelAirsBeforeSeason": "Transmisi\u00f3n antes de la temporada:",
+ "LabelAirsAfterSeason": "Transmisi\u00f3n despu\u00e9s de la temporada:",
+ "LabelAirsBeforeEpisode": "Transmisi\u00f3n antes del episodio:",
+ "LabelTreatImageAs": "Tratar imagen como:",
+ "LabelDisplayOrder": "Ordenamiento de despliegue:",
+ "LabelDisplaySpecialsWithinSeasons": "Desplegar especiales dentro de las temporadas en que fueron transmitidos",
+ "HeaderCountries": "Pa\u00edses",
+ "HeaderGenres": "G\u00e9neros",
+ "HeaderPlotKeywords": "Palabras clave de la Trama",
+ "HeaderStudios": "Estudios",
+ "HeaderTags": "Etiquetas",
+ "HeaderMetadataSettings": "Configuraciones de los metadatos",
+ "LabelLockItemToPreventChanges": "Bloquear este \u00edtem para evitar cambios futuros",
+ "MessageLeaveEmptyToInherit": "Dejar vac\u00edo para heredar la configuraci\u00f3n del \u00edtem padre, o el valor global por omisi\u00f3n.",
+ "TabDonate": "Donar",
+ "HeaderDonationType": "Tipo de Donaci\u00f3n:",
+ "OptionMakeOneTimeDonation": "Hacer una donaci\u00f3n independiente",
+ "OptionOneTimeDescription": "Esta es una donaci\u00f3n adicional para mostrar tu apoyo al equipo. No tiene ning\u00fan beneficio adicional ni producir\u00e1 una clave de aficionado.",
+ "OptionLifeTimeSupporterMembership": "Membres\u00eda de aficionado vitalicia",
+ "OptionYearlySupporterMembership": "Membres\u00eda anual de aficionado",
+ "OptionMonthlySupporterMembership": "Membres\u00eda mensual de aficionado",
+ "OptionNoTrailer": "Sin Avance",
+ "OptionNoThemeSong": "Sin Canci\u00f3n del Tema",
+ "OptionNoThemeVideo": "Sin Video del Tema",
+ "LabelOneTimeDonationAmount": "Cantidad a donar:",
+ "ButtonDonate": "Donar",
+ "OptionActor": "Actor",
+ "OptionComposer": "Compositor",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Estrella invitada",
+ "OptionProducer": "Productor",
+ "OptionWriter": "Escritor",
+ "LabelAirDays": "Se emite los d\u00edas:",
+ "LabelAirTime": "Duraci\u00f3n:",
+ "HeaderMediaInfo": "Info del Medio",
+ "HeaderPhotoInfo": "Info de Fotograf\u00eda:",
+ "HeaderInstall": "Instalar",
+ "LabelSelectVersionToInstall": "Seleccionar versi\u00f3n a instalar:",
+ "LinkSupporterMembership": "Conozca m\u00e1s sobre la Membres\u00eda de Aficionado",
+ "MessageSupporterPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+ "MessagePremiumPluginRequiresMembership": "Este complemento requerir\u00e1 de una membres\u00eda de aficionado activa para poder comprarlo despu\u00e9s del periodo de prueba de 14 d\u00edas.",
+ "HeaderReviews": "Rese\u00f1as",
+ "HeaderDeveloperInfo": "Info del desarrollador",
+ "HeaderRevisionHistory": "Historial de Versiones",
+ "ButtonViewWebsite": "Ver sitio web",
+ "LabelRecurringDonationCanBeCancelledHelp": "Las donaciones recurrente pueden ser canceladas en cualquier momento desde su cuenta PayPal.",
+ "HeaderXmlSettings": "Configuraci\u00f3n XML",
+ "HeaderXmlDocumentAttributes": "Atributos del Documento XML",
+ "HeaderXmlDocumentAttribute": "Atributo del Documento XML",
+ "XmlDocumentAttributeListHelp": "Estos atributos son aplicados al elemento ra\u00edz de cada respuesta XML.",
+ "OptionSaveMetadataAsHidden": "Guardar metadatos e im\u00e1genes como archivos ocultos",
+ "LabelExtractChaptersDuringLibraryScan": "Extraer im\u00e1genes de cap\u00edtulos durante el escaneo de la biblioteca",
+ "LabelExtractChaptersDuringLibraryScanHelp": "Si se activa, las im\u00e1genes de cap\u00edtulos ser\u00e1n extra\u00eddas cuando los videos sean importados durante el escaneo de la biblioteca. Si se deshabilita, ser\u00e1n extra\u00eddas durante la ejecuci\u00f3n de la tarea programada de extracci\u00f3n de im\u00e1genes de cap\u00edtulos, permiti\u00e9ndo que el escaneo normal de la biblioteca se complete m\u00e1s r\u00e1pidamente.",
+ "LabelConnectGuestUserName": "Su nombre de usuario de Media Browser o direcci\u00f3n de correo electr\u00f3nico:",
+ "LabelConnectUserName": "Nombre de Usuario\/email de Media Browser:",
+ "LabelConnectUserNameHelp": "Conectar este usuario a una cuenta de Media Browser para habilitar un un inicio de sesi\u00f3n simplificado de Media Browser en cualquier aplicaci\u00f3n sin tener que conocer la direcci\u00f3n IP del servidor.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Conocer m\u00e1s sobre Media Browser Connect.",
+ "LabelExternalPlayers": "Reproductores Externos:",
+ "LabelExternalPlayersHelp": "Despliega botones para reproducir contenido en reproductores externos. Esto s\u00f3lo est\u00e1 disponible en dispositivos que soporten esquemas URL, generalmente Android e iOS. Con reproductores externos normalmente no se cuenta con soporte para control remoto o reinicio.",
+ "HeaderSubtitleProfile": "Perf\u00edl de Subt\u00edtulo",
+ "HeaderSubtitleProfiles": "Perfiles de Subt\u00edtulos",
+ "HeaderSubtitleProfilesHelp": "Los perfiles de subt\u00edtulos describen el formato del subt\u00edtulo soportado por el dispositivo.",
+ "LabelFormat": "Formato:",
+ "LabelMethod": "M\u00e9todo:",
+ "LabelDidlMode": "Modo DIDL:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "Elemento res",
+ "OptionEmbedSubtitles": "Embeber dentro del contenedor",
+ "OptionExternallyDownloaded": "Descarga externa",
+ "OptionHlsSegmentedSubtitles": "Subt\u00edtulos segmentados HIs",
+ "LabelSubtitleFormatHelp": "Ejemplo: srt",
+ "ButtonLearnMore": "Aprenda m\u00e1s",
+ "TabPlayback": "Reproducci\u00f3n",
+ "HeaderTrailersAndExtras": "Avances & Extras",
+ "OptionFindTrailers": "Buscar avances desde internet autom\u00e1ticamente",
+ "HeaderLanguagePreferences": "Preferencias de Lenguaje",
+ "TabCinemaMode": "Modo Cine",
+ "TitlePlayback": "Reproducci\u00f3n",
+ "LabelEnableCinemaModeFor": "Habilitar modo cine para:",
+ "CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir avances e intros personalizados antes de la presentaci\u00f3n estelar.",
+ "OptionTrailersFromMyMovies": "Incluir avances de pel\u00edculas en mi biblioteca",
+ "OptionUpcomingMoviesInTheaters": "Incluir avances para pel\u00edculas nuevas y por estrenar",
+ "LabelLimitIntrosToUnwatchedContent": "Solo usar avances de contenido no reproducido",
+ "LabelEnableIntroParentalControl": "Habilitar control parental inteligente",
+ "LabelEnableIntroParentalControlHelp": "Los avances s\u00f3lo ser\u00e1n seleccionados con una clasificaci\u00f3n parental igual o menor a la del contenido que se est\u00e1 reproduciendo.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estas caractwr\u00edsticas requieren de una membres\u00eda de aficionado activa y de la instalaci\u00f3n del complemento del canal de avances.",
+ "OptionTrailersFromMyMoviesHelp": "Requiere configurar avances locales.",
+ "LabelCustomIntrosPath": "Trayectoria para intros personalizados:",
+ "LabelCustomIntrosPathHelp": "Un folder que contiene archivos de video. Un video ser\u00e1 seleccionado aleatoriamente y reproducido despu\u00e9s de los avances.",
+ "ValueSpecialEpisodeName": "Especial: {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Avances de Internet",
+ "OptionUpcomingDvdMovies": "Incluir avances de pel\u00edculas en DVD y Blu-ray nuevas y por estrenar",
+ "OptionUpcomingStreamingMovies": "Incluir avances de pel\u00edculas nuevas o por estrenar en Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Desplegar avances dentro de las sugerencias de pel\u00edculas",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requiere la instalaci\u00f3n del canal de avances.",
+ "CinemaModeConfigurationHelp2": "Los usuarios individuales podr\u00e1n desactivar el modo cine desde sus preferencias personales.",
+ "LabelEnableCinemaMode": "Activar modo cine",
+ "HeaderCinemaMode": "Modo cine",
+ "LabelDateAddedBehavior": "Comportamiento de fecha de adici\u00f3n para nuevo contenido:",
+ "OptionDateAddedImportTime": "Emplear la fecha de escaneo en la biblioteca",
+ "OptionDateAddedFileTime": "Emplear fecha de creaci\u00f3n del archivo",
+ "LabelDateAddedBehaviorHelp": "Si se encuentra un valor en los metadados siempre ser\u00e1 empleado antes que cualquiera de estas opciones.",
+ "LabelNumberTrailerToPlay": "N\u00famero de avances a reproducir:",
+ "TitleDevices": "Dispositivos",
+ "TabCameraUpload": "Subir desde la C\u00e1mara",
+ "TabDevices": "Dispositivos",
+ "HeaderCameraUploadHelp": "Suba a Media Broswer fotos y videos tomados desde sus dispositivos m\u00f3viles de forma autom\u00e1tica.",
+ "MessageNoDevicesSupportCameraUpload": "Actualmente no cuenta con ning\u00fan dispositivo que soporte subir desde la c\u00e1mara.",
+ "LabelCameraUploadPath": "Ruta para subir desde la c\u00e1mara:",
+ "LabelCameraUploadPathHelp": "Seleccione una trayectoria personalizada de subida. Si no se especifica, una carpeta por omisi\u00f3n ser\u00e1 usada. Si usa una trayectoria personalizada, tambi\u00e9n ser\u00e1 necesario a\u00f1adirla en el \u00e1rea de configuraci\u00f3n de la biblioteca.",
+ "LabelCreateCameraUploadSubfolder": "Crear una subcarpeta para cada dispositivo",
+ "LabelCreateCameraUploadSubfolderHelp": "Se pueden especificar carpetas espec\u00edficas para un dispositivo haciendo clic en \u00e9l desde la p\u00e1gina de Dispositivos.",
+ "LabelCustomDeviceDisplayName": "Nombre a Desplegar:",
+ "LabelCustomDeviceDisplayNameHelp": "Proporcione un nombre a desplegar personalizado o d\u00e9jelo vac\u00edo para usar el nombre reportado por el dispositivo.",
+ "HeaderInviteUser": "Invitar Usuario",
+ "LabelConnectGuestUserNameHelp": "Este es el nombre de usuario que su amigo utiliza para iniciar sesi\u00f3n en el sitio web de Media Browser, o su cuenta de correo electr\u00f3nico.",
+ "HeaderInviteUserHelp": "Compartir sus medios con amigos es m\u00e1s f\u00e1cil que nunca con Media Browser Connect.",
+ "ButtonSendInvitation": "Enviar invitaci\u00f3n",
+ "HeaderSignInWithConnect": "Iniciar sesi\u00f3n con Media Browser Connect",
+ "HeaderGuests": "Invitados",
+ "HeaderLocalUsers": "Usuarios Locales",
+ "HeaderPendingInvitations": "Invitaciones Pendientes",
+ "TabParentalControl": "Control Parental",
+ "HeaderAccessSchedule": "Acceder Programaci\u00f3n",
+ "HeaderAccessScheduleHelp": "Crear programaci\u00f3n de acceso para limitar el acceso a ciertos horarios.",
+ "ButtonAddSchedule": "Agregar Programaci\u00f3n",
+ "LabelAccessDay": "D\u00eda de la semana:",
+ "LabelAccessStart": "Horario de comienzo:",
+ "LabelAccessEnd": "Horario de fin:",
+ "HeaderSchedule": "Programacion",
+ "OptionEveryday": "Todos los d\u00edas",
+ "OptionWeekdays": "D\u00edas de semana",
+ "OptionWeekends": "Fines de semana",
+ "MessageProfileInfoSynced": "La informaci\u00f3n del perfil de usuario se ha sincronizado con Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Vincular tu cuenta de Media Browser",
+ "ButtonTrailerReel": "Carrete de Avances",
+ "HeaderTrailerReel": "Carrete de Avances",
+ "OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente avances no vistos",
+ "HeaderTrailerReelHelp": "Iniciar un carrete de avances para reproducir una lista de reproducci\u00f3n de larga duraci\u00f3n de avances.",
+ "MessageNoTrailersFound": "No se encontraron avances. Instale el canal de avances para mejorar su experiencia con pel\u00edculas al agregar una biblioteca de avances desde el Internet.",
+ "HeaderNewUsers": "Nuevos Usuarios",
+ "ButtonSignUp": "Registrarse",
+ "ButtonForgotPassword": "Olvid\u00e9 contrase\u00f1a",
+ "OptionDisableUserPreferences": "Desactivar acceso a las preferencias de usuario",
+ "OptionDisableUserPreferencesHelp": "Al activarse, s\u00f3lo los administradores podr\u00e1n configurar las im\u00e1genes del perfil del usuario, contrase\u00f1as y preferencias de idioma.",
+ "HeaderSelectServer": "Seleccionar Servidor",
+ "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si se le ha invitado a compartir un servidor, aseg\u00farese de aceptarlo aqu\u00ed abajo o haciendo clic en la liga del correo electr\u00f3nico.",
+ "TitleNewUser": "Nuevo Usuario",
+ "ButtonConfigurePassword": "Configura una Contrase\u00f1a",
+ "HeaderDashboardUserPassword": "Las contrase\u00f1as de usuario son manejadas dentro de las configuraciones personales de cada perfil de usuario.",
+ "HeaderLibraryAccess": "Acceso a la Biblioteca",
+ "HeaderChannelAccess": "Acceso a los Canales",
+ "HeaderLatestItems": "Elementos Recientes",
+ "LabelSelectLastestItemsFolders": "Incluir medios de las siguientes secciones en Elementos Recientes",
+ "HeaderShareMediaFolders": "Compartir Carpetas de Medios",
+ "MessageGuestSharingPermissionsHelp": "Muchas de las caracter\u00edsticas no est\u00e1n disponibles inicialmente para invitados pero pueden ser activadas conforme se necesiten.",
+ "HeaderInvitations": "Invitaciones",
+ "LabelForgotPasswordUsernameHelp": "Ingresa tu nombre de usuario, si lo recuerdas.",
+ "HeaderForgotPassword": "Contrase\u00f1a Olvidada",
+ "TitleForgotPassword": "Contrase\u00f1a Olvidada",
+ "TitlePasswordReset": "Restablecer Contrase\u00f1a",
+ "LabelPasswordRecoveryPinCode": "C\u00f3digo pin:",
+ "HeaderPasswordReset": "Restablecer Contrase\u00f1a",
+ "HeaderParentalRatings": "Clasificaci\u00f3n Parental",
+ "HeaderVideoTypes": "Tipos de Video",
+ "HeaderYears": "A\u00f1os",
+ "HeaderAddTag": "Agregar Etiqueta",
+ "LabelBlockItemsWithTags": "Bloquear \u00edtems con etiquetas:",
+ "LabelTag": "Etiqueta:",
+ "LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
+ "LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderisaran apropiadamente si hay m\u00faltiples im\u00e1genes incrustadas en el Didl",
+ "TabActivity": "Actividad",
+ "TitleSync": "Sinc",
+ "OptionAllowSyncContent": "Permitir sincronizaci\u00f3n de medios con dispositivos",
+ "NameSeasonUnknown": "Temporada Desconocida",
+ "NameSeasonNumber": "Temporada {0}",
+ "LabelNewUserNameHelp": "Los nombres de usuario pueden contener letras (a-z), n\u00fameros (0-9), guiones (-), guiones bajos (_) y puntos (.)",
+ "TabJobs": "Trabajos",
+ "TabSyncJobs": "Trabajos de Sinc"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/fi.json b/MediaBrowser.Server.Implementations/Localization/Server/fi.json
index 1008e73b9..01e83f696 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/fi.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/fi.json
@@ -1,6 +1,674 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Poistu",
+ "LabelVisitCommunity": "K\u00e4y Yhteis\u00f6ss\u00e4",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Normaali",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "Selaa Kirjastoa",
+ "LabelConfigureMediaBrowser": "Configuroi Media Browseria",
+ "LabelOpenLibraryViewer": "Avaa Library Viewer",
+ "LabelRestartServer": "K\u00e4ynnist\u00e4 Palvelin uudelleen",
+ "LabelShowLogWindow": "N\u00e4yt\u00e4 Loki Ikkuna",
+ "LabelPrevious": "Edellinen",
+ "LabelFinish": "Valmis",
+ "LabelNext": "Seuraava",
+ "LabelYoureDone": "Olet valmis!",
+ "WelcomeToMediaBrowser": "Tervetuloa Media Browseriin!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "T\u00e4m\u00e4 ty\u00f6kalu auttaa sinua asennus prosessin aikana. loittaaksesi valitse kieli.",
+ "TellUsAboutYourself": "Kerro meille itsest\u00e4si",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "Sinun ensimm\u00e4inen nimi:",
+ "MoreUsersCanBeAddedLater": "K\u00e4ytt\u00e4ji\u00e4 voi lis\u00e4t\u00e4 lis\u00e4\u00e4 my\u00f6hemmin Dashboardista",
+ "UserProfilesIntro": "Media Browser sis\u00e4lt\u00e4\u00e4 sis\u00e4\u00e4nrakenntun tuen k\u00e4ytt\u00e4j\u00e4 profiileille, omat asetukset jokaiselle, paystate ja rinnakkaisen hallinnan.",
+ "LabelWindowsService": "Windows Service",
+ "AWindowsServiceHasBeenInstalled": "Windows Service on asennettu.",
+ "WindowsServiceIntro1": "Media Browser palvelin normaalisti toimii ty\u00f6p\u00f6yt\u00e4 sovelluksena teht\u00e4v\u00e4 palkissa, mutta jos sin\u00e4 haluat mielummin pit\u00e4\u00e4 sen piilossa, se voidaan my\u00f6s k\u00e4ynnist\u00e4\u00e4 windowsin service hallinnasta k\u00e4sin.",
+ "WindowsServiceIntro2": "Jos k\u00e4yt\u00e4t windows service\u00e4, ole hyv\u00e4 ja ota huomioon ettet voi k\u00e4ytt\u00e4\u00e4 ohjelmaa yht\u00e4aikaa teht\u00e4v\u00e4palkissa ja servicen\u00e4, joten sinun t\u00e4ytyy sulkea teht\u00e4v\u00e4palkin ikoni ensin kuin voit k\u00e4ytt\u00e4\u00e4 palvelinta servicen kautta. Service pit\u00e4\u00e4 konfiguroida my\u00f6s j\u00e4rjestelm\u00e4nvalvojan oikeuksilla ohjaus paneelista. Ota my\u00f6s huomioon, ett\u00e4 ohjelma pit\u00e4\u00e4 my\u00f6s p\u00e4ivitt\u00e4\u00e4 service palvelussa manuaalisesti.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Muuta asetuksia",
+ "LabelEnableVideoImageExtraction": "Ota video kuvan purku k\u00e4ytt\u00f6\u00f6n",
+ "VideoImageExtractionHelp": "Videot jotka eiv\u00e4t sisll\u00e4 valmiiksi kuvaa ja emme voi lis\u00e4t\u00e4 kuvaa automaattisesti internetist\u00e4. T\u00e4m\u00e4 lis\u00e4\u00e4 v\u00e4h\u00e4n lataus aikaa kirjaston tarkastuksessa.",
+ "LabelEnableChapterImageExtractionForMovies": "Valitse luvun kuva Elokuville",
+ "LabelChapterImageExtractionForMoviesHelp": "Kansien talteen otetut kuvat tulee n\u00e4kym\u00e4\u00e4n graafisesti asiakkaan moniruutu valikossa. Prosessi voi olla hidas, cpu-intensiivinen ja voi vaatio muutaman gigabitin tilaa levylt\u00e4. T\u00e4m\u00e4 prosesi tapahtuu ajastetusti kello 4.00, joten t\u00e4t\u00e4 aikaa voi muuttaa ajastettujen toimintojen kohdasta. Huomaa ett\u00e4 ei ole suositeltavaa suorittaa t\u00e4t\u00e4 toiminpidett\u00e4 yht\u00e4aikaa, kun konetta kuormitetaan muutenkin paljon.",
+ "LabelEnableAutomaticPortMapping": "Ota automaattinen porttien mapping k\u00e4ytt\u00f6\u00f6n",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP sallii automaattisen reitittimen asetusten muuttamisen. T\u00e4m\u00e4 ei mahdollisesti toimi joidenkin retititin mallien kanssa.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Lopeta",
+ "ButtonNew": "New",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Aseta sinun media kirjasto",
+ "ButtonAddMediaFolder": "Lis\u00e4\u00e4 media kansio",
+ "LabelFolderType": "Kansion tyyppi:",
+ "ReferToMediaLibraryWiki": "Viittus media kirjaston wikiin.",
+ "LabelCountry": "Maa:",
+ "LabelLanguage": "Kieli:",
+ "HeaderPreferredMetadataLanguage": "Ensisijainen kieli:",
+ "LabelSaveLocalMetadata": "Tallenna kuvamateriaali ja metadata media kansioihin.",
+ "LabelSaveLocalMetadataHelp": "Kuvamateriaalin ja metadatan tallentaminen suoraan kansioihin miss\u00e4 niit\u00e4 on helppo muuttaa.",
+ "LabelDownloadInternetMetadata": "Lataa kuvamateriaali ja metadata internetist\u00e4",
+ "LabelDownloadInternetMetadataHelp": "Media Browser voi ladata tietoa, saadakseensa hienompia esityksi\u00e4.",
+ "TabPreferences": "Asetukset",
+ "TabPassword": "Salasana",
+ "TabLibraryAccess": "Kirjaston P\u00e4\u00e4sy",
+ "TabAccess": "Access",
+ "TabImage": "Kuva",
+ "TabProfile": "Profiili",
+ "TabMetadata": "Metadata",
+ "TabImages": "Images",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "Titles",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "N\u00e4yt\u00e4 puuttuvat jaksot tuotantokausissa",
+ "LabelUnairedMissingEpisodesWithinSeasons": "N\u00e4yt\u00e4 julkaisemattomat jaksot tuotantokausissa",
+ "HeaderVideoPlaybackSettings": "Videon Toistamisen Asetukset",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "\u00c4\u00e4nen ensisijainen kieli:",
+ "LabelSubtitleLanguagePreference": "Tekstityksien ensisijainen kieli:",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "No Subtitles",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "Profiilit",
+ "TabSecurity": "Suojaus",
+ "ButtonAddUser": "Lis\u00e4\u00e4 K\u00e4ytt\u00e4j\u00e4",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Tallenna",
+ "ButtonResetPassword": "Uusi Salasana",
+ "LabelNewPassword": "Uusi salasana:",
+ "LabelNewPasswordConfirm": "Uuden salasanan varmistus:",
+ "HeaderCreatePassword": "Luo Salasana:",
+ "LabelCurrentPassword": "T\u00e4m\u00e4n hetkinen salsana:",
+ "LabelMaxParentalRating": "Suurin sallittu vanhempien arvostelu:",
+ "MaxParentalRatingHelp": "Suuremman arvosanan takia, sis\u00e4lt\u00f6 tulla piilottamaan k\u00e4ytt\u00e4j\u00e4lt\u00e4.",
+ "LibraryAccessHelp": "Valitse media kansiot jotka haluat jakaa t\u00e4m\u00e4n k\u00e4ytt\u00e4j\u00e4n kanssa. J\u00e4rjestelm\u00e4nvalvoja pystyy muokkaamaan kaikkia kansioita k\u00e4ytt\u00e4en metadata hallintaa.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Poista Kuva",
+ "LabelSelectUsers": "Select users:",
+ "ButtonUpload": "Upload",
+ "HeaderUploadNewImage": "Upload New Image",
+ "LabelDropImageHere": "Drop image here",
+ "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
+ "MessageNothingHere": "Nothing here.",
+ "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
+ "TabSuggested": "Suggested",
+ "TabLatest": "Latest",
+ "TabUpcoming": "Upcoming",
+ "TabShows": "Shows",
+ "TabEpisodes": "Episodes",
+ "TabGenres": "Genres",
+ "TabPeople": "People",
+ "TabNetworks": "Networks",
+ "HeaderUsers": "Users",
+ "HeaderFilters": "Filters:",
+ "ButtonFilter": "Filter",
+ "OptionFavorite": "Favorites",
+ "OptionLikes": "Likes",
+ "OptionDislikes": "Dislikes",
+ "OptionActors": "Actors",
+ "OptionGuestStars": "Guest Stars",
+ "OptionDirectors": "Directors",
+ "OptionWriters": "Writers",
+ "OptionProducers": "Producers",
+ "HeaderResume": "Resume",
+ "HeaderNextUp": "Next Up",
+ "NoNextUpItemsMessage": "None found. Start watching your shows!",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "HeaderPersonTypes": "Person Types:",
+ "TabSongs": "Songs",
+ "TabAlbums": "Albums",
+ "TabArtists": "Artists",
+ "TabAlbumArtists": "Album Artists",
+ "TabMusicVideos": "Music Videos",
+ "ButtonSort": "Sort",
+ "HeaderSortBy": "Sort By:",
+ "HeaderSortOrder": "Sort Order:",
+ "OptionPlayed": "Played",
+ "OptionUnplayed": "Unplayed",
+ "OptionAscending": "Ascending",
+ "OptionDescending": "Descending",
+ "OptionRuntime": "Runtime",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "Play Count",
+ "OptionDatePlayed": "Date Played",
+ "OptionDateAdded": "Date Added",
+ "OptionAlbumArtist": "Album Artist",
+ "OptionArtist": "Artist",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Track Name",
+ "OptionCommunityRating": "Community Rating",
+ "OptionNameSort": "Name",
+ "OptionFolderSort": "Folders",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Revenue",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Backdrop",
+ "OptionTimeline": "Timeline",
+ "OptionThumb": "Thumb",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Critic Rating",
+ "OptionVideoBitrate": "Video Bitrate",
+ "OptionResumable": "Resumable",
+ "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+ "ScheduledTasksTitle": "Scheduled Tasks",
+ "TabMyPlugins": "My Plugins",
+ "TabCatalog": "Catalog",
+ "PluginsTitle": "Plugins",
+ "HeaderAutomaticUpdates": "Automatic Updates",
+ "HeaderNowPlaying": "Now Playing",
+ "HeaderLatestAlbums": "Latest Albums",
+ "HeaderLatestSongs": "Latest Songs",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "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.",
+ "LabelVideoType": "Video Type:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Features:",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "Subtitles",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Theme Song",
+ "OptionHasThemeVideo": "Theme Video",
+ "TabMovies": "Movies",
+ "TabStudios": "Studios",
+ "TabTrailers": "Trailers",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "Latest Movies",
+ "HeaderLatestTrailers": "Latest Trailers",
+ "OptionHasSpecialFeatures": "Special Features",
+ "OptionImdbRating": "IMDb Rating",
+ "OptionParentalRating": "Parental Rating",
+ "OptionPremiereDate": "Premiere Date",
+ "TabBasic": "Basic",
+ "TabAdvanced": "Advanced",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "Continuing",
+ "OptionEnded": "Ended",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "Sunday",
+ "OptionMonday": "Monday",
+ "OptionTuesday": "Tuesday",
+ "OptionWednesday": "Wednesday",
+ "OptionThursday": "Thursday",
+ "OptionFriday": "Friday",
+ "OptionSaturday": "Saturday",
+ "HeaderManagement": "Management",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Missing IMDb Id",
+ "OptionMissingTvdbId": "Missing TheTVDB Id",
+ "OptionMissingOverview": "Missing Overview",
+ "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+ "TabGeneral": "General",
+ "TitleSupport": "Support",
+ "TabLog": "Log",
+ "TabAbout": "About",
+ "TabSupporterKey": "Supporter Key",
+ "TabBecomeSupporter": "Become a Supporter",
+ "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+ "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+ "SearchKnowledgeBase": "Search the Knowledge Base",
+ "VisitTheCommunity": "Visit the Community",
+ "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Disable this user",
+ "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
+ "HeaderAdvancedControl": "Advanced Control",
+ "LabelName": "Name:",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Allow this user to manage the server",
+ "HeaderFeatureAccess": "Feature Access",
+ "OptionAllowMediaPlayback": "Allow media playback",
+ "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "Allow management of live tv recordings",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Missing Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Select",
+ "ButtonGroupVersions": "Group Versions",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Please support other free products we utilize:",
+ "VersionNumber": "Version {0}",
+ "TabPaths": "Paths",
+ "TabServer": "Server",
+ "TabTranscoding": "Transcoding",
+ "TitleAdvanced": "Advanced",
+ "LabelAutomaticUpdateLevel": "Automatic update level",
+ "OptionRelease": "Virallinen Julkaisu",
+ "OptionBeta": "Beta",
+ "OptionDev": "Kehittely (Ei vakaa)",
+ "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
+ "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
+ "LabelEnableDebugLogging": "Enable debug logging",
+ "LabelRunServerAtStartup": "Run server at startup",
+ "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
+ "ButtonSelectDirectory": "Select Directory",
+ "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
+ "LabelCachePath": "Cache path:",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "Images by name path:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Metadata path:",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "Transcoding temporary path:",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "Basics",
+ "TabTV": "TV",
+ "TabGames": "Games",
+ "TabMusic": "Music",
+ "TabOthers": "Others",
+ "HeaderExtractChapterImagesFor": "Extract chapter images for:",
+ "OptionMovies": "Movies",
+ "OptionEpisodes": "Episodes",
+ "OptionOtherVideos": "Other Videos",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Image saving convention:",
+ "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Sign In",
+ "TitleSignIn": "Sign In",
+ "HeaderPleaseSignIn": "Please sign in",
+ "LabelUser": "User:",
+ "LabelPassword": "Password:",
+ "ButtonManualLogin": "Manual Login",
+ "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
+ "TabGuide": "Guide",
+ "TabChannels": "Channels",
+ "TabCollections": "Collections",
+ "HeaderChannels": "Channels",
+ "TabRecordings": "Recordings",
+ "TabScheduled": "Scheduled",
+ "TabSeries": "Series",
+ "TabFavorites": "Favorites",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "Cancel Recording",
+ "HeaderPrePostPadding": "Pre\/Post Padding",
+ "LabelPrePaddingMinutes": "Pre-padding minutes:",
+ "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
+ "LabelPostPaddingMinutes": "Post-padding minutes:",
+ "OptionPostPaddingRequired": "Post-padding is required in order to record.",
+ "HeaderWhatsOnTV": "What's On",
+ "HeaderUpcomingTV": "Upcoming TV",
+ "TabStatus": "Status",
+ "TabSettings": "Settings",
+ "ButtonRefreshGuideData": "Refresh Guide Data",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "Priority",
+ "OptionRecordOnAllChannels": "Record program on all channels",
+ "OptionRecordAnytime": "Record program at any time",
+ "OptionRecordOnlyNewEpisodes": "Record only new episodes",
+ "HeaderDays": "Days",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "HeaderAllRecordings": "All Recordings",
+ "ButtonPlay": "Play",
+ "ButtonEdit": "Edit",
+ "ButtonRecord": "Record",
+ "ButtonDelete": "Delete",
+ "ButtonRemove": "Remove",
+ "OptionRecordSeries": "Record Series",
+ "HeaderDetails": "Details",
+ "TitleLiveTV": "Live TV",
+ "LabelNumberOfGuideDays": "Number of days of guide data to download:",
+ "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
+ "LabelActiveService": "Active Service:",
+ "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
+ "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "Thumb",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disc",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Back",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Primary",
+ "HeaderFetchImages": "Fetch Images:",
+ "HeaderImageSettings": "Image Settings",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
+ "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
+ "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
+ "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "Add",
+ "LabelTriggerType": "Trigger Type:",
+ "OptionDaily": "Daily",
+ "OptionWeekly": "Weekly",
+ "OptionOnInterval": "On an interval",
+ "OptionOnAppStartup": "On application startup",
+ "OptionAfterSystemEvent": "After a system event",
+ "LabelDay": "Day:",
+ "LabelTime": "Time:",
+ "LabelEvent": "Event:",
+ "OptionWakeFromSleep": "Wake from sleep",
+ "LabelEveryXMinutes": "Every:",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Gallery",
+ "HeaderLatestGames": "Latest Games",
+ "HeaderRecentlyPlayedGames": "Recently Played Games",
+ "TabGameSystems": "Game Systems",
+ "TitleMediaLibrary": "Media Library",
+ "TabFolders": "Folders",
+ "TabPathSubstitution": "Path Substitution",
+ "LabelSeasonZeroDisplayName": "Season 0 display name:",
+ "LabelEnableRealtimeMonitor": "Enable real time monitoring",
+ "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
+ "ButtonScanLibrary": "Scan Library",
+ "HeaderNumberOfPlayers": "Players:",
+ "OptionAnyNumberOfPlayers": "Any",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Media Folders",
+ "HeaderThemeVideos": "Theme Videos",
+ "HeaderThemeSongs": "Theme Songs",
+ "HeaderScenes": "Scenes",
+ "HeaderAwardsAndReviews": "Awards and Reviews",
+ "HeaderSoundtracks": "Soundtracks",
+ "HeaderMusicVideos": "Music Videos",
+ "HeaderSpecialFeatures": "Special Features",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonSplitVersionsApart": "Split Versions Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Missing",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
+ "HeaderFrom": "From",
+ "HeaderTo": "To",
+ "LabelFrom": "From:",
+ "LabelFromHelp": "Example: D:\\Movies (on the server)",
+ "LabelTo": "To:",
+ "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
+ "ButtonAddPathSubstitution": "Add Substitution",
+ "OptionSpecialEpisode": "Specials",
+ "OptionMissingEpisode": "Missing Episodes",
+ "OptionUnairedEpisode": "Unaired Episodes",
+ "OptionEpisodeSortName": "Episode Sort Name",
+ "OptionSeriesSortName": "Series Name",
+ "OptionTvdbRating": "Tvdb Rating",
+ "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
+ "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
+ "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
+ "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
+ "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
+ "OptionHighSpeedTranscoding": "Higher speed",
+ "OptionHighQualityTranscoding": "Higher quality",
+ "OptionMaxQualityTranscoding": "Max quality",
+ "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
+ "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
+ "OptionUpscaling": "Allow clients to request upscaled video",
+ "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
+ "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
+ "HeaderAddTitles": "Add Titles",
+ "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
+ "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
+ "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
+ "HeaderCustomDlnaProfiles": "Custom Profiles",
+ "HeaderSystemDlnaProfiles": "System Profiles",
+ "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
+ "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Home",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "System Paths",
+ "LinkCommunity": "Community",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api Documentation",
+ "LabelFriendlyServerName": "Friendly server name:",
+ "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
+ "LabelReadHowYouCanContribute": "Read about how you can contribute.",
+ "HeaderNewCollection": "New Collection",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
+ "ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web socket port number:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Resume",
+ "TabWeather": "Weather",
+ "TitleAppSettings": "App Settings",
+ "LabelMinResumePercentage": "Min resume percentage:",
+ "LabelMaxResumePercentage": "Max resume percentage:",
+ "LabelMinResumeDuration": "Min resume duration (seconds):",
+ "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
+ "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
+ "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
+ "TitleAutoOrganize": "Auto-Organize",
+ "TabActivityLog": "Activity Log",
+ "HeaderName": "Name",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Completed",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Skipped",
+ "HeaderEpisodeOrganization": "Episode Organization",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
+ "HeaderSupportTheTeam": "Support the Media Browser Team",
+ "LabelSupportAmount": "Amount (USD)",
+ "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
+ "ButtonEnterSupporterKey": "Enter supporter key",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Enable new episode organization",
+ "LabelWatchFolder": "Watch folder:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "View scheduled tasks",
+ "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Supported Patterns",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Pattern",
+ "HeaderResult": "Result",
+ "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
+ "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
+ "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
+ "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
+ "LabelTransferMethod": "Transfer method",
+ "OptionCopy": "Copy",
+ "OptionMove": "Move",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Latest News",
+ "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
+ "HeaderRunningTasks": "Running Tasks",
+ "HeaderActiveDevices": "Active Devices",
+ "HeaderPendingInstallations": "Pending Installations",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restart Now",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Shutdown",
+ "ButtonUpdateNow": "Update Now",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Please shutdown the server and update manually.",
+ "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
+ "ServerUpToDate": "Media Browser Server is up to date",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Old supporter key",
+ "LabelNewSupporterKey": "New supporter key",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Current email address",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "Email address",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "Default user:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Server Settings",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Require manual username entry for:",
+ "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
+ "OptionOtherApps": "Other apps",
+ "OptionMobileApps": "Mobile apps",
+ "HeaderNotificationList": "Click on a notification to configure it's sending options.",
+ "NotificationOptionApplicationUpdateAvailable": "Application update available",
+ "NotificationOptionApplicationUpdateInstalled": "Application update installed",
+ "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
+ "NotificationOptionPluginInstalled": "Plugin installed",
+ "NotificationOptionPluginUninstalled": "Plugin uninstalled",
+ "NotificationOptionVideoPlayback": "Video playback started",
+ "NotificationOptionAudioPlayback": "Audio playback started",
+ "NotificationOptionGamePlayback": "Game playback started",
+ "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
+ "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
+ "NotificationOptionGamePlaybackStopped": "Game playback stopped",
+ "NotificationOptionTaskFailed": "Scheduled task failure",
+ "NotificationOptionInstallationFailed": "Installation failure",
+ "NotificationOptionNewLibraryContent": "New content added",
+ "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
+ "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
+ "NotificationOptionServerRestartRequired": "Server restart required",
+ "LabelNotificationEnabled": "Enable this notification",
+ "LabelMonitorUsers": "Monitor activity from:",
+ "LabelSendNotificationToUsers": "Send the notification to:",
+ "LabelUseNotificationServices": "Use the following services:",
+ "CategoryUser": "User",
+ "CategorySystem": "System",
+ "CategoryApplication": "Application",
+ "CategoryPlugin": "Plugin",
"LabelMessageTitle": "Message title:",
"LabelAvailableTokens": "Available tokens:",
"AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
@@ -634,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -670,675 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Poistu",
- "LabelVisitCommunity": "K\u00e4y Yhteis\u00f6ss\u00e4",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Normaali",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "Selaa Kirjastoa",
- "LabelConfigureMediaBrowser": "Configuroi Media Browseria",
- "LabelOpenLibraryViewer": "Avaa Library Viewer",
- "LabelRestartServer": "K\u00e4ynnist\u00e4 Palvelin uudelleen",
- "LabelShowLogWindow": "N\u00e4yt\u00e4 Loki Ikkuna",
- "LabelPrevious": "Edellinen",
- "LabelFinish": "Valmis",
- "LabelNext": "Seuraava",
- "LabelYoureDone": "Olet valmis!",
- "WelcomeToMediaBrowser": "Tervetuloa Media Browseriin!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "T\u00e4m\u00e4 ty\u00f6kalu auttaa sinua asennus prosessin aikana. loittaaksesi valitse kieli.",
- "TellUsAboutYourself": "Kerro meille itsest\u00e4si",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "Sinun ensimm\u00e4inen nimi:",
- "MoreUsersCanBeAddedLater": "K\u00e4ytt\u00e4ji\u00e4 voi lis\u00e4t\u00e4 lis\u00e4\u00e4 my\u00f6hemmin Dashboardista",
- "UserProfilesIntro": "Media Browser sis\u00e4lt\u00e4\u00e4 sis\u00e4\u00e4nrakenntun tuen k\u00e4ytt\u00e4j\u00e4 profiileille, omat asetukset jokaiselle, paystate ja rinnakkaisen hallinnan.",
- "LabelWindowsService": "Windows Service",
- "AWindowsServiceHasBeenInstalled": "Windows Service on asennettu.",
- "WindowsServiceIntro1": "Media Browser palvelin normaalisti toimii ty\u00f6p\u00f6yt\u00e4 sovelluksena teht\u00e4v\u00e4 palkissa, mutta jos sin\u00e4 haluat mielummin pit\u00e4\u00e4 sen piilossa, se voidaan my\u00f6s k\u00e4ynnist\u00e4\u00e4 windowsin service hallinnasta k\u00e4sin.",
- "WindowsServiceIntro2": "Jos k\u00e4yt\u00e4t windows service\u00e4, ole hyv\u00e4 ja ota huomioon ettet voi k\u00e4ytt\u00e4\u00e4 ohjelmaa yht\u00e4aikaa teht\u00e4v\u00e4palkissa ja servicen\u00e4, joten sinun t\u00e4ytyy sulkea teht\u00e4v\u00e4palkin ikoni ensin kuin voit k\u00e4ytt\u00e4\u00e4 palvelinta servicen kautta. Service pit\u00e4\u00e4 konfiguroida my\u00f6s j\u00e4rjestelm\u00e4nvalvojan oikeuksilla ohjaus paneelista. Ota my\u00f6s huomioon, ett\u00e4 ohjelma pit\u00e4\u00e4 my\u00f6s p\u00e4ivitt\u00e4\u00e4 service palvelussa manuaalisesti.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Muuta asetuksia",
- "LabelEnableVideoImageExtraction": "Ota video kuvan purku k\u00e4ytt\u00f6\u00f6n",
- "VideoImageExtractionHelp": "Videot jotka eiv\u00e4t sisll\u00e4 valmiiksi kuvaa ja emme voi lis\u00e4t\u00e4 kuvaa automaattisesti internetist\u00e4. T\u00e4m\u00e4 lis\u00e4\u00e4 v\u00e4h\u00e4n lataus aikaa kirjaston tarkastuksessa.",
- "LabelEnableChapterImageExtractionForMovies": "Valitse luvun kuva Elokuville",
- "LabelChapterImageExtractionForMoviesHelp": "Kansien talteen otetut kuvat tulee n\u00e4kym\u00e4\u00e4n graafisesti asiakkaan moniruutu valikossa. Prosessi voi olla hidas, cpu-intensiivinen ja voi vaatio muutaman gigabitin tilaa levylt\u00e4. T\u00e4m\u00e4 prosesi tapahtuu ajastetusti kello 4.00, joten t\u00e4t\u00e4 aikaa voi muuttaa ajastettujen toimintojen kohdasta. Huomaa ett\u00e4 ei ole suositeltavaa suorittaa t\u00e4t\u00e4 toiminpidett\u00e4 yht\u00e4aikaa, kun konetta kuormitetaan muutenkin paljon.",
- "LabelEnableAutomaticPortMapping": "Ota automaattinen porttien mapping k\u00e4ytt\u00f6\u00f6n",
- "LabelEnableAutomaticPortMappingHelp": "UPnP sallii automaattisen reitittimen asetusten muuttamisen. T\u00e4m\u00e4 ei mahdollisesti toimi joidenkin retititin mallien kanssa.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Lopeta",
- "ButtonNew": "New",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Aseta sinun media kirjasto",
- "ButtonAddMediaFolder": "Lis\u00e4\u00e4 media kansio",
- "LabelFolderType": "Kansion tyyppi:",
- "ReferToMediaLibraryWiki": "Viittus media kirjaston wikiin.",
- "LabelCountry": "Maa:",
- "LabelLanguage": "Kieli:",
- "HeaderPreferredMetadataLanguage": "Ensisijainen kieli:",
- "LabelSaveLocalMetadata": "Tallenna kuvamateriaali ja metadata media kansioihin.",
- "LabelSaveLocalMetadataHelp": "Kuvamateriaalin ja metadatan tallentaminen suoraan kansioihin miss\u00e4 niit\u00e4 on helppo muuttaa.",
- "LabelDownloadInternetMetadata": "Lataa kuvamateriaali ja metadata internetist\u00e4",
- "LabelDownloadInternetMetadataHelp": "Media Browser voi ladata tietoa, saadakseensa hienompia esityksi\u00e4.",
- "TabPreferences": "Asetukset",
- "TabPassword": "Salasana",
- "TabLibraryAccess": "Kirjaston P\u00e4\u00e4sy",
- "TabAccess": "Access",
- "TabImage": "Kuva",
- "TabProfile": "Profiili",
- "TabMetadata": "Metadata",
- "TabImages": "Images",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titles",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "N\u00e4yt\u00e4 puuttuvat jaksot tuotantokausissa",
- "LabelUnairedMissingEpisodesWithinSeasons": "N\u00e4yt\u00e4 julkaisemattomat jaksot tuotantokausissa",
- "HeaderVideoPlaybackSettings": "Videon Toistamisen Asetukset",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "\u00c4\u00e4nen ensisijainen kieli:",
- "LabelSubtitleLanguagePreference": "Tekstityksien ensisijainen kieli:",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "No Subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profiilit",
- "TabSecurity": "Suojaus",
- "ButtonAddUser": "Lis\u00e4\u00e4 K\u00e4ytt\u00e4j\u00e4",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Tallenna",
- "ButtonResetPassword": "Uusi Salasana",
- "LabelNewPassword": "Uusi salasana:",
- "LabelNewPasswordConfirm": "Uuden salasanan varmistus:",
- "HeaderCreatePassword": "Luo Salasana:",
- "LabelCurrentPassword": "T\u00e4m\u00e4n hetkinen salsana:",
- "LabelMaxParentalRating": "Suurin sallittu vanhempien arvostelu:",
- "MaxParentalRatingHelp": "Suuremman arvosanan takia, sis\u00e4lt\u00f6 tulla piilottamaan k\u00e4ytt\u00e4j\u00e4lt\u00e4.",
- "LibraryAccessHelp": "Valitse media kansiot jotka haluat jakaa t\u00e4m\u00e4n k\u00e4ytt\u00e4j\u00e4n kanssa. J\u00e4rjestelm\u00e4nvalvoja pystyy muokkaamaan kaikkia kansioita k\u00e4ytt\u00e4en metadata hallintaa.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Poista Kuva",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "Upload",
- "HeaderUploadNewImage": "Upload New Image",
- "LabelDropImageHere": "Drop image here",
- "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
- "MessageNothingHere": "Nothing here.",
- "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
- "TabSuggested": "Suggested",
- "TabLatest": "Latest",
- "TabUpcoming": "Upcoming",
- "TabShows": "Shows",
- "TabEpisodes": "Episodes",
- "TabGenres": "Genres",
- "TabPeople": "People",
- "TabNetworks": "Networks",
- "HeaderUsers": "Users",
- "HeaderFilters": "Filters:",
- "ButtonFilter": "Filter",
- "OptionFavorite": "Favorites",
- "OptionLikes": "Likes",
- "OptionDislikes": "Dislikes",
- "OptionActors": "Actors",
- "OptionGuestStars": "Guest Stars",
- "OptionDirectors": "Directors",
- "OptionWriters": "Writers",
- "OptionProducers": "Producers",
- "HeaderResume": "Resume",
- "HeaderNextUp": "Next Up",
- "NoNextUpItemsMessage": "None found. Start watching your shows!",
- "HeaderLatestEpisodes": "Latest Episodes",
- "HeaderPersonTypes": "Person Types:",
- "TabSongs": "Songs",
- "TabAlbums": "Albums",
- "TabArtists": "Artists",
- "TabAlbumArtists": "Album Artists",
- "TabMusicVideos": "Music Videos",
- "ButtonSort": "Sort",
- "HeaderSortBy": "Sort By:",
- "HeaderSortOrder": "Sort Order:",
- "OptionPlayed": "Played",
- "OptionUnplayed": "Unplayed",
- "OptionAscending": "Ascending",
- "OptionDescending": "Descending",
- "OptionRuntime": "Runtime",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Play Count",
- "OptionDatePlayed": "Date Played",
- "OptionDateAdded": "Date Added",
- "OptionAlbumArtist": "Album Artist",
- "OptionArtist": "Artist",
- "OptionAlbum": "Album",
- "OptionTrackName": "Track Name",
- "OptionCommunityRating": "Community Rating",
- "OptionNameSort": "Name",
- "OptionFolderSort": "Folders",
- "OptionBudget": "Budget",
- "OptionRevenue": "Revenue",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Backdrop",
- "OptionTimeline": "Timeline",
- "OptionThumb": "Thumb",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Critic Rating",
- "OptionVideoBitrate": "Video Bitrate",
- "OptionResumable": "Resumable",
- "ScheduledTasksHelp": "Click a task to adjust its schedule.",
- "ScheduledTasksTitle": "Scheduled Tasks",
- "TabMyPlugins": "My Plugins",
- "TabCatalog": "Catalog",
- "PluginsTitle": "Plugins",
- "HeaderAutomaticUpdates": "Automatic Updates",
- "HeaderNowPlaying": "Now Playing",
- "HeaderLatestAlbums": "Latest Albums",
- "HeaderLatestSongs": "Latest Songs",
- "HeaderRecentlyPlayed": "Recently Played",
- "HeaderFrequentlyPlayed": "Frequently Played",
- "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.",
- "LabelVideoType": "Video Type:",
- "OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Features:",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Subtitles",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Theme Song",
- "OptionHasThemeVideo": "Theme Video",
- "TabMovies": "Movies",
- "TabStudios": "Studios",
- "TabTrailers": "Trailers",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "Latest Movies",
- "HeaderLatestTrailers": "Latest Trailers",
- "OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "IMDb Rating",
- "OptionParentalRating": "Parental Rating",
- "OptionPremiereDate": "Premiere Date",
- "TabBasic": "Basic",
- "TabAdvanced": "Advanced",
- "HeaderStatus": "Status",
- "OptionContinuing": "Continuing",
- "OptionEnded": "Ended",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "Sunday",
- "OptionMonday": "Monday",
- "OptionTuesday": "Tuesday",
- "OptionWednesday": "Wednesday",
- "OptionThursday": "Thursday",
- "OptionFriday": "Friday",
- "OptionSaturday": "Saturday",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Missing IMDb Id",
- "OptionMissingTvdbId": "Missing TheTVDB Id",
- "OptionMissingOverview": "Missing Overview",
- "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
- "TabGeneral": "General",
- "TitleSupport": "Support",
- "TabLog": "Log",
- "TabAbout": "About",
- "TabSupporterKey": "Supporter Key",
- "TabBecomeSupporter": "Become a Supporter",
- "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
- "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
- "SearchKnowledgeBase": "Search the Knowledge Base",
- "VisitTheCommunity": "Visit the Community",
- "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Disable this user",
- "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
- "HeaderAdvancedControl": "Advanced Control",
- "LabelName": "Name:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Allow this user to manage the server",
- "HeaderFeatureAccess": "Feature Access",
- "OptionAllowMediaPlayback": "Allow media playback",
- "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "Allow management of live tv recordings",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Missing Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Select",
- "ButtonGroupVersions": "Group Versions",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Please support other free products we utilize:",
- "VersionNumber": "Version {0}",
- "TabPaths": "Paths",
- "TabServer": "Server",
- "TabTranscoding": "Transcoding",
- "TitleAdvanced": "Advanced",
- "LabelAutomaticUpdateLevel": "Automatic update level",
- "OptionRelease": "Virallinen Julkaisu",
- "OptionBeta": "Beta",
- "OptionDev": "Kehittely (Ei vakaa)",
- "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
- "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
- "LabelEnableDebugLogging": "Enable debug logging",
- "LabelRunServerAtStartup": "Run server at startup",
- "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
- "ButtonSelectDirectory": "Select Directory",
- "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
- "LabelCachePath": "Cache path:",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "Images by name path:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Metadata path:",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "Transcoding temporary path:",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "Basics",
- "TabTV": "TV",
- "TabGames": "Games",
- "TabMusic": "Music",
- "TabOthers": "Others",
- "HeaderExtractChapterImagesFor": "Extract chapter images for:",
- "OptionMovies": "Movies",
- "OptionEpisodes": "Episodes",
- "OptionOtherVideos": "Other Videos",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Image saving convention:",
- "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Sign In",
- "TitleSignIn": "Sign In",
- "HeaderPleaseSignIn": "Please sign in",
- "LabelUser": "User:",
- "LabelPassword": "Password:",
- "ButtonManualLogin": "Manual Login",
- "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
- "TabGuide": "Guide",
- "TabChannels": "Channels",
- "TabCollections": "Collections",
- "HeaderChannels": "Channels",
- "TabRecordings": "Recordings",
- "TabScheduled": "Scheduled",
- "TabSeries": "Series",
- "TabFavorites": "Favorites",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "Cancel Recording",
- "HeaderPrePostPadding": "Pre\/Post Padding",
- "LabelPrePaddingMinutes": "Pre-padding minutes:",
- "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
- "LabelPostPaddingMinutes": "Post-padding minutes:",
- "OptionPostPaddingRequired": "Post-padding is required in order to record.",
- "HeaderWhatsOnTV": "What's On",
- "HeaderUpcomingTV": "Upcoming TV",
- "TabStatus": "Status",
- "TabSettings": "Settings",
- "ButtonRefreshGuideData": "Refresh Guide Data",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "Priority",
- "OptionRecordOnAllChannels": "Record program on all channels",
- "OptionRecordAnytime": "Record program at any time",
- "OptionRecordOnlyNewEpisodes": "Record only new episodes",
- "HeaderDays": "Days",
- "HeaderActiveRecordings": "Active Recordings",
- "HeaderLatestRecordings": "Latest Recordings",
- "HeaderAllRecordings": "All Recordings",
- "ButtonPlay": "Play",
- "ButtonEdit": "Edit",
- "ButtonRecord": "Record",
- "ButtonDelete": "Delete",
- "ButtonRemove": "Remove",
- "OptionRecordSeries": "Record Series",
- "HeaderDetails": "Details",
- "TitleLiveTV": "Live TV",
- "LabelNumberOfGuideDays": "Number of days of guide data to download:",
- "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
- "LabelActiveService": "Active Service:",
- "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
- "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "Thumb",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disc",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Back",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Primary",
- "HeaderFetchImages": "Fetch Images:",
- "HeaderImageSettings": "Image Settings",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
- "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
- "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
- "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Add",
- "LabelTriggerType": "Trigger Type:",
- "OptionDaily": "Daily",
- "OptionWeekly": "Weekly",
- "OptionOnInterval": "On an interval",
- "OptionOnAppStartup": "On application startup",
- "OptionAfterSystemEvent": "After a system event",
- "LabelDay": "Day:",
- "LabelTime": "Time:",
- "LabelEvent": "Event:",
- "OptionWakeFromSleep": "Wake from sleep",
- "LabelEveryXMinutes": "Every:",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Gallery",
- "HeaderLatestGames": "Latest Games",
- "HeaderRecentlyPlayedGames": "Recently Played Games",
- "TabGameSystems": "Game Systems",
- "TitleMediaLibrary": "Media Library",
- "TabFolders": "Folders",
- "TabPathSubstitution": "Path Substitution",
- "LabelSeasonZeroDisplayName": "Season 0 display name:",
- "LabelEnableRealtimeMonitor": "Enable real time monitoring",
- "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
- "ButtonScanLibrary": "Scan Library",
- "HeaderNumberOfPlayers": "Players:",
- "OptionAnyNumberOfPlayers": "Any",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Media Folders",
- "HeaderThemeVideos": "Theme Videos",
- "HeaderThemeSongs": "Theme Songs",
- "HeaderScenes": "Scenes",
- "HeaderAwardsAndReviews": "Awards and Reviews",
- "HeaderSoundtracks": "Soundtracks",
- "HeaderMusicVideos": "Music Videos",
- "HeaderSpecialFeatures": "Special Features",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Additional Parts",
- "ButtonSplitVersionsApart": "Split Versions Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Missing",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
- "HeaderFrom": "From",
- "HeaderTo": "To",
- "LabelFrom": "From:",
- "LabelFromHelp": "Example: D:\\Movies (on the server)",
- "LabelTo": "To:",
- "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
- "ButtonAddPathSubstitution": "Add Substitution",
- "OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Missing Episodes",
- "OptionUnairedEpisode": "Unaired Episodes",
- "OptionEpisodeSortName": "Episode Sort Name",
- "OptionSeriesSortName": "Series Name",
- "OptionTvdbRating": "Tvdb Rating",
- "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
- "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
- "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
- "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
- "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
- "OptionHighSpeedTranscoding": "Higher speed",
- "OptionHighQualityTranscoding": "Higher quality",
- "OptionMaxQualityTranscoding": "Max quality",
- "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
- "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
- "OptionUpscaling": "Allow clients to request upscaled video",
- "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
- "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
- "HeaderAddTitles": "Add Titles",
- "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
- "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
- "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
- "HeaderCustomDlnaProfiles": "Custom Profiles",
- "HeaderSystemDlnaProfiles": "System Profiles",
- "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Home",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "System Paths",
- "LinkCommunity": "Community",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api Documentation",
- "LabelFriendlyServerName": "Friendly server name:",
- "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
- "LabelReadHowYouCanContribute": "Read about how you can contribute.",
- "HeaderNewCollection": "New Collection",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "Example: Star Wars Collection",
- "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
- "ButtonCreate": "Create",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web socket port number:",
- "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 WAN Address:",
- "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
- "TabResume": "Resume",
- "TabWeather": "Weather",
- "TitleAppSettings": "App Settings",
- "LabelMinResumePercentage": "Min resume percentage:",
- "LabelMaxResumePercentage": "Max resume percentage:",
- "LabelMinResumeDuration": "Min resume duration (seconds):",
- "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
- "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
- "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
- "TitleAutoOrganize": "Auto-Organize",
- "TabActivityLog": "Activity Log",
- "HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
- "LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
- "HeaderEpisodeOrganization": "Episode Organization",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Media Browser Team",
- "LabelSupportAmount": "Amount (USD)",
- "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
- "ButtonEnterSupporterKey": "Enter supporter key",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Enable new episode organization",
- "LabelWatchFolder": "Watch folder:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "View scheduled tasks",
- "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Supported Patterns",
- "HeaderTerm": "Term",
- "HeaderPattern": "Pattern",
- "HeaderResult": "Result",
- "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
- "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
- "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
- "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Latest News",
- "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
- "HeaderPendingInstallations": "Pending Installations",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown the server and update manually.",
- "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
- "ServerUpToDate": "Media Browser Server is up to date",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Old supporter key",
- "LabelNewSupporterKey": "New supporter key",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Current email address",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "Email address",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "Enable Dlna server",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "Default user:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Server Settings",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Require manual username entry for:",
- "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
- "HeaderNotificationList": "Click on a notification to configure it's sending options.",
- "NotificationOptionApplicationUpdateAvailable": "Application update available",
- "NotificationOptionApplicationUpdateInstalled": "Application update installed",
- "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
- "NotificationOptionPluginInstalled": "Plugin installed",
- "NotificationOptionPluginUninstalled": "Plugin uninstalled",
- "NotificationOptionVideoPlayback": "Video playback started",
- "NotificationOptionAudioPlayback": "Audio playback started",
- "NotificationOptionGamePlayback": "Game playback started",
- "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
- "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
- "NotificationOptionGamePlaybackStopped": "Game playback stopped",
- "NotificationOptionTaskFailed": "Scheduled task failure",
- "NotificationOptionInstallationFailed": "Installation failure",
- "NotificationOptionNewLibraryContent": "New content added",
- "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
- "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
- "NotificationOptionServerRestartRequired": "Server restart required",
- "LabelNotificationEnabled": "Enable this notification",
- "LabelMonitorUsers": "Monitor activity from:",
- "LabelSendNotificationToUsers": "Send the notification to:",
- "LabelUseNotificationServices": "Use the following services:",
- "CategoryUser": "User",
- "CategorySystem": "System",
- "CategoryApplication": "Application",
- "CategoryPlugin": "Plugin"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/fr.json b/MediaBrowser.Server.Implementations/Localization/Server/fr.json
index b08477ca9..a73732c82 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/fr.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/fr.json
@@ -1,6 +1,642 @@
{
- "LabelPublicPort": "Num\u00e9ro de port public :",
- "LabelPublicPortHelp": "Le num\u00e9ro de port public qui sera mapp\u00e9 sur le port local.",
+ "LabelExit": "Quitter",
+ "LabelVisitCommunity": "Visiter la Communaut\u00e9",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standard",
+ "LabelApiDocumentation": "Documentation API",
+ "LabelDeveloperResources": "Ressources pour d\u00e9veloppeurs",
+ "LabelBrowseLibrary": "Parcourir la biblioth\u00e8que",
+ "LabelConfigureMediaBrowser": "Configurer Media Browser",
+ "LabelOpenLibraryViewer": "Ouvrir le navigateur de biblioth\u00e8que",
+ "LabelRestartServer": "Red\u00e9marrer le Serveur",
+ "LabelShowLogWindow": "Afficher la fen\u00eatre du journal d'\u00e9v\u00e8nements",
+ "LabelPrevious": "Pr\u00e9c\u00e9dent",
+ "LabelFinish": "Terminer",
+ "LabelNext": "Suivant",
+ "LabelYoureDone": "Vous avez Termin\u00e9!",
+ "WelcomeToMediaBrowser": "Bienvenue sur Media Browser !",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Cet assistant vous guidera dans le processus de configuration. Pour commencer, merci de s\u00e9lectionner votre langue pr\u00e9f\u00e9r\u00e9e.",
+ "TellUsAboutYourself": "Parlez-nous de vous",
+ "ButtonQuickStartGuide": "Guide de d\u00e9marrage rapide",
+ "LabelYourFirstName": "Votre pr\u00e9nom:",
+ "MoreUsersCanBeAddedLater": "D'autres utilisateurs pourront \u00eatre ajout\u00e9s ult\u00e9rieurement \u00e0 partir du tableau de bord.",
+ "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.",
+ "LabelWindowsService": "Service Windows",
+ "AWindowsServiceHasBeenInstalled": "Un service Windows a \u00e9t\u00e9 install\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.",
+ "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, vous devrez 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.",
+ "WizardCompleted": "C'est tout ce dont nous avons besoin pour le moment. Media Browser a commenc\u00e9 la collecte d'informations dans votre biblioth\u00e8que de m\u00e9dias. Consultez quelques-une de nos applications, puis cliquez sur <b>Terminer<\/b> pour consulter le <b>tableau de bord du serveur<\/b>.",
+ "LabelConfigureSettings": "Configurer les param\u00e8tres",
+ "LabelEnableVideoImageExtraction": "Activer l'extraction d'images des videos",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extraire les images de chapitres des films",
+ "LabelChapterImageExtractionForMoviesHelp": "L'extraction d'images de chapitres 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.",
+ "LabelEnableAutomaticPortMapping": "Activer la configuration automatique de port",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP permet la configuration automatique des routeurs pour un acc\u00e8s \u00e0 distance facile. Ceci peut ne pas fonctionner sur certains mod\u00e8les de routeur.",
+ "HeaderTermsOfService": "Conditions d'utilisation de Media Browser",
+ "MessagePleaseAcceptTermsOfService": "Veuillez accepter les conditions d'utilisations et la politique de confidentialit\u00e9 avant de continuer.",
+ "OptionIAcceptTermsOfService": "J'accepte les conditions d'utilisation.",
+ "ButtonPrivacyPolicy": "Politique de confidentialit\u00e9",
+ "ButtonTermsOfService": "Conditions d'utilisation",
+ "HeaderDeveloperOptions": "Options de d\u00e9veloppement",
+ "OptionEnableWebClientResponseCache": "Activer la mise en cache des r\u00e9ponses du client web",
+ "OptionDisableForDevelopmentHelp": "Vous pouvez configurer ces options selon vos besoins de d\u00e9veloppement.",
+ "OptionEnableWebClientResourceMinification": "Activer la minimisation des ressources du client web",
+ "LabelDashboardSourcePath": "Chemin des fichiers sources du client web",
+ "LabelDashboardSourcePathHelp": "Si vous ex\u00e9cutez le serveur \u00e0 partir des sources, veuillez sp\u00e9cifier le chemin du r\u00e9pertoire dashboard-ui. Tous les fichiers du client web seront servis \u00e0 partir de cet endroit.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Annuler",
+ "ButtonNew": "Nouveau",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Vid\u00e9o",
+ "HeaderPaths": "Chemins",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Faire un don avec Paypal",
+ "OptionDetectArchiveFilesAsMedia": "Reconna\u00eetre les fichiers archives comme m\u00e9dias",
+ "OptionDetectArchiveFilesAsMediaHelp": "Activez cette option pour reconna\u00eetre les fichiers portant l'extension .rar ou .zip comme des fichiers de m\u00e9dias. ",
+ "LabelEnterConnectUserName": "Nom d'utilisateur ou adresse email :",
+ "LabelEnterConnectUserNameHelp": "Ceci est le nom d'utilisateur ou mot de passe de votre compte en ligne Media Browser.",
+ "HeaderSyncJobInfo": "T\u00e2che de synchronisation",
+ "FolderTypeMixed": "Contenus m\u00e9lang\u00e9s",
+ "FolderTypeMovies": "Films",
+ "FolderTypeMusic": "Musique",
+ "FolderTypeAdultVideos": "Vid\u00e9os Adultes",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Vid\u00e9os Musical",
+ "FolderTypeHomeVideos": "Vid\u00e9os personnelles",
+ "FolderTypeGames": "Jeux",
+ "FolderTypeBooks": "Livres",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "H\u00e9rite",
+ "LabelContentType": "Type de contenu :",
+ "TitleScheduledTasks": "T\u00e2ches planifi\u00e9es",
+ "HeaderSetupLibrary": "Configurer votre biblioth\u00e8que de m\u00e9dia",
+ "ButtonAddMediaFolder": "Ajouter un r\u00e9pertoire de m\u00e9dia",
+ "LabelFolderType": "Type de r\u00e9pertoire:",
+ "ReferToMediaLibraryWiki": "Se r\u00e9f\u00e9rer au wiki des biblioth\u00e8ques de m\u00e9dia",
+ "LabelCountry": "Pays:",
+ "LabelLanguage": "Langue:",
+ "HeaderPreferredMetadataLanguage": "Langue pr\u00e9f\u00e9r\u00e9e pour les m\u00e9tadonn\u00e9es:",
+ "LabelSaveLocalMetadata": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia",
+ "LabelSaveLocalMetadataHelp": "L'enregistrement des images et des m\u00e9tadonn\u00e9es dans le r\u00e9pertoire de m\u00e9dia les placera \u00e0 un endroit o\u00f9 elles seront facilement modifiables.",
+ "LabelDownloadInternetMetadata": "T\u00e9l\u00e9charger les images et m\u00e9tadonn\u00e9es depuis Internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser peut t\u00e9l\u00e9charger des informations compl\u00e9mentaires sur vos m\u00e9dias pour en enrichir la pr\u00e9sentation.",
+ "TabPreferences": "Pr\u00e9f\u00e9rences",
+ "TabPassword": "Mot de passe",
+ "TabLibraryAccess": "Acc\u00e8s aux biblioth\u00e8ques",
+ "TabAccess": "Acc\u00e8s",
+ "TabImage": "Image",
+ "TabProfile": "Profil",
+ "TabMetadata": "M\u00e9tadonn\u00e9es",
+ "TabImages": "Images",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "Titres",
+ "HeaderDeviceAccess": "Acc\u00e8s \u00e0 l'appareil",
+ "OptionEnableAccessFromAllDevices": "Autoriser l'acc\u00e8s \u00e0 tous les appareils",
+ "OptionEnableAccessToAllChannels": "Activer l'acc\u00e8s \u00e0 toutes les cha\u00eenes",
+ "DeviceAccessHelp": "Ceci ne s'applique qu'aux appareils qui peuvent \u00eatre identifi\u00e9s de mani\u00e8re unique et qui n'emp\u00eachent pas l'acc\u00e8s au navigateur. Le filtrage de l'acc\u00e8s aux appareil par utilisateur emp\u00eachera l'utilisation de nouveaux appareils jusqu'\u00e0 ce qu'ils soient approuv\u00e9s ici.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes manquants dans les saisons",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes non diffus\u00e9s dans les saisons",
+ "HeaderVideoPlaybackSettings": "Param\u00e8tres de lecture video",
+ "HeaderPlaybackSettings": "Param\u00e8tres de lecture",
+ "LabelAudioLanguagePreference": "Param\u00e8tres de langue audio:",
+ "LabelSubtitleLanguagePreference": "Param\u00e8tres de langue de sous-titre",
+ "OptionDefaultSubtitles": "Par d\u00e9faut",
+ "OptionOnlyForcedSubtitles": "Seulement les sous-titres forc\u00e9s",
+ "OptionAlwaysPlaySubtitles": "Toujours afficher les sous-titres",
+ "OptionNoSubtitles": "Aucun sous-titre",
+ "OptionDefaultSubtitlesHelp": "Les sous-titres de la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s lorsque la langue de la piste audio est \u00e9trang\u00e8re.",
+ "OptionOnlyForcedSubtitlesHelp": "Seuls les sous-titres forc\u00e9s seront charg\u00e9s.",
+ "OptionAlwaysPlaySubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s quelque soit la langue de la piste audio.",
+ "OptionNoSubtitlesHelp": "Par d\u00e9faut, les sous-titres ne seront pas charg\u00e9s.",
+ "TabProfiles": "Profils",
+ "TabSecurity": "S\u00e9curit\u00e9",
+ "ButtonAddUser": "Ajouter utilisateur",
+ "ButtonAddLocalUser": "Ajouter un utilisateur local",
+ "ButtonInviteUser": "Inviter un utilisateur",
+ "ButtonSave": "Sauvegarder",
+ "ButtonResetPassword": "R\u00e9initialiser le mot de passe",
+ "LabelNewPassword": "Nouveau mot de passe :",
+ "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
+ "HeaderCreatePassword": "Cr\u00e9er un mot de passe",
+ "LabelCurrentPassword": "Mot de passe actuel :",
+ "LabelMaxParentalRating": "Note maximale d'\u00e9valuation de contr\u00f4le parental:",
+ "MaxParentalRatingHelp": "Le contenu avec une note d'\u00e9valuation de contr\u00f4le parental plus \u00e9lev\u00e9e ne sera pas visible par cet utilisateur.",
+ "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.",
+ "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.",
+ "ButtonDeleteImage": "Supprimer l'image",
+ "LabelSelectUsers": "S\u00e9lectionner des utilisateurs:",
+ "ButtonUpload": "Upload",
+ "HeaderUploadNewImage": "Uploader une nouvelle image",
+ "LabelDropImageHere": "Placer l'image ici",
+ "ImageUploadAspectRatioHelp": "Rapport d'aspect 1:1 recommand\u00e9. Seulement JPG\/PNG.",
+ "MessageNothingHere": "Rien ici.",
+ "MessagePleaseEnsureInternetMetadata": "Veuillez vous assurer que le t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es depuis Internet est activ\u00e9.",
+ "TabSuggested": "Sugg\u00e9r\u00e9s",
+ "TabLatest": "Plus r\u00e9cents",
+ "TabUpcoming": "\u00c0 venir",
+ "TabShows": "S\u00e9ries",
+ "TabEpisodes": "\u00c9pisodes",
+ "TabGenres": "Genres",
+ "TabPeople": "Personnes",
+ "TabNetworks": "R\u00e9seaux",
+ "HeaderUsers": "Utilisateurs",
+ "HeaderFilters": "Filtres:",
+ "ButtonFilter": "Filtre",
+ "OptionFavorite": "Favoris",
+ "OptionLikes": "Aim\u00e9s",
+ "OptionDislikes": "Non aim\u00e9s",
+ "OptionActors": "Acteur(e)s",
+ "OptionGuestStars": "Invit\u00e9s sp\u00e9ciaux",
+ "OptionDirectors": "R\u00e9alisateurs",
+ "OptionWriters": "Auteur(e)s",
+ "OptionProducers": "Producteurs",
+ "HeaderResume": "Reprendre",
+ "HeaderNextUp": "Prochains \u00e0 voir",
+ "NoNextUpItemsMessage": "Aucun \u00e9l\u00e9ment trouv\u00e9. Commencez \u00e0 regarder vos s\u00e9ries!",
+ "HeaderLatestEpisodes": "\u00c9pisodes les plus r\u00e9cents",
+ "HeaderPersonTypes": "Types de personne:",
+ "TabSongs": "Chansons",
+ "TabAlbums": "Albums",
+ "TabArtists": "Artistes",
+ "TabAlbumArtists": "Artistes sur l'album",
+ "TabMusicVideos": "Videos musicales",
+ "ButtonSort": "Tri",
+ "HeaderSortBy": "Trier par:",
+ "HeaderSortOrder": "Ordre de tri :",
+ "OptionPlayed": "Lu",
+ "OptionUnplayed": "Non lu",
+ "OptionAscending": "Ascendant",
+ "OptionDescending": "Descendant",
+ "OptionRuntime": "Dur\u00e9e",
+ "OptionReleaseDate": "Date de sortie",
+ "OptionPlayCount": "Nombre de lectures",
+ "OptionDatePlayed": "Date lu",
+ "OptionDateAdded": "Date d'ajout",
+ "OptionAlbumArtist": "Artiste de l'album",
+ "OptionArtist": "Artiste",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Titre",
+ "OptionCommunityRating": "Note de la communaut\u00e9",
+ "OptionNameSort": "Nom",
+ "OptionFolderSort": "R\u00e9pertoires",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Recettes",
+ "OptionPoster": "Affiche",
+ "OptionPosterCard": "Carte Affiche",
+ "OptionBackdrop": "Image d'arri\u00e8re-plan",
+ "OptionTimeline": "Chronologie",
+ "OptionThumb": "Vignette",
+ "OptionThumbCard": "Carte Vignette",
+ "OptionBanner": "Banni\u00e8re",
+ "OptionCriticRating": "Note des critiques",
+ "OptionVideoBitrate": "D\u00e9bit vid\u00e9o",
+ "OptionResumable": "Reprise possible",
+ "ScheduledTasksHelp": "S\u00e9lectionnez une t\u00e2che pour ajuster sa programmation.",
+ "ScheduledTasksTitle": "T\u00e2ches planifi\u00e9es",
+ "TabMyPlugins": "Mes plugins",
+ "TabCatalog": "Catalogue",
+ "PluginsTitle": "Plugins",
+ "HeaderAutomaticUpdates": "Mises \u00e0 jour automatiques",
+ "HeaderNowPlaying": "Lecture en cours",
+ "HeaderLatestAlbums": "Derniers albums",
+ "HeaderLatestSongs": "Derni\u00e8res chansons",
+ "HeaderRecentlyPlayed": "Lus r\u00e9cemment",
+ "HeaderFrequentlyPlayed": "Fr\u00e9quemment lus",
+ "DevBuildWarning": "Les versions Dev incorporent les tous derniers d\u00e9veloppements. Mises \u00e0 jour fr\u00e9quemment, ces versions ne sont pas test\u00e9es. L'application peut planter et il se peut que des pans entiers de fonctionnalit\u00e9s soient d\u00e9faillants.",
+ "LabelVideoType": "Type de vid\u00e9o:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "DVD",
+ "OptionIso": "ISO",
+ "Option3D": "3D",
+ "LabelFeatures": "Caract\u00e9ristiques :",
+ "LabelService": "Service :",
+ "LabelStatus": "Statut:",
+ "LabelVersion": "Version :",
+ "LabelLastResult": "Dernier r\u00e9sultat :",
+ "OptionHasSubtitles": "Sous-titres",
+ "OptionHasTrailer": "Bande-annonce",
+ "OptionHasThemeSong": "Chanson th\u00e8me",
+ "OptionHasThemeVideo": "Vid\u00e9o th\u00e8me",
+ "TabMovies": "Films",
+ "TabStudios": "Studios",
+ "TabTrailers": "Bandes-annonces",
+ "LabelArtists": "Artistes",
+ "LabelArtistsHelp": "S\u00e9parer les \u00e9l\u00e9ments par un point-virgule ;",
+ "HeaderLatestMovies": "Films les plus r\u00e9cents",
+ "HeaderLatestTrailers": "Derni\u00e8res bandes-annonces",
+ "OptionHasSpecialFeatures": "Bonus",
+ "OptionImdbRating": "Note IMDb",
+ "OptionParentalRating": "Classification parentale",
+ "OptionPremiereDate": "Date de la premi\u00e8re",
+ "TabBasic": "Standard",
+ "TabAdvanced": "Avanc\u00e9",
+ "HeaderStatus": "\u00c9tat",
+ "OptionContinuing": "En continuation",
+ "OptionEnded": "Termin\u00e9",
+ "HeaderAirDays": "Jours de diffusion",
+ "OptionSunday": "Dimanche",
+ "OptionMonday": "Lundi",
+ "OptionTuesday": "Mardi",
+ "OptionWednesday": "Mercredi",
+ "OptionThursday": "Jeudi",
+ "OptionFriday": "Vendredi",
+ "OptionSaturday": "Samedi",
+ "HeaderManagement": "Gestion",
+ "LabelManagement": "Gestion :",
+ "OptionMissingImdbId": "Identifiant IMDb manquant",
+ "OptionMissingTvdbId": "Identifiant TheTVDB manquant",
+ "OptionMissingOverview": "R\u00e9sum\u00e9 manquant",
+ "OptionFileMetadataYearMismatch": "Conflit entre nom du fichier et les m\u00e9tadonn\u00e9es sur l'ann\u00e9e",
+ "TabGeneral": "G\u00e9n\u00e9ral",
+ "TitleSupport": "Assistance",
+ "TabLog": "Journal d'\u00e9v\u00e9nements",
+ "TabAbout": "\u00c0 propos",
+ "TabSupporterKey": "Cl\u00e9 de membre supporteur",
+ "TabBecomeSupporter": "Devenir un suporteur",
+ "MediaBrowserHasCommunity": "Media Browser dispose d'une communaut\u00e9 active d'utilisateurs et de contributeurs.",
+ "CheckoutKnowledgeBase": "Parcourez notre base de connaissances pour utiliser au mieux Media Browser.",
+ "SearchKnowledgeBase": "Rechercher dans la base de connaissances",
+ "VisitTheCommunity": "Visiter la Communaut\u00e9",
+ "VisitMediaBrowserWebsite": "Visiter le site Web de Media Browser",
+ "VisitMediaBrowserWebsiteLong": "Visitez le site Web de Media Browser pour avoir acc\u00e8s aux derni\u00e8res infos et consulter le blog des d\u00e9veloppeurs.",
+ "OptionHideUser": "Ne pas afficher cet utilisateur dans les \u00e9crans de connexion",
+ "OptionHideUserFromLoginHelp": "Recommand\u00e9 pour les comptes administrateurs priv\u00e9s ou cach\u00e9s. L'utilisateur devra s'authentifier manuellement en entrant son login et mot de passe.",
+ "OptionDisableUser": "D\u00e9sactiver cet utilisateur",
+ "OptionDisableUserHelp": "Si d\u00e9sactiv\u00e9, le serveur n'autorisera pas de connexion de cet utilisateur. Les connexions existantes seront interrompues.",
+ "HeaderAdvancedControl": "Contr\u00f4le avanc\u00e9",
+ "LabelName": "Nom",
+ "ButtonHelp": "Aide",
+ "OptionAllowUserToManageServer": "Autoriser la gestion du serveur \u00e0 cet utilisateur",
+ "HeaderFeatureAccess": "Acc\u00e8s aux fonctionnalit\u00e9s",
+ "OptionAllowMediaPlayback": "Autoriser la lecture du m\u00e9dia",
+ "OptionAllowBrowsingLiveTv": "Autoriser la TV en direct",
+ "OptionAllowDeleteLibraryContent": "Autoriser la suppression de contenu dans la biblioth\u00e8que",
+ "OptionAllowManageLiveTv": "Autoriser la gestion des enregistrements de la TV en direct",
+ "OptionAllowRemoteControlOthers": "Autoriser le contr\u00f4le \u00e0 distance des autres utilisateurs",
+ "OptionAllowRemoteSharedDevices": "Autoriser le contr\u00f4le \u00e0 distance des appareils partag\u00e9s",
+ "OptionAllowRemoteSharedDevicesHelp": "Les p\u00e9riph\u00e9riques Dlna sont consid\u00e9r\u00e9s comme partag\u00e9s tant qu'un utilisateur ne commence pas \u00e0 le contr\u00f4ler.",
+ "HeaderRemoteControl": "Contr\u00f4le \u00e0 distance",
+ "OptionMissingTmdbId": "ID TMDb manquant",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "S\u00e9lectionner",
+ "ButtonGroupVersions": "Versions des groupes",
+ "ButtonAddToCollection": "Ajouter \u00e0 la collection",
+ "PismoMessage": "Utilisation de \"Pismo File Mount\" par une licence fournie.",
+ "TangibleSoftwareMessage": "Utilisation de convertisseurs Tangible Solutions Java\/C# par licence fournie.",
+ "HeaderCredits": "Cr\u00e9dits",
+ "PleaseSupportOtherProduces": "Merci de soutenir les autres produits gratuits que nous utilisons :",
+ "VersionNumber": "Version {0}",
+ "TabPaths": "Chemins d'acc\u00e8s",
+ "TabServer": "Serveur",
+ "TabTranscoding": "Transcodage",
+ "TitleAdvanced": "Avanc\u00e9",
+ "LabelAutomaticUpdateLevel": "Mise \u00e0 jour automatiques",
+ "OptionRelease": "Version officielle",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (Instable)",
+ "LabelAllowServerAutoRestart": "Autoriser le red\u00e9marrage automatique du serveur pour appliquer les mises \u00e0 jour",
+ "LabelAllowServerAutoRestartHelp": "Le serveur ne red\u00e9marrera que pendant les p\u00e9riodes d'inactivit\u00e9, quand aucun utilisateur n'est connect\u00e9.",
+ "LabelEnableDebugLogging": "Activer le d\u00e9boguage dans le journal d'\u00e9n\u00e8nements",
+ "LabelRunServerAtStartup": "D\u00e9marrer le serveur au d\u00e9marrage",
+ "LabelRunServerAtStartupHelp": "Ceci va d\u00e9marrer l'ic\u00f4ne dans la barre des t\u00e2ches au d\u00e9marrage de Windows. Pour d\u00e9marrer le service Windows, d\u00e9cochez cette case et ex\u00e9cutez le service \u00e0 partir du panneau de configuration Windows. Veuillez noter que vous ne pouvez pas ex\u00e9cuter les deux en m\u00eame temps ; par cons\u00e9quent, vous devrez fermer l'ic\u00f4ne dans la barre des t\u00e2ches avant de d\u00e9marrer le service.",
+ "ButtonSelectDirectory": "S\u00e9lectionner le r\u00e9pertoire",
+ "LabelCustomPaths": "Sp\u00e9cifier des chemins d'acc\u00e8s personnalis\u00e9s. Laissez vide pour conserver les chemins d'acc\u00e8s par d\u00e9faut.",
+ "LabelCachePath": "Chemin du cache :",
+ "LabelCachePathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les fichier temporaires du serveur, comme par exemple les images.",
+ "LabelImagesByNamePath": "R\u00e9pertoire de stockage des images t\u00e9l\u00e9charg\u00e9es :",
+ "LabelImagesByNamePathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les images t\u00e9l\u00e9charg\u00e9es d'acteurs, artistes, genre, et studios .",
+ "LabelMetadataPath": "Chemin des m\u00e9tadonn\u00e9es :",
+ "LabelMetadataPathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les images d'art et les m\u00e9tadonn\u00e9es t\u00e9l\u00e9charg\u00e9es. Par d\u00e9faut, stockage dans le r\u00e9pertoire de m\u00e9dias.",
+ "LabelTranscodingTempPath": "Chemin d'acc\u00e8s du r\u00e9pertoire temporaire de transcodage :",
+ "LabelTranscodingTempPathHelp": "Ce r\u00e9pertoire contient les fichiers temporaires utilis\u00e9s par le transcodeur. Sp\u00e9cifier un chemin personnel ou laiss\u00e9 vide pour utilise le chemin par d\u00e9faut des r\u00e9pertoires du serveur",
+ "TabBasics": "Standards",
+ "TabTV": "TV",
+ "TabGames": "Jeux",
+ "TabMusic": "Musique",
+ "TabOthers": "Autres",
+ "HeaderExtractChapterImagesFor": "Extraire les images de chapitres pour :",
+ "OptionMovies": "Films",
+ "OptionEpisodes": "\u00c9pisodes",
+ "OptionOtherVideos": "Autres vid\u00e9os",
+ "TitleMetadata": "M\u00e9tadonn\u00e9es",
+ "LabelAutomaticUpdates": "Activer les mises \u00e0 jour automatiques",
+ "LabelAutomaticUpdatesTmdb": "Activer les mises \u00e0 jour automatique depuis TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Activer les mises \u00e0 jour automatique depuis TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans Fanart.tv. Les images existantes ne seront pas remplac\u00e9es.",
+ "LabelAutomaticUpdatesTmdbHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans TheMovieDB.org. Les images existantes ne seront pas remplac\u00e9es.",
+ "LabelAutomaticUpdatesTvdbHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans TheTVDB.com. Les images existantes ne seront pas remplac\u00e9es.",
+ "LabelFanartApiKey": "Cl\u00e9 d'api personnelle :",
+ "LabelFanartApiKeyHelp": "Les requ\u00eates de fanart sans cl\u00e9 d'api personnelle renvoient des r\u00e9sultats approuv\u00e9s il y a plus de 7 jours. Avec une cl\u00e9 d'api personnelle, cette valeur tombe \u00e0 48 heures, et si vous \u00eates aussi membre fanart VIP, cette valeur tombera encore plus, \u00e0 environ 10 minutes.",
+ "ExtractChapterImagesHelp": "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 processeur et peut n\u00e9cessiter de nombreux gigaoctets de stockage. Il s'ex\u00e9cute quand des vid\u00e9os sont d\u00e9couvertes et \u00e9galement comme t\u00e2che planifi\u00e9e \u00e0 4:00 (AM). La planification peut \u00eatre modifi\u00e9e dans les options du planificateur de tache. Il n'est pas conseill\u00e9 d'ex\u00e9cuter cette t\u00e2che pendant les heures d'usage intensif.",
+ "LabelMetadataDownloadLanguage": "Langue de t\u00e9l\u00e9chargement pr\u00e9f\u00e9r\u00e9e:",
+ "ButtonAutoScroll": "D\u00e9filement automatique",
+ "LabelImageSavingConvention": "Convention de sauvegarde des images:",
+ "LabelImageSavingConventionHelp": "Media Browser reconnait les images des principales autres applications de m\u00e9dia. Choisir la convention de t\u00e9l\u00e9chargement peut \u00eatre pratique si vous utilisez aussi d'autres produits.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Se connecter",
+ "TitleSignIn": "Se connecter",
+ "HeaderPleaseSignIn": "Merci de vous identifier",
+ "LabelUser": "Utilisateur:",
+ "LabelPassword": "Mot de passe:",
+ "ButtonManualLogin": "Connexion manuelle",
+ "PasswordLocalhostMessage": "Aucun mot de passe requis pour les connexions par \"localhost\".",
+ "TabGuide": "Guide horaire",
+ "TabChannels": "Cha\u00eenes",
+ "TabCollections": "Collections",
+ "HeaderChannels": "Cha\u00eenes",
+ "TabRecordings": "Enregistrements",
+ "TabScheduled": "Planifi\u00e9s",
+ "TabSeries": "S\u00e9ries",
+ "TabFavorites": "Favoris",
+ "TabMyLibrary": "Ma Biblioth\u00e8que",
+ "ButtonCancelRecording": "Annuler l'enregistrement",
+ "HeaderPrePostPadding": "Pr\u00e9-remplissage",
+ "LabelPrePaddingMinutes": "Minutes de Pr\u00e9-remplissage:",
+ "OptionPrePaddingRequired": "Le pr\u00e9-remplissage est requis pour enregistrer.",
+ "LabelPostPaddingMinutes": "Minutes de \"post-padding\":",
+ "OptionPostPaddingRequired": "Le \"post-padding\" est requis pour enregistrer.",
+ "HeaderWhatsOnTV": "\u00c0 l'affiche",
+ "HeaderUpcomingTV": "TV \u00e0 venir",
+ "TabStatus": "\u00c9tat",
+ "TabSettings": "Param\u00e8tres",
+ "ButtonRefreshGuideData": "Rafra\u00eechir les donn\u00e9es du guide horaire.",
+ "ButtonRefresh": "Actualiser",
+ "ButtonAdvancedRefresh": "Mise \u00e0 jour avanc\u00e9e",
+ "OptionPriority": "Priorit\u00e9",
+ "OptionRecordOnAllChannels": "Enregistrer le programme sur toutes les cha\u00eenes",
+ "OptionRecordAnytime": "Enregistrer le programme \u00e0 n'importe quelle heure\/journ\u00e9e",
+ "OptionRecordOnlyNewEpisodes": "Enregistrer seulement les nouveaux \u00e9pisodes",
+ "HeaderDays": "Jours",
+ "HeaderActiveRecordings": "Enregistrements actifs",
+ "HeaderLatestRecordings": "Derniers enregistrements",
+ "HeaderAllRecordings": "Tous les enregistrements",
+ "ButtonPlay": "Lire",
+ "ButtonEdit": "Modifier",
+ "ButtonRecord": "Enregistrer",
+ "ButtonDelete": "Supprimer",
+ "ButtonRemove": "Supprimer",
+ "OptionRecordSeries": "Enregistrer S\u00e9ries",
+ "HeaderDetails": "D\u00e9tails",
+ "TitleLiveTV": "TV en direct",
+ "LabelNumberOfGuideDays": "Nombre de jours de donn\u00e9es du guide \u00e0 t\u00e9l\u00e9charger:",
+ "LabelNumberOfGuideDaysHelp": "Le t\u00e9l\u00e9chargement de plus de journ\u00e9es dans le guide horaire permet de programmer des enregistrements plus longtemps \u00e0 l'avance et de visualiser plus de contenus, mais prendra \u00e9galement plus de temps. \"Auto\" permettra une s\u00e9lection automatique bas\u00e9e sur le nombre de cha\u00eenes.",
+ "LabelActiveService": "Service Actif:",
+ "LabelActiveServiceHelp": "Plusieurs Plugins de TV peuvent \u00eatre install\u00e9s mais seulement un \u00e0 la fois peut \u00eatre actif.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "Un fournisseur de service de TV en direct est requis pour continuer.",
+ "LiveTvPluginRequiredHelp": "Merci d'installer un de nos plugins disponibles, comme Next Pvr ou ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Personnaliser pour le type de m\u00e9dia:",
+ "OptionDownloadThumbImage": "Vignette",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Bo\u00eetier",
+ "OptionDownloadDiscImage": "Disque",
+ "OptionDownloadBannerImage": "Banni\u00e8re",
+ "OptionDownloadBackImage": "Dos",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Principal",
+ "HeaderFetchImages": "T\u00e9l\u00e9charger Images:",
+ "HeaderImageSettings": "Param\u00e8tres d'image",
+ "TabOther": "Autre",
+ "LabelMaxBackdropsPerItem": "Nombre maximum d'images d'arri\u00e8re-plan par item:",
+ "LabelMaxScreenshotsPerItem": "Nombre maximum de captures d'\u00e9cran par item:",
+ "LabelMinBackdropDownloadWidth": "Largeur minimum d'image d'arri\u00e8re-plan \u00e0 t\u00e9l\u00e9charger:",
+ "LabelMinScreenshotDownloadWidth": "Largeur minimum de capture d'\u00e9cran \u00e0 t\u00e9l\u00e9charger:",
+ "ButtonAddScheduledTaskTrigger": "Ajouter un d\u00e9clencheur",
+ "HeaderAddScheduledTaskTrigger": "Ajouter un d\u00e9clencheur",
+ "ButtonAdd": "Ajouter",
+ "LabelTriggerType": "Type de d\u00e9clencheur:",
+ "OptionDaily": "Quotidien",
+ "OptionWeekly": "Hebdomadaire",
+ "OptionOnInterval": "Par intervalle",
+ "OptionOnAppStartup": "Par d\u00e9marrage de l'application",
+ "OptionAfterSystemEvent": "Apr\u00e8s un \u00e9v\u00e8nement syst\u00e8me",
+ "LabelDay": "Jour :",
+ "LabelTime": "Heure:",
+ "LabelEvent": "\u00c9v\u00e8nement:",
+ "OptionWakeFromSleep": "Sortie de veille",
+ "LabelEveryXMinutes": "Tous les :",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Galerie",
+ "HeaderLatestGames": "Jeux les plus r\u00e9cents",
+ "HeaderRecentlyPlayedGames": "Jeux r\u00e9cemment jou\u00e9s",
+ "TabGameSystems": "Plate-formes de jeux:",
+ "TitleMediaLibrary": "Biblioth\u00e8que de m\u00e9dias",
+ "TabFolders": "R\u00e9pertoires",
+ "TabPathSubstitution": "Substitution de chemin d'acc\u00e8s",
+ "LabelSeasonZeroDisplayName": "Nom d'affichage des saisons 0 \/ hors-saison :",
+ "LabelEnableRealtimeMonitor": "Activer la surveillance en temps r\u00e9el",
+ "LabelEnableRealtimeMonitorHelp": "Les changements seront trait\u00e9s imm\u00e9diatement, sur les syst\u00e8mes de fichiers qui le permettent.",
+ "ButtonScanLibrary": "Scanner la biblioth\u00e8que",
+ "HeaderNumberOfPlayers": "Lecteurs :",
+ "OptionAnyNumberOfPlayers": "N'importe quel:",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "R\u00e9pertoires de m\u00e9dias",
+ "HeaderThemeVideos": "Vid\u00e9os th\u00e8mes",
+ "HeaderThemeSongs": "Chansons Th\u00e8mes",
+ "HeaderScenes": "Sc\u00e8nes",
+ "HeaderAwardsAndReviews": "Prix et Critiques",
+ "HeaderSoundtracks": "Bande originale",
+ "HeaderMusicVideos": "Vid\u00e9os Musicaux",
+ "HeaderSpecialFeatures": "Bonus",
+ "HeaderCastCrew": "\u00c9quipe de tournage",
+ "HeaderAdditionalParts": "Parties Additionelles",
+ "ButtonSplitVersionsApart": "S\u00e9parer les versions",
+ "ButtonPlayTrailer": "Bande-annonce",
+ "LabelMissing": "Manquant(s)",
+ "LabelOffline": "Hors ligne",
+ "PathSubstitutionHelp": "Les substitutions de chemins d'acc\u00e8s sont utilis\u00e9es pour faire correspondre un chemin d'acc\u00e8s du serveur \u00e0 un chemin d'acc\u00e8s accessible par les clients. En autorisant un acc\u00e8s direct aux m\u00e9dias du serveur, les clients pourront les lire directement du r\u00e9seau et \u00e9viter l'utilisation inutiles des ressources du serveur en demandant du transcodage.",
+ "HeaderFrom": "De",
+ "HeaderTo": "\u00c0",
+ "LabelFrom": "De :",
+ "LabelFromHelp": "Exemple: D:\\Films (sur le serveur)",
+ "LabelTo": "\u00c0:",
+ "LabelToHelp": "Exemple: \\\\MonServeur\\Films (un chemin d'acc\u00e8s accessible par les clients)",
+ "ButtonAddPathSubstitution": "Ajouter une substitution",
+ "OptionSpecialEpisode": "Sp\u00e9ciaux",
+ "OptionMissingEpisode": "\u00c9pisodes manquantes",
+ "OptionUnairedEpisode": "\u00c9pisodes non diffus\u00e9s",
+ "OptionEpisodeSortName": "Nom de tri d'\u00e9pisode",
+ "OptionSeriesSortName": "Nom de s\u00e9ries",
+ "OptionTvdbRating": "Note d'\u00e9valuation Tvdb",
+ "HeaderTranscodingQualityPreference": "Qualit\u00e9 du transcodage pr\u00e9f\u00e9r\u00e9e:",
+ "OptionAutomaticTranscodingHelp": "Le serveur d\u00e9cidera de la qualit\u00e9 et vitesse",
+ "OptionHighSpeedTranscodingHelp": "Qualit\u00e9 plus basse, mais encodage plus rapide",
+ "OptionHighQualityTranscodingHelp": "Qualit\u00e9 plus haute, mais encodage moins rapide",
+ "OptionMaxQualityTranscodingHelp": "Meilleure qualit\u00e9 avec encodage plus lent et haute utilisation du processeur.",
+ "OptionHighSpeedTranscoding": "Vitesse plus \u00e9lev\u00e9e",
+ "OptionHighQualityTranscoding": "Qualit\u00e9 plus \u00e9lev\u00e9e",
+ "OptionMaxQualityTranscoding": "Qualit\u00e9 maximale",
+ "OptionEnableDebugTranscodingLogging": "Activer le d\u00e9bogage du transcodage dans le journal d'\u00e9v\u00e8nements",
+ "OptionEnableDebugTranscodingLoggingHelp": "Ceci cr\u00e9era un journal d\u2019\u00e9v\u00e9nements tr\u00e8s volumineux et n'est recommand\u00e9 que pour des besoins de diagnostic d'erreur.",
+ "OptionUpscaling": "Autoriser les clients de mettre \u00e0 l'\u00e9chelle (upscale) les vid\u00e9os",
+ "OptionUpscalingHelp": "Dans certains cas, la qualit\u00e9 vid\u00e9o sera am\u00e9lior\u00e9e mais augmentera l'utilisation du processeur.",
+ "EditCollectionItemsHelp": "Ajoutez ou supprimez n'importe quel film, s\u00e9rie, album, livre ou jeux que vous souhaitez grouper dans cette collection.",
+ "HeaderAddTitles": "Ajouter des \u00e9l\u00e9ments",
+ "LabelEnableDlnaPlayTo": "Activer DLNA \"Lire sur\"",
+ "LabelEnableDlnaPlayToHelp": "Media Browser peut d\u00e9tecter les appareils sur votre r\u00e9seau et vous permettre de les contr\u00f4ler \u00e0 distance.",
+ "LabelEnableDlnaDebugLogging": "Activer le d\u00e9bogage DLNA dans le journal d'\u00e9v\u00e9nements",
+ "LabelEnableDlnaDebugLoggingHelp": "Ceci va g\u00e9n\u00e9rer de gros fichiers de journal d'\u00e9v\u00e9nements et ne devrait \u00eatre utiliser seulement pour des besoins de diagnostic d'erreur.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Intervalle de d\u00e9couverte des clients (secondes)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "D\u00e9terminez la dur\u00e9e en secondes de l\u2019intervalle entre les recherches SSDP effectu\u00e9es par Media Browser.",
+ "HeaderCustomDlnaProfiles": "Profils personnalis\u00e9s",
+ "HeaderSystemDlnaProfiles": "Profils syst\u00e8mes",
+ "CustomDlnaProfilesHelp": "Cr\u00e9ez un profil personnalis\u00e9 pour cibler un nouvel appareil ou remplacer un profil syst\u00e8me.",
+ "SystemDlnaProfilesHelp": "Les profils syst\u00e8mes sont en lecture seule. Les modifications apport\u00e9es \u00e0 un profil syst\u00e8me seront enregistr\u00e9es sous un nouveau profil personnalis\u00e9.",
+ "TitleDashboard": "Tableau de bord",
+ "TabHome": "Accueil",
+ "TabInfo": "Info",
+ "HeaderLinks": "Liens",
+ "HeaderSystemPaths": "Chemins d'acc\u00e8s syst\u00e8me",
+ "LinkCommunity": "Communaut\u00e9",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Documentation de l'API",
+ "LabelFriendlyServerName": "Surnom du serveur:",
+ "LabelFriendlyServerNameHelp": "Ce nom sera utilis\u00e9 pour identifier le serveur. Si laiss\u00e9 vide, le nom d'ordinateur sera utilis\u00e9.",
+ "LabelPreferredDisplayLanguage": "Langue d'affichage pr\u00e9f\u00e9r\u00e9e :",
+ "LabelPreferredDisplayLanguageHelp": "La traduction de Media Browser est un projet en cours et peut \u00eatre incompl\u00e8te par endroits.",
+ "LabelReadHowYouCanContribute": "Lire comment vous pouvez contribuer.",
+ "HeaderNewCollection": "Nouvelle collection",
+ "HeaderAddToCollection": "Ajouter \u00e0 la collection",
+ "ButtonSubmit": "Soumettre",
+ "NewCollectionNameExample": "Exemple: Collection Star Wars",
+ "OptionSearchForInternetMetadata": "Rechercher sur Internet les images et m\u00e9tadonn\u00e9es",
+ "ButtonCreate": "Cr\u00e9er",
+ "LabelCustomCss": "Css personnalis\u00e9e :",
+ "LabelCustomCssHelp": "Appliquez votre propre feuille de styles css personnalis\u00e9e \u00e0 l'interface web.",
+ "LabelLocalHttpServerPortNumber": "Num\u00e9ro de port http local :",
+ "LabelLocalHttpServerPortNumberHelp": "Le num\u00e9ro de port TCP qui sera utilis\u00e9 par le serveur HTTP de Media Browser.",
+ "LabelPublicHttpPort": "Num\u00e9ro de port http public :",
+ "LabelPublicHttpPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port http local.",
+ "LabelPublicHttpsPort": "Num\u00e9ro de port https public :",
+ "LabelPublicHttpsPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port https local.",
+ "LabelEnableHttps": "Renvoyer une url https en tant qu'adresse externe",
+ "LabelEnableHttpsHelp": "Activez cette option pour que le serveur renvoie une adresse https aux clients pour son adresse externe. Ceci pourrait faire planter les clients qui ne supportent pas encore l'https.",
+ "LabelHttpsPort": "Num\u00e9ro de port https local :",
+ "LabelHttpsPortHelp": "Le num\u00e9ro de port tcp que le serveur https de Media Browser doit utiliser.",
+ "LabelWebSocketPortNumber": "Num\u00e9ro de port \"Web socket\":",
+ "LabelEnableAutomaticPortMap": "Autoriser le mapping automatique de 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": "Adresse WAN externe :",
+ "LabelExternalDDNSHelp": "Si vous poss\u00e9dez un DNS dynamique, entrez-le ici. Les applications Media Browser l'utiliseront pour se connecter \u00e0 distance. Laissez blanc pour conserver la d\u00e9tection automatique.",
+ "TabResume": "Reprendre",
+ "TabWeather": "M\u00e9t\u00e9o",
+ "TitleAppSettings": "Param\u00e8tre de l'application",
+ "LabelMinResumePercentage": "Pourcentage minimum pour reprendre:",
+ "LabelMaxResumePercentage": "Pourcentage maximum pour reprendre:",
+ "LabelMinResumeDuration": "Temps de reprise minimum (secondes):",
+ "LabelMinResumePercentageHelp": "Les m\u00e9dias seront consid\u00e9r\u00e9s comme non lus si arr\u00eat\u00e9s avant ce temps",
+ "LabelMaxResumePercentageHelp": "Les m\u00e9dias sont consid\u00e9r\u00e9s comme lus si arr\u00eat\u00e9s apr\u00e8s ce temps",
+ "LabelMinResumeDurationHelp": "La lecture de m\u00e9dias plus courts que cette dur\u00e9e ne pourra pas \u00eatre reprise.",
+ "TitleAutoOrganize": "Auto-organisation",
+ "TabActivityLog": "Journal d'activit\u00e9s",
+ "HeaderName": "Nom",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Programme",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Termin\u00e9 avec succ\u00e8s",
+ "LabelFailed": "\u00c9chou\u00e9",
+ "LabelSkipped": "Saut\u00e9",
+ "HeaderEpisodeOrganization": "Organisation des \u00e9pisodes",
+ "LabelSeries": "S\u00e9ries :",
+ "LabelSeasonNumber": "Num\u00e9ro de la saison:",
+ "LabelEpisodeNumber": "Num\u00e9ro de l'\u00e9pisode:",
+ "LabelEndingEpisodeNumber": "Num\u00e9ro d'\u00e9pisode final:",
+ "LabelEndingEpisodeNumberHelp": "Uniquement requis pour les fichiers multi-\u00e9pisodes",
+ "HeaderSupportTheTeam": "Supporter l'\u00e9quipe Media Browser",
+ "LabelSupportAmount": "Montant (USD)",
+ "HeaderSupportTheTeamHelp": "Aidez la poursuite du d\u00e9veloppement de ce projet en effectuant un don. Une part de ce don contribuera au d\u00e9veloppement d'autres produits gratuits dont nous d\u00e9pendons.",
+ "ButtonEnterSupporterKey": "Entrer la cl\u00e9 de supporteur",
+ "DonationNextStep": "Une fois termin\u00e9, veuillez revenir saisir la cl\u00e9 de supporteur re\u00e7ue par courriel.",
+ "AutoOrganizeHelp": "L'auto-organisation d\u00e9tecte les nouveaux fichiers dans vos r\u00e9pertoires de t\u00e9l\u00e9chargement, puis les d\u00e9place dans vos r\u00e9pertoires de m\u00e9dias.",
+ "AutoOrganizeTvHelp": "L'auto-organisation de fichiers TV ne traitera que l'ajout de nouveaux \u00e9pisodes aux s\u00e9ries existantes. Ce processus ne cr\u00e9era pas de nouveaux r\u00e9pertoires de s\u00e9rie.",
+ "OptionEnableEpisodeOrganization": "Activer l'auto-organisation des nouveaux \u00e9pisodes",
+ "LabelWatchFolder": "R\u00e9pertoire \u00e0 surveiller :",
+ "LabelWatchFolderHelp": "Le serveur va utiliser ce r\u00e9pertoire pendant la t\u00e2che \"Organiser les nouveaux fichiers de m\u00e9dias\".",
+ "ButtonViewScheduledTasks": "Voir les t\u00e2ches planifi\u00e9es",
+ "LabelMinFileSizeForOrganize": "Taille de fichier minimum (Mo) :",
+ "LabelMinFileSizeForOrganizeHelp": "Les fichiers dont la taille est inf\u00e9rieure \u00e0 cette valeur seront ignor\u00e9s.",
+ "LabelSeasonFolderPattern": "Mod\u00e8le de r\u00e9pertoire de saison:",
+ "LabelSeasonZeroFolderName": "Nom de r\u00e9pertoire pour les saison z\u00e9ro:",
+ "HeaderEpisodeFilePattern": "Mod\u00e8le de fichier d'\u00e9pisode",
+ "LabelEpisodePattern": "Mod\u00e8le d'\u00e9pisode",
+ "LabelMultiEpisodePattern": "Mod\u00e8le de multi-\u00e9pisodes:",
+ "HeaderSupportedPatterns": "Mod\u00e8les support\u00e9s",
+ "HeaderTerm": "Terme",
+ "HeaderPattern": "Mod\u00e8le",
+ "HeaderResult": "R\u00e9sultat",
+ "LabelDeleteEmptyFolders": "Supprimer les r\u00e9pertoires vides apr\u00e8s l'auto-organisation",
+ "LabelDeleteEmptyFoldersHelp": "Activer cette option pour garder le r\u00e9pertoire de t\u00e9l\u00e9chargement vide.",
+ "LabelDeleteLeftOverFiles": "Supprimer les fichiers restants avec les extensions suivantes :",
+ "LabelDeleteLeftOverFilesHelp": "S\u00e9parez les \u00e9l\u00e9ments par des point-virgules. Par exemple: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Remplacer les \u00e9pisodes existants",
+ "LabelTransferMethod": "M\u00e9thode de transfert",
+ "OptionCopy": "Copier",
+ "OptionMove": "D\u00e9placer",
+ "LabelTransferMethodHelp": "Copier ou d\u00e9placer des fichiers du r\u00e9pertoire surveill\u00e9",
+ "HeaderLatestNews": "Derni\u00e8res nouvelles",
+ "HeaderHelpImproveMediaBrowser": "Aidez-nous \u00e0 am\u00e9liorer Media Browser",
+ "HeaderRunningTasks": "T\u00e2ches en ex\u00e9cution",
+ "HeaderActiveDevices": "Appareils actifs",
+ "HeaderPendingInstallations": "Installations en suspens",
+ "HeaderServerInformation": "Information du serveur",
+ "ButtonRestartNow": "Red\u00e9marrer maintenant",
+ "ButtonRestart": "Red\u00e9marrer",
+ "ButtonShutdown": "\u00c9teindre",
+ "ButtonUpdateNow": "Mettre \u00e0 jour maintenant",
+ "TabHosting": "H\u00e9bergement",
+ "PleaseUpdateManually": "Merci d'\u00e9teindre le serveur et de le mettre \u00e0 jour manuellement.",
+ "NewServerVersionAvailable": "Une nouvelle version de Media Browser Server est disponible!",
+ "ServerUpToDate": "Media Browser Server est \u00e0 jour",
+ "ErrorConnectingToMediaBrowserRepository": "Une erreur est survenue lors la connexion au r\u00e9f\u00e9rentiel de donn\u00e9es de Media Browser.",
+ "LabelComponentsUpdated": "Les composants suivants ont \u00e9t\u00e9 install\u00e9s ou mis \u00e0 jour :",
+ "MessagePleaseRestartServerToFinishUpdating": "Merci de red\u00e9marrer le serveur pour appliquer les mises \u00e0 jour.",
+ "LabelDownMixAudioScale": "Boost audio lors de downmix:",
+ "LabelDownMixAudioScaleHelp": "Boost audio lors de downmix. Mettre \u00e0 1 pour pr\u00e9server la valeur originale du volume.",
+ "ButtonLinkKeys": "Cl\u00e9 de transfert",
+ "LabelOldSupporterKey": "Ancienne cl\u00e9 de supporteur",
+ "LabelNewSupporterKey": "Nouvelle cl\u00e9 de supporteur",
+ "HeaderMultipleKeyLinking": "Transf\u00e9rer \u00e0 une nouvelle cl\u00e9",
+ "MultipleKeyLinkingHelp": "Si vous avez re\u00e7u une nouvelle cl\u00e9 de supporteur, utilisez ce formulaire pour transf\u00e9rer votre anciennce cl\u00e9 d'enregistrement \u00e0 votre nouvelle cl\u00e9.",
+ "LabelCurrentEmailAddress": "Adresse courriel actuelle",
+ "LabelCurrentEmailAddressHelp": "L'adresse courriel actuelle \u00e0 laquelle votre nouvelle cl\u00e9 a \u00e9t\u00e9 envoy\u00e9e.",
+ "HeaderForgotKey": "Cl\u00e9 oubli\u00e9e",
+ "LabelEmailAddress": "Adresse courriel",
+ "LabelSupporterEmailAddress": "L'adresse courriel avec laquelle la cl\u00e9 a \u00e9t\u00e9 achet\u00e9e.",
+ "ButtonRetrieveKey": "Obtenir la cl\u00e9",
+ "LabelSupporterKey": "Cl\u00e9 de supporteur (coller du courriel)",
+ "LabelSupporterKeyHelp": "Entrez votre cl\u00e9 du supporteur pour commencer \u00e0 profiter des b\u00e9n\u00e9fices additionnels que la communaut\u00e9 a d\u00e9velopp\u00e9 pour Media Browser.",
+ "MessageInvalidKey": "Cl\u00e9 de supporteur manquante ou invalide",
+ "ErrorMessageInvalidKey": "Pour que le contenu premium soit enregistr\u00e9, vous devez aussi \u00eatre supporteur Media Browser. Merci d'effectuer un don et de soutenir la poursuite du d\u00e9veloppement de Media Browser.",
+ "HeaderDisplaySettings": "Param\u00e8tres d'affichage",
+ "TabPlayTo": "Lire sur",
+ "LabelEnableDlnaServer": "Activer le serveur DLNA",
+ "LabelEnableDlnaServerHelp": "Autorise les p\u00e9riph\u00e9riques UPnP sur votre r\u00e9seau \u00e0 parcourir et lire le contenu Media Browser.",
+ "LabelEnableBlastAliveMessages": "Diffuser des message de pr\u00e9sence",
+ "LabelEnableBlastAliveMessagesHelp": "Activer cette option si le serveur n'est pas d\u00e9tect\u00e9 de mani\u00e8re fiable par les autres appareils UPnP sur votre r\u00e9seau.",
+ "LabelBlastMessageInterval": "Intervalles des messages de pr\u00e9sence (secondes):",
+ "LabelBlastMessageIntervalHelp": "D\u00e9termine la dur\u00e9e en secondes entre les message de pr\u00e9sence du serveur.",
+ "LabelDefaultUser": "Utilisateur par d\u00e9faut :",
+ "LabelDefaultUserHelp": "D\u00e9termine quelle biblioth\u00e8que d'utilisateur doit \u00eatre affich\u00e9e sur les appareils connect\u00e9s. Ces param\u00e8tres peuvent \u00eatre remplac\u00e9s pour chaque appareil par les configurations de profils.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Cha\u00eenes",
+ "HeaderServerSettings": "Param\u00e8tres du serveur",
+ "LabelWeatherDisplayLocation": "Emplacement de l'affichage de la m\u00e9t\u00e9o:",
+ "LabelWeatherDisplayLocationHelp": "Code ZIP US \/ Ville, \u00c9tat, Pays \/ Ville, Pays",
+ "LabelWeatherDisplayUnit": "Unit\u00e9 d'affichage de la m\u00e9t\u00e9o:",
"OptionCelsius": "Celsius",
"OptionFahrenheit": "Fahrenheit",
"HeaderRequireManualLogin": "Exiger l'entr\u00e9e manuelle du nom d'utilisateur pour:",
@@ -666,7 +1302,7 @@
"MessageNoTrailersFound": "Aucune bande-annonce trouv\u00e9e. Installez la cha\u00eene Bande-annonces pour am\u00e9liorer votre exp\u00e9rience, par l'ajout d'une biblioth\u00e8que de bandes-annonces disponibles sur Internet.",
"HeaderNewUsers": "Nouveaux utilisateurs",
"ButtonSignUp": "S'inscrire",
- "ButtonForgotPassword": "Mot de passe oubli\u00e9 ?",
+ "ButtonForgotPassword": "Mot de passe oubli\u00e9",
"OptionDisableUserPreferences": "D\u00e9sactiver l'acc\u00e8s aux pr\u00e9f\u00e9rences utilisateurs",
"OptionDisableUserPreferencesHelp": "Si activ\u00e9, seuls les administrateurs seront capables de configurer les images de profil utilisateurs, les mots de passe, et les langues pr\u00e9f\u00e9r\u00e9es.",
"HeaderSelectServer": "S\u00e9lectionner le serveur",
@@ -702,643 +1338,5 @@
"NameSeasonNumber": "Saison {0}",
"LabelNewUserNameHelp": "Les noms d'utilisateur peuvent contenir des lettres (a-z), des chiffres (0-9), des tirets (-), des tirets bas (_), des apostrophes (') et des points (.).",
"TabJobs": "T\u00e2ches",
- "TabSyncJobs": "T\u00e2ches de synchronisation",
- "LabelExit": "Quitter",
- "LabelVisitCommunity": "Visiter la Communaut\u00e9",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standard",
- "LabelApiDocumentation": "Documentation API",
- "LabelDeveloperResources": "Ressources pour d\u00e9veloppeurs",
- "LabelBrowseLibrary": "Parcourir la biblioth\u00e8que",
- "LabelConfigureMediaBrowser": "Configurer Media Browser",
- "LabelOpenLibraryViewer": "Ouvrir le navigateur de biblioth\u00e8que",
- "LabelRestartServer": "Red\u00e9marrer le Serveur",
- "LabelShowLogWindow": "Afficher la fen\u00eatre du journal d'\u00e9v\u00e8nements",
- "LabelPrevious": "Pr\u00e9c\u00e9dent",
- "LabelFinish": "Terminer",
- "LabelNext": "Suivant",
- "LabelYoureDone": "Vous avez Termin\u00e9!",
- "WelcomeToMediaBrowser": "Bienvenue sur Media Browser !",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Cet assistant vous guidera dans le processus de configuration. Pour commencer, merci de s\u00e9lectionner votre langue pr\u00e9f\u00e9r\u00e9e.",
- "TellUsAboutYourself": "Parlez-nous de vous",
- "ButtonQuickStartGuide": "Guide de d\u00e9marrage rapide",
- "LabelYourFirstName": "Votre pr\u00e9nom:",
- "MoreUsersCanBeAddedLater": "D'autres utilisateurs pourront \u00eatre ajout\u00e9s ult\u00e9rieurement \u00e0 partir du tableau de bord.",
- "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.",
- "LabelWindowsService": "Service Windows",
- "AWindowsServiceHasBeenInstalled": "Un service Windows a \u00e9t\u00e9 install\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.",
- "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, vous devrez 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.",
- "WizardCompleted": "C'est tout ce dont nous avons besoin pour le moment. Media Browser a commenc\u00e9 la collecte d'informations dans votre biblioth\u00e8que de m\u00e9dias. Consultez quelques-une de nos applications, puis cliquez sur <b>Terminer<\/b> pour consulter le <b>tableau de bord du serveur<\/b>.",
- "LabelConfigureSettings": "Configurer les param\u00e8tres",
- "LabelEnableVideoImageExtraction": "Activer l'extraction d'images des videos",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extraire les images de chapitres des films",
- "LabelChapterImageExtractionForMoviesHelp": "L'extraction d'images de chapitres 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.",
- "LabelEnableAutomaticPortMapping": "Activer la configuration automatique de port",
- "LabelEnableAutomaticPortMappingHelp": "UPnP permet la configuration automatique des routeurs pour un acc\u00e8s \u00e0 distance facile. Ceci peut ne pas fonctionner sur certains mod\u00e8les de routeur.",
- "HeaderTermsOfService": "Conditions d'utilisation de Media Browser",
- "MessagePleaseAcceptTermsOfService": "Veuillez accepter les conditions d'utilisations et la politique de confidentialit\u00e9 avant de continuer.",
- "OptionIAcceptTermsOfService": "J'accepte les conditions d'utilisation.",
- "ButtonPrivacyPolicy": "Politique de confidentialit\u00e9",
- "ButtonTermsOfService": "Conditions d'utilisation",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Annuler",
- "ButtonNew": "Nouveau",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Vid\u00e9o",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Reconna\u00eetre les fichiers archives comme m\u00e9dias",
- "OptionDetectArchiveFilesAsMediaHelp": "Activez cette option pour reconna\u00eetre les fichiers portant l'extension .rar ou .zip comme des fichiers de m\u00e9dias. ",
- "LabelEnterConnectUserName": "Nom d'utilisateur ou adresse email :",
- "LabelEnterConnectUserNameHelp": "Ceci est le nom d'utilisateur ou mot de passe de votre compte en ligne Media Browser.",
- "HeaderSyncJobInfo": "T\u00e2che de synchronisation",
- "FolderTypeMixed": "Contenus m\u00e9lang\u00e9s",
- "FolderTypeMovies": "Films",
- "FolderTypeMusic": "Musique",
- "FolderTypeAdultVideos": "Vid\u00e9os Adultes",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Vid\u00e9os Musical",
- "FolderTypeHomeVideos": "Vid\u00e9os personnelles",
- "FolderTypeGames": "Jeux",
- "FolderTypeBooks": "Livres",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "H\u00e9rite",
- "LabelContentType": "Type de contenu :",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Configurer votre biblioth\u00e8que de m\u00e9dia",
- "ButtonAddMediaFolder": "Ajouter un r\u00e9pertoire de m\u00e9dia",
- "LabelFolderType": "Type de r\u00e9pertoire:",
- "ReferToMediaLibraryWiki": "Se r\u00e9f\u00e9rer au wiki des biblioth\u00e8ques de m\u00e9dia",
- "LabelCountry": "Pays:",
- "LabelLanguage": "Langue:",
- "HeaderPreferredMetadataLanguage": "Langue pr\u00e9f\u00e9r\u00e9e pour les m\u00e9tadonn\u00e9es:",
- "LabelSaveLocalMetadata": "Enregistrer les images et m\u00e9tadonn\u00e9es dans les r\u00e9pertoires de m\u00e9dia",
- "LabelSaveLocalMetadataHelp": "L'enregistrement des images et des m\u00e9tadonn\u00e9es dans le r\u00e9pertoire de m\u00e9dia les placera \u00e0 un endroit o\u00f9 elles seront facilement modifiables.",
- "LabelDownloadInternetMetadata": "T\u00e9l\u00e9charger les images et m\u00e9tadonn\u00e9es depuis Internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser peut t\u00e9l\u00e9charger des informations compl\u00e9mentaires sur vos m\u00e9dias pour en enrichir la pr\u00e9sentation.",
- "TabPreferences": "Pr\u00e9f\u00e9rences",
- "TabPassword": "Mot de passe",
- "TabLibraryAccess": "Acc\u00e8s aux biblioth\u00e8ques",
- "TabAccess": "Acc\u00e8s",
- "TabImage": "Image",
- "TabProfile": "Profil",
- "TabMetadata": "M\u00e9tadonn\u00e9es",
- "TabImages": "Images",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titres",
- "HeaderDeviceAccess": "Acc\u00e8s \u00e0 l'appareil",
- "OptionEnableAccessFromAllDevices": "Autoriser l'acc\u00e8s \u00e0 tous les appareils",
- "OptionEnableAccessToAllChannels": "Activer l'acc\u00e8s \u00e0 toutes les cha\u00eenes",
- "DeviceAccessHelp": "Ceci ne s'applique qu'aux appareils qui peuvent \u00eatre identifi\u00e9s de mani\u00e8re unique et qui n'emp\u00eachent pas l'acc\u00e8s au navigateur. Le filtrage de l'acc\u00e8s aux appareil par utilisateur emp\u00eachera l'utilisation de nouveaux appareils jusqu'\u00e0 ce qu'ils soient approuv\u00e9s ici.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes manquants dans les saisons",
- "LabelUnairedMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes non diffus\u00e9s dans les saisons",
- "HeaderVideoPlaybackSettings": "Param\u00e8tres de lecture video",
- "HeaderPlaybackSettings": "Param\u00e8tres de lecture",
- "LabelAudioLanguagePreference": "Param\u00e8tres de langue audio:",
- "LabelSubtitleLanguagePreference": "Param\u00e8tres de langue de sous-titre",
- "OptionDefaultSubtitles": "Par d\u00e9faut",
- "OptionOnlyForcedSubtitles": "Seulement les sous-titres forc\u00e9s",
- "OptionAlwaysPlaySubtitles": "Toujours afficher les sous-titres",
- "OptionNoSubtitles": "Aucun sous-titre",
- "OptionDefaultSubtitlesHelp": "Les sous-titres de la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s lorsque la langue de la piste audio est \u00e9trang\u00e8re.",
- "OptionOnlyForcedSubtitlesHelp": "Seuls les sous-titres forc\u00e9s seront charg\u00e9s.",
- "OptionAlwaysPlaySubtitlesHelp": "Les sous-titres correspondants \u00e0 la langue pr\u00e9f\u00e9r\u00e9e seront charg\u00e9s quelque soit la langue de la piste audio.",
- "OptionNoSubtitlesHelp": "Par d\u00e9faut, les sous-titres ne seront pas charg\u00e9s.",
- "TabProfiles": "Profils",
- "TabSecurity": "S\u00e9curit\u00e9",
- "ButtonAddUser": "Ajouter utilisateur",
- "ButtonAddLocalUser": "Ajouter un utilisateur local",
- "ButtonInviteUser": "Inviter un utilisateur",
- "ButtonSave": "Sauvegarder",
- "ButtonResetPassword": "R\u00e9initialiser le mot de passe",
- "LabelNewPassword": "Nouveau mot de passe :",
- "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
- "HeaderCreatePassword": "Cr\u00e9er un mot de passe",
- "LabelCurrentPassword": "Mot de passe actuel :",
- "LabelMaxParentalRating": "Note maximale d'\u00e9valuation de contr\u00f4le parental:",
- "MaxParentalRatingHelp": "Le contenu avec une note d'\u00e9valuation de contr\u00f4le parental plus \u00e9lev\u00e9e ne sera pas visible par cet utilisateur.",
- "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.",
- "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.",
- "ButtonDeleteImage": "Supprimer l'image",
- "LabelSelectUsers": "S\u00e9lectionner des utilisateurs:",
- "ButtonUpload": "Upload",
- "HeaderUploadNewImage": "Uploader une nouvelle image",
- "LabelDropImageHere": "Placer l'image ici",
- "ImageUploadAspectRatioHelp": "Rapport d'aspect 1:1 recommand\u00e9. Seulement JPG\/PNG.",
- "MessageNothingHere": "Rien ici.",
- "MessagePleaseEnsureInternetMetadata": "Veuillez vous assurer que le t\u00e9l\u00e9chargement des m\u00e9tadonn\u00e9es depuis Internet est activ\u00e9.",
- "TabSuggested": "Sugg\u00e9r\u00e9s",
- "TabLatest": "Plus r\u00e9cents",
- "TabUpcoming": "\u00c0 venir",
- "TabShows": "S\u00e9ries",
- "TabEpisodes": "\u00c9pisodes",
- "TabGenres": "Genres",
- "TabPeople": "Personnes",
- "TabNetworks": "R\u00e9seaux",
- "HeaderUsers": "Utilisateurs",
- "HeaderFilters": "Filtres:",
- "ButtonFilter": "Filtre",
- "OptionFavorite": "Favoris",
- "OptionLikes": "Aim\u00e9s",
- "OptionDislikes": "Non aim\u00e9s",
- "OptionActors": "Acteur(e)s",
- "OptionGuestStars": "Invit\u00e9s sp\u00e9ciaux",
- "OptionDirectors": "R\u00e9alisateurs",
- "OptionWriters": "Auteur(e)s",
- "OptionProducers": "Producteurs",
- "HeaderResume": "Reprendre",
- "HeaderNextUp": "Prochains \u00e0 voir",
- "NoNextUpItemsMessage": "Aucun \u00e9l\u00e9ment trouv\u00e9. Commencez \u00e0 regarder vos s\u00e9ries!",
- "HeaderLatestEpisodes": "\u00c9pisodes les plus r\u00e9cents",
- "HeaderPersonTypes": "Types de personne:",
- "TabSongs": "Chansons",
- "TabAlbums": "Albums",
- "TabArtists": "Artistes",
- "TabAlbumArtists": "Artistes sur l'album",
- "TabMusicVideos": "Videos musicales",
- "ButtonSort": "Tri",
- "HeaderSortBy": "Trier par:",
- "HeaderSortOrder": "Ordre de tri :",
- "OptionPlayed": "Lu",
- "OptionUnplayed": "Non lu",
- "OptionAscending": "Ascendant",
- "OptionDescending": "Descendant",
- "OptionRuntime": "Dur\u00e9e",
- "OptionReleaseDate": "Date de sortie",
- "OptionPlayCount": "Nombre de lectures",
- "OptionDatePlayed": "Date lu",
- "OptionDateAdded": "Date d'ajout",
- "OptionAlbumArtist": "Artiste de l'album",
- "OptionArtist": "Artiste",
- "OptionAlbum": "Album",
- "OptionTrackName": "Titre",
- "OptionCommunityRating": "Note de la communaut\u00e9",
- "OptionNameSort": "Nom",
- "OptionFolderSort": "R\u00e9pertoires",
- "OptionBudget": "Budget",
- "OptionRevenue": "Recettes",
- "OptionPoster": "Affiche",
- "OptionPosterCard": "Carte Affiche",
- "OptionBackdrop": "Image d'arri\u00e8re-plan",
- "OptionTimeline": "Chronologie",
- "OptionThumb": "Vignette",
- "OptionThumbCard": "Carte Vignette",
- "OptionBanner": "Banni\u00e8re",
- "OptionCriticRating": "Note des critiques",
- "OptionVideoBitrate": "D\u00e9bit vid\u00e9o",
- "OptionResumable": "Reprise possible",
- "ScheduledTasksHelp": "S\u00e9lectionnez une t\u00e2che pour ajuster sa programmation.",
- "ScheduledTasksTitle": "T\u00e2ches planifi\u00e9es",
- "TabMyPlugins": "Mes plugins",
- "TabCatalog": "Catalogue",
- "PluginsTitle": "Plugins",
- "HeaderAutomaticUpdates": "Mises \u00e0 jour automatiques",
- "HeaderNowPlaying": "Lecture en cours",
- "HeaderLatestAlbums": "Derniers albums",
- "HeaderLatestSongs": "Derni\u00e8res chansons",
- "HeaderRecentlyPlayed": "Lus r\u00e9cemment",
- "HeaderFrequentlyPlayed": "Fr\u00e9quemment lus",
- "DevBuildWarning": "Les versions Dev incorporent les tous derniers d\u00e9veloppements. Mises \u00e0 jour fr\u00e9quemment, ces versions ne sont pas test\u00e9es. L'application peut planter et il se peut que des pans entiers de fonctionnalit\u00e9s soient d\u00e9faillants.",
- "LabelVideoType": "Type de vid\u00e9o:",
- "OptionBluray": "Bluray",
- "OptionDvd": "DVD",
- "OptionIso": "ISO",
- "Option3D": "3D",
- "LabelFeatures": "Caract\u00e9ristiques :",
- "LabelService": "Service :",
- "LabelStatus": "Statut:",
- "LabelVersion": "Version :",
- "LabelLastResult": "Dernier r\u00e9sultat :",
- "OptionHasSubtitles": "Sous-titres",
- "OptionHasTrailer": "Bande-annonce",
- "OptionHasThemeSong": "Chanson th\u00e8me",
- "OptionHasThemeVideo": "Vid\u00e9o th\u00e8me",
- "TabMovies": "Films",
- "TabStudios": "Studios",
- "TabTrailers": "Bandes-annonces",
- "LabelArtists": "Artistes",
- "LabelArtistsHelp": "S\u00e9parer les \u00e9l\u00e9ments par un point-virgule ;",
- "HeaderLatestMovies": "Films les plus r\u00e9cents",
- "HeaderLatestTrailers": "Derni\u00e8res bandes-annonces",
- "OptionHasSpecialFeatures": "Bonus",
- "OptionImdbRating": "Note IMDb",
- "OptionParentalRating": "Classification parentale",
- "OptionPremiereDate": "Date de la premi\u00e8re",
- "TabBasic": "Standard",
- "TabAdvanced": "Avanc\u00e9",
- "HeaderStatus": "\u00c9tat",
- "OptionContinuing": "En continuation",
- "OptionEnded": "Termin\u00e9",
- "HeaderAirDays": "Jours de diffusion",
- "OptionSunday": "Dimanche",
- "OptionMonday": "Lundi",
- "OptionTuesday": "Mardi",
- "OptionWednesday": "Mercredi",
- "OptionThursday": "Jeudi",
- "OptionFriday": "Vendredi",
- "OptionSaturday": "Samedi",
- "HeaderManagement": "Gestion",
- "LabelManagement": "Gestion :",
- "OptionMissingImdbId": "Identifiant IMDb manquant",
- "OptionMissingTvdbId": "Identifiant TheTVDB manquant",
- "OptionMissingOverview": "R\u00e9sum\u00e9 manquant",
- "OptionFileMetadataYearMismatch": "Conflit entre nom du fichier et les m\u00e9tadonn\u00e9es sur l'ann\u00e9e",
- "TabGeneral": "G\u00e9n\u00e9ral",
- "TitleSupport": "Assistance",
- "TabLog": "Journal d'\u00e9v\u00e9nements",
- "TabAbout": "\u00c0 propos",
- "TabSupporterKey": "Cl\u00e9 de membre supporteur",
- "TabBecomeSupporter": "Devenir un suporteur",
- "MediaBrowserHasCommunity": "Media Browser dispose d'une communaut\u00e9 active d'utilisateurs et de contributeurs.",
- "CheckoutKnowledgeBase": "Parcourez notre base de connaissances pour utiliser au mieux Media Browser.",
- "SearchKnowledgeBase": "Rechercher dans la base de connaissances",
- "VisitTheCommunity": "Visiter la Communaut\u00e9",
- "VisitMediaBrowserWebsite": "Visiter le site Web de Media Browser",
- "VisitMediaBrowserWebsiteLong": "Visitez le site Web de Media Browser pour avoir acc\u00e8s aux derni\u00e8res infos et consulter le blog des d\u00e9veloppeurs.",
- "OptionHideUser": "Ne pas afficher cet utilisateur dans les \u00e9crans de connexion",
- "OptionHideUserFromLoginHelp": "Recommand\u00e9 pour les comptes administrateurs priv\u00e9s ou cach\u00e9s. L'utilisateur devra s'authentifier manuellement en entrant son login et mot de passe.",
- "OptionDisableUser": "D\u00e9sactiver cet utilisateur",
- "OptionDisableUserHelp": "Si d\u00e9sactiv\u00e9, le serveur n'autorisera pas de connexion de cet utilisateur. Les connexions existantes seront interrompues.",
- "HeaderAdvancedControl": "Contr\u00f4le avanc\u00e9",
- "LabelName": "Nom",
- "ButtonHelp": "Aide",
- "OptionAllowUserToManageServer": "Autoriser la gestion du serveur \u00e0 cet utilisateur",
- "HeaderFeatureAccess": "Acc\u00e8s aux fonctionnalit\u00e9s",
- "OptionAllowMediaPlayback": "Autoriser la lecture du m\u00e9dia",
- "OptionAllowBrowsingLiveTv": "Autoriser la TV en direct",
- "OptionAllowDeleteLibraryContent": "Autoriser la suppression de contenu dans la biblioth\u00e8que",
- "OptionAllowManageLiveTv": "Autoriser la gestion des enregistrements de la TV en direct",
- "OptionAllowRemoteControlOthers": "Autoriser le contr\u00f4le \u00e0 distance des autres utilisateurs",
- "OptionAllowRemoteSharedDevices": "Autoriser le contr\u00f4le \u00e0 distance des appareils partag\u00e9s",
- "OptionAllowRemoteSharedDevicesHelp": "Les p\u00e9riph\u00e9riques Dlna sont consid\u00e9r\u00e9s comme partag\u00e9s tant qu'un utilisateur ne commence pas \u00e0 le contr\u00f4ler.",
- "HeaderRemoteControl": "Contr\u00f4le \u00e0 distance",
- "OptionMissingTmdbId": "ID TMDb manquant",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "S\u00e9lectionner",
- "ButtonGroupVersions": "Versions des groupes",
- "ButtonAddToCollection": "Ajouter \u00e0 la collection",
- "PismoMessage": "Utilisation de \"Pismo File Mount\" par une licence fournie.",
- "TangibleSoftwareMessage": "Utilisation de convertisseurs Tangible Solutions Java\/C# par licence fournie.",
- "HeaderCredits": "Cr\u00e9dits",
- "PleaseSupportOtherProduces": "Merci de soutenir les autres produits gratuits que nous utilisons :",
- "VersionNumber": "Version {0}",
- "TabPaths": "Chemins d'acc\u00e8s",
- "TabServer": "Serveur",
- "TabTranscoding": "Transcodage",
- "TitleAdvanced": "Avanc\u00e9",
- "LabelAutomaticUpdateLevel": "Mise \u00e0 jour automatiques",
- "OptionRelease": "Version officielle",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (Instable)",
- "LabelAllowServerAutoRestart": "Autoriser le red\u00e9marrage automatique du serveur pour appliquer les mises \u00e0 jour",
- "LabelAllowServerAutoRestartHelp": "Le serveur ne red\u00e9marrera que pendant les p\u00e9riodes d'inactivit\u00e9, quand aucun utilisateur n'est connect\u00e9.",
- "LabelEnableDebugLogging": "Activer le d\u00e9boguage dans le journal d'\u00e9n\u00e8nements",
- "LabelRunServerAtStartup": "D\u00e9marrer le serveur au d\u00e9marrage",
- "LabelRunServerAtStartupHelp": "Ceci va d\u00e9marrer l'ic\u00f4ne dans la barre des t\u00e2ches au d\u00e9marrage de Windows. Pour d\u00e9marrer le service Windows, d\u00e9cochez cette case et ex\u00e9cutez le service \u00e0 partir du panneau de configuration Windows. Veuillez noter que vous ne pouvez pas ex\u00e9cuter les deux en m\u00eame temps ; par cons\u00e9quent, vous devrez fermer l'ic\u00f4ne dans la barre des t\u00e2ches avant de d\u00e9marrer le service.",
- "ButtonSelectDirectory": "S\u00e9lectionner le r\u00e9pertoire",
- "LabelCustomPaths": "Sp\u00e9cifier des chemins d'acc\u00e8s personnalis\u00e9s. Laissez vide pour conserver les chemins d'acc\u00e8s par d\u00e9faut.",
- "LabelCachePath": "Chemin du cache :",
- "LabelCachePathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les fichier temporaires du serveur, comme par exemple les images.",
- "LabelImagesByNamePath": "R\u00e9pertoire de stockage des images t\u00e9l\u00e9charg\u00e9es :",
- "LabelImagesByNamePathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les images t\u00e9l\u00e9charg\u00e9es d'acteurs, artistes, genre, et studios .",
- "LabelMetadataPath": "Chemin des m\u00e9tadonn\u00e9es :",
- "LabelMetadataPathHelp": "Veuillez sp\u00e9cifier un emplacement personnalis\u00e9 pour les images d'art et les m\u00e9tadonn\u00e9es t\u00e9l\u00e9charg\u00e9es. Par d\u00e9faut, stockage dans le r\u00e9pertoire de m\u00e9dias.",
- "LabelTranscodingTempPath": "Chemin d'acc\u00e8s du r\u00e9pertoire temporaire de transcodage :",
- "LabelTranscodingTempPathHelp": "Ce r\u00e9pertoire contient les fichiers temporaires utilis\u00e9s par le transcodeur. Sp\u00e9cifier un chemin personnel ou laiss\u00e9 vide pour utilise le chemin par d\u00e9faut des r\u00e9pertoires du serveur",
- "TabBasics": "Standards",
- "TabTV": "TV",
- "TabGames": "Jeux",
- "TabMusic": "Musique",
- "TabOthers": "Autres",
- "HeaderExtractChapterImagesFor": "Extraire les images de chapitres pour :",
- "OptionMovies": "Films",
- "OptionEpisodes": "\u00c9pisodes",
- "OptionOtherVideos": "Autres vid\u00e9os",
- "TitleMetadata": "M\u00e9tadonn\u00e9es",
- "LabelAutomaticUpdates": "Activer les mises \u00e0 jour automatiques",
- "LabelAutomaticUpdatesTmdb": "Activer les mises \u00e0 jour automatique depuis TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Activer les mises \u00e0 jour automatique depuis TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans Fanart.tv. Les images existantes ne seront pas remplac\u00e9es.",
- "LabelAutomaticUpdatesTmdbHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans TheMovieDB.org. Les images existantes ne seront pas remplac\u00e9es.",
- "LabelAutomaticUpdatesTvdbHelp": "Si activ\u00e9, les nouvelles images seront t\u00e9l\u00e9charg\u00e9es automatiquement lorsqu'elles sont ajout\u00e9es dans TheTVDB.com. Les images existantes ne seront pas remplac\u00e9es.",
- "LabelFanartApiKey": "Cl\u00e9 d'api personnelle :",
- "LabelFanartApiKeyHelp": "Les requ\u00eates de fanart sans cl\u00e9 d'api personnelle renvoient des r\u00e9sultats approuv\u00e9s il y a plus de 7 jours. Avec une cl\u00e9 d'api personnelle, cette valeur tombe \u00e0 48 heures, et si vous \u00eates aussi membre fanart VIP, cette valeur tombera encore plus, \u00e0 environ 10 minutes.",
- "ExtractChapterImagesHelp": "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 processeur et peut n\u00e9cessiter de nombreux gigaoctets de stockage. Il s'ex\u00e9cute quand des vid\u00e9os sont d\u00e9couvertes et \u00e9galement comme t\u00e2che planifi\u00e9e \u00e0 4:00 (AM). La planification peut \u00eatre modifi\u00e9e dans les options du planificateur de tache. Il n'est pas conseill\u00e9 d'ex\u00e9cuter cette t\u00e2che pendant les heures d'usage intensif.",
- "LabelMetadataDownloadLanguage": "Langue de t\u00e9l\u00e9chargement pr\u00e9f\u00e9r\u00e9e:",
- "ButtonAutoScroll": "D\u00e9filement automatique",
- "LabelImageSavingConvention": "Convention de sauvegarde des images:",
- "LabelImageSavingConventionHelp": "Media Browser reconnait les images des principales autres applications de m\u00e9dia. Choisir la convention de t\u00e9l\u00e9chargement peut \u00eatre pratique si vous utilisez aussi d'autres produits.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Se connecter",
- "TitleSignIn": "Se connecter",
- "HeaderPleaseSignIn": "Merci de vous identifier",
- "LabelUser": "Utilisateur:",
- "LabelPassword": "Mot de passe:",
- "ButtonManualLogin": "Connexion manuelle",
- "PasswordLocalhostMessage": "Aucun mot de passe requis pour les connexions par \"localhost\".",
- "TabGuide": "Guide horaire",
- "TabChannels": "Cha\u00eenes",
- "TabCollections": "Collections",
- "HeaderChannels": "Cha\u00eenes",
- "TabRecordings": "Enregistrements",
- "TabScheduled": "Planifi\u00e9s",
- "TabSeries": "S\u00e9ries",
- "TabFavorites": "Favoris",
- "TabMyLibrary": "Ma Biblioth\u00e8que",
- "ButtonCancelRecording": "Annuler l'enregistrement",
- "HeaderPrePostPadding": "Pr\u00e9-remplissage",
- "LabelPrePaddingMinutes": "Minutes de Pr\u00e9-remplissage:",
- "OptionPrePaddingRequired": "Le pr\u00e9-remplissage est requis pour enregistrer.",
- "LabelPostPaddingMinutes": "Minutes de \"post-padding\":",
- "OptionPostPaddingRequired": "Le \"post-padding\" est requis pour enregistrer.",
- "HeaderWhatsOnTV": "\u00c0 l'affiche",
- "HeaderUpcomingTV": "TV \u00e0 venir",
- "TabStatus": "\u00c9tat",
- "TabSettings": "Param\u00e8tres",
- "ButtonRefreshGuideData": "Rafra\u00eechir les donn\u00e9es du guide horaire.",
- "ButtonRefresh": "Actualiser",
- "ButtonAdvancedRefresh": "Mise \u00e0 jour avanc\u00e9e",
- "OptionPriority": "Priorit\u00e9",
- "OptionRecordOnAllChannels": "Enregistrer le programme sur toutes les cha\u00eenes",
- "OptionRecordAnytime": "Enregistrer le programme \u00e0 n'importe quelle heure\/journ\u00e9e",
- "OptionRecordOnlyNewEpisodes": "Enregistrer seulement les nouveaux \u00e9pisodes",
- "HeaderDays": "Jours",
- "HeaderActiveRecordings": "Enregistrements actifs",
- "HeaderLatestRecordings": "Derniers enregistrements",
- "HeaderAllRecordings": "Tous les enregistrements",
- "ButtonPlay": "Lire",
- "ButtonEdit": "Modifier",
- "ButtonRecord": "Enregistrer",
- "ButtonDelete": "Supprimer",
- "ButtonRemove": "Supprimer",
- "OptionRecordSeries": "Enregistrer S\u00e9ries",
- "HeaderDetails": "D\u00e9tails",
- "TitleLiveTV": "TV en direct",
- "LabelNumberOfGuideDays": "Nombre de jours de donn\u00e9es du guide \u00e0 t\u00e9l\u00e9charger:",
- "LabelNumberOfGuideDaysHelp": "Le t\u00e9l\u00e9chargement de plus de journ\u00e9es dans le guide horaire permet de programmer des enregistrements plus longtemps \u00e0 l'avance et de visualiser plus de contenus, mais prendra \u00e9galement plus de temps. \"Auto\" permettra une s\u00e9lection automatique bas\u00e9e sur le nombre de cha\u00eenes.",
- "LabelActiveService": "Service Actif:",
- "LabelActiveServiceHelp": "Plusieurs Plugins de TV peuvent \u00eatre install\u00e9s mais seulement un \u00e0 la fois peut \u00eatre actif.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "Un fournisseur de service de TV en direct est requis pour continuer.",
- "LiveTvPluginRequiredHelp": "Merci d'installer un de nos plugins disponibles, comme Next Pvr ou ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Personnaliser pour le type de m\u00e9dia:",
- "OptionDownloadThumbImage": "Vignette",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Bo\u00eetier",
- "OptionDownloadDiscImage": "Disque",
- "OptionDownloadBannerImage": "Banni\u00e8re",
- "OptionDownloadBackImage": "Dos",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Principal",
- "HeaderFetchImages": "T\u00e9l\u00e9charger Images:",
- "HeaderImageSettings": "Param\u00e8tres d'image",
- "TabOther": "Autre",
- "LabelMaxBackdropsPerItem": "Nombre maximum d'images d'arri\u00e8re-plan par item:",
- "LabelMaxScreenshotsPerItem": "Nombre maximum de captures d'\u00e9cran par item:",
- "LabelMinBackdropDownloadWidth": "Largeur minimum d'image d'arri\u00e8re-plan \u00e0 t\u00e9l\u00e9charger:",
- "LabelMinScreenshotDownloadWidth": "Largeur minimum de capture d'\u00e9cran \u00e0 t\u00e9l\u00e9charger:",
- "ButtonAddScheduledTaskTrigger": "Ajouter un d\u00e9clencheur",
- "HeaderAddScheduledTaskTrigger": "Ajouter un d\u00e9clencheur",
- "ButtonAdd": "Ajouter",
- "LabelTriggerType": "Type de d\u00e9clencheur:",
- "OptionDaily": "Quotidien",
- "OptionWeekly": "Hebdomadaire",
- "OptionOnInterval": "Par intervalle",
- "OptionOnAppStartup": "Par d\u00e9marrage de l'application",
- "OptionAfterSystemEvent": "Apr\u00e8s un \u00e9v\u00e8nement syst\u00e8me",
- "LabelDay": "Jour :",
- "LabelTime": "Heure:",
- "LabelEvent": "\u00c9v\u00e8nement:",
- "OptionWakeFromSleep": "Sortie de veille",
- "LabelEveryXMinutes": "Tous les :",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Galerie",
- "HeaderLatestGames": "Jeux les plus r\u00e9cents",
- "HeaderRecentlyPlayedGames": "Jeux r\u00e9cemment jou\u00e9s",
- "TabGameSystems": "Plate-formes de jeux:",
- "TitleMediaLibrary": "Biblioth\u00e8que de m\u00e9dias",
- "TabFolders": "R\u00e9pertoires",
- "TabPathSubstitution": "Substitution de chemin d'acc\u00e8s",
- "LabelSeasonZeroDisplayName": "Nom d'affichage des saisons 0 \/ hors-saison :",
- "LabelEnableRealtimeMonitor": "Activer la surveillance en temps r\u00e9el",
- "LabelEnableRealtimeMonitorHelp": "Les changements seront trait\u00e9s imm\u00e9diatement, sur les syst\u00e8mes de fichiers qui le permettent.",
- "ButtonScanLibrary": "Scanner la biblioth\u00e8que",
- "HeaderNumberOfPlayers": "Lecteurs :",
- "OptionAnyNumberOfPlayers": "N'importe quel:",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "R\u00e9pertoires de m\u00e9dias",
- "HeaderThemeVideos": "Vid\u00e9os th\u00e8mes",
- "HeaderThemeSongs": "Chansons Th\u00e8mes",
- "HeaderScenes": "Sc\u00e8nes",
- "HeaderAwardsAndReviews": "Prix et Critiques",
- "HeaderSoundtracks": "Bande originale",
- "HeaderMusicVideos": "Vid\u00e9os Musicaux",
- "HeaderSpecialFeatures": "Bonus",
- "HeaderCastCrew": "\u00c9quipe de tournage",
- "HeaderAdditionalParts": "Parties Additionelles",
- "ButtonSplitVersionsApart": "S\u00e9parer les versions",
- "ButtonPlayTrailer": "Bande-annonce",
- "LabelMissing": "Manquant(s)",
- "LabelOffline": "Hors ligne",
- "PathSubstitutionHelp": "Les substitutions de chemins d'acc\u00e8s sont utilis\u00e9es pour faire correspondre un chemin d'acc\u00e8s du serveur \u00e0 un chemin d'acc\u00e8s accessible par les clients. En autorisant un acc\u00e8s direct aux m\u00e9dias du serveur, les clients pourront les lire directement du r\u00e9seau et \u00e9viter l'utilisation inutiles des ressources du serveur en demandant du transcodage.",
- "HeaderFrom": "De",
- "HeaderTo": "\u00c0",
- "LabelFrom": "De :",
- "LabelFromHelp": "Exemple: D:\\Films (sur le serveur)",
- "LabelTo": "\u00c0:",
- "LabelToHelp": "Exemple: \\\\MonServeur\\Films (un chemin d'acc\u00e8s accessible par les clients)",
- "ButtonAddPathSubstitution": "Ajouter une substitution",
- "OptionSpecialEpisode": "Sp\u00e9ciaux",
- "OptionMissingEpisode": "\u00c9pisodes manquantes",
- "OptionUnairedEpisode": "\u00c9pisodes non diffus\u00e9s",
- "OptionEpisodeSortName": "Nom de tri d'\u00e9pisode",
- "OptionSeriesSortName": "Nom de s\u00e9ries",
- "OptionTvdbRating": "Note d'\u00e9valuation Tvdb",
- "HeaderTranscodingQualityPreference": "Qualit\u00e9 du transcodage pr\u00e9f\u00e9r\u00e9e:",
- "OptionAutomaticTranscodingHelp": "Le serveur d\u00e9cidera de la qualit\u00e9 et vitesse",
- "OptionHighSpeedTranscodingHelp": "Qualit\u00e9 plus basse, mais encodage plus rapide",
- "OptionHighQualityTranscodingHelp": "Qualit\u00e9 plus haute, mais encodage moins rapide",
- "OptionMaxQualityTranscodingHelp": "Meilleure qualit\u00e9 avec encodage plus lent et haute utilisation du processeur.",
- "OptionHighSpeedTranscoding": "Vitesse plus \u00e9lev\u00e9e",
- "OptionHighQualityTranscoding": "Qualit\u00e9 plus \u00e9lev\u00e9e",
- "OptionMaxQualityTranscoding": "Qualit\u00e9 maximale",
- "OptionEnableDebugTranscodingLogging": "Activer le d\u00e9bogage du transcodage dans le journal d'\u00e9v\u00e8nements",
- "OptionEnableDebugTranscodingLoggingHelp": "Ceci cr\u00e9era un journal d\u2019\u00e9v\u00e9nements tr\u00e8s volumineux et n'est recommand\u00e9 que pour des besoins de diagnostic d'erreur.",
- "OptionUpscaling": "Autoriser les clients de mettre \u00e0 l'\u00e9chelle (upscale) les vid\u00e9os",
- "OptionUpscalingHelp": "Dans certains cas, la qualit\u00e9 vid\u00e9o sera am\u00e9lior\u00e9e mais augmentera l'utilisation du processeur.",
- "EditCollectionItemsHelp": "Ajoutez ou supprimez n'importe quel film, s\u00e9rie, album, livre ou jeux que vous souhaitez grouper dans cette collection.",
- "HeaderAddTitles": "Ajouter des \u00e9l\u00e9ments",
- "LabelEnableDlnaPlayTo": "Activer DLNA \"Lire sur\"",
- "LabelEnableDlnaPlayToHelp": "Media Browser peut d\u00e9tecter les appareils sur votre r\u00e9seau et vous permettre de les contr\u00f4ler \u00e0 distance.",
- "LabelEnableDlnaDebugLogging": "Activer le d\u00e9bogage DLNA dans le journal d'\u00e9v\u00e9nements",
- "LabelEnableDlnaDebugLoggingHelp": "Ceci va g\u00e9n\u00e9rer de gros fichiers de journal d'\u00e9v\u00e9nements et ne devrait \u00eatre utiliser seulement pour des besoins de diagnostic d'erreur.",
- "LabelEnableDlnaClientDiscoveryInterval": "Intervalle de d\u00e9couverte des clients (secondes)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "D\u00e9terminez la dur\u00e9e en secondes de l\u2019intervalle entre les recherches SSDP effectu\u00e9es par Media Browser.",
- "HeaderCustomDlnaProfiles": "Profils personnalis\u00e9s",
- "HeaderSystemDlnaProfiles": "Profils syst\u00e8mes",
- "CustomDlnaProfilesHelp": "Cr\u00e9ez un profil personnalis\u00e9 pour cibler un nouvel appareil ou remplacer un profil syst\u00e8me.",
- "SystemDlnaProfilesHelp": "Les profils syst\u00e8mes sont en lecture seule. Les modifications apport\u00e9es \u00e0 un profil syst\u00e8me seront enregistr\u00e9es sous un nouveau profil personnalis\u00e9.",
- "TitleDashboard": "Tableau de bord",
- "TabHome": "Accueil",
- "TabInfo": "Info",
- "HeaderLinks": "Liens",
- "HeaderSystemPaths": "Chemins d'acc\u00e8s syst\u00e8me",
- "LinkCommunity": "Communaut\u00e9",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Documentation de l'API",
- "LabelFriendlyServerName": "Surnom du serveur:",
- "LabelFriendlyServerNameHelp": "Ce nom sera utilis\u00e9 pour identifier le serveur. Si laiss\u00e9 vide, le nom d'ordinateur sera utilis\u00e9.",
- "LabelPreferredDisplayLanguage": "Langue d'affichage pr\u00e9f\u00e9r\u00e9e :",
- "LabelPreferredDisplayLanguageHelp": "La traduction de Media Browser est un projet en cours et peut \u00eatre incompl\u00e8te par endroits.",
- "LabelReadHowYouCanContribute": "Lire comment vous pouvez contribuer.",
- "HeaderNewCollection": "Nouvelle collection",
- "HeaderAddToCollection": "Ajouter \u00e0 la collection",
- "ButtonSubmit": "Soumettre",
- "NewCollectionNameExample": "Exemple: Collection Star Wars",
- "OptionSearchForInternetMetadata": "Rechercher sur Internet les images et m\u00e9tadonn\u00e9es",
- "ButtonCreate": "Cr\u00e9er",
- "LabelLocalHttpServerPortNumber": "Num\u00e9ro de port local :",
- "LabelLocalHttpServerPortNumberHelp": "Le num\u00e9ro de port TCP qui sera utilis\u00e9 par le serveur HTTP de Media Browser.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Num\u00e9ro de port \"Web socket\":",
- "LabelEnableAutomaticPortMap": "Autoriser le mapping automatique de 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 pourront s'en servir pour les connexions \u00e0 distance.",
- "TabResume": "Reprendre",
- "TabWeather": "M\u00e9t\u00e9o",
- "TitleAppSettings": "Param\u00e8tre de l'application",
- "LabelMinResumePercentage": "Pourcentage minimum pour reprendre:",
- "LabelMaxResumePercentage": "Pourcentage maximum pour reprendre:",
- "LabelMinResumeDuration": "Temps de reprise minimum (secondes):",
- "LabelMinResumePercentageHelp": "Les m\u00e9dias seront consid\u00e9r\u00e9s comme non lus si arr\u00eat\u00e9s avant ce temps",
- "LabelMaxResumePercentageHelp": "Les m\u00e9dias sont consid\u00e9r\u00e9s comme lus si arr\u00eat\u00e9s apr\u00e8s ce temps",
- "LabelMinResumeDurationHelp": "La lecture de m\u00e9dias plus courts que cette dur\u00e9e ne pourra pas \u00eatre reprise.",
- "TitleAutoOrganize": "Auto-organisation",
- "TabActivityLog": "Journal d'activit\u00e9s",
- "HeaderName": "Nom",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Programme",
- "HeaderClients": "Clients",
- "LabelCompleted": "Termin\u00e9 avec succ\u00e8s",
- "LabelFailed": "\u00c9chou\u00e9",
- "LabelSkipped": "Saut\u00e9",
- "HeaderEpisodeOrganization": "Organisation des \u00e9pisodes",
- "LabelSeries": "S\u00e9ries :",
- "LabelSeasonNumber": "Num\u00e9ro de la saison:",
- "LabelEpisodeNumber": "Num\u00e9ro de l'\u00e9pisode:",
- "LabelEndingEpisodeNumber": "Num\u00e9ro d'\u00e9pisode final:",
- "LabelEndingEpisodeNumberHelp": "Uniquement requis pour les fichiers multi-\u00e9pisodes",
- "HeaderSupportTheTeam": "Supporter l'\u00e9quipe Media Browser",
- "LabelSupportAmount": "Montant (USD)",
- "HeaderSupportTheTeamHelp": "Aidez la poursuite du d\u00e9veloppement de ce projet en effectuant un don. Une part de ce don contribuera au d\u00e9veloppement d'autres produits gratuits dont nous d\u00e9pendons.",
- "ButtonEnterSupporterKey": "Entrer la cl\u00e9 de supporteur",
- "DonationNextStep": "Une fois termin\u00e9, veuillez revenir saisir la cl\u00e9 de supporteur re\u00e7ue par courriel.",
- "AutoOrganizeHelp": "L'auto-organisation d\u00e9tecte les nouveaux fichiers dans vos r\u00e9pertoires de t\u00e9l\u00e9chargement, puis les d\u00e9place dans vos r\u00e9pertoires de m\u00e9dias.",
- "AutoOrganizeTvHelp": "L'auto-organisation de fichiers TV ne traitera que l'ajout de nouveaux \u00e9pisodes aux s\u00e9ries existantes. Ce processus ne cr\u00e9era pas de nouveaux r\u00e9pertoires de s\u00e9rie.",
- "OptionEnableEpisodeOrganization": "Activer l'auto-organisation des nouveaux \u00e9pisodes",
- "LabelWatchFolder": "R\u00e9pertoire \u00e0 surveiller :",
- "LabelWatchFolderHelp": "Le serveur va utiliser ce r\u00e9pertoire pendant la t\u00e2che \"Organiser les nouveaux fichiers de m\u00e9dias\".",
- "ButtonViewScheduledTasks": "Voir les t\u00e2ches planifi\u00e9es",
- "LabelMinFileSizeForOrganize": "Taille de fichier minimum (Mo) :",
- "LabelMinFileSizeForOrganizeHelp": "Les fichiers dont la taille est inf\u00e9rieure \u00e0 cette valeur seront ignor\u00e9s.",
- "LabelSeasonFolderPattern": "Mod\u00e8le de r\u00e9pertoire de saison:",
- "LabelSeasonZeroFolderName": "Nom de r\u00e9pertoire pour les saison z\u00e9ro:",
- "HeaderEpisodeFilePattern": "Mod\u00e8le de fichier d'\u00e9pisode",
- "LabelEpisodePattern": "Mod\u00e8le d'\u00e9pisode",
- "LabelMultiEpisodePattern": "Mod\u00e8le de multi-\u00e9pisodes:",
- "HeaderSupportedPatterns": "Mod\u00e8les support\u00e9s",
- "HeaderTerm": "Terme",
- "HeaderPattern": "Mod\u00e8le",
- "HeaderResult": "R\u00e9sultat",
- "LabelDeleteEmptyFolders": "Supprimer les r\u00e9pertoires vides apr\u00e8s l'auto-organisation",
- "LabelDeleteEmptyFoldersHelp": "Activer cette option pour garder le r\u00e9pertoire de t\u00e9l\u00e9chargement vide.",
- "LabelDeleteLeftOverFiles": "Supprimer les fichiers restants avec les extensions suivantes :",
- "LabelDeleteLeftOverFilesHelp": "S\u00e9parez les \u00e9l\u00e9ments par des point-virgules. Par exemple: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Remplacer les \u00e9pisodes existants",
- "LabelTransferMethod": "M\u00e9thode de transfert",
- "OptionCopy": "Copier",
- "OptionMove": "D\u00e9placer",
- "LabelTransferMethodHelp": "Copier ou d\u00e9placer des fichiers du r\u00e9pertoire surveill\u00e9",
- "HeaderLatestNews": "Derni\u00e8res nouvelles",
- "HeaderHelpImproveMediaBrowser": "Aidez-nous \u00e0 am\u00e9liorer Media Browser",
- "HeaderRunningTasks": "T\u00e2ches en ex\u00e9cution",
- "HeaderActiveDevices": "Appareils actifs",
- "HeaderPendingInstallations": "Installations en suspens",
- "HeaderServerInformation": "Information du serveur",
- "ButtonRestartNow": "Red\u00e9marrer maintenant",
- "ButtonRestart": "Red\u00e9marrer",
- "ButtonShutdown": "\u00c9teindre",
- "ButtonUpdateNow": "Mettre \u00e0 jour maintenant",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Merci d'\u00e9teindre le serveur et de le mettre \u00e0 jour manuellement.",
- "NewServerVersionAvailable": "Une nouvelle version de Media Browser Server est disponible!",
- "ServerUpToDate": "Media Browser Server est \u00e0 jour",
- "ErrorConnectingToMediaBrowserRepository": "Une erreur est survenue lors la connexion au r\u00e9f\u00e9rentiel de donn\u00e9es de Media Browser.",
- "LabelComponentsUpdated": "Les composants suivants ont \u00e9t\u00e9 install\u00e9s ou mis \u00e0 jour :",
- "MessagePleaseRestartServerToFinishUpdating": "Merci de red\u00e9marrer le serveur pour appliquer les mises \u00e0 jour.",
- "LabelDownMixAudioScale": "Boost audio lors de downmix:",
- "LabelDownMixAudioScaleHelp": "Boost audio lors de downmix. Mettre \u00e0 1 pour pr\u00e9server la valeur originale du volume.",
- "ButtonLinkKeys": "Cl\u00e9 de transfert",
- "LabelOldSupporterKey": "Ancienne cl\u00e9 de supporteur",
- "LabelNewSupporterKey": "Nouvelle cl\u00e9 de supporteur",
- "HeaderMultipleKeyLinking": "Transf\u00e9rer \u00e0 une nouvelle cl\u00e9",
- "MultipleKeyLinkingHelp": "Si vous avez re\u00e7u une nouvelle cl\u00e9 de supporteur, utilisez ce formulaire pour transf\u00e9rer votre anciennce cl\u00e9 d'enregistrement \u00e0 votre nouvelle cl\u00e9.",
- "LabelCurrentEmailAddress": "Adresse courriel actuelle",
- "LabelCurrentEmailAddressHelp": "L'adresse courriel actuelle \u00e0 laquelle votre nouvelle cl\u00e9 a \u00e9t\u00e9 envoy\u00e9e.",
- "HeaderForgotKey": "Cl\u00e9 oubli\u00e9e",
- "LabelEmailAddress": "Adresse courriel",
- "LabelSupporterEmailAddress": "L'adresse courriel avec laquelle la cl\u00e9 a \u00e9t\u00e9 achet\u00e9e.",
- "ButtonRetrieveKey": "Obtenir la cl\u00e9",
- "LabelSupporterKey": "Cl\u00e9 de supporteur (coller du courriel)",
- "LabelSupporterKeyHelp": "Entrez votre cl\u00e9 du supporteur pour commencer \u00e0 profiter des b\u00e9n\u00e9fices additionnels que la communaut\u00e9 a d\u00e9velopp\u00e9 pour Media Browser.",
- "MessageInvalidKey": "Cl\u00e9 de supporteur manquante ou invalide",
- "ErrorMessageInvalidKey": "Pour que le contenu premium soit enregistr\u00e9, vous devez aussi \u00eatre supporteur Media Browser. Merci d'effectuer un don et de soutenir la poursuite du d\u00e9veloppement de Media Browser.",
- "HeaderDisplaySettings": "Param\u00e8tres d'affichage",
- "TabPlayTo": "Lire sur",
- "LabelEnableDlnaServer": "Activer le serveur DLNA",
- "LabelEnableDlnaServerHelp": "Autorise les p\u00e9riph\u00e9riques UPnP sur votre r\u00e9seau \u00e0 parcourir et lire le contenu Media Browser.",
- "LabelEnableBlastAliveMessages": "Diffuser des message de pr\u00e9sence",
- "LabelEnableBlastAliveMessagesHelp": "Activer cette option si le serveur n'est pas d\u00e9tect\u00e9 de mani\u00e8re fiable par les autres appareils UPnP sur votre r\u00e9seau.",
- "LabelBlastMessageInterval": "Intervalles des messages de pr\u00e9sence (secondes):",
- "LabelBlastMessageIntervalHelp": "D\u00e9termine la dur\u00e9e en secondes entre les message de pr\u00e9sence du serveur.",
- "LabelDefaultUser": "Utilisateur par d\u00e9faut :",
- "LabelDefaultUserHelp": "D\u00e9termine quelle biblioth\u00e8que d'utilisateur doit \u00eatre affich\u00e9e sur les appareils connect\u00e9s. Ces param\u00e8tres peuvent \u00eatre remplac\u00e9s pour chaque appareil par les configurations de profils.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Cha\u00eenes",
- "HeaderServerSettings": "Param\u00e8tres du serveur",
- "LabelWeatherDisplayLocation": "Emplacement de l'affichage de la m\u00e9t\u00e9o:",
- "LabelWeatherDisplayLocationHelp": "Code ZIP US \/ Ville, \u00c9tat, Pays \/ Ville, Pays",
- "LabelWeatherDisplayUnit": "Unit\u00e9 d'affichage de la m\u00e9t\u00e9o:"
+ "TabSyncJobs": "T\u00e2ches de synchronisation"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/he.json b/MediaBrowser.Server.Implementations/Localization/Server/he.json
index 7ada95328..1ec0c79e9 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/he.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/he.json
@@ -1,657 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "\u05d9\u05e6\u05d9\u05d0\u05d4",
"LabelVisitCommunity": "\u05d1\u05e7\u05e8 \u05d1\u05e7\u05d4\u05d9\u05dc\u05d4",
"LabelGithub": "Github",
@@ -1166,23 +513,23 @@
"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",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "\u05e4\u05d5\u05e8\u05d8 Web socket:",
"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.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "\u05d4\u05de\u05e9\u05da",
"TabWeather": "\u05de\u05d6\u05d2 \u05d0\u05d5\u05d5\u05d9\u05e8",
"TitleAppSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4",
@@ -1340,5 +687,656 @@
"PageAbbreviation": "PG",
"ButtonHome": "Home",
"ButtonSearch": "\u05d7\u05d9\u05e4\u05d5\u05e9",
- "ButtonSettings": "Settings"
+ "ButtonSettings": "Settings",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Letter Up",
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/hr.json b/MediaBrowser.Server.Implementations/Localization/Server/hr.json
index be4154dbb..9843a54d3 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/hr.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/hr.json
@@ -1,671 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "OptionCustomUsers": "Prilago\u0111eno",
- "ButtonArrowUp": "Gore",
- "ButtonArrowDown": "Dolje",
- "ButtonArrowLeft": "Ljevo",
- "ButtonArrowRight": "Desno",
- "ButtonBack": "Nazad",
- "ButtonInfo": "Info",
- "ButtonOsd": "On screen display",
- "ButtonPageUp": "Stranica gore",
- "ButtonPageDown": "Stranica dolje",
- "PageAbbreviation": "PG",
- "ButtonHome": "Po\u010detna",
- "ButtonSearch": "Tra\u017ei",
- "ButtonSettings": "Postavke",
- "ButtonTakeScreenshot": "Dohvati zaslon",
- "ButtonLetterUp": "Slovo gore",
- "ButtonLetterDown": "Slovo dolje",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Sad se izvodi",
- "TabNavigation": "Navigacija",
- "TabControls": "Kontrole",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scene",
- "ButtonSubtitles": "Titlovi",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pauza",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Grupiraj filmove u kolekciju",
- "LabelGroupMoviesIntoCollectionsHelp": "Kada se prikazuje lista filmova, filmovi koji pripadaju kolekciji biti \u0107e prikazani kao jedna stavka.",
- "NotificationOptionPluginError": "Dodatak otkazao",
- "ButtonVolumeUp": "Glasno\u0107a gore",
- "ButtonVolumeDown": "Glasno\u0107a dolje",
- "ButtonMute": "Bez zvuka",
- "HeaderLatestMedia": "Lista medija",
- "OptionSpecialFeatures": "Specijalne opcije",
- "HeaderCollections": "Kolekcije",
- "LabelProfileCodecsHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve codecs.",
- "LabelProfileContainersHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve spremnike.",
- "HeaderResponseProfile": "Profil odziva",
- "LabelType": "Tip:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Spremnik:",
- "LabelProfileVideoCodecs": "Video kodek:",
- "LabelProfileAudioCodecs": "Audio kodek:",
- "LabelProfileCodecs": "Kodeki:",
- "HeaderDirectPlayProfile": "Profil za direktnu reprodukciju",
- "HeaderTranscodingProfile": "Profil transkodiranja",
- "HeaderCodecProfile": "Profil kodeka",
- "HeaderCodecProfileHelp": "Profili kodeka definiraju ograni\u010denja kada ure\u0111aji izvode sadr\u017eaj u specifi\u010dnom kodeku. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je kodek konfiguriran za direktno izvo\u0111enje.",
- "HeaderContainerProfile": "Profil spremnika",
- "HeaderContainerProfileHelp": "Profil spremnika definira ograni\u010denja za ure\u0111aje kada izvode specifi\u010dne formate. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je format konfiguriran za direktno izvo\u0111enje.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Slika",
- "LabelUserLibrary": "Korisni\u010dka biblioteka:",
- "LabelUserLibraryHelp": "Odaberite koju korisni\u010dku biblioteku \u0107e te prikazati ure\u0111aju. Ostavite prazno ako \u017eelite preuzeti definirane postavke.",
- "OptionPlainStorageFolders": "Prika\u017ei sve mape kako jednostavne mape za skladi\u0161tenje",
- "OptionPlainStorageFoldersHelp": "Ako je omogu\u0107eno, sve mape se prezentiraju u DIDL-u kao \"objekt.spremnik.skladi\u0161naMapa\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.spremnik.osoba.glazbaIzvo\u0111a\u010d\".",
- "OptionPlainVideoItems": "Prika\u017ei sav video kao jednostavne video stavke.",
- "OptionPlainVideoItemsHelp": "Ako je omogu\u0107eno, sav video se prezentira u DIDL-u kao \"objekt.stavka.videoStavka\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.stavka.videoStavka.film\".",
- "LabelSupportedMediaTypes": "Podr\u017eani tipovi medija:",
- "TabIdentification": "Identifikacija",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direktna reprodukcija",
- "TabContainers": "Spremnik",
- "TabCodecs": "Kodek",
- "TabResponses": "Odazivi",
- "HeaderProfileInformation": "Informacija profila",
- "LabelEmbedAlbumArtDidl": "Ugradi grafike albuma u Didl",
- "LabelEmbedAlbumArtDidlHelp": "Neki ure\u0111aji podr\u017eavaju ovu metodu za prikaz grafike albuma. Drugi bi mogli imati problema sa ovom opcijom uklju\u010denom.",
- "LabelAlbumArtPN": "Grafika albuma PN:",
- "LabelAlbumArtHelp": "PN se koristi za grafiku albuma sa dlna:profilID atributom na upnp:albumGrafikaURI. Neki klijenti zahtijevaju specifi\u010dnu vrijednost bez obzira na veli\u010dinu slike.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Izlaz",
"LabelVisitCommunity": "Posjeti zajednicu",
"LabelGithub": "Github",
@@ -1180,23 +513,23 @@
"NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
"OptionSearchForInternetMetadata": "Potra\u017ei na internetu grafike i metadata",
"ButtonCreate": "Kreiraj",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Port Web priklju\u010dka:",
"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.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "Nastavi",
"TabWeather": "Vrijeme",
"TitleAppSettings": "Postavke aplikacije",
@@ -1340,5 +673,670 @@
"LabelAvailableTokens": "Dostupne varijable:",
"AdditionalNotificationServices": "Pretra\u017eite katalog dodataka kako bi instalirali dodatne servise za obavijesti.",
"OptionAllUsers": "Svi korisnici",
- "OptionAdminUsers": "Administratori"
+ "OptionAdminUsers": "Administratori",
+ "OptionCustomUsers": "Prilago\u0111eno",
+ "ButtonArrowUp": "Gore",
+ "ButtonArrowDown": "Dolje",
+ "ButtonArrowLeft": "Ljevo",
+ "ButtonArrowRight": "Desno",
+ "ButtonBack": "Nazad",
+ "ButtonInfo": "Info",
+ "ButtonOsd": "On screen display",
+ "ButtonPageUp": "Stranica gore",
+ "ButtonPageDown": "Stranica dolje",
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Po\u010detna",
+ "ButtonSearch": "Tra\u017ei",
+ "ButtonSettings": "Postavke",
+ "ButtonTakeScreenshot": "Dohvati zaslon",
+ "ButtonLetterUp": "Slovo gore",
+ "ButtonLetterDown": "Slovo dolje",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Sad se izvodi",
+ "TabNavigation": "Navigacija",
+ "TabControls": "Kontrole",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scene",
+ "ButtonSubtitles": "Titlovi",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pauza",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Grupiraj filmove u kolekciju",
+ "LabelGroupMoviesIntoCollectionsHelp": "Kada se prikazuje lista filmova, filmovi koji pripadaju kolekciji biti \u0107e prikazani kao jedna stavka.",
+ "NotificationOptionPluginError": "Dodatak otkazao",
+ "ButtonVolumeUp": "Glasno\u0107a gore",
+ "ButtonVolumeDown": "Glasno\u0107a dolje",
+ "ButtonMute": "Bez zvuka",
+ "HeaderLatestMedia": "Lista medija",
+ "OptionSpecialFeatures": "Specijalne opcije",
+ "HeaderCollections": "Kolekcije",
+ "LabelProfileCodecsHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve codecs.",
+ "LabelProfileContainersHelp": "Odvojeno sa to\u010dka-zrezom. Ovo mo\u017ee ostaviti prazno kao bi bilo postavljeno za sve spremnike.",
+ "HeaderResponseProfile": "Profil odziva",
+ "LabelType": "Tip:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Spremnik:",
+ "LabelProfileVideoCodecs": "Video kodek:",
+ "LabelProfileAudioCodecs": "Audio kodek:",
+ "LabelProfileCodecs": "Kodeki:",
+ "HeaderDirectPlayProfile": "Profil za direktnu reprodukciju",
+ "HeaderTranscodingProfile": "Profil transkodiranja",
+ "HeaderCodecProfile": "Profil kodeka",
+ "HeaderCodecProfileHelp": "Profili kodeka definiraju ograni\u010denja kada ure\u0111aji izvode sadr\u017eaj u specifi\u010dnom kodeku. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je kodek konfiguriran za direktno izvo\u0111enje.",
+ "HeaderContainerProfile": "Profil spremnika",
+ "HeaderContainerProfileHelp": "Profil spremnika definira ograni\u010denja za ure\u0111aje kada izvode specifi\u010dne formate. Ako se ograni\u010denja podudaraju tada \u0107e sadr\u017eaj biti transkodiran, iako je format konfiguriran za direktno izvo\u0111enje.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Slika",
+ "LabelUserLibrary": "Korisni\u010dka biblioteka:",
+ "LabelUserLibraryHelp": "Odaberite koju korisni\u010dku biblioteku \u0107e te prikazati ure\u0111aju. Ostavite prazno ako \u017eelite preuzeti definirane postavke.",
+ "OptionPlainStorageFolders": "Prika\u017ei sve mape kako jednostavne mape za skladi\u0161tenje",
+ "OptionPlainStorageFoldersHelp": "Ako je omogu\u0107eno, sve mape se prezentiraju u DIDL-u kao \"objekt.spremnik.skladi\u0161naMapa\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.spremnik.osoba.glazbaIzvo\u0111a\u010d\".",
+ "OptionPlainVideoItems": "Prika\u017ei sav video kao jednostavne video stavke.",
+ "OptionPlainVideoItemsHelp": "Ako je omogu\u0107eno, sav video se prezentira u DIDL-u kao \"objekt.stavka.videoStavka\" umjesto vi\u0161e specijaliziranog tipa kao \"objekt.stavka.videoStavka.film\".",
+ "LabelSupportedMediaTypes": "Podr\u017eani tipovi medija:",
+ "TabIdentification": "Identifikacija",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direktna reprodukcija",
+ "TabContainers": "Spremnik",
+ "TabCodecs": "Kodek",
+ "TabResponses": "Odazivi",
+ "HeaderProfileInformation": "Informacija profila",
+ "LabelEmbedAlbumArtDidl": "Ugradi grafike albuma u Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Neki ure\u0111aji podr\u017eavaju ovu metodu za prikaz grafike albuma. Drugi bi mogli imati problema sa ovom opcijom uklju\u010denom.",
+ "LabelAlbumArtPN": "Grafika albuma PN:",
+ "LabelAlbumArtHelp": "PN se koristi za grafiku albuma sa dlna:profilID atributom na upnp:albumGrafikaURI. Neki klijenti zahtijevaju specifi\u010dnu vrijednost bez obzira na veli\u010dinu slike.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/it.json b/MediaBrowser.Server.Implementations/Localization/Server/it.json
index 06d190c5f..7f3138b36 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/it.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/it.json
@@ -1,6 +1,653 @@
{
- "LabelPublicPort": "Numero di porta pubblica:",
- "LabelPublicPortHelp": "Il numero di porta pubblica che dovrebbe essere mappato alla porta locale.",
+ "LabelExit": "Esci",
+ "LabelVisitCommunity": "Visita Comunit\u00e0",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standard",
+ "LabelApiDocumentation": "Documentazione Api",
+ "LabelDeveloperResources": "Risorse programmatori",
+ "LabelBrowseLibrary": "Esplora la libreria",
+ "LabelConfigureMediaBrowser": "Configura Media Browser",
+ "LabelOpenLibraryViewer": "Apri visualizzatore libreria",
+ "LabelRestartServer": "Riavvia Server",
+ "LabelShowLogWindow": "Mostra Finestra log",
+ "LabelPrevious": "Precedente",
+ "LabelFinish": "Finito",
+ "LabelNext": "Prossimo",
+ "LabelYoureDone": "Hai Finito!",
+ "WelcomeToMediaBrowser": "Benvenuto in Media Browser!",
+ "TitleMediaBrowser": "Media browser",
+ "ThisWizardWillGuideYou": "Questa procedura ti guider\u00e0 durante il processo di installazione. Per cominciare, per favore seleziona la tua lingua preferita",
+ "TellUsAboutYourself": "Parlaci di te",
+ "ButtonQuickStartGuide": "Guida rapida",
+ "LabelYourFirstName": "Nome",
+ "MoreUsersCanBeAddedLater": "Puoi aggiungere altri utenti in un secondo momento all'interno del pannello di configurazione",
+ "UserProfilesIntro": "Media Browser include il supporto integrato per i profili utente, permettendo ad ogni utente di avere le proprie impostazioni di visualizzazione.",
+ "LabelWindowsService": "Servizio Windows",
+ "AWindowsServiceHasBeenInstalled": "Servizio Windows Installato",
+ "WindowsServiceIntro1": "Media Browser Server, normalmente viene eseguito come un'applicazione desktop con un' icona nella barra, ma se invece si preferisce farlo funzionare come un servizio in background, pu\u00f2 essere avviato dal pannello di controllo dei servizi di Windows",
+ "WindowsServiceIntro2": "Se si utilizza il servizio di Windows, si ricorda che non pu\u00f2 essere eseguito allo stesso tempo con 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",
+ "WizardCompleted": "Questo \u00e8 tutto ci\u00f2 che ci serve per ora. Media Browser ha cominciato a raccogliere informazioni sulla tua libreria. Dai un'occhiata alle nostre app, e poi clicca su <b>Fine<\/b> per andare alla <b>Pagina Principale<\/b>",
+ "LabelConfigureSettings": "Configura",
+ "LabelEnableVideoImageExtraction": "Abilita estrazione immagine video",
+ "VideoImageExtractionHelp": "Per i video che sono sprovvisti di immagini, e per i quali non siamo riusciti a trovare immagini su Internet.Questo aggiunger\u00e0 del tempo addizionale alla scansione della tua libreria ma si tradurr\u00e0 in una presentazione pi\u00f9 piacevole.",
+ "LabelEnableChapterImageExtractionForMovies": "Estrazione immagine capitolo estratto per i Film",
+ "LabelChapterImageExtractionForMoviesHelp": "L'Estrazione di immagini capitoli permetter\u00e0 ai client di visualizzare i menu di selezione delle scene . Il processo pu\u00f2 essere lento e pu\u00f2 richiedere diversi gigabyte di spazio. Viene programmato alle 04:00, anche se questo \u00e8 configurabile nella sezione operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di massimo utilizzo",
+ "LabelEnableAutomaticPortMapping": "Abilita mappatura delle porte automatiche",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP consente la configurazione automatica del router per l'accesso remoto facile. Questo potrebbe non funzionare con alcuni modelli di router.",
+ "HeaderTermsOfService": "Termini di servizio di Media Browser",
+ "MessagePleaseAcceptTermsOfService": "Per favore accetta i termini di servizio e l'informativa sulla privacy prima di continuare.",
+ "OptionIAcceptTermsOfService": "Accetto i termini di servizio",
+ "ButtonPrivacyPolicy": "Informativa sulla privacy",
+ "ButtonTermsOfService": "Termini di Servizio",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "OK",
+ "ButtonCancel": "Annulla",
+ "ButtonNew": "Nuovo",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Considera gli archivi come file multimediali",
+ "OptionDetectArchiveFilesAsMediaHelp": "se attivato, i file con estensione .rar e .zip saranno considerati come file multimediali.",
+ "LabelEnterConnectUserName": "Nome Utente o email:",
+ "LabelEnterConnectUserNameHelp": "Questo \u00e8 il tuo nome utente, o password, per il tuo account online di Media Browser.",
+ "HeaderSyncJobInfo": "Attiv. di Sinc.",
+ "FolderTypeMixed": "contenuto misto",
+ "FolderTypeMovies": "Film",
+ "FolderTypeMusic": "Musica",
+ "FolderTypeAdultVideos": "Video per adulti",
+ "FolderTypePhotos": "Foto",
+ "FolderTypeMusicVideos": "Video musicali",
+ "FolderTypeHomeVideos": "Video personali",
+ "FolderTypeGames": "Giochi",
+ "FolderTypeBooks": "Libri",
+ "FolderTypeTvShows": "Tv",
+ "FolderTypeInherit": "ereditare",
+ "LabelContentType": "Tipo di contenuto:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Configura la tua libreria",
+ "ButtonAddMediaFolder": "Aggiungi cartella",
+ "LabelFolderType": "Tipo cartella",
+ "ReferToMediaLibraryWiki": "Fare riferimento alla wiki libreria multimediale.",
+ "LabelCountry": "Nazione:",
+ "LabelLanguage": "Lingua:",
+ "HeaderPreferredMetadataLanguage": "Lingua dei metadati preferita:",
+ "LabelSaveLocalMetadata": "Salva immagini e metadati nelle cartelle multimediali",
+ "LabelSaveLocalMetadataHelp": "Il salvataggio di immagini e dei metadati direttamente nelle cartelle multimediali verranno messe in un posto dove possono essere facilmente modificate.",
+ "LabelDownloadInternetMetadata": "Scarica immagini e metadati da internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser pu\u00f2 scaricare informazioni sui vostri media per consentire presentazioni migliori.",
+ "TabPreferences": "Preferenze",
+ "TabPassword": "Password",
+ "TabLibraryAccess": "Accesso libreria",
+ "TabAccess": "Accesso",
+ "TabImage": "Immagine",
+ "TabProfile": "Profilo",
+ "TabMetadata": "Metadati",
+ "TabImages": "Immagini",
+ "TabNotifications": "Notifiche",
+ "TabCollectionTitles": "Titolo",
+ "HeaderDeviceAccess": "Accesso dispositivo",
+ "OptionEnableAccessFromAllDevices": "Abilitare l'accesso da tutti i dispositivi",
+ "OptionEnableAccessToAllChannels": "Abilita l'accesso a tutti i canali",
+ "DeviceAccessHelp": "Questo vale solo per i dispositivi che possono essere identificati in modo univoco e non impedire l'accesso del browser. Filtraggio di accesso al dispositivo dell'utente impedir\u00e0 loro di usare nuovi dispositivi fino a quando non sono state approvate qui.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Visualizza gli episodi mancanti nelle stagioni",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Visualizzare episodi mai andati in onda all'interno stagioni",
+ "HeaderVideoPlaybackSettings": "Impostazioni di riproduzione video",
+ "HeaderPlaybackSettings": "Impostazioni di riproduzione",
+ "LabelAudioLanguagePreference": "Preferenze lingua audio:",
+ "LabelSubtitleLanguagePreference": "Preferenze lingua dei sottotitoli:",
+ "OptionDefaultSubtitles": "Predefinito",
+ "OptionOnlyForcedSubtitles": "Solo i sottotitoli forzati",
+ "OptionAlwaysPlaySubtitles": "Visualizza sempre i sottotitoli",
+ "OptionNoSubtitles": "Nessun Sottotitolo",
+ "OptionDefaultSubtitlesHelp": "I sottotitoli corrispondenti alla lingua preferita saranno caricati quando l'audio \u00e8 in una lingua straniera.",
+ "OptionOnlyForcedSubtitlesHelp": "Solo i sottotitoli contrassegnati come forzati saranno caricati.",
+ "OptionAlwaysPlaySubtitlesHelp": "I sottotitoli corrispondenti alla lingua preferita saranno caricati a prescindere dalla lingua audio.",
+ "OptionNoSubtitlesHelp": "I sottotitoli non verranno caricati di default.",
+ "TabProfiles": "Profili",
+ "TabSecurity": "Sicurezza",
+ "ButtonAddUser": "Aggiungi Utente",
+ "ButtonAddLocalUser": "Aggiungi Utente locale",
+ "ButtonInviteUser": "Invita un utente",
+ "ButtonSave": "Salva",
+ "ButtonResetPassword": "Ripristina Password",
+ "LabelNewPassword": "Nuova Password:",
+ "LabelNewPasswordConfirm": "Conferma Nuova Password:",
+ "HeaderCreatePassword": "Crea Password",
+ "LabelCurrentPassword": "Password Corrente:",
+ "LabelMaxParentalRating": "Massima valutazione dei genitori consentita:",
+ "MaxParentalRatingHelp": "Contenuto con un punteggio pi\u00f9 elevato sar\u00e0 nascosto per questo utente.",
+ "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.",
+ "ChannelAccessHelp": "Selezionare i canali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutti i canali usando il gestore dei metadati",
+ "ButtonDeleteImage": "Elimina immagine",
+ "LabelSelectUsers": "Seleziona Utenti:",
+ "ButtonUpload": "Carica",
+ "HeaderUploadNewImage": "Carica nuova immagine",
+ "LabelDropImageHere": "Trascina l'immagine qui",
+ "ImageUploadAspectRatioHelp": "1:1 Rapporto dimensioni raccomandato. Solo JPG\/PNG.",
+ "MessageNothingHere": "Niente qui.",
+ "MessagePleaseEnsureInternetMetadata": "Assicurarsi che il download dei metadati internet sia abilitato.",
+ "TabSuggested": "Suggeriti",
+ "TabLatest": "Novit\u00e0",
+ "TabUpcoming": "In Arrivo",
+ "TabShows": "Serie",
+ "TabEpisodes": "Episodi",
+ "TabGenres": "Generi",
+ "TabPeople": "Attori",
+ "TabNetworks": "Internet",
+ "HeaderUsers": "Utenti",
+ "HeaderFilters": "Filtri",
+ "ButtonFilter": "Filtro",
+ "OptionFavorite": "Preferiti",
+ "OptionLikes": "Belli",
+ "OptionDislikes": "Brutti",
+ "OptionActors": "Attori",
+ "OptionGuestStars": "Personaggi Famosi",
+ "OptionDirectors": "Registra",
+ "OptionWriters": "Scrittore",
+ "OptionProducers": "Produttore",
+ "HeaderResume": "Riprendi",
+ "HeaderNextUp": "Da vedere",
+ "NoNextUpItemsMessage": "Trovato nessuno. Inizia a guardare i tuoi programmi!",
+ "HeaderLatestEpisodes": "Ultimi Episodi Aggiunti",
+ "HeaderPersonTypes": "Tipo Persone:",
+ "TabSongs": "Canzoni",
+ "TabAlbums": "Album",
+ "TabArtists": "Artisti",
+ "TabAlbumArtists": "Artisti Album",
+ "TabMusicVideos": "Video Musicali",
+ "ButtonSort": "Ordina",
+ "HeaderSortBy": "Ordina per:",
+ "HeaderSortOrder": "Ordina per:",
+ "OptionPlayed": "Visto",
+ "OptionUnplayed": "Non visto",
+ "OptionAscending": "Ascendente",
+ "OptionDescending": "Discentente",
+ "OptionRuntime": "Durata",
+ "OptionReleaseDate": "Data di rilascio",
+ "OptionPlayCount": "Visto N\u00b0",
+ "OptionDatePlayed": "Visto il",
+ "OptionDateAdded": "Aggiunto il",
+ "OptionAlbumArtist": "Artista Album",
+ "OptionArtist": "Artista",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Nome Brano",
+ "OptionCommunityRating": "Voto del pubblico",
+ "OptionNameSort": "Nome",
+ "OptionFolderSort": "Cartelle",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Recensione",
+ "OptionPoster": "Locandina",
+ "OptionPosterCard": "scheda poster",
+ "OptionBackdrop": "Sfondo",
+ "OptionTimeline": "Anno",
+ "OptionThumb": "Sfondo",
+ "OptionThumbCard": "carta Thumb",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Voto critica",
+ "OptionVideoBitrate": "Bitrate Video",
+ "OptionResumable": "Interrotti",
+ "ScheduledTasksHelp": "Fare clic su una voce per cambiare la pianificazione.",
+ "ScheduledTasksTitle": "Operazioni Pianificate",
+ "TabMyPlugins": "Plugins Installati",
+ "TabCatalog": "Catalogo",
+ "PluginsTitle": "Plugins",
+ "HeaderAutomaticUpdates": "Aggiornamenti Automatici",
+ "HeaderNowPlaying": "In Riproduzione",
+ "HeaderLatestAlbums": "Ultimi Album",
+ "HeaderLatestSongs": "Ultime Canzoni",
+ "HeaderRecentlyPlayed": "Visti di recente",
+ "HeaderFrequentlyPlayed": "Visti di frequente",
+ "DevBuildWarning": "Le versioni Dev sono sperimentali. Rilasciate di frequente, queste versioni non sono state testate. L'applicazione potrebbe chiudersi in modo imprevisto e alcune intere funzionalit\u00e0 potrebbero non funzionare affatto",
+ "LabelVideoType": "Tipo video:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Caratteristiche:",
+ "LabelService": "Servizio:",
+ "LabelStatus": "Stato:",
+ "LabelVersion": "Versione:",
+ "LabelLastResult": "Ultimo risultato:",
+ "OptionHasSubtitles": "Sottotitoli",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Tema Canzone",
+ "OptionHasThemeVideo": "Tema video",
+ "TabMovies": "Film",
+ "TabStudios": "Studios",
+ "TabTrailers": "Trailer",
+ "LabelArtists": "Cantanti",
+ "LabelArtistsHelp": "Separazione multipla utilizzando ;",
+ "HeaderLatestMovies": "Ultimi Film Aggiunti",
+ "HeaderLatestTrailers": "Ultimi Trailers Aggiunti",
+ "OptionHasSpecialFeatures": "Contenuti speciali",
+ "OptionImdbRating": "Voto IMDB",
+ "OptionParentalRating": "Voto Genitori",
+ "OptionPremiereDate": "Data della prima",
+ "TabBasic": "Base",
+ "TabAdvanced": "Avanzato",
+ "HeaderStatus": "Stato",
+ "OptionContinuing": "In corso",
+ "OptionEnded": "Finito",
+ "HeaderAirDays": "In onda da:",
+ "OptionSunday": "Domenica",
+ "OptionMonday": "Luned\u00ec",
+ "OptionTuesday": "Marted\u00ec",
+ "OptionWednesday": "Mercoled\u00ec",
+ "OptionThursday": "Gioved\u00ec",
+ "OptionFriday": "Venerd\u00ec",
+ "OptionSaturday": "Sabato",
+ "HeaderManagement": "Gestione:",
+ "LabelManagement": "Gestione:",
+ "OptionMissingImdbId": "IMDB id mancante",
+ "OptionMissingTvdbId": "TheTVDB Id mancante",
+ "OptionMissingOverview": "Trama mancante",
+ "OptionFileMetadataYearMismatch": "File\/Metadata anni errati",
+ "TabGeneral": "Generale",
+ "TitleSupport": "Supporto",
+ "TabLog": "Eventi",
+ "TabAbout": "Info",
+ "TabSupporterKey": "Chiave finanziatore",
+ "TabBecomeSupporter": "Diventa finanziatore",
+ "MediaBrowserHasCommunity": "Media Browser sta cercando persone che contribuiscono",
+ "CheckoutKnowledgeBase": "Consulta le nostre guide per avere il meglio da Media Browser.",
+ "SearchKnowledgeBase": "Cerca sulla guida online",
+ "VisitTheCommunity": "Visita la nostra comunit\u00e0",
+ "VisitMediaBrowserWebsite": "Visita il sito di Media Browser",
+ "VisitMediaBrowserWebsiteLong": "Visita il sito web di Media Browser per tenerti aggiornato con le ultime novit\u00e0 e le notizie dal blog degli sviluppatori.",
+ "OptionHideUser": "Nascondi questo utente dalla schermata di Accesso",
+ "OptionHideUserFromLoginHelp": "Utile per account nascosti o amministratore. L'utente avr\u00e0 bisogno di accedere manualmente utilizzando la propria username e password",
+ "OptionDisableUser": "Disabilita utente",
+ "OptionDisableUserHelp": "Se disabilitato, il server non sar\u00e0 disponibile per questo utente. La connessione corrente verr\u00e0 TERMINATA",
+ "HeaderAdvancedControl": "Controlli avanzati",
+ "LabelName": "Nome:",
+ "ButtonHelp": "Aiuto",
+ "OptionAllowUserToManageServer": "Consenti a questo utente di accedere alla configurazione del SERVER",
+ "HeaderFeatureAccess": "Accesso alle funzionalit\u00e0",
+ "OptionAllowMediaPlayback": "Consenti la riproduzione",
+ "OptionAllowBrowsingLiveTv": "Consenti la visualizzazione della Tv in diretta",
+ "OptionAllowDeleteLibraryContent": "Consenti la cancellazione dei contenuti della libreria",
+ "OptionAllowManageLiveTv": "Consenti la gestione delle registrazioni TV",
+ "OptionAllowRemoteControlOthers": "Consenti controllo remoto di altri utenti",
+ "OptionAllowRemoteSharedDevices": "Consenti controllo remoto di dispositivi condivisi",
+ "OptionAllowRemoteSharedDevicesHelp": "Dispositivi DLNA sono considerati condivisa fino a quando un utente inizia controllarlo.",
+ "HeaderRemoteControl": "telecomando",
+ "OptionMissingTmdbId": "Tmdb Id mancante",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Punteggio",
+ "ButtonSelect": "Seleziona",
+ "ButtonGroupVersions": "Versione Gruppo",
+ "ButtonAddToCollection": "Aggiungi alla Collezione",
+ "PismoMessage": "Dona per avere una licenza di Pismo",
+ "TangibleSoftwareMessage": "Utilizza Tangible Solutions Java\/C# con una licenza su donazione.",
+ "HeaderCredits": "Crediti",
+ "PleaseSupportOtherProduces": "Per favore supporta gli altri prodotti 'GRATIS' che MB utilizza",
+ "VersionNumber": "Versione {0}",
+ "TabPaths": "Percorsi",
+ "TabServer": "Server",
+ "TabTranscoding": "Trascodifica",
+ "TitleAdvanced": "Avanzato",
+ "LabelAutomaticUpdateLevel": "Livello Aggiornamenti Automatici",
+ "OptionRelease": "Versione Ufficiale",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (instabile)",
+ "LabelAllowServerAutoRestart": "Consenti al server di Riavviarsi automaticamente per applicare gli aggiornamenti",
+ "LabelAllowServerAutoRestartHelp": "Il server si Riavvier\u00e0 solamente quando nessun utente \u00e8 collegato",
+ "LabelEnableDebugLogging": "Abilit\u00e0 registro di DEBUG",
+ "LabelRunServerAtStartup": "Esegui il server all'avvio di windows",
+ "LabelRunServerAtStartupHelp": "Verr\u00e0 avviata l'icona della barra all'avvio di Windows. Per avviare il servizio di Windows, deselezionare questa ed eseguire il servizio dal pannello di controllo di Windows. Si prega di notare che non \u00e8 possibile eseguire entrambi allo stesso tempo, quindi sar\u00e0 necessario chiudere l'icona sulla barra prima di avviare il servizio.",
+ "ButtonSelectDirectory": "Seleziona cartella",
+ "LabelCustomPaths": "Specifica un percorso personalizzato.Lasciare vuoto per usare quello predefinito",
+ "LabelCachePath": "Percorso Cache:",
+ "LabelCachePathHelp": "Questa cartella contiene la cache come files e immagini .",
+ "LabelImagesByNamePath": "Percorso immagini per nome:",
+ "LabelImagesByNamePathHelp": "Specificare un percorso personalizzato per le immagini di attori, artisti, generi e case cinematografiche scaricate.",
+ "LabelMetadataPath": "Percorso dei file METADATI:",
+ "LabelMetadataPathHelp": "Specificare un percorso personalizzato per artwork e metadati scaricati, se non il si vuole salvare nelle cartelle multimediali.",
+ "LabelTranscodingTempPath": "Cartella temporanea per la trascodifica:",
+ "LabelTranscodingTempPathHelp": "Questa cartella contiene i file di lavoro utilizzati dal transcoder. Specificare un percorso personalizzato, oppure lasciare vuoto per utilizzare l'impostazione predefinita all'interno della cartella dei dati del server.",
+ "TabBasics": "Base",
+ "TabTV": "Serie Tv",
+ "TabGames": "Giochi",
+ "TabMusic": "Musica",
+ "TabOthers": "Altri",
+ "HeaderExtractChapterImagesFor": "Estrai le immagini dei capitoli per:",
+ "OptionMovies": "Film",
+ "OptionEpisodes": "Episodi",
+ "OptionOtherVideos": "Altri Video",
+ "TitleMetadata": "Metadati",
+ "LabelAutomaticUpdates": "Abilita gli aggiornamenti automatici",
+ "LabelAutomaticUpdatesTmdb": "Abilita gli aggiornamenti automatici per TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Abilita gli aggiornamenti automatici per TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da fanart.tv. Le immagini esistenti non verranno sovrascritte.",
+ "LabelAutomaticUpdatesTmdbHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da ThemovieDb.org. Le immagini esistenti non verranno sovrascritte.",
+ "LabelAutomaticUpdatesTvdbHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da TheTvDB.com. Le immagini esistenti non verranno sovrascritte.",
+ "LabelFanartApiKey": "Chiavi API personali",
+ "LabelFanartApiKeyHelp": "I risultati di richieste per fanart senza una chiave API personale che sono state approvate pi\u00f9 di 7 giorni fa. Con una chiave API personale questo tempo scende a 48 ore, e se sei un membro VIP scender\u00e0 ulteriormente a circa 10 minuti.",
+ "ExtractChapterImagesHelp": "Estrazione di immagini dai capitoli permetter\u00e0 ai client di visualizzare i menu di selezione delle scene. Il processo pu\u00f2 essere lento, usare molta CPU e pu\u00f2 richiedere diversi gigabyte di spazio. Funziona quando vengono trovati i video, e anche come compito programmato alle 04:00. Il programma \u00e8 configurabile nella sezione operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di massimo utilizzo.",
+ "LabelMetadataDownloadLanguage": "Lingua preferita per il download:",
+ "ButtonAutoScroll": "Scorrimento automatico",
+ "LabelImageSavingConvention": "Convenzione per il salvataggio di immagini:",
+ "LabelImageSavingConventionHelp": "Media Browser riconosce le immagini dalla maggior parte delle principali applicazioni multimediali. Scegliere la convenzione piu adatta a te.",
+ "OptionImageSavingCompatible": "Compatibile - Media Browser\/kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Accedi",
+ "TitleSignIn": "Accedi",
+ "HeaderPleaseSignIn": "Per favore accedi",
+ "LabelUser": "Utente:",
+ "LabelPassword": "Password:",
+ "ButtonManualLogin": "Accesso Manuale",
+ "PasswordLocalhostMessage": "Le password non sono richieste quando viene eseguito l'accesso da questo pc.",
+ "TabGuide": "Guida",
+ "TabChannels": "Canali",
+ "TabCollections": "Collezioni",
+ "HeaderChannels": "Canali",
+ "TabRecordings": "Registrazioni",
+ "TabScheduled": "Pianificato",
+ "TabSeries": "Serie TV",
+ "TabFavorites": "Preferiti",
+ "TabMyLibrary": "Mia Libreria",
+ "ButtonCancelRecording": "Annulla la registrazione",
+ "HeaderPrePostPadding": "Pre\/Post Registrazione",
+ "LabelPrePaddingMinutes": "Pre registrazione minuti",
+ "OptionPrePaddingRequired": "Attiva pre registrazione",
+ "LabelPostPaddingMinutes": "Minuti post registrazione",
+ "OptionPostPaddingRequired": "Attiva post registrazione",
+ "HeaderWhatsOnTV": "Cosa c'\u00e8",
+ "HeaderUpcomingTV": "In onda a breve",
+ "TabStatus": "Stato",
+ "TabSettings": "Impostazioni",
+ "ButtonRefreshGuideData": "Aggiorna la guida",
+ "ButtonRefresh": "Aggiorna",
+ "ButtonAdvancedRefresh": "Aggiornamento (avanzato)",
+ "OptionPriority": "Priorit\u00e0",
+ "OptionRecordOnAllChannels": "Registra su tutti i canali",
+ "OptionRecordAnytime": "Registra a qualsiasi ora",
+ "OptionRecordOnlyNewEpisodes": "Registra solo i nuovi episodi",
+ "HeaderDays": "Giorni",
+ "HeaderActiveRecordings": "Registrazioni Attive",
+ "HeaderLatestRecordings": "Ultime registrazioni",
+ "HeaderAllRecordings": "Tutte le registrazioni",
+ "ButtonPlay": "Riproduci",
+ "ButtonEdit": "Modifica",
+ "ButtonRecord": "Registra",
+ "ButtonDelete": "Elimina",
+ "ButtonRemove": "Rimuovi",
+ "OptionRecordSeries": "Registra Serie",
+ "HeaderDetails": "Dettagli",
+ "TitleLiveTV": "Tv in diretta",
+ "LabelNumberOfGuideDays": "Numero di giorni per i quali scaricare i dati della guida:",
+ "LabelNumberOfGuideDaysHelp": "Scaricando pi\u00f9 giorni si avr\u00e0 la possibilit\u00e0 di pianificare in anticipo pi\u00f9 programmi e vedere pi\u00f9 liste. 'Auto': MB sceglier\u00e0 automaticamente in base al numero di canali.",
+ "LabelActiveService": "Servizio attivo:",
+ "LabelActiveServiceHelp": "Possono essere installati pi\u00f9 plugins Tv ma solo uno alla volta pu\u00f2 essere attivato",
+ "OptionAutomatic": "Automatico",
+ "LiveTvPluginRequired": "E' richiesto il servizio LIVE TV per continuare.",
+ "LiveTvPluginRequiredHelp": "Installa un servizio disponibile, come Next Pvr or ServerWMC.",
+ "LabelCustomizeOptionsPerMediaType": "Personalizza per il tipo di supporto:",
+ "OptionDownloadThumbImage": "Foto",
+ "OptionDownloadMenuImage": "Men\u00f9",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disco",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Indietro",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Locandina",
+ "HeaderFetchImages": "Identifica Immagini:",
+ "HeaderImageSettings": "Impostazioni Immagini",
+ "TabOther": "Altro",
+ "LabelMaxBackdropsPerItem": "Massimo numero di sfondi per oggetto.",
+ "LabelMaxScreenshotsPerItem": "Massimo numero di foto per oggetto:",
+ "LabelMinBackdropDownloadWidth": "Massima larghezza sfondo:",
+ "LabelMinScreenshotDownloadWidth": "Minima larghezza foto:",
+ "ButtonAddScheduledTaskTrigger": "Aggiungi operazione",
+ "HeaderAddScheduledTaskTrigger": "Aggiungi operazione",
+ "ButtonAdd": "Aggiungi",
+ "LabelTriggerType": "Tipo Evento:",
+ "OptionDaily": "Giornal.",
+ "OptionWeekly": "Settimanale",
+ "OptionOnInterval": "Su intervallo",
+ "OptionOnAppStartup": "All'avvio",
+ "OptionAfterSystemEvent": "Dopo un vento di sistema",
+ "LabelDay": "Giorno:",
+ "LabelTime": "Ora:",
+ "LabelEvent": "Evento:",
+ "OptionWakeFromSleep": "Risveglio:",
+ "LabelEveryXMinutes": "Tutti:",
+ "HeaderTvTuners": "Schede Tv",
+ "HeaderGallery": "Galleria",
+ "HeaderLatestGames": "Ultimi giochi",
+ "HeaderRecentlyPlayedGames": "Ultimi giochi recenti",
+ "TabGameSystems": "Sistema di Giocho",
+ "TitleMediaLibrary": "Libreria",
+ "TabFolders": "Cartelle",
+ "TabPathSubstitution": "Percorso da sostiuire",
+ "LabelSeasonZeroDisplayName": "Stagione 0 Nome:",
+ "LabelEnableRealtimeMonitor": "Abilita monitoraggio in tempo reale",
+ "LabelEnableRealtimeMonitorHelp": "Le modifiche saranno applicate immediatamente, sui file system supportati.",
+ "ButtonScanLibrary": "Scansione libreria",
+ "HeaderNumberOfPlayers": "Players:",
+ "OptionAnyNumberOfPlayers": "Qualsiasi:",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Cartelle dei media",
+ "HeaderThemeVideos": "Tema dei video",
+ "HeaderThemeSongs": "Tema Canzoni",
+ "HeaderScenes": "Scene",
+ "HeaderAwardsAndReviews": "Premi e Recensioni",
+ "HeaderSoundtracks": "Colonne sonore",
+ "HeaderMusicVideos": "Video Musicali",
+ "HeaderSpecialFeatures": "Contenuti Speciali",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Parti addizionali",
+ "ButtonSplitVersionsApart": "Separa Versioni",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Mancante",
+ "LabelOffline": "Spento",
+ "PathSubstitutionHelp": "La sostituzione percorsi viene utilizzata per mappare un percorso sul server, su uno a cui i client sono in grado di accedere. Consentendo ai client l'accesso diretto ai media sul server possono essere in grado di riprodurli direttamente attraverso la rete ed evitare di utilizzare le risorse del server per lo streaming e la transcodifica.",
+ "HeaderFrom": "Da",
+ "HeaderTo": "A",
+ "LabelFrom": "Da:",
+ "LabelFromHelp": "Esempio: D:\\Films (sul server)",
+ "LabelTo": "A:",
+ "LabelToHelp": "Esempio: \\\\MyServer\\Films (Percorso a cui i client possono accedere)",
+ "ButtonAddPathSubstitution": "Aggiungi sostituzione",
+ "OptionSpecialEpisode": "Speciali",
+ "OptionMissingEpisode": "Episodi mancanti",
+ "OptionUnairedEpisode": "Episodi mai andati in onda",
+ "OptionEpisodeSortName": "Ordina episodi per nome",
+ "OptionSeriesSortName": "Nome Serie",
+ "OptionTvdbRating": "Voto Tvdb",
+ "HeaderTranscodingQualityPreference": "Preferenze qualit\u00e0 trascodifica:",
+ "OptionAutomaticTranscodingHelp": "Il server decider\u00e0 qualit\u00e0 e velocit\u00e0",
+ "OptionHighSpeedTranscodingHelp": "Bassa qualit\u00e0, ma pi\u00f9 velocit\u00e0 nella codifica",
+ "OptionHighQualityTranscodingHelp": "Alta qualit\u00e0, ma pi\u00f9 lentezza nella codifica",
+ "OptionMaxQualityTranscodingHelp": "Migliore qualit\u00e0 con la codifica pi\u00f9 lenta e elevato utilizzo della CPU",
+ "OptionHighSpeedTranscoding": "Maggiore velocit\u00e0",
+ "OptionHighQualityTranscoding": "Maggiore qualit\u00e0",
+ "OptionMaxQualityTranscoding": "Massima qualit\u00e0",
+ "OptionEnableDebugTranscodingLogging": "Abilita la registrazione transcodifica di debug",
+ "OptionEnableDebugTranscodingLoggingHelp": "Questo creer\u00e0 file di log molto grandi ed \u00e8 consigliato solo se necessario per la risoluzione dei problemi.",
+ "OptionUpscaling": "Consenti ai client di richiedere il video scalato",
+ "OptionUpscalingHelp": "In alcuni casi, questo si tradurr\u00e0 in una migliore qualit\u00e0 video, ma aumenter\u00e0 l'utilizzo della CPU.",
+ "EditCollectionItemsHelp": "Aggiungi o rimuovi film, serie, album, libri o giochi e che vuoi raggruppare in questa collezione.",
+ "HeaderAddTitles": "Aggiungi Titolo",
+ "LabelEnableDlnaPlayTo": "Abilita DLNA su",
+ "LabelEnableDlnaPlayToHelp": "Media Browser pu\u00f2 ricercare dispositivi sulla tua rete e abilitare il controllo remoto degli stessi.",
+ "LabelEnableDlnaDebugLogging": "Abilita il debug del DLNA",
+ "LabelEnableDlnaDebugLoggingHelp": "Questo creer\u00e0 file di log di notevoli dimensioni e deve essere abilitato solo per risolvere eventuali problemi",
+ "LabelEnableDlnaClientDiscoveryInterval": "Intervallo di ricerca dispositivi (secondi)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determina la durata in secondi dell'intervallo tra la ricerca SSDP eseguita da Media Browser",
+ "HeaderCustomDlnaProfiles": "Profili personalizzati",
+ "HeaderSystemDlnaProfiles": "Profili di sistema",
+ "CustomDlnaProfilesHelp": "Crea un profilo personalizzato per un nuovo dispositivo o sovrascrivi quello di sistema",
+ "SystemDlnaProfilesHelp": "I profili di sistema sono in sola lettura. Le modifiche ad un profilo di sistema verranno salvate in un nuovo profilo personalizzato.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Home",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "Percorsi di sistema",
+ "LinkCommunity": "Comunit\u00e0",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Documentazione Api",
+ "LabelFriendlyServerName": "Nome condiviso del server:",
+ "LabelFriendlyServerNameHelp": "Questo nome \u00e8 usato per identificare il server sulla rete.Se lasciato vuoto verra usato il nome del pc",
+ "LabelPreferredDisplayLanguage": "Lingua preferita visualizzata",
+ "LabelPreferredDisplayLanguageHelp": "La traduzione nella tua lingua non \u00e8 ancora completa. Scusa.",
+ "LabelReadHowYouCanContribute": "Leggi come puoi contribuire",
+ "HeaderNewCollection": "Nuova collezione",
+ "HeaderAddToCollection": "Aggiungi alla Collezione",
+ "ButtonSubmit": "Invia",
+ "NewCollectionNameExample": "Esempio: Collezione Star wars",
+ "OptionSearchForInternetMetadata": "Cerca su internet le immagini e i metadati",
+ "ButtonCreate": "Crea",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "Il numero di porta TCP del server http del browser media a cui dovrebbe legarsi.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Numero porta web socket:",
+ "LabelEnableAutomaticPortMap": "Abilita mappatura delle porte automatiche",
+ "LabelEnableAutomaticPortMapHelp": "Tentativo di mappare automaticamente la porta pubblica alla porta locale tramite UPnP. Questo potrebbe non funzionare con alcuni modelli di router.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Riprendi",
+ "TabWeather": "Tempo",
+ "TitleAppSettings": "Impostazioni delle app",
+ "LabelMinResumePercentage": "Percentuale minima per il riprendi",
+ "LabelMaxResumePercentage": "Percentuale massima per il riprendi",
+ "LabelMinResumeDuration": "Durata minima per il riprendi (secondi)",
+ "LabelMinResumePercentageHelp": "I film Sono considerati non visti se fermati prima di questo tempo",
+ "LabelMaxResumePercentageHelp": "I film sono considerati visti se fermati dopo questo tempo",
+ "LabelMinResumeDurationHelp": "I film pi\u00f9 corti non saranno riprendibili",
+ "TitleAutoOrganize": "Organizza Automaticamente",
+ "TabActivityLog": "Attivit\u00e0 Eventi",
+ "HeaderName": "Nome",
+ "HeaderDate": "Data",
+ "HeaderSource": "Sorgente",
+ "HeaderDestination": "Destinazione",
+ "HeaderProgram": "Programma",
+ "HeaderClients": "Dispositivi",
+ "LabelCompleted": "Completato",
+ "LabelFailed": "Fallito",
+ "LabelSkipped": "Saltato",
+ "HeaderEpisodeOrganization": "Organizzazione Episodi",
+ "LabelSeries": "Serie:",
+ "LabelSeasonNumber": "Numero Stagione:",
+ "LabelEpisodeNumber": "Numero Episodio :",
+ "LabelEndingEpisodeNumber": "Ultimo Episodio Numero:",
+ "LabelEndingEpisodeNumberHelp": "Richiesto solo se ci sono pi\u00f9 file per espisodio",
+ "HeaderSupportTheTeam": "Supporta il Team di Media Browser",
+ "LabelSupportAmount": "Ammontare (Dollari)",
+ "HeaderSupportTheTeamHelp": "Aiutaci a continuare nello sviluppo di questo progetto tramite una donazione. una parte delle donazioni verranno impiegate per lo sviluppo di Plugins gratuiti.",
+ "ButtonEnterSupporterKey": "Inserisci il numero di registrazione",
+ "DonationNextStep": "Pe favore rientra ed inserisci la chiave di registrazione che hai ricevuto tramite mail.",
+ "AutoOrganizeHelp": "Organizzazione automatica monitorizza le cartelle dei file scaricati e li sposter\u00e0 automaticamente nelle tue cartelle dei media.",
+ "AutoOrganizeTvHelp": "L'organizzazione della TV aggiunger\u00e0 solo episodi nuovi alle serie esistenti. Non verranno create nuove cartelle delle serie.",
+ "OptionEnableEpisodeOrganization": "Abilita l'organizzazione dei nuovi episodi",
+ "LabelWatchFolder": "Monitorizza cartella:",
+ "LabelWatchFolderHelp": "Il server cercher\u00e0 in questa cartella durante l'operazione pianificata relativa all' Organizzazione dei nuovi file multimediali",
+ "ButtonViewScheduledTasks": "Visualizza le operazioni pianificate",
+ "LabelMinFileSizeForOrganize": "Dimensioni minime file (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "I file al di sotto di questa dimensione verranno ignorati.",
+ "LabelSeasonFolderPattern": "Modello della cartella Stagione:",
+ "LabelSeasonZeroFolderName": "Modello della cartella Stagione ZERO:",
+ "HeaderEpisodeFilePattern": "Modello del file Episodio:",
+ "LabelEpisodePattern": "Modello Episodio:",
+ "LabelMultiEpisodePattern": "Modello dei multi-file episodio:",
+ "HeaderSupportedPatterns": "Modelli supportati",
+ "HeaderTerm": "Termine",
+ "HeaderPattern": "Modello",
+ "HeaderResult": "Resultato",
+ "LabelDeleteEmptyFolders": "Elimina le cartelle vuote dopo l'organizzazione automatica",
+ "LabelDeleteEmptyFoldersHelp": "Attivare questa opzione per mantenere la directory di download pulita.",
+ "LabelDeleteLeftOverFiles": "Elimina i file rimasti con le seguenti estensioni:",
+ "LabelDeleteLeftOverFilesHelp": "Separare con ; Per esempio:.. Nfo; txt",
+ "OptionOverwriteExistingEpisodes": "Sovrascrivere episodi esistenti",
+ "LabelTransferMethod": "Metodo di trasferimento",
+ "OptionCopy": "Copia",
+ "OptionMove": "Sposta",
+ "LabelTransferMethodHelp": "Copiare o spostare i file dalla cartella da monitorizzare",
+ "HeaderLatestNews": "Ultime Novit\u00e0",
+ "HeaderHelpImproveMediaBrowser": "Contribuisci a migliorare Media Browser",
+ "HeaderRunningTasks": "Operazioni in corso",
+ "HeaderActiveDevices": "Dispositivi Connessi",
+ "HeaderPendingInstallations": "installazioni in coda",
+ "HeaderServerInformation": "Informazioni Server",
+ "ButtonRestartNow": "Riavvia Adesso",
+ "ButtonRestart": "Riavvia",
+ "ButtonShutdown": "Arresta Server",
+ "ButtonUpdateNow": "Aggiorna Adesso",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Per favore Arresta il server ed aggiorna manualmente",
+ "NewServerVersionAvailable": "Una nuova versione di Media Browser Server \u00e8 disponibile!!!",
+ "ServerUpToDate": "Media Browser Server \u00e8 aggiornato.",
+ "ErrorConnectingToMediaBrowserRepository": "Si \u00e8 verificato un errore durante la connessione alla repository Media Browser remota.",
+ "LabelComponentsUpdated": "I seguenti componenti sono stati installati o aggiornati:",
+ "MessagePleaseRestartServerToFinishUpdating": "Si prega di riavviare il server per completare l'applicazione degli aggiornamenti.",
+ "LabelDownMixAudioScale": "Boost audio durante il downmix:",
+ "LabelDownMixAudioScaleHelp": "Aumenta il volume durante il downmix. Impostalo su 1 per mantenere il volume originale",
+ "ButtonLinkKeys": "Trasferisci chiavi",
+ "LabelOldSupporterKey": "Vecchie Chiavi Donatore",
+ "LabelNewSupporterKey": "Nuova Chiave Sostenitore:",
+ "HeaderMultipleKeyLinking": "Trasferimento nuova chiave",
+ "MultipleKeyLinkingHelp": "Se hai ricevuto una nuova Chiave Sostenitore, utilizza questo modulo per trasferire le registrazioni della vecchia chiave a quella nuova.",
+ "LabelCurrentEmailAddress": "Indirizzo mail attuale",
+ "LabelCurrentEmailAddressHelp": "L'indirizzo email attuale a cui la nuova chiave \u00e8 stata inviata.",
+ "HeaderForgotKey": "Chiave dimenticata",
+ "LabelEmailAddress": "Indirizzo email",
+ "LabelSupporterEmailAddress": "La mail che \u00e8 stata utilizzata per acquistare la chiave",
+ "ButtonRetrieveKey": "Recupera chiave",
+ "LabelSupporterKey": "Chiave (incollala dalla mail ricevuta)",
+ "LabelSupporterKeyHelp": "Inserisci la Chiave Sostenitore per godere dei privilegi che la comunit\u00e0 ha sviluppato per Media Browser",
+ "MessageInvalidKey": "Chiave Sostenitore mancante o non valida.",
+ "ErrorMessageInvalidKey": "Per qualsiasi contenuto premium devi essere registrato. \u00e8 necessario anche essere un Sostenitore. Aiuta anche tu il continuo sviluppo di Media Browser tramite una donazione. Grazie.",
+ "HeaderDisplaySettings": "Configurazione Monitor",
+ "TabPlayTo": "Riproduci su",
+ "LabelEnableDlnaServer": "Abilita server DLNA",
+ "LabelEnableDlnaServerHelp": "Abilita i dispositivi UPnP",
+ "LabelEnableBlastAliveMessages": "Invia segnale di presenza",
+ "LabelEnableBlastAliveMessagesHelp": "Attivare questa opzione se il server non viene rilevato in modo affidabile da altri dispositivi UPnP in rete.",
+ "LabelBlastMessageInterval": "Intervallo messaggi di presenza (secondi)",
+ "LabelBlastMessageIntervalHelp": "Determina la durata in secondi tra i messaggi di presenza del server.",
+ "LabelDefaultUser": "Utente Predefinito:",
+ "LabelDefaultUserHelp": "Determina quale libreria utente deve essere visualizzato sui dispositivi collegati. Questo pu\u00f2 essere disattivata tramite un profilo di dispositivo.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Canali",
+ "HeaderServerSettings": "Impostazioni server",
+ "LabelWeatherDisplayLocation": "Localit\u00e0 previsioni meteo",
+ "LabelWeatherDisplayLocationHelp": "Citt\u00e0, Stato",
+ "LabelWeatherDisplayUnit": "Unit\u00e0 di Misura",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Richiedi l'inserimento manuale nome utente per:",
+ "HeaderRequireManualLoginHelp": "Quando i client disabilitati possono presentare una schermata di login con una selezione visuale di utenti.",
+ "OptionOtherApps": "Altre apps",
+ "OptionMobileApps": "App dispositivi mobili",
+ "HeaderNotificationList": "Fare clic su una notifica per configurarne le opzioni.",
+ "NotificationOptionApplicationUpdateAvailable": "Aggiornamento dell'applicazione disponibile",
+ "NotificationOptionApplicationUpdateInstalled": "Aggiornamento dell'applicazione installato",
+ "NotificationOptionPluginUpdateInstalled": "Aggiornamento del plugin installato",
+ "NotificationOptionPluginInstalled": "Plugin installato",
"NotificationOptionPluginUninstalled": "Plugin disinstallato",
"NotificationOptionVideoPlayback": "La riproduzione video \u00e8 iniziata",
"NotificationOptionAudioPlayback": "Riproduzione audio iniziata",
@@ -655,7 +1302,7 @@
"MessageNoTrailersFound": "Nessun Trailer trovato.Installa Il plug in dei trailer per importare la libreria dei trailer da internet",
"HeaderNewUsers": "Nuovo Utente",
"ButtonSignUp": "Iscriviti",
- "ButtonForgotPassword": "Dimenticato la password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disabilitare l'accesso alle preferenze dell'utente",
"OptionDisableUserPreferencesHelp": "Se abilitato, solo gli amministratori saranno in grado di configurare le immagini del profilo utente, password e preferenze di lingua.",
"HeaderSelectServer": "Selezionare il server",
@@ -691,654 +1338,5 @@
"NameSeasonNumber": "Stagione {0}",
"LabelNewUserNameHelp": "I nomi utente possono contenere lettere (az), numeri (0-9), trattini (-), underscore (_), apostrofi ('), e periodi (.)",
"TabJobs": "Attivit\u00e0",
- "TabSyncJobs": "Attiv. di Sinc.",
- "LabelExit": "Esci",
- "LabelVisitCommunity": "Visita Comunit\u00e0",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standard",
- "LabelApiDocumentation": "Documentazione Api",
- "LabelDeveloperResources": "Risorse programmatori",
- "LabelBrowseLibrary": "Esplora la libreria",
- "LabelConfigureMediaBrowser": "Configura Media Browser",
- "LabelOpenLibraryViewer": "Apri visualizzatore libreria",
- "LabelRestartServer": "Riavvia Server",
- "LabelShowLogWindow": "Mostra Finestra log",
- "LabelPrevious": "Precedente",
- "LabelFinish": "Finito",
- "LabelNext": "Prossimo",
- "LabelYoureDone": "Hai Finito!",
- "WelcomeToMediaBrowser": "Benvenuto in Media Browser!",
- "TitleMediaBrowser": "Media browser",
- "ThisWizardWillGuideYou": "Questa procedura ti guider\u00e0 durante il processo di installazione. Per cominciare, per favore seleziona la tua lingua preferita",
- "TellUsAboutYourself": "Parlaci di te",
- "ButtonQuickStartGuide": "Guida rapida",
- "LabelYourFirstName": "Nome",
- "MoreUsersCanBeAddedLater": "Puoi aggiungere altri utenti in un secondo momento all'interno del pannello di configurazione",
- "UserProfilesIntro": "Media Browser include il supporto integrato per i profili utente, permettendo ad ogni utente di avere le proprie impostazioni di visualizzazione.",
- "LabelWindowsService": "Servizio Windows",
- "AWindowsServiceHasBeenInstalled": "Servizio Windows Installato",
- "WindowsServiceIntro1": "Media Browser Server, normalmente viene eseguito come un'applicazione desktop con un' icona nella barra, ma se invece si preferisce farlo funzionare come un servizio in background, pu\u00f2 essere avviato dal pannello di controllo dei servizi di Windows",
- "WindowsServiceIntro2": "Se si utilizza il servizio di Windows, si ricorda che non pu\u00f2 essere eseguito allo stesso tempo con 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",
- "WizardCompleted": "Questo \u00e8 tutto ci\u00f2 che ci serve per ora. Media Browser ha cominciato a raccogliere informazioni sulla tua libreria. Dai un'occhiata alle nostre app, e poi clicca su <b>Fine<\/b> per andare alla <b>Pagina Principale<\/b>",
- "LabelConfigureSettings": "Configura",
- "LabelEnableVideoImageExtraction": "Abilita estrazione immagine video",
- "VideoImageExtractionHelp": "Per i video che sono sprovvisti di immagini, e per i quali non siamo riusciti a trovare immagini su Internet.Questo aggiunger\u00e0 del tempo addizionale alla scansione della tua libreria ma si tradurr\u00e0 in una presentazione pi\u00f9 piacevole.",
- "LabelEnableChapterImageExtractionForMovies": "Estrazione immagine capitolo estratto per i Film",
- "LabelChapterImageExtractionForMoviesHelp": "L'Estrazione di immagini capitoli permetter\u00e0 ai client di visualizzare i menu di selezione delle scene . Il processo pu\u00f2 essere lento e pu\u00f2 richiedere diversi gigabyte di spazio. Viene programmato alle 04:00, anche se questo \u00e8 configurabile nella sezione operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di massimo utilizzo",
- "LabelEnableAutomaticPortMapping": "Abilita mappatura delle porte automatiche",
- "LabelEnableAutomaticPortMappingHelp": "UPnP consente la configurazione automatica del router per l'accesso remoto facile. Questo potrebbe non funzionare con alcuni modelli di router.",
- "HeaderTermsOfService": "Termini di servizio di Media Browser",
- "MessagePleaseAcceptTermsOfService": "Per favore accetta i termini di servizio e l'informativa sulla privacy prima di continuare.",
- "OptionIAcceptTermsOfService": "Accetto i termini di servizio",
- "ButtonPrivacyPolicy": "Informativa sulla privacy",
- "ButtonTermsOfService": "Termini di Servizio",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "OK",
- "ButtonCancel": "Annulla",
- "ButtonNew": "Nuovo",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Considera gli archivi come file multimediali",
- "OptionDetectArchiveFilesAsMediaHelp": "se attivato, i file con estensione .rar e .zip saranno considerati come file multimediali.",
- "LabelEnterConnectUserName": "Nome Utente o email:",
- "LabelEnterConnectUserNameHelp": "Questo \u00e8 il tuo nome utente, o password, per il tuo account online di Media Browser.",
- "HeaderSyncJobInfo": "Attiv. di Sinc.",
- "FolderTypeMixed": "contenuto misto",
- "FolderTypeMovies": "Film",
- "FolderTypeMusic": "Musica",
- "FolderTypeAdultVideos": "Video per adulti",
- "FolderTypePhotos": "Foto",
- "FolderTypeMusicVideos": "Video musicali",
- "FolderTypeHomeVideos": "Video personali",
- "FolderTypeGames": "Giochi",
- "FolderTypeBooks": "Libri",
- "FolderTypeTvShows": "Tv",
- "FolderTypeInherit": "ereditare",
- "LabelContentType": "Tipo di contenuto:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Configura la tua libreria",
- "ButtonAddMediaFolder": "Aggiungi cartella",
- "LabelFolderType": "Tipo cartella",
- "ReferToMediaLibraryWiki": "Fare riferimento alla wiki libreria multimediale.",
- "LabelCountry": "Nazione:",
- "LabelLanguage": "Lingua:",
- "HeaderPreferredMetadataLanguage": "Lingua dei metadati preferita:",
- "LabelSaveLocalMetadata": "Salva immagini e metadati nelle cartelle multimediali",
- "LabelSaveLocalMetadataHelp": "Il salvataggio di immagini e dei metadati direttamente nelle cartelle multimediali verranno messe in un posto dove possono essere facilmente modificate.",
- "LabelDownloadInternetMetadata": "Scarica immagini e metadati da internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser pu\u00f2 scaricare informazioni sui vostri media per consentire presentazioni migliori.",
- "TabPreferences": "Preferenze",
- "TabPassword": "Password",
- "TabLibraryAccess": "Accesso libreria",
- "TabAccess": "Accesso",
- "TabImage": "Immagine",
- "TabProfile": "Profilo",
- "TabMetadata": "Metadati",
- "TabImages": "Immagini",
- "TabNotifications": "Notifiche",
- "TabCollectionTitles": "Titolo",
- "HeaderDeviceAccess": "Accesso dispositivo",
- "OptionEnableAccessFromAllDevices": "Abilitare l'accesso da tutti i dispositivi",
- "OptionEnableAccessToAllChannels": "Abilita l'accesso a tutti i canali",
- "DeviceAccessHelp": "Questo vale solo per i dispositivi che possono essere identificati in modo univoco e non impedire l'accesso del browser. Filtraggio di accesso al dispositivo dell'utente impedir\u00e0 loro di usare nuovi dispositivi fino a quando non sono state approvate qui.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Visualizza gli episodi mancanti nelle stagioni",
- "LabelUnairedMissingEpisodesWithinSeasons": "Visualizzare episodi mai andati in onda all'interno stagioni",
- "HeaderVideoPlaybackSettings": "Impostazioni di riproduzione video",
- "HeaderPlaybackSettings": "Impostazioni di riproduzione",
- "LabelAudioLanguagePreference": "Preferenze lingua audio:",
- "LabelSubtitleLanguagePreference": "Preferenze lingua dei sottotitoli:",
- "OptionDefaultSubtitles": "Predefinito",
- "OptionOnlyForcedSubtitles": "Solo i sottotitoli forzati",
- "OptionAlwaysPlaySubtitles": "Visualizza sempre i sottotitoli",
- "OptionNoSubtitles": "Nessun Sottotitolo",
- "OptionDefaultSubtitlesHelp": "I sottotitoli corrispondenti alla lingua preferita saranno caricati quando l'audio \u00e8 in una lingua straniera.",
- "OptionOnlyForcedSubtitlesHelp": "Solo i sottotitoli contrassegnati come forzati saranno caricati.",
- "OptionAlwaysPlaySubtitlesHelp": "I sottotitoli corrispondenti alla lingua preferita saranno caricati a prescindere dalla lingua audio.",
- "OptionNoSubtitlesHelp": "I sottotitoli non verranno caricati di default.",
- "TabProfiles": "Profili",
- "TabSecurity": "Sicurezza",
- "ButtonAddUser": "Aggiungi Utente",
- "ButtonAddLocalUser": "Aggiungi Utente locale",
- "ButtonInviteUser": "Invita un utente",
- "ButtonSave": "Salva",
- "ButtonResetPassword": "Ripristina Password",
- "LabelNewPassword": "Nuova Password:",
- "LabelNewPasswordConfirm": "Conferma Nuova Password:",
- "HeaderCreatePassword": "Crea Password",
- "LabelCurrentPassword": "Password Corrente:",
- "LabelMaxParentalRating": "Massima valutazione dei genitori consentita:",
- "MaxParentalRatingHelp": "Contenuto con un punteggio pi\u00f9 elevato sar\u00e0 nascosto per questo utente.",
- "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.",
- "ChannelAccessHelp": "Selezionare i canali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutti i canali usando il gestore dei metadati",
- "ButtonDeleteImage": "Elimina immagine",
- "LabelSelectUsers": "Seleziona Utenti:",
- "ButtonUpload": "Carica",
- "HeaderUploadNewImage": "Carica nuova immagine",
- "LabelDropImageHere": "Trascina l'immagine qui",
- "ImageUploadAspectRatioHelp": "1:1 Rapporto dimensioni raccomandato. Solo JPG\/PNG.",
- "MessageNothingHere": "Niente qui.",
- "MessagePleaseEnsureInternetMetadata": "Assicurarsi che il download dei metadati internet sia abilitato.",
- "TabSuggested": "Suggeriti",
- "TabLatest": "Novit\u00e0",
- "TabUpcoming": "In Arrivo",
- "TabShows": "Serie",
- "TabEpisodes": "Episodi",
- "TabGenres": "Generi",
- "TabPeople": "Attori",
- "TabNetworks": "Internet",
- "HeaderUsers": "Utenti",
- "HeaderFilters": "Filtri",
- "ButtonFilter": "Filtro",
- "OptionFavorite": "Preferiti",
- "OptionLikes": "Belli",
- "OptionDislikes": "Brutti",
- "OptionActors": "Attori",
- "OptionGuestStars": "Personaggi Famosi",
- "OptionDirectors": "Registra",
- "OptionWriters": "Scrittore",
- "OptionProducers": "Produttore",
- "HeaderResume": "Riprendi",
- "HeaderNextUp": "Da vedere",
- "NoNextUpItemsMessage": "Trovato nessuno. Inizia a guardare i tuoi programmi!",
- "HeaderLatestEpisodes": "Ultimi Episodi Aggiunti",
- "HeaderPersonTypes": "Tipo Persone:",
- "TabSongs": "Canzoni",
- "TabAlbums": "Album",
- "TabArtists": "Artisti",
- "TabAlbumArtists": "Artisti Album",
- "TabMusicVideos": "Video Musicali",
- "ButtonSort": "Ordina",
- "HeaderSortBy": "Ordina per:",
- "HeaderSortOrder": "Ordina per:",
- "OptionPlayed": "Visto",
- "OptionUnplayed": "Non visto",
- "OptionAscending": "Ascendente",
- "OptionDescending": "Discentente",
- "OptionRuntime": "Durata",
- "OptionReleaseDate": "Data di rilascio",
- "OptionPlayCount": "Visto N\u00b0",
- "OptionDatePlayed": "Visto il",
- "OptionDateAdded": "Aggiunto il",
- "OptionAlbumArtist": "Artista Album",
- "OptionArtist": "Artista",
- "OptionAlbum": "Album",
- "OptionTrackName": "Nome Brano",
- "OptionCommunityRating": "Voto del pubblico",
- "OptionNameSort": "Nome",
- "OptionFolderSort": "Cartelle",
- "OptionBudget": "Budget",
- "OptionRevenue": "Recensione",
- "OptionPoster": "Locandina",
- "OptionPosterCard": "scheda poster",
- "OptionBackdrop": "Sfondo",
- "OptionTimeline": "Anno",
- "OptionThumb": "Sfondo",
- "OptionThumbCard": "carta Thumb",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Voto critica",
- "OptionVideoBitrate": "Bitrate Video",
- "OptionResumable": "Interrotti",
- "ScheduledTasksHelp": "Fare clic su una voce per cambiare la pianificazione.",
- "ScheduledTasksTitle": "Operazioni Pianificate",
- "TabMyPlugins": "Plugins Installati",
- "TabCatalog": "Catalogo",
- "PluginsTitle": "Plugins",
- "HeaderAutomaticUpdates": "Aggiornamenti Automatici",
- "HeaderNowPlaying": "In Riproduzione",
- "HeaderLatestAlbums": "Ultimi Album",
- "HeaderLatestSongs": "Ultime Canzoni",
- "HeaderRecentlyPlayed": "Visti di recente",
- "HeaderFrequentlyPlayed": "Visti di frequente",
- "DevBuildWarning": "Le versioni Dev sono sperimentali. Rilasciate di frequente, queste versioni non sono state testate. L'applicazione potrebbe chiudersi in modo imprevisto e alcune intere funzionalit\u00e0 potrebbero non funzionare affatto",
- "LabelVideoType": "Tipo video:",
- "OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Caratteristiche:",
- "LabelService": "Servizio:",
- "LabelStatus": "Stato:",
- "LabelVersion": "Versione:",
- "LabelLastResult": "Ultimo risultato:",
- "OptionHasSubtitles": "Sottotitoli",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Tema Canzone",
- "OptionHasThemeVideo": "Tema video",
- "TabMovies": "Film",
- "TabStudios": "Studios",
- "TabTrailers": "Trailer",
- "LabelArtists": "Cantanti",
- "LabelArtistsHelp": "Separazione multipla utilizzando ;",
- "HeaderLatestMovies": "Ultimi Film Aggiunti",
- "HeaderLatestTrailers": "Ultimi Trailers Aggiunti",
- "OptionHasSpecialFeatures": "Contenuti speciali",
- "OptionImdbRating": "Voto IMDB",
- "OptionParentalRating": "Voto Genitori",
- "OptionPremiereDate": "Data della prima",
- "TabBasic": "Base",
- "TabAdvanced": "Avanzato",
- "HeaderStatus": "Stato",
- "OptionContinuing": "In corso",
- "OptionEnded": "Finito",
- "HeaderAirDays": "In onda da:",
- "OptionSunday": "Domenica",
- "OptionMonday": "Luned\u00ec",
- "OptionTuesday": "Marted\u00ec",
- "OptionWednesday": "Mercoled\u00ec",
- "OptionThursday": "Gioved\u00ec",
- "OptionFriday": "Venerd\u00ec",
- "OptionSaturday": "Sabato",
- "HeaderManagement": "Gestione:",
- "LabelManagement": "Gestione:",
- "OptionMissingImdbId": "IMDB id mancante",
- "OptionMissingTvdbId": "TheTVDB Id mancante",
- "OptionMissingOverview": "Trama mancante",
- "OptionFileMetadataYearMismatch": "File\/Metadata anni errati",
- "TabGeneral": "Generale",
- "TitleSupport": "Supporto",
- "TabLog": "Eventi",
- "TabAbout": "Info",
- "TabSupporterKey": "Chiave finanziatore",
- "TabBecomeSupporter": "Diventa finanziatore",
- "MediaBrowserHasCommunity": "Media Browser sta cercando persone che contribuiscono",
- "CheckoutKnowledgeBase": "Consulta le nostre guide per avere il meglio da Media Browser.",
- "SearchKnowledgeBase": "Cerca sulla guida online",
- "VisitTheCommunity": "Visita la nostra comunit\u00e0",
- "VisitMediaBrowserWebsite": "Visita il sito di Media Browser",
- "VisitMediaBrowserWebsiteLong": "Visita il sito web di Media Browser per tenerti aggiornato con le ultime novit\u00e0 e le notizie dal blog degli sviluppatori.",
- "OptionHideUser": "Nascondi questo utente dalla schermata di Accesso",
- "OptionHideUserFromLoginHelp": "Utile per account nascosti o amministratore. L'utente avr\u00e0 bisogno di accedere manualmente utilizzando la propria username e password",
- "OptionDisableUser": "Disabilita utente",
- "OptionDisableUserHelp": "Se disabilitato, il server non sar\u00e0 disponibile per questo utente. La connessione corrente verr\u00e0 TERMINATA",
- "HeaderAdvancedControl": "Controlli avanzati",
- "LabelName": "Nome:",
- "ButtonHelp": "Aiuto",
- "OptionAllowUserToManageServer": "Consenti a questo utente di accedere alla configurazione del SERVER",
- "HeaderFeatureAccess": "Accesso alle funzionalit\u00e0",
- "OptionAllowMediaPlayback": "Consenti la riproduzione",
- "OptionAllowBrowsingLiveTv": "Consenti la visualizzazione della Tv in diretta",
- "OptionAllowDeleteLibraryContent": "Consenti la cancellazione dei contenuti della libreria",
- "OptionAllowManageLiveTv": "Consenti la gestione delle registrazioni TV",
- "OptionAllowRemoteControlOthers": "Consenti controllo remoto di altri utenti",
- "OptionAllowRemoteSharedDevices": "Consenti controllo remoto di dispositivi condivisi",
- "OptionAllowRemoteSharedDevicesHelp": "Dispositivi DLNA sono considerati condivisa fino a quando un utente inizia controllarlo.",
- "HeaderRemoteControl": "telecomando",
- "OptionMissingTmdbId": "Tmdb Id mancante",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Punteggio",
- "ButtonSelect": "Seleziona",
- "ButtonGroupVersions": "Versione Gruppo",
- "ButtonAddToCollection": "Aggiungi alla Collezione",
- "PismoMessage": "Dona per avere una licenza di Pismo",
- "TangibleSoftwareMessage": "Utilizza Tangible Solutions Java\/C# con una licenza su donazione.",
- "HeaderCredits": "Crediti",
- "PleaseSupportOtherProduces": "Per favore supporta gli altri prodotti 'GRATIS' che MB utilizza",
- "VersionNumber": "Versione {0}",
- "TabPaths": "Percorsi",
- "TabServer": "Server",
- "TabTranscoding": "Trascodifica",
- "TitleAdvanced": "Avanzato",
- "LabelAutomaticUpdateLevel": "Livello Aggiornamenti Automatici",
- "OptionRelease": "Versione Ufficiale",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (instabile)",
- "LabelAllowServerAutoRestart": "Consenti al server di Riavviarsi automaticamente per applicare gli aggiornamenti",
- "LabelAllowServerAutoRestartHelp": "Il server si Riavvier\u00e0 solamente quando nessun utente \u00e8 collegato",
- "LabelEnableDebugLogging": "Abilit\u00e0 registro di DEBUG",
- "LabelRunServerAtStartup": "Esegui il server all'avvio di windows",
- "LabelRunServerAtStartupHelp": "Verr\u00e0 avviata l'icona della barra all'avvio di Windows. Per avviare il servizio di Windows, deselezionare questa ed eseguire il servizio dal pannello di controllo di Windows. Si prega di notare che non \u00e8 possibile eseguire entrambi allo stesso tempo, quindi sar\u00e0 necessario chiudere l'icona sulla barra prima di avviare il servizio.",
- "ButtonSelectDirectory": "Seleziona cartella",
- "LabelCustomPaths": "Specifica un percorso personalizzato.Lasciare vuoto per usare quello predefinito",
- "LabelCachePath": "Percorso Cache:",
- "LabelCachePathHelp": "Questa cartella contiene la cache come files e immagini .",
- "LabelImagesByNamePath": "Percorso immagini per nome:",
- "LabelImagesByNamePathHelp": "Specificare un percorso personalizzato per le immagini di attori, artisti, generi e case cinematografiche scaricate.",
- "LabelMetadataPath": "Percorso dei file METADATI:",
- "LabelMetadataPathHelp": "Specificare un percorso personalizzato per artwork e metadati scaricati, se non il si vuole salvare nelle cartelle multimediali.",
- "LabelTranscodingTempPath": "Cartella temporanea per la trascodifica:",
- "LabelTranscodingTempPathHelp": "Questa cartella contiene i file di lavoro utilizzati dal transcoder. Specificare un percorso personalizzato, oppure lasciare vuoto per utilizzare l'impostazione predefinita all'interno della cartella dei dati del server.",
- "TabBasics": "Base",
- "TabTV": "Serie Tv",
- "TabGames": "Giochi",
- "TabMusic": "Musica",
- "TabOthers": "Altri",
- "HeaderExtractChapterImagesFor": "Estrai le immagini dei capitoli per:",
- "OptionMovies": "Film",
- "OptionEpisodes": "Episodi",
- "OptionOtherVideos": "Altri Video",
- "TitleMetadata": "Metadati",
- "LabelAutomaticUpdates": "Abilita gli aggiornamenti automatici",
- "LabelAutomaticUpdatesTmdb": "Abilita gli aggiornamenti automatici per TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Abilita gli aggiornamenti automatici per TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da fanart.tv. Le immagini esistenti non verranno sovrascritte.",
- "LabelAutomaticUpdatesTmdbHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da ThemovieDb.org. Le immagini esistenti non verranno sovrascritte.",
- "LabelAutomaticUpdatesTvdbHelp": "Se abilitato le nuove immagini verranno scaricate automaticamente da TheTvDB.com. Le immagini esistenti non verranno sovrascritte.",
- "LabelFanartApiKey": "Chiavi API personali",
- "LabelFanartApiKeyHelp": "I risultati di richieste per fanart senza una chiave API personale che sono state approvate pi\u00f9 di 7 giorni fa. Con una chiave API personale questo tempo scende a 48 ore, e se sei un membro VIP scender\u00e0 ulteriormente a circa 10 minuti.",
- "ExtractChapterImagesHelp": "Estrazione di immagini dai capitoli permetter\u00e0 ai client di visualizzare i menu di selezione delle scene. Il processo pu\u00f2 essere lento, usare molta CPU e pu\u00f2 richiedere diversi gigabyte di spazio. Funziona quando vengono trovati i video, e anche come compito programmato alle 04:00. Il programma \u00e8 configurabile nella sezione operazioni pianificate. Non \u00e8 consigliabile eseguire questa operazione durante le ore di massimo utilizzo.",
- "LabelMetadataDownloadLanguage": "Lingua preferita per il download:",
- "ButtonAutoScroll": "Scorrimento automatico",
- "LabelImageSavingConvention": "Convenzione per il salvataggio di immagini:",
- "LabelImageSavingConventionHelp": "Media Browser riconosce le immagini dalla maggior parte delle principali applicazioni multimediali. Scegliere la convenzione piu adatta a te.",
- "OptionImageSavingCompatible": "Compatibile - Media Browser\/kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Accedi",
- "TitleSignIn": "Accedi",
- "HeaderPleaseSignIn": "Per favore accedi",
- "LabelUser": "Utente:",
- "LabelPassword": "Password:",
- "ButtonManualLogin": "Accesso Manuale",
- "PasswordLocalhostMessage": "Le password non sono richieste quando viene eseguito l'accesso da questo pc.",
- "TabGuide": "Guida",
- "TabChannels": "Canali",
- "TabCollections": "Collezioni",
- "HeaderChannels": "Canali",
- "TabRecordings": "Registrazioni",
- "TabScheduled": "Pianificato",
- "TabSeries": "Serie TV",
- "TabFavorites": "Preferiti",
- "TabMyLibrary": "Mia Libreria",
- "ButtonCancelRecording": "Annulla la registrazione",
- "HeaderPrePostPadding": "Pre\/Post Registrazione",
- "LabelPrePaddingMinutes": "Pre registrazione minuti",
- "OptionPrePaddingRequired": "Attiva pre registrazione",
- "LabelPostPaddingMinutes": "Minuti post registrazione",
- "OptionPostPaddingRequired": "Attiva post registrazione",
- "HeaderWhatsOnTV": "Cosa c'\u00e8",
- "HeaderUpcomingTV": "In onda a breve",
- "TabStatus": "Stato",
- "TabSettings": "Impostazioni",
- "ButtonRefreshGuideData": "Aggiorna la guida",
- "ButtonRefresh": "Aggiorna",
- "ButtonAdvancedRefresh": "Aggiornamento (avanzato)",
- "OptionPriority": "Priorit\u00e0",
- "OptionRecordOnAllChannels": "Registra su tutti i canali",
- "OptionRecordAnytime": "Registra a qualsiasi ora",
- "OptionRecordOnlyNewEpisodes": "Registra solo i nuovi episodi",
- "HeaderDays": "Giorni",
- "HeaderActiveRecordings": "Registrazioni Attive",
- "HeaderLatestRecordings": "Ultime registrazioni",
- "HeaderAllRecordings": "Tutte le registrazioni",
- "ButtonPlay": "Riproduci",
- "ButtonEdit": "Modifica",
- "ButtonRecord": "Registra",
- "ButtonDelete": "Elimina",
- "ButtonRemove": "Rimuovi",
- "OptionRecordSeries": "Registra Serie",
- "HeaderDetails": "Dettagli",
- "TitleLiveTV": "Tv in diretta",
- "LabelNumberOfGuideDays": "Numero di giorni per i quali scaricare i dati della guida:",
- "LabelNumberOfGuideDaysHelp": "Scaricando pi\u00f9 giorni si avr\u00e0 la possibilit\u00e0 di pianificare in anticipo pi\u00f9 programmi e vedere pi\u00f9 liste. 'Auto': MB sceglier\u00e0 automaticamente in base al numero di canali.",
- "LabelActiveService": "Servizio attivo:",
- "LabelActiveServiceHelp": "Possono essere installati pi\u00f9 plugins Tv ma solo uno alla volta pu\u00f2 essere attivato",
- "OptionAutomatic": "Automatico",
- "LiveTvPluginRequired": "E' richiesto il servizio LIVE TV per continuare.",
- "LiveTvPluginRequiredHelp": "Installa un servizio disponibile, come Next Pvr or ServerWMC.",
- "LabelCustomizeOptionsPerMediaType": "Personalizza per il tipo di supporto:",
- "OptionDownloadThumbImage": "Foto",
- "OptionDownloadMenuImage": "Men\u00f9",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disco",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Indietro",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Locandina",
- "HeaderFetchImages": "Identifica Immagini:",
- "HeaderImageSettings": "Impostazioni Immagini",
- "TabOther": "Altro",
- "LabelMaxBackdropsPerItem": "Massimo numero di sfondi per oggetto.",
- "LabelMaxScreenshotsPerItem": "Massimo numero di foto per oggetto:",
- "LabelMinBackdropDownloadWidth": "Massima larghezza sfondo:",
- "LabelMinScreenshotDownloadWidth": "Minima larghezza foto:",
- "ButtonAddScheduledTaskTrigger": "Aggiungi operazione",
- "HeaderAddScheduledTaskTrigger": "Aggiungi operazione",
- "ButtonAdd": "Aggiungi",
- "LabelTriggerType": "Tipo Evento:",
- "OptionDaily": "Giornal.",
- "OptionWeekly": "Settimanale",
- "OptionOnInterval": "Su intervallo",
- "OptionOnAppStartup": "All'avvio",
- "OptionAfterSystemEvent": "Dopo un vento di sistema",
- "LabelDay": "Giorno:",
- "LabelTime": "Ora:",
- "LabelEvent": "Evento:",
- "OptionWakeFromSleep": "Risveglio:",
- "LabelEveryXMinutes": "Tutti:",
- "HeaderTvTuners": "Schede Tv",
- "HeaderGallery": "Galleria",
- "HeaderLatestGames": "Ultimi giochi",
- "HeaderRecentlyPlayedGames": "Ultimi giochi recenti",
- "TabGameSystems": "Sistema di Giocho",
- "TitleMediaLibrary": "Libreria",
- "TabFolders": "Cartelle",
- "TabPathSubstitution": "Percorso da sostiuire",
- "LabelSeasonZeroDisplayName": "Stagione 0 Nome:",
- "LabelEnableRealtimeMonitor": "Abilita monitoraggio in tempo reale",
- "LabelEnableRealtimeMonitorHelp": "Le modifiche saranno applicate immediatamente, sui file system supportati.",
- "ButtonScanLibrary": "Scansione libreria",
- "HeaderNumberOfPlayers": "Players:",
- "OptionAnyNumberOfPlayers": "Qualsiasi:",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Cartelle dei media",
- "HeaderThemeVideos": "Tema dei video",
- "HeaderThemeSongs": "Tema Canzoni",
- "HeaderScenes": "Scene",
- "HeaderAwardsAndReviews": "Premi e Recensioni",
- "HeaderSoundtracks": "Colonne sonore",
- "HeaderMusicVideos": "Video Musicali",
- "HeaderSpecialFeatures": "Contenuti Speciali",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Parti addizionali",
- "ButtonSplitVersionsApart": "Separa Versioni",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Mancante",
- "LabelOffline": "Spento",
- "PathSubstitutionHelp": "La sostituzione percorsi viene utilizzata per mappare un percorso sul server, su uno a cui i client sono in grado di accedere. Consentendo ai client l'accesso diretto ai media sul server possono essere in grado di riprodurli direttamente attraverso la rete ed evitare di utilizzare le risorse del server per lo streaming e la transcodifica.",
- "HeaderFrom": "Da",
- "HeaderTo": "A",
- "LabelFrom": "Da:",
- "LabelFromHelp": "Esempio: D:\\Films (sul server)",
- "LabelTo": "A:",
- "LabelToHelp": "Esempio: \\\\MyServer\\Films (Percorso a cui i client possono accedere)",
- "ButtonAddPathSubstitution": "Aggiungi sostituzione",
- "OptionSpecialEpisode": "Speciali",
- "OptionMissingEpisode": "Episodi mancanti",
- "OptionUnairedEpisode": "Episodi mai andati in onda",
- "OptionEpisodeSortName": "Ordina episodi per nome",
- "OptionSeriesSortName": "Nome Serie",
- "OptionTvdbRating": "Voto Tvdb",
- "HeaderTranscodingQualityPreference": "Preferenze qualit\u00e0 trascodifica:",
- "OptionAutomaticTranscodingHelp": "Il server decider\u00e0 qualit\u00e0 e velocit\u00e0",
- "OptionHighSpeedTranscodingHelp": "Bassa qualit\u00e0, ma pi\u00f9 velocit\u00e0 nella codifica",
- "OptionHighQualityTranscodingHelp": "Alta qualit\u00e0, ma pi\u00f9 lentezza nella codifica",
- "OptionMaxQualityTranscodingHelp": "Migliore qualit\u00e0 con la codifica pi\u00f9 lenta e elevato utilizzo della CPU",
- "OptionHighSpeedTranscoding": "Maggiore velocit\u00e0",
- "OptionHighQualityTranscoding": "Maggiore qualit\u00e0",
- "OptionMaxQualityTranscoding": "Massima qualit\u00e0",
- "OptionEnableDebugTranscodingLogging": "Abilita la registrazione transcodifica di debug",
- "OptionEnableDebugTranscodingLoggingHelp": "Questo creer\u00e0 file di log molto grandi ed \u00e8 consigliato solo se necessario per la risoluzione dei problemi.",
- "OptionUpscaling": "Consenti ai client di richiedere il video scalato",
- "OptionUpscalingHelp": "In alcuni casi, questo si tradurr\u00e0 in una migliore qualit\u00e0 video, ma aumenter\u00e0 l'utilizzo della CPU.",
- "EditCollectionItemsHelp": "Aggiungi o rimuovi film, serie, album, libri o giochi e che vuoi raggruppare in questa collezione.",
- "HeaderAddTitles": "Aggiungi Titolo",
- "LabelEnableDlnaPlayTo": "Abilita DLNA su",
- "LabelEnableDlnaPlayToHelp": "Media Browser pu\u00f2 ricercare dispositivi sulla tua rete e abilitare il controllo remoto degli stessi.",
- "LabelEnableDlnaDebugLogging": "Abilita il debug del DLNA",
- "LabelEnableDlnaDebugLoggingHelp": "Questo creer\u00e0 file di log di notevoli dimensioni e deve essere abilitato solo per risolvere eventuali problemi",
- "LabelEnableDlnaClientDiscoveryInterval": "Intervallo di ricerca dispositivi (secondi)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determina la durata in secondi dell'intervallo tra la ricerca SSDP eseguita da Media Browser",
- "HeaderCustomDlnaProfiles": "Profili personalizzati",
- "HeaderSystemDlnaProfiles": "Profili di sistema",
- "CustomDlnaProfilesHelp": "Crea un profilo personalizzato per un nuovo dispositivo o sovrascrivi quello di sistema",
- "SystemDlnaProfilesHelp": "I profili di sistema sono in sola lettura. Le modifiche ad un profilo di sistema verranno salvate in un nuovo profilo personalizzato.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Home",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "Percorsi di sistema",
- "LinkCommunity": "Comunit\u00e0",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Documentazione Api",
- "LabelFriendlyServerName": "Nome condiviso del server:",
- "LabelFriendlyServerNameHelp": "Questo nome \u00e8 usato per identificare il server sulla rete.Se lasciato vuoto verra usato il nome del pc",
- "LabelPreferredDisplayLanguage": "Lingua preferita visualizzata",
- "LabelPreferredDisplayLanguageHelp": "La traduzione nella tua lingua non \u00e8 ancora completa. Scusa.",
- "LabelReadHowYouCanContribute": "Leggi come puoi contribuire",
- "HeaderNewCollection": "Nuova collezione",
- "HeaderAddToCollection": "Aggiungi alla Collezione",
- "ButtonSubmit": "Invia",
- "NewCollectionNameExample": "Esempio: Collezione Star wars",
- "OptionSearchForInternetMetadata": "Cerca su internet le immagini e i metadati",
- "ButtonCreate": "Crea",
- "LabelLocalHttpServerPortNumber": "Numero di porta locale:",
- "LabelLocalHttpServerPortNumberHelp": "Il numero di porta TCP del server http del browser media a cui dovrebbe legarsi.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Numero porta web socket:",
- "LabelEnableAutomaticPortMap": "Abilita mappatura delle porte automatiche",
- "LabelEnableAutomaticPortMapHelp": "Tentativo di mappare automaticamente la porta pubblica alla porta locale tramite UPnP. Questo potrebbe non funzionare con alcuni modelli di router.",
- "LabelExternalDDNS": "DDNS Esterno:",
- "LabelExternalDDNSHelp": "Se possiedi un DNS dinamico inseriscilo qui. Media browser lo utilizzer\u00e0 per le connessioni remote.",
- "TabResume": "Riprendi",
- "TabWeather": "Tempo",
- "TitleAppSettings": "Impostazioni delle app",
- "LabelMinResumePercentage": "Percentuale minima per il riprendi",
- "LabelMaxResumePercentage": "Percentuale massima per il riprendi",
- "LabelMinResumeDuration": "Durata minima per il riprendi (secondi)",
- "LabelMinResumePercentageHelp": "I film Sono considerati non visti se fermati prima di questo tempo",
- "LabelMaxResumePercentageHelp": "I film sono considerati visti se fermati dopo questo tempo",
- "LabelMinResumeDurationHelp": "I film pi\u00f9 corti non saranno riprendibili",
- "TitleAutoOrganize": "Organizza Automaticamente",
- "TabActivityLog": "Attivit\u00e0 Eventi",
- "HeaderName": "Nome",
- "HeaderDate": "Data",
- "HeaderSource": "Sorgente",
- "HeaderDestination": "Destinazione",
- "HeaderProgram": "Programma",
- "HeaderClients": "Dispositivi",
- "LabelCompleted": "Completato",
- "LabelFailed": "Fallito",
- "LabelSkipped": "Saltato",
- "HeaderEpisodeOrganization": "Organizzazione Episodi",
- "LabelSeries": "Serie:",
- "LabelSeasonNumber": "Numero Stagione:",
- "LabelEpisodeNumber": "Numero Episodio :",
- "LabelEndingEpisodeNumber": "Ultimo Episodio Numero:",
- "LabelEndingEpisodeNumberHelp": "Richiesto solo se ci sono pi\u00f9 file per espisodio",
- "HeaderSupportTheTeam": "Supporta il Team di Media Browser",
- "LabelSupportAmount": "Ammontare (Dollari)",
- "HeaderSupportTheTeamHelp": "Aiutaci a continuare nello sviluppo di questo progetto tramite una donazione. una parte delle donazioni verranno impiegate per lo sviluppo di Plugins gratuiti.",
- "ButtonEnterSupporterKey": "Inserisci il numero di registrazione",
- "DonationNextStep": "Pe favore rientra ed inserisci la chiave di registrazione che hai ricevuto tramite mail.",
- "AutoOrganizeHelp": "Organizzazione automatica monitorizza le cartelle dei file scaricati e li sposter\u00e0 automaticamente nelle tue cartelle dei media.",
- "AutoOrganizeTvHelp": "L'organizzazione della TV aggiunger\u00e0 solo episodi nuovi alle serie esistenti. Non verranno create nuove cartelle delle serie.",
- "OptionEnableEpisodeOrganization": "Abilita l'organizzazione dei nuovi episodi",
- "LabelWatchFolder": "Monitorizza cartella:",
- "LabelWatchFolderHelp": "Il server cercher\u00e0 in questa cartella durante l'operazione pianificata relativa all' Organizzazione dei nuovi file multimediali",
- "ButtonViewScheduledTasks": "Visualizza le operazioni pianificate",
- "LabelMinFileSizeForOrganize": "Dimensioni minime file (MB):",
- "LabelMinFileSizeForOrganizeHelp": "I file al di sotto di questa dimensione verranno ignorati.",
- "LabelSeasonFolderPattern": "Modello della cartella Stagione:",
- "LabelSeasonZeroFolderName": "Modello della cartella Stagione ZERO:",
- "HeaderEpisodeFilePattern": "Modello del file Episodio:",
- "LabelEpisodePattern": "Modello Episodio:",
- "LabelMultiEpisodePattern": "Modello dei multi-file episodio:",
- "HeaderSupportedPatterns": "Modelli supportati",
- "HeaderTerm": "Termine",
- "HeaderPattern": "Modello",
- "HeaderResult": "Resultato",
- "LabelDeleteEmptyFolders": "Elimina le cartelle vuote dopo l'organizzazione automatica",
- "LabelDeleteEmptyFoldersHelp": "Attivare questa opzione per mantenere la directory di download pulita.",
- "LabelDeleteLeftOverFiles": "Elimina i file rimasti con le seguenti estensioni:",
- "LabelDeleteLeftOverFilesHelp": "Separare con ; Per esempio:.. Nfo; txt",
- "OptionOverwriteExistingEpisodes": "Sovrascrivere episodi esistenti",
- "LabelTransferMethod": "Metodo di trasferimento",
- "OptionCopy": "Copia",
- "OptionMove": "Sposta",
- "LabelTransferMethodHelp": "Copiare o spostare i file dalla cartella da monitorizzare",
- "HeaderLatestNews": "Ultime Novit\u00e0",
- "HeaderHelpImproveMediaBrowser": "Contribuisci a migliorare Media Browser",
- "HeaderRunningTasks": "Operazioni in corso",
- "HeaderActiveDevices": "Dispositivi Connessi",
- "HeaderPendingInstallations": "installazioni in coda",
- "HeaderServerInformation": "Informazioni Server",
- "ButtonRestartNow": "Riavvia Adesso",
- "ButtonRestart": "Riavvia",
- "ButtonShutdown": "Arresta Server",
- "ButtonUpdateNow": "Aggiorna Adesso",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Per favore Arresta il server ed aggiorna manualmente",
- "NewServerVersionAvailable": "Una nuova versione di Media Browser Server \u00e8 disponibile!!!",
- "ServerUpToDate": "Media Browser Server \u00e8 aggiornato.",
- "ErrorConnectingToMediaBrowserRepository": "Si \u00e8 verificato un errore durante la connessione alla repository Media Browser remota.",
- "LabelComponentsUpdated": "I seguenti componenti sono stati installati o aggiornati:",
- "MessagePleaseRestartServerToFinishUpdating": "Si prega di riavviare il server per completare l'applicazione degli aggiornamenti.",
- "LabelDownMixAudioScale": "Boost audio durante il downmix:",
- "LabelDownMixAudioScaleHelp": "Aumenta il volume durante il downmix. Impostalo su 1 per mantenere il volume originale",
- "ButtonLinkKeys": "Trasferisci chiavi",
- "LabelOldSupporterKey": "Vecchie Chiavi Donatore",
- "LabelNewSupporterKey": "Nuova Chiave Sostenitore:",
- "HeaderMultipleKeyLinking": "Trasferimento nuova chiave",
- "MultipleKeyLinkingHelp": "Se hai ricevuto una nuova Chiave Sostenitore, utilizza questo modulo per trasferire le registrazioni della vecchia chiave a quella nuova.",
- "LabelCurrentEmailAddress": "Indirizzo mail attuale",
- "LabelCurrentEmailAddressHelp": "L'indirizzo email attuale a cui la nuova chiave \u00e8 stata inviata.",
- "HeaderForgotKey": "Chiave dimenticata",
- "LabelEmailAddress": "Indirizzo email",
- "LabelSupporterEmailAddress": "La mail che \u00e8 stata utilizzata per acquistare la chiave",
- "ButtonRetrieveKey": "Recupera chiave",
- "LabelSupporterKey": "Chiave (incollala dalla mail ricevuta)",
- "LabelSupporterKeyHelp": "Inserisci la Chiave Sostenitore per godere dei privilegi che la comunit\u00e0 ha sviluppato per Media Browser",
- "MessageInvalidKey": "Chiave Sostenitore mancante o non valida.",
- "ErrorMessageInvalidKey": "Per qualsiasi contenuto premium devi essere registrato. \u00e8 necessario anche essere un Sostenitore. Aiuta anche tu il continuo sviluppo di Media Browser tramite una donazione. Grazie.",
- "HeaderDisplaySettings": "Configurazione Monitor",
- "TabPlayTo": "Riproduci su",
- "LabelEnableDlnaServer": "Abilita server DLNA",
- "LabelEnableDlnaServerHelp": "Abilita i dispositivi UPnP",
- "LabelEnableBlastAliveMessages": "Invia segnale di presenza",
- "LabelEnableBlastAliveMessagesHelp": "Attivare questa opzione se il server non viene rilevato in modo affidabile da altri dispositivi UPnP in rete.",
- "LabelBlastMessageInterval": "Intervallo messaggi di presenza (secondi)",
- "LabelBlastMessageIntervalHelp": "Determina la durata in secondi tra i messaggi di presenza del server.",
- "LabelDefaultUser": "Utente Predefinito:",
- "LabelDefaultUserHelp": "Determina quale libreria utente deve essere visualizzato sui dispositivi collegati. Questo pu\u00f2 essere disattivata tramite un profilo di dispositivo.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Canali",
- "HeaderServerSettings": "Impostazioni server",
- "LabelWeatherDisplayLocation": "Localit\u00e0 previsioni meteo",
- "LabelWeatherDisplayLocationHelp": "Citt\u00e0, Stato",
- "LabelWeatherDisplayUnit": "Unit\u00e0 di Misura",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Richiedi l'inserimento manuale nome utente per:",
- "HeaderRequireManualLoginHelp": "Quando i client disabilitati possono presentare una schermata di login con una selezione visuale di utenti.",
- "OptionOtherApps": "Altre apps",
- "OptionMobileApps": "App dispositivi mobili",
- "HeaderNotificationList": "Fare clic su una notifica per configurarne le opzioni.",
- "NotificationOptionApplicationUpdateAvailable": "Aggiornamento dell'applicazione disponibile",
- "NotificationOptionApplicationUpdateInstalled": "Aggiornamento dell'applicazione installato",
- "NotificationOptionPluginUpdateInstalled": "Aggiornamento del plugin installato",
- "NotificationOptionPluginInstalled": "Plugin installato"
+ "TabSyncJobs": "Attiv. di Sinc."
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/kk.json b/MediaBrowser.Server.Implementations/Localization/Server/kk.json
index 5c000fc72..57cffaba5 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/kk.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/kk.json
@@ -1,615 +1,4 @@
{
- "LabelPublicPort": "\u0416\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456:",
- "LabelPublicPortHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u043e\u0440\u0442\u049b\u0430 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u044b \u0442\u0438\u0456\u0441\u0442\u0456 \u0436\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456.",
- "HeaderContainerProfileHelp": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
- "OptionProfileVideo": "\u0411\u0435\u0439\u043d\u0435",
- "OptionProfileAudio": "\u0414\u044b\u0431\u044b\u0441",
- "OptionProfileVideoAudio": "\u0411\u0435\u0439\u043d\u0435 \u0414\u044b\u0431\u044b\u0441",
- "OptionProfilePhoto": "\u0424\u043e\u0442\u043e",
- "LabelUserLibrary": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b",
- "LabelUserLibraryHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u0430\u0439 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u04d8\u0434\u0435\u043f\u043a\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
- "OptionPlainStorageFolders": "\u0411\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "OptionPlainStorageFoldersHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.container.person.musicArtist\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430 \"object.container.storageFolder\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "OptionPlainVideoItems": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0431\u0435\u0439\u043d\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "OptionPlainVideoItemsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.item.videoItem.movie\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430 \"object.item.videoItem\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "LabelSupportedMediaTypes": "\u049a\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456:",
- "TabIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
- "HeaderIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
- "TabDirectPlay": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443",
- "TabContainers": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440",
- "TabCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440",
- "TabResponses": "\u04ae\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440",
- "HeaderProfileInformation": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b",
- "LabelEmbedAlbumArtDidl": "Didl \u0456\u0448\u0456\u043d\u0435 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0443",
- "LabelEmbedAlbumArtDidlHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0493\u0430 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u04d9\u0434\u0456\u0441 \u049b\u0430\u0436\u0435\u0442. \u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440 \u04af\u0448\u0456\u043d, \u043e\u0441\u044b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0439\u043d\u0430\u0442\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
- "LabelAlbumArtPN": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 PN:",
- "LabelAlbumArtHelp": "PN \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 \u04af\u0448\u0456\u043d upnp:albumArtURI \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 dlna:profileID \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b\u043c\u0435\u043d \u0431\u0456\u0440\u0433\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0456\u04a3 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0435 \u0430\u04a3\u0493\u0430\u0440\u0443\u0441\u044b\u0437 \u043d\u0430\u049b\u0442\u044b \u043c\u04d9\u043d \u049b\u0430\u0436\u0435\u0442.",
- "LabelAlbumArtMaxWidth": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
- "LabelAlbumArtMaxWidthHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
- "LabelAlbumArtMaxHeight": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
- "LabelAlbumArtMaxHeightHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
- "LabelIconMaxWidth": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
- "LabelIconMaxWidthHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
- "LabelIconMaxHeight": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
- "LabelIconMaxHeightHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
- "LabelIdentificationFieldHelp": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0435\u0441\u043a\u0435\u0440\u043c\u0435\u0439\u0442\u0456\u043d \u0456\u0448\u043a\u0456 \u0436\u043e\u043b \u043d\u0435\u043c\u0435\u0441\u0435 \u04b1\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a.",
- "HeaderProfileServerSettingsHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0435\u0440 Media Browser \u049b\u0430\u043b\u0430\u0439 \u04e9\u0437\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d\u0456\u04a3 \u0431\u0430\u0441\u049b\u0430\u0440\u0430\u0434\u044b.",
- "LabelMaxBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d:",
- "LabelMaxBitrateHelp": "\u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430 - \u04e9\u0437 \u0448\u0435\u0433\u0456\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
- "LabelMaxStreamingBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
- "LabelMaxStreamingBitrateHelp": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
- "LabelMaxStaticBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
- "LabelMaxStaticBitrateHelp": "\u0416\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430\u043c\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
- "LabelMusicStaticBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
- "LabelMusicStaticBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
- "LabelMusicStreamingTranscodingBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
- "LabelMusicStreamingTranscodingBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437",
- "OptionIgnoreTranscodeByteRangeRequests": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d \u0435\u043b\u0435\u043c\u0435\u0443",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0441\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u043c\u0435\u043d \u0441\u0430\u043d\u0430\u0441\u0443 \u0431\u043e\u043b\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b\u043d\u044b\u04a3 \u0431\u0430\u0441 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456 \u0435\u043b\u0435\u043f \u0435\u0441\u043a\u0435\u0440\u0456\u043b\u043c\u0435\u0439\u0434\u0456.",
- "LabelFriendlyName": "\u0422\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u044b",
- "LabelManufacturer": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456",
- "LabelManufacturerUrl": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456 url",
- "LabelModelName": "\u041c\u043e\u0434\u0435\u043b\u044c \u0430\u0442\u044b",
- "LabelModelNumber": "\u041c\u043e\u0434\u0435\u043b\u044c \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelModelDescription": "\u041c\u043e\u0434\u0435\u043b\u044c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
- "LabelModelUrl": "\u041c\u043e\u0434\u0435\u043b\u044c url",
- "LabelSerialNumber": "\u0421\u0435\u0440\u0438\u044f\u043b\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelDeviceDescription": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
- "HeaderIdentificationCriteriaHelp": "\u0415\u04a3 \u043a\u0435\u043c\u0456\u043d\u0434\u0435 \u0430\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u0431\u0456\u0440 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
- "HeaderDirectPlayProfileHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456 \u04e9\u04a3\u0434\u0435\u0442\u0435\u0442\u0456\u043d \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u0443.",
- "HeaderTranscodingProfileHelp": "\u049a\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d\u0434\u0430 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043b\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u0443.",
- "HeaderResponseProfileHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u04af\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u0442\u0435\u04a3\u0448\u0435\u0443 \u04af\u0448\u0456\u043d \u0436\u043e\u043b \u0431\u0435\u0440\u0435\u0434\u0456.",
- "LabelXDlnaCap": "X-Dlna \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b:",
- "LabelXDlnaCapHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNACAP \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
- "LabelXDlnaDoc": "X-Dlna \u0442\u04d9\u0441\u0456\u043c\u0456:",
- "LabelXDlnaDocHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNADOC \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
- "LabelSonyAggregationFlags": "Sony \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443 \u0436\u0430\u043b\u0430\u0443\u0448\u0430\u043b\u0430\u0440\u044b:",
- "LabelSonyAggregationFlagsHelp": "urn:schemas-sonycom:av \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 aggregationFlags \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
- "LabelTranscodingContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
- "LabelTranscodingVideoCodec": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a:",
- "LabelTranscodingVideoProfile": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b:",
- "LabelTranscodingAudioCodec": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a:",
- "OptionEnableM2tsMode": "M2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
- "OptionEnableM2tsModeHelp": "Mpegts \u04af\u0448\u0456\u043d \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 m2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443.",
- "OptionEstimateContentLength": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043c\u0430\u0437\u043c\u04b1\u043d \u04b1\u0437\u044b\u043d\u0434\u044b\u0493\u044b\u043d \u0431\u0430\u0493\u0430\u043b\u0430\u0443",
- "OptionReportByteRangeSeekingWhenTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0431\u0430\u0439\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u0441\u0430 \u0445\u0430\u0431\u0430\u0440\u043b\u0430\u0443",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u0411\u04b1\u043b \u0443\u0430\u049b\u044b\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456 \u043e\u043d\u0448\u0430 \u0435\u043c\u0435\u0441 \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u049b\u0430\u0436\u0435\u0442.",
- "HeaderSubtitleDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b \u0436\u043e\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443 \u0436\u04d9\u043d\u0435 OpenSubtitles.org \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
- "HeaderDownloadSubtitlesFor": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:",
- "MessageNoChapterProviders": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0441\u0430\u0445\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
- "LabelSkipIfGraphicalSubsPresent": "\u0415\u0433\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435 \u0441\u044b\u0437\u0431\u0430\u043b\u044b\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0441\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
- "LabelSkipIfGraphicalSubsPresentHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456\u04a3 \u043c\u04d9\u0442\u0456\u043d\u0434\u0456\u043a \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u0430\u043b\u0434\u044b\u0440\u0441\u0430 \u04b1\u0442\u049b\u044b\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440\u0433\u0435 \u0442\u0438\u0456\u043c\u0434\u0456 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0435\u0434\u0456.",
- "TabSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
- "TabChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
- "HeaderDownloadChaptersFor": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443:",
- "LabelOpenSubtitlesUsername": "Open Subtitles \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b:",
- "LabelOpenSubtitlesPassword": "Open Subtitles \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456:",
- "HeaderChapterDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
- "LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
- "LabelSubtitlePlaybackMode": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456:",
- "LabelDownloadLanguages": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0434\u0435\u0440:",
- "ButtonRegister": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
- "LabelSkipIfAudioTrackPresent": "\u0415\u0433\u0435\u0440 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0433\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0441\u0435 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
- "LabelSkipIfAudioTrackPresentHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0435, \u0434\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437, \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0493\u0430\u043d\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049b\u04b1\u0441\u0431\u0435\u043b\u0433\u0456\u043d\u0456 \u0430\u043b\u044b\u04a3\u044b\u0437.",
- "HeaderSendMessage": "\u0425\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0443",
- "ButtonSend": "\u0416\u0456\u0431\u0435\u0440\u0443",
- "LabelMessageText": "\u0425\u0430\u0431\u0430\u0440 \u043c\u04d9\u0442\u0456\u043d\u0456",
- "MessageNoAvailablePlugins": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440 \u0436\u043e\u049b",
- "LabelDisplayPluginsFor": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "\u042d\u043f\u0438\u0437\u043e\u0434 \u0430\u0442\u0430\u0443\u044b",
- "LabelSeriesNamePlain": "\u0421\u0435\u0440\u0438\u0430\u043b \u0430\u0442\u0430\u0443\u044b",
- "ValueSeriesNamePeriod": "\u0421\u0435\u0440\u0438\u0430\u043b.\u0430\u0442\u044b",
- "ValueSeriesNameUnderscore": "\u0421\u0435\u0440\u0438\u0430\u043b_\u0430\u0442\u044b",
- "ValueEpisodeNamePeriod": "\u042d\u043f\u0438\u0437\u043e\u0434.\u0430\u0442\u044b",
- "ValueEpisodeNameUnderscore": "\u042d\u043f\u0438\u0437\u043e\u0434_\u0430\u0442\u044b",
- "LabelSeasonNumberPlain": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelEpisodeNumberPlain": "\u042d\u043f\u0438\u0437\u043e\u043b \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelEndingEpisodeNumberPlain": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u044b\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456",
- "HeaderTypeText": "\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443",
- "LabelTypeText": "\u041c\u04d9\u0442\u0456\u043d",
- "HeaderSearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443",
- "MessageNoSubtitleSearchResultsFound": "\u0406\u0437\u0434\u0435\u0433\u0435\u043d\u0434\u0435 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
- "TabDisplay": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "TabLanguages": "\u0422\u0456\u043b\u0434\u0435\u0440",
- "TabWebClient": "\u0432\u0435\u0431 \u043a\u043b\u0438\u0435\u043d\u0442",
- "LabelEnableThemeSongs": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
- "LabelEnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
- "LabelEnableThemeSongsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
- "LabelEnableBackdropsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "HeaderHomePage": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442",
- "HeaderSettingsForThisDevice": "\u041e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440",
- "OptionAuto": "\u0410\u0432\u0442\u043e",
- "OptionYes": "\u0418\u04d9",
- "OptionNo": "\u0416\u043e\u049b",
- "HeaderOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
- "HeaderIdentificationResult": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456",
- "LabelHomePageSection1": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 1-\u0431\u04e9\u043b\u0456\u043c:",
- "LabelHomePageSection2": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 2-\u0431\u04e9\u043b\u0456\u043c:",
- "LabelHomePageSection3": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 3-\u0431\u04e9\u043b\u0456\u043c:",
- "LabelHomePageSection4": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 4-\u0431\u04e9\u043b\u0456\u043c:",
- "OptionMyViewsButtons": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440)",
- "OptionMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
- "OptionMyViewsSmall": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u044b\u049b\u0448\u0430\u043c)",
- "OptionResumablemedia": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
- "OptionLatestMedia": "\u0415\u04a3 \u0441\u043e\u04a3\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u043b\u0430\u0440",
- "OptionLatestChannelMedia": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
- "HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
- "OptionNone": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439",
- "HeaderLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
- "HeaderReports": "\u0415\u0441\u0435\u043f\u0442\u0435\u0440",
- "HeaderMetadataManager": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0442\u0435\u0443\u0448\u0456",
- "HeaderPreferences": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440",
- "MessageLoadingChannels": "\u0410\u0440\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443\u0434\u0435...",
- "MessageLoadingContent": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...",
- "ButtonMarkRead": "\u041e\u049b\u044b\u043b\u0493\u0430\u043d \u0434\u0435\u043f \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0443",
- "OptionDefaultSort": "\u04d8\u0434\u0435\u043f\u043a\u0456",
- "OptionCommunityMostWatchedSort": "\u0415\u04a3 \u043a\u04e9\u043f \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
- "TabNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
- "MessageNoMovieSuggestionsAvailable": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0444\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0493\u044b\u043c\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u04b1\u0441\u044b\u043d\u044b\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u0435\u043b\u0456\u04a3\u0456\u0437.",
- "MessageNoCollectionsAvailable": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3, \u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440\u0434\u044b\u04a3, \u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440\u0434\u044b\u04a3, \u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440\u0434\u044b\u04a3, \u0436\u04d9\u043d\u0435 \u041e\u0439\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0436\u0435\u043a\u0435\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0440\u0430\u0445\u0430\u0442\u0442\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0436\u0430\u0441\u0430\u0443\u044b\u043d \u0431\u0430\u0441\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \"+\" \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.",
- "MessageNoPlaylistsAvailable": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456 \u0431\u0456\u0440 \u043a\u0435\u0437\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0436\u0430\u0441\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0433\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443 \u04af\u0448\u0456\u043d, \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u043f \u0436\u04d9\u043d\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443 \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
- "MessageNoPlaylistItemsAvailable": "\u041e\u0441\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0431\u043e\u0441.",
- "ButtonDismiss": "\u0416\u0430\u0441\u044b\u0440\u0443",
- "ButtonEditOtherUserPreferences": "\u041e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u043d \u0436\u04d9\u043d\u0435 \u0434\u0430\u0440\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u04e9\u04a3\u0434\u0435\u0443.",
- "LabelChannelStreamQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
- "LabelChannelStreamQualityHelp": "\u0421\u0430\u043f\u0430\u0441\u044b\u043d \u0448\u0435\u043a\u0442\u0435\u0443\u0456 \u0436\u0430\u0442\u044b\u049b\u0442\u0430\u0443 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d, \u04e9\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u0434\u0430 \u043a\u04e9\u043c\u0435\u043a \u0431\u0435\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
- "OptionBestAvailableStreamQuality": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u04a3 \u0436\u0430\u049b\u0441\u044b",
- "LabelEnableChannelContentDownloadingFor": "\u0411\u04b1\u043b \u04af\u0448\u0456\u043d \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u0441\u0443:",
- "LabelEnableChannelContentDownloadingForHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u049b\u0430\u0440\u0430\u0443\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u0439\u0434\u044b. \u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u043d \u0431\u043e\u0441 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437. \u041c\u0430\u0437\u043c\u04af\u043d \u0430\u0440\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u0431\u04e9\u043b\u0456\u0433\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456.",
- "LabelChannelDownloadPath": "\u0410\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b:",
- "LabelChannelDownloadPathHelp": "\u041a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u0411\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430\u0441\u044b\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
- "LabelChannelDownloadAge": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u043e\u0439\u044b\u043b\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d, \u043a\u04af\u043d:",
- "LabelChannelDownloadAgeHelp": "\u0411\u04b1\u0434\u0430\u043d \u0431\u04b1\u0440\u044b\u043d\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u04d9\u0434\u0456\u0441\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u043e\u0439\u043d\u0430\u0442\u0443 \u0456\u0441\u0442\u0435 \u049b\u0430\u043b\u0430\u0434\u044b.",
- "ChannelSettingsFormHelp": "\u041f\u043b\u0430\u0433\u0438\u043d \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0456\u043d\u0434\u0435\u0433\u0456 Trailers \u0436\u04d9\u043d\u0435 Vimeo \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
- "LabelSelectCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u044b \u0442\u0430\u04a3\u0434\u0430\u0443:",
- "ButtonOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
- "ViewTypeMovies": "\u041a\u0438\u043d\u043e",
- "ViewTypeTvShows": "\u0422\u0414",
- "ViewTypeGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
- "ViewTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
- "ViewTypeMusicGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
- "ViewTypeMusicArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
- "ViewTypeBoxSets": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
- "ViewTypeChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
- "ViewTypeLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
- "ViewTypeLiveTvNowPlaying": "\u042d\u0444\u0438\u0440\u0434\u0435",
- "ViewTypeLatestGames": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043e\u0439\u044b\u043d\u0434\u0430\u0440",
- "ViewTypeRecentlyPlayedGames": "\u0416\u0430\u049b\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
- "ViewTypeGameFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
- "ViewTypeGameSystems": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0456",
- "ViewTypeGameGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
- "ViewTypeTvResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
- "ViewTypeTvNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
- "ViewTypeTvLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
- "ViewTypeTvShowSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
- "ViewTypeTvGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
- "ViewTypeTvFavoriteSeries": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0441\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
- "ViewTypeTvFavoriteEpisodes": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
- "ViewTypeMovieResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
- "ViewTypeMovieLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
- "ViewTypeMovieMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
- "ViewTypeMovieCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
- "ViewTypeMovieFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
- "ViewTypeMovieGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
- "ViewTypeMusicLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
- "ViewTypeMusicAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
- "ViewTypeMusicAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440\u044b",
- "HeaderOtherDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
- "ViewTypeMusicSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
- "ViewTypeMusicFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
- "ViewTypeMusicFavoriteAlbums": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0430\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
- "ViewTypeMusicFavoriteArtists": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
- "ViewTypeMusicFavoriteSongs": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440",
- "HeaderMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
- "LabelSelectFolderGroups": "\u041a\u0435\u043b\u0435\u0441\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u041a\u0438\u043d\u043e, \u041c\u0443\u0437\u044b\u043a\u0430 \u0436\u04d9\u043d\u0435 \u0422\u0414 \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0433\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443:",
- "LabelSelectFolderGroupsHelp": "\u0411\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0431\u0435\u0433\u0435\u043d \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u04e9\u0437 \u0431\u0435\u0442\u0456\u043c\u0435\u043d \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "OptionDisplayAdultContent": "\u0415\u0440\u0435\u0441\u0435\u043a \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
- "OptionLibraryFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b",
- "TitleRemoteControl": "\u049a\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
- "OptionLatestTvRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
- "LabelProtocolInfo": "\u041f\u0440\u043e\u0442\u043e\u049b\u043e\u043b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b:",
- "LabelProtocolInfoHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 GetProtocolInfo \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d\u0430 \u0436\u0430\u0443\u0430\u043f \u0431\u0435\u0440\u0433\u0435\u043d\u0434\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b Kodi NFO \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u043a\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u043c\u0435 \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u043d \u049b\u0430\u043c\u0442\u0438\u0434\u044b. Kodi \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u04e9\u0448\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440 \u049b\u043e\u0439\u044b\u043d\u0434\u044b\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d\u0435 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.",
- "LabelKodiMetadataUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u049b\u0430\u0440\u0430\u0443 \u043a\u04af\u0439\u0456\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043c\u0435\u043d \u043c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443:",
- "LabelKodiMetadataUserHelp": "\u041a\u04e9\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u0439\u0434\u0456 Media Browser \u0436\u04d9\u043d\u0435 Kodi \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u04af\u0439\u043b\u0435\u0441\u0442\u0456\u0440\u0456\u043f \u0442\u04b1\u0440\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
- "LabelKodiMetadataDateFormat": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456\u043d\u0456\u04a3 \u043f\u0456\u0448\u0456\u043c\u0456:",
- "LabelKodiMetadataDateFormatHelp": "\u041e\u0441\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f nfo \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0431\u0430\u0440\u043b\u044b\u049b \u043a\u04af\u043d\u0434\u0435\u0440\u0456 \u043e\u049b\u044b\u043b\u0430\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u0437\u044b\u043b\u0430\u0434\u044b.",
- "LabelKodiMetadataSaveImagePaths": "\u0421\u0443\u0440\u0435\u0442 \u0436\u043e\u043b\u0434\u0430\u0440\u044b\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u0443",
- "LabelKodiMetadataSaveImagePathsHelp": "\u0415\u0433\u0435\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 Kodi \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u049b \u04b1\u0441\u0442\u0430\u043d\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u0441\u0430\u0439 \u043a\u0435\u043b\u043c\u0435\u0433\u0435\u043d \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b.",
- "LabelKodiMetadataEnablePathSubstitution": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0430\u0434\u044b.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u0440\u0430\u0443.",
- "LabelGroupChannelsIntoViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c\u0434\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043a\u0435\u043b\u0435\u0441\u0456 \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
- "LabelGroupChannelsIntoViewsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043e\u0441\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u0431\u0430\u0441\u049b\u0430 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u0442\u0430\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0441\u0430, \u043e\u043b\u0430\u0440 \u0431\u04e9\u043b\u0435\u043a \u0410\u0440\u043d\u0430\u043b\u0430\u0440 \u043a\u04e9\u0440\u0456\u043d\u0456\u0441\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "LabelDisplayCollectionsView": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0436\u0438\u043d\u0430\u049b\u0442\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "LabelKodiMetadataEnableExtraThumbs": "\u04d8\u0434\u0435\u043f\u043a\u0456 extrafanart \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d extrathumbs \u0456\u0448\u0456\u043d\u0435 \u043a\u04e9\u0448\u0456\u0440\u0443",
- "LabelKodiMetadataEnableExtraThumbsHelp": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u043e\u043b\u0430\u0440 Kodi \u049b\u0430\u0431\u044b\u0493\u044b\u043c\u0435\u043d \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u044b\u0441\u044b\u043c\u0434\u044b\u0493\u044b \u04af\u0448\u0456\u043d extrafanart \u0436\u04d9\u043d\u0435 extrathumbs \u0435\u043a\u0435\u0443\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
- "TabServices": "\u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440",
- "TabLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440",
- "HeaderServerLogFiles": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u04b1\u0440\u043d\u0430\u043b \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
- "TabBranding": "\u0411\u0440\u0435\u043d\u0434\u0438\u043d\u0433",
- "HeaderBrandingHelp": "\u0422\u043e\u0431\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043d\u0435 \u04b1\u0439\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043c\u04b1\u049b\u0442\u0430\u0436\u0434\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430 \u04af\u0439\u043b\u0435\u0441\u0456\u043c\u0434\u0456 Media Browser \u0431\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u0443.",
- "LabelLoginDisclaimer": "\u041a\u0456\u0440\u0433\u0435\u043d\u0434\u0435\u0433\u0456 \u0435\u0441\u043a\u0435\u0440\u0442\u0443:",
- "LabelLoginDisclaimerHelp": "\u0411\u04b1\u043b \u043a\u0456\u0440\u0443 \u0431\u0435\u0442\u0456\u043d\u0456\u04a3 \u0442\u04e9\u043c\u0435\u043d\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
- "LabelAutomaticallyDonate": "\u041e\u0441\u044b \u0441\u043e\u043c\u0430\u043d\u044b \u04d9\u0440 \u0430\u0439 \u0441\u0430\u0439\u044b\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u044b\u0439\u043b\u0430\u0443",
- "LabelAutomaticallyDonateHelp": "PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b\u04a3\u044b\u0437 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u043e\u0493\u0430\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u04a3\u0456\u0437 \u0431\u0430\u0440.",
- "OptionList": "\u0422\u0456\u0437\u0456\u043c",
- "TabDashboard": "\u0411\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b",
- "TitleServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
- "LabelCache": "\u041a\u0435\u0448:",
- "LabelLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440:",
- "LabelMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440:",
- "LabelImagesByName": "\u0410\u0442\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440:",
- "LabelTranscodingTemporaryFiles": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u044b\u04a3 \u0443\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
- "HeaderLatestMusic": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043c\u0443\u0437\u044b\u043a\u0430",
- "HeaderBranding": "\u0411\u0440\u0435\u043d\u0434\u0438\u04a3\u0433",
- "HeaderApiKeys": "API \u043a\u0456\u043b\u0442\u0442\u0435\u0440\u0456",
- "HeaderApiKeysHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440 Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d API \u043a\u0456\u043b\u0442\u0456 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456. \u041a\u0456\u043b\u0442\u0442\u0435\u0440 Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435, \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0456\u043b\u0442\u0442\u0456 \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u049b\u043e\u043b\u043c\u0435\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435 \u0431\u0435\u0440\u0456\u043b\u0435\u0434\u0456.",
- "HeaderApiKey": "API \u043a\u0456\u043b\u0442\u0456",
- "HeaderApp": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430",
- "HeaderDevice": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b",
- "HeaderUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
- "HeaderDateIssued": "\u0411\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
- "LabelChapterName": "{0}-\u0441\u0430\u0445\u043d\u0430",
- "HeaderNewApiKey": "\u0416\u0430\u04a3\u0430 API \u043a\u0456\u043b\u0442\u0456",
- "LabelAppName": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0430\u0442\u044b",
- "LabelAppNameExample": "\u041c\u044b\u0441\u0430\u043b\u044b: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u049b\u04b1\u049b\u044b\u049b\u044b\u0493\u044b \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443.",
- "HeaderHttpHeaders": "HTTP \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u043b\u0435\u0440\u0456",
- "HeaderIdentificationHeader": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456",
- "LabelValue": "\u041c\u04d9\u043d\u0456:",
- "LabelMatchType": "\u0421\u04d9\u0439\u043a\u0435\u0441 \u0442\u04af\u0440\u0456:",
- "OptionEquals": "\u0422\u0435\u04a3",
- "OptionRegex": "\u04b0\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a",
- "OptionSubstring": "\u0406\u0448\u043a\u0456 \u0436\u043e\u043b",
- "TabView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441",
- "TabSort": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u0443",
- "TabFilter": "\u0421\u04af\u0437\u0443",
- "ButtonView": "\u049a\u0430\u0440\u0430\u0443",
- "LabelPageSize": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
- "LabelPath": "\u0416\u043e\u043b\u044b:",
- "LabelView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441:",
- "TabUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
- "LabelSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b:",
- "LabelDateAdded": "\u04ae\u0441\u0442\u0435\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
- "HeaderFeatures": "\u041c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440",
- "HeaderAdvanced": "\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d",
- "ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e",
- "TabScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0443\u0448\u044b",
- "HeaderChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
- "HeaderResumeSettings": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
- "TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
- "TitleUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
- "LabelProtocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b:",
- "OptionProtocolHttp": "HTTP",
- "OptionProtocolHls": "Http \u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 (HLS)",
- "LabelContext": "\u041c\u04d9\u0442\u0456\u043d\u043c\u04d9\u043d:",
- "OptionContextStreaming": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443",
- "OptionContextStatic": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
- "ButtonAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
- "TabPlaylists": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456",
- "ButtonClose": "\u0416\u0430\u0431\u0443",
- "LabelAllLanguages": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0456\u043b\u0434\u0435\u0440",
- "HeaderBrowseOnlineImages": "\u0416\u0435\u043b\u0456\u043b\u0456\u043a \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
- "LabelSource": "\u049a\u0430\u0439\u043d\u0430\u0440 \u043a\u04e9\u0437\u0456:",
- "OptionAll": "\u0411\u04d9\u0440\u0456",
- "LabelImage": "\u0421\u0443\u0440\u0435\u0442:",
- "ButtonBrowseImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
- "HeaderImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
- "HeaderBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
- "HeaderScreenshots": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456",
- "HeaderAddUpdateImage": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u04af\u0441\u0442\u0435\u0443\/\u0436\u0430\u04a3\u0430\u0440\u0442\u0443",
- "LabelJpgPngOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 JPG\/PNG",
- "LabelImageType": "\u0421\u0443\u0440\u0435\u0442 \u0442\u04af\u0440\u0456:",
- "OptionPrimary": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b",
- "OptionArt": "\u041e\u044e \u0441\u0443\u0440\u0435\u0442",
- "OptionBox": "\u049a\u043e\u0440\u0430\u043f",
- "OptionBoxRear": "\u049a\u043e\u0440\u0430\u043f \u0430\u0440\u0442\u044b",
- "OptionDisc": "\u0414\u0438\u0441\u043a\u0456",
- "OptionLogo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
- "OptionMenu": "\u041c\u04d9\u0437\u0456\u0440",
- "OptionScreenshot": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0456",
- "OptionLocked": "\u049a\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u043d\u0493\u0430\u043d\u0434\u0430\u0440",
- "OptionUnidentified": "\u0410\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d\u0434\u0430\u0440",
- "OptionMissingParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442 \u0436\u043e\u049b",
- "OptionStub": "\u0422\u044b\u0493\u044b\u043d",
- "HeaderEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440:",
- "OptionSeason0": "0-\u043c\u0430\u0443\u0441\u044b\u043c",
- "LabelReport": "\u0415\u0441\u0435\u043f:",
- "OptionReportSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
- "OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
- "OptionReportSeasons": "\u041c\u0430\u0443\u0441\u044b\u043c\u0434\u0430\u0440",
- "OptionReportTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440",
- "OptionReportMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
- "OptionReportMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
- "OptionReportHomeVideos": "\u04ae\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
- "OptionReportGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
- "OptionReportEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
- "OptionReportCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
- "OptionReportBooks": "\u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440",
- "OptionReportArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
- "OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
- "OptionReportAdultVideos": "\u0415\u0440\u0435\u0441\u0435\u043a \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
- "ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
- "HeaderActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
- "ScheduledTaskStartedWithName": "{0} \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0434\u044b",
- "ScheduledTaskCancelledWithName": "{0} \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
- "ScheduledTaskCompletedWithName": "{0} \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
- "ScheduledTaskFailed": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430 \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
- "PluginInstalledWithName": "{0} \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0434\u044b",
- "PluginUpdatedWithName": "{0} \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
- "PluginUninstalledWithName": "{0} \u0436\u043e\u0439\u044b\u043b\u0434\u044b",
- "ScheduledTaskFailedWithName": "{0} \u0441\u04d9\u0442\u0441\u0456\u0437",
- "ItemAddedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456)",
- "ItemRemovedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b)",
- "DeviceOnlineWithName": "{0} \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
- "UserOnlineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
- "DeviceOfflineWithName": "{0} \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
- "UserOfflineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
- "SubtitlesDownloadedForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0434\u044b",
- "SubtitleDownloadFailureForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0443\u044b \u0441\u04d9\u0442\u0441\u0456\u0437",
- "LabelRunningTimeValue": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u0443\u0430\u049b\u044b\u0442\u044b: {0}",
- "LabelIpAddressValue": "IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: {0}",
- "UserConfigurationUpdatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
- "UserCreatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d",
- "UserPasswordChangedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0442\u0456\u043b\u0434\u0456",
- "UserDeletedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u043e\u0439\u044b\u043b\u0493\u0430\u043d",
- "MessageServerConfigurationUpdated": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
- "MessageNamedServerConfigurationUpdatedWithValue": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b (\u0431\u04e9\u043b\u0456\u043c {0}) \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
- "MessageApplicationUpdated": "Media Browser Server \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
- "AuthenticationSucceededWithUserName": "{0} \u0442\u04af\u043f\u043d\u04b1\u0441\u049b\u0430\u043b\u044b\u0493\u044b\u043d \u0440\u0430\u0441\u0442\u0430\u043b\u0443\u044b \u0441\u04d9\u0442\u0442\u0456",
- "FailedLoginAttemptWithUserName": "{0} \u043a\u0456\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456 \u0441\u04d9\u0442\u0441\u0456\u0437",
- "UserStartedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0431\u0430\u0441\u0442\u0430\u043b\u0434\u044b",
- "UserStoppedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0442\u043e\u049b\u0442\u0430\u043b\u0434\u044b",
- "AppDeviceValues": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430: {0}, \u0416\u0430\u0431\u0434\u044b\u049b: {1}",
- "ProviderValue": "\u0416\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456: {0}",
- "LabelChannelDownloadSizeLimit": "\u0416\u04af\u043a\u0442\u0435\u043c\u0435 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0456\u04a3 \u0448\u0435\u0433\u0456 (GB)",
- "LabelChannelDownloadSizeLimitHelpText": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u043b\u0442\u0430\u0441\u044b \u04e9\u043b\u0448\u0435\u043c\u0456\u043d \u0448\u0435\u043a\u0442\u0435\u0443.",
- "HeaderRecentActivity": "\u041a\u0435\u0438\u0456\u043d\u0433\u0456 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
- "HeaderPeople": "\u0410\u0434\u0430\u043c\u0434\u0430\u0440",
- "HeaderDownloadPeopleMetadataFor": "\u04e8\u043c\u0456\u0440\u0431\u0430\u044f\u043d \u0431\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u043c\u0430\u049b\u0441\u0430\u0442\u044b;",
- "OptionComposers": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u043b\u0430\u0440",
- "OptionOthers": "\u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440",
- "HeaderDownloadPeopleMetadataForHelp": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u049b\u0430\u043d\u0434\u0430 \u044d\u043a\u0440\u0430\u043d\u0434\u0430\u0493\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u04b1\u0441\u044b\u043d\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u043b\u0435\u0440\u0456 \u0431\u0430\u044f\u0443\u043b\u0430\u0439\u0434\u044b.",
- "ViewTypeFolders": "\u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440",
- "LabelDisplayFoldersView": "\u041a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "ViewTypeLiveTvRecordingGroups": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
- "ViewTypeLiveTvChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
- "LabelAllowLocalAccessWithoutPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0441\u0456\u0437 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0441\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
- "LabelAllowLocalAccessWithoutPasswordHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, \u04af\u0439\u0456\u04a3\u0456\u0437\u0434\u0435\u0433\u0456 \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0435\u043d \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b.",
- "HeaderPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437",
- "HeaderLocalAccess": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0430\u0441",
- "HeaderViewOrder": "\u0410\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440 \u0440\u0435\u0442\u0456",
- "LabelSelectUserViewOrder": "Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c \u0440\u0435\u0442\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437",
- "LabelMetadataRefreshMode": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
- "LabelImageRefreshMode": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
- "OptionDownloadMissingImages": "\u0416\u043e\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
- "OptionReplaceExistingImages": "\u0411\u0430\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
- "OptionRefreshAllData": "\u0411\u0430\u0440\u043b\u044b\u049b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
- "OptionAddMissingDataOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u043e\u043a \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443",
- "OptionLocalRefreshOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
- "HeaderRefreshMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
- "HeaderPersonInfo": "\u0422\u04b1\u043b\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442",
- "HeaderIdentifyItem": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
- "HeaderIdentifyItemHelp": "\u0406\u0437\u0434\u0435\u0443\u0434\u0456\u04a3 \u0431\u0456\u0440 \u043d\u0435 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. \u0406\u0437\u0434\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0431\u0435\u0439\u0442\u0443 \u04af\u0448\u0456\u043d \u0448\u0430\u0440\u0442\u0442\u044b \u0430\u043b\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
- "HeaderConfirmDeletion": "\u0416\u043e\u044e\u0434\u044b \u0440\u0430\u0441\u0442\u0430\u0443",
- "LabelFollowingFileWillBeDeleted": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0444\u0430\u0439\u043b \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b:",
- "LabelIfYouWishToContinueWithDeletion": "\u0415\u0433\u0435\u0440 \u0436\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0441\u0430\u04a3\u044b\u0437, \u043c\u044b\u043d\u0430\u043d\u044b\u04a3 \u043c\u04d9\u043d\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u0440\u0430\u0441\u0442\u0430\u04a3\u044b\u0437:",
- "ButtonIdentify": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
- "LabelAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u0441\u044b:",
- "LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c:",
- "LabelCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
- "LabelVoteCount": "\u0414\u0430\u0443\u044b\u0441 \u0435\u0441\u0435\u0431\u0456:",
- "LabelMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
- "LabelCriticRating": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
- "LabelCriticRatingSummary": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0430\u049b\u043f\u0430\u0440\u044b:",
- "LabelAwardSummary": "\u041c\u0430\u0440\u0430\u043f\u0430\u0442 \u0430\u049b\u043f\u0430\u0440\u044b:",
- "LabelWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b:",
- "LabelTagline": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0441\u04e9\u0439\u043b\u0435\u043c:",
- "LabelOverview": "\u0416\u0430\u043b\u043f\u044b \u0448\u043e\u043b\u0443:",
- "LabelShortOverview": "\u049a\u044b\u0441\u049b\u0430\u0448\u0430 \u0448\u043e\u043b\u0443:",
- "LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:",
- "LabelYear": "\u0416\u044b\u043b\u044b:",
- "LabelPlaceOfBirth": "\u0422\u0443\u0493\u0430\u043d \u0436\u0435\u0440\u0456:",
- "LabelEndDate": "\u0410\u044f\u049b\u0442\u0430\u043b\u0443 \u043a\u04af\u043d\u0456:",
- "LabelAirDate": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
- "LabelAirTime:": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b",
- "LabelRuntimeMinutes": "\u04b0\u0437\u0430\u049b\u0442\u044b\u0493\u044b, \u043c\u0438\u043d:",
- "LabelParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b:",
- "LabelCustomRating": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0441\u0430\u043d\u0430\u0442:",
- "LabelBudget": "\u0411\u044e\u0434\u0436\u0435\u0442\u0456",
- "LabelRevenue": "\u0422\u04af\u0441\u0456\u043c\u0456, $:",
- "LabelOriginalAspectRatio": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456\u043a \u0430\u0440\u0430\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u044b:",
- "LabelPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440:",
- "Label3DFormat": "3D \u043f\u0456\u0448\u0456\u043c\u0456:",
- "HeaderAlternateEpisodeNumbers": "\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u043b\u0435\u0440\u0456",
- "HeaderSpecialEpisodeInfo": "\u0410\u0440\u043d\u0430\u0439\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b",
- "HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:",
- "LabelDvdSeasonNumber": "DVD \u043c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelDvdEpisodeNumber": "DVD \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelAbsoluteEpisodeNumber": "\u041d\u0430\u049b\u043f\u0430-\u043d\u0430\u049b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelAirsBeforeSeason": "\"Airs before\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
- "LabelAirsAfterSeason": "\"Airs after\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
- "LabelAirsBeforeEpisode": "\"Airs after\" \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "LabelTreatImageAs": "\u041a\u0435\u0441\u043a\u0456\u043d \u049b\u0430\u0440\u0430\u0441\u0442\u044b\u0440\u0443\u044b:",
- "LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
- "LabelDisplaySpecialsWithinSeasons": "\u0410\u0440\u043d\u0430\u0439\u044b\u043b\u0430\u0440\u0434\u044b \u044d\u0444\u0438\u0440\u0434\u0435 \u0431\u043e\u043b\u0493\u0430\u043d \u043c\u0430\u0443\u0441\u044b\u043c \u0456\u0448\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "HeaderCountries": "\u0415\u043b\u0434\u0435\u0440",
- "HeaderGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
- "HeaderPlotKeywords": "\u0421\u044e\u0436\u0435\u0442\u0442\u0456\u043d \u043a\u0456\u043b\u0442 \u0441\u04e9\u0437\u0434\u0435\u0440\u0456",
- "HeaderStudios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440",
- "HeaderTags": "\u0422\u0435\u0433\u0442\u0435\u0440",
- "HeaderMetadataSettings": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
- "LabelLockItemToPreventChanges": "\u041e\u0441\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u043a\u0435\u043b\u0435\u0448\u0435\u043a \u04e9\u0437\u0433\u0435\u0440\u0442\u0443\u043b\u0435\u0440\u0434\u0435\u043d \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443",
- "MessageLeaveEmptyToInherit": "\u0422\u0435\u043a\u0442\u0456\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u0493\u0430\u043b\u0430\u043c\u0434\u044b\u049b \u04d9\u0434\u0435\u043f\u043a\u0456 \u043c\u04d9\u043d\u0456\u043d\u0435\u043d\u0456. \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
- "TabDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b",
- "HeaderDonationType": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0442\u04af\u0440\u0456:",
- "OptionMakeOneTimeDonation": "\u0411\u04e9\u043b\u0435\u043a \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0436\u0430\u0441\u0430\u0443",
- "OptionOneTimeDescription": "\u0411\u04b1\u043b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u043e\u043f\u049b\u0430 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b. \u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u0440 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043a\u0456\u043b\u0442\u0456 \u0436\u0430\u0441\u0430\u043b\u043c\u0430\u0439\u0434\u044b.",
- "OptionLifeTimeSupporterMembership": "\u0492\u04b1\u043c\u044b\u0440\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
- "OptionYearlySupporterMembership": "\u0416\u044b\u043b\u0434\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
- "OptionMonthlySupporterMembership": "\u0410\u0439\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
- "OptionNoTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0441\u0456\u0437",
- "OptionNoThemeSong": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0441\u0456\u0437",
- "OptionNoThemeVideo": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u0441\u0456\u0437",
- "LabelOneTimeDonationAmount": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b:",
- "ButtonDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0430\u0443",
- "OptionActor": "\u0410\u043a\u0442\u0435\u0440",
- "OptionComposer": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440",
- "OptionDirector": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440",
- "OptionGuestStar": "\u0428\u0430\u049b\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0430\u043a\u0442\u0435\u0440",
- "OptionProducer": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440",
- "OptionWriter": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u0448\u0456",
- "LabelAirDays": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
- "LabelAirTime": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b:",
- "HeaderMediaInfo": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0456",
- "HeaderPhotoInfo": "\u0424\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0456",
- "HeaderInstall": "\u041e\u0440\u043d\u0430\u0442\u0443",
- "LabelSelectVersionToInstall": "\u041e\u0440\u043d\u0430\u0442\u044b\u043c \u043d\u04b1\u0441\u049b\u0430\u0441\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443:",
- "LinkSupporterMembership": "\u0416\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u0442\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437",
- "MessageSupporterPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0433\u0435 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443 \u043a\u0435\u0437\u0435\u04a3\u0456\u043d\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
- "MessagePremiumPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443 \u043a\u0435\u0437\u0435\u04a3\u0456\u043d\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
- "HeaderReviews": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440",
- "HeaderDeveloperInfo": "\u0416\u0430\u0441\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u0442\u0443\u0440\u0430\u043b\u044b",
- "HeaderRevisionHistory": "\u04e8\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0442\u0430\u0440\u0438\u0445\u044b",
- "ButtonViewWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d \u049b\u0430\u0440\u0430\u0443",
- "LabelRecurringDonationCanBeCancelledHelp": "\u049a\u0430\u0439\u0442\u0430\u043b\u0430\u043c\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b\u0442\u0430\u0440 PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u0430 \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
- "HeaderXmlSettings": "XML \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
- "HeaderXmlDocumentAttributes": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
- "HeaderXmlDocumentAttribute": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b",
- "XmlDocumentAttributeListHelp": "\u041e\u0441\u044b \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440 \u04d9\u0440\u0431\u0456\u0440 XML \u04af\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0431\u0456\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
- "OptionSaveMetadataAsHidden": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u044b\u0440\u044b\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u0443",
- "LabelExtractChaptersDuringLibraryScan": "\u0421\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435 \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u0443",
- "LabelExtractChaptersDuringLibraryScanHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u0441\u044b\u0440\u0442\u0442\u0430\u043d \u0430\u043b\u044b\u043d\u0493\u0430\u043d\u0434\u0430, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b. \u0410\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u04b1\u043b\u0430\u0440 \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0435 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0442\u04b1\u0440\u0430\u049b\u0442\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u0456\u043d \u0436\u044b\u043b\u0434\u0430\u043c\u044b\u0440\u0430\u049b \u0430\u044f\u049b\u0442\u0430\u043b\u0443\u044b \u04b1\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043f, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
- "LabelConnectGuestUserName": "\u041e\u043b\u0430\u0440\u0434\u044b\u04a3 Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b:",
- "LabelConnectUserName": "Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\/\u044d-\u043f\u043e\u0448\u0442\u0430\u0441\u044b:",
- "LabelConnectUserNameHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0431\u0456\u043b\u043c\u0435\u0439 \u0442\u04b1\u0440\u044b\u043f \u04d9\u0440\u049b\u0430\u0439\u0441\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0441\u044b\u043d\u0430\u043d \u043a\u0456\u0440\u0443-\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0442\u044b \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0442\u0443\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u044b\u04a3\u044b\u0437.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Media Browser Connect \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
- "LabelExternalPlayers": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440:",
- "LabelExternalPlayersHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440\u0434\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443. \u0411\u04b1\u043b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 URL \u0441\u0445\u0435\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d, \u04d9\u0434\u0435\u0442\u0442\u0435, Android \u0436\u04d9\u043d\u0435 iOS, \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456. \u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440, \u049b\u0430\u0493\u0438\u0434\u0430 \u0431\u043e\u0439\u044b\u043d\u0448\u0430, \u0430\u043b\u044b\u0441\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u043c\u0430\u0439\u0434\u044b.",
- "HeaderSubtitleProfile": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
- "HeaderSubtitleProfiles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b",
- "HeaderSubtitleProfilesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b \u043e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u043e\u043b\u0434\u0430\u0443\u044b \u0431\u0430\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0439\u0434\u044b.",
- "LabelFormat": "\u041f\u0456\u0448\u0456\u043c:",
- "LabelMethod": "\u04d8\u0434\u0456\u0441:",
- "LabelDidlMode": "DIDL \u0440\u0435\u0436\u0456\u043c\u0456:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043c\u0435\u043d \u0435\u043d\u0434\u0456\u0440\u0443\u043b\u0456",
- "OptionExternallyDownloaded": "\u0421\u044b\u0440\u0442\u0442\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0433\u0435\u043d",
- "OptionHlsSegmentedSubtitles": "HLS \u0431\u04e9\u043b\u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
- "LabelSubtitleFormatHelp": "\u041c\u044b\u0441\u0430\u043b: srt",
- "ButtonLearnMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
- "TabPlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
- "HeaderTrailersAndExtras": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440 \u0431\u0435\u043d \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440",
- "OptionFindTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u0430\u0431\u0443",
- "HeaderLanguagePreferences": "\u0422\u0456\u043b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456",
- "TabCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
- "TitlePlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
- "LabelEnableCinemaModeFor": "\u041c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443:",
- "CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u0431\u0430\u0441\u0442\u044b \u049b\u0430\u0441\u0438\u0435\u0442\u0442\u0456\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456\u043c\u0435\u043d \u043a\u0438\u043d\u043e \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u049b\u043e\u043d\u0430\u049b\u0436\u0430\u0439\u044b\u04a3\u044b\u0437\u0493\u0430 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
- "OptionTrailersFromMyMovies": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
- "OptionUpcomingMoviesInTheaters": "\u0416\u0430\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
- "LabelLimitIntrosToUnwatchedContent": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
- "LabelEnableIntroParentalControl": "\u0417\u0438\u044f\u0442\u0442\u044b \u0430\u0442\u0430-\u0430\u043d\u0430\u043b\u044b\u049b \u0431\u0430\u049b\u044b\u043b\u0430\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
- "LabelEnableIntroParentalControlHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0436\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u0443\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0442\u0435\u04a3 \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0435\u043c \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u041e\u0441\u044b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
- "OptionTrailersFromMyMoviesHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0440\u043d\u0430\u0442\u0443\u044b\u043d \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
- "LabelCustomIntrosPath": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u043b\u0435\u0440 \u0436\u043e\u043b\u044b:",
- "LabelCustomIntrosPathHelp": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0431\u0430\u0440 \u049b\u0430\u043b\u0442\u0430. \u0411\u0435\u0439\u043d\u0435 \u043a\u0435\u0437\u0434\u0435\u0439\u0441\u043e\u049b \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b \u0434\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
- "ValueSpecialEpisodeName": "\u0410\u0440\u043d\u0430\u0439\u044b - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "\u0418\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456:",
- "OptionUpcomingDvdMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d DVD \u0436\u04d9\u043d\u0435 BluRay \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
- "OptionUpcomingStreamingMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d Netflix \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
- "LabelDisplayTrailersWithinMovieSuggestions": "\u0424\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u0442\u0440\u0435\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
- "CinemaModeConfigurationHelp2": "\u0416\u0435\u043a\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u0430 \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u0430\u0436\u044b\u0440\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456 \u0431\u043e\u043b\u0430\u0434\u044b.",
- "LabelEnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
- "HeaderCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
- "LabelDateAddedBehavior": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d \u04af\u0448\u0456\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456 \u0442\u04d9\u0440\u0442\u0456\u0431\u0456:",
- "OptionDateAddedImportTime": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0456\u0448\u0456\u043d\u0435 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
- "OptionDateAddedFileTime": "\u0424\u0430\u0439\u043b\u0434\u044b\u04a3 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
- "LabelDateAddedBehaviorHelp": "\u0415\u0433\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435 \u043c\u04d9\u043d\u0456 \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u049b\u0430\u0439\u0441\u044b\u0431\u0456\u0440 \u043e\u0441\u044b \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u04d9\u0440\u049b\u0430\u0448\u0430\u043d\u0434\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
- "LabelNumberTrailerToPlay": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0434\u0456\u04a3 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u044b:",
- "TitleDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
- "TabCameraUpload": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443",
- "TabDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
- "HeaderCameraUploadHelp": "\u04b0\u0442\u049b\u044b\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u0442\u04af\u0441\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u043c\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b Media Browser \u0456\u0448\u0456\u043d\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0443.",
- "MessageNoDevicesSupportCameraUpload": "\u0410\u0493\u044b\u043c\u0434\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b.",
- "LabelCameraUploadPath": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b:",
- "LabelCameraUploadPathHelp": "\u049a\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
- "LabelCreateCameraUploadSubfolder": "\u04d8\u0440\u049b\u0430\u0439\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u04af\u0448\u0456\u043d \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u0436\u0430\u0441\u0430\u0443",
- "LabelCreateCameraUploadSubfolderHelp": "\u0416\u0430\u0431\u0434\u044b\u049b\u0442\u0430\u0440 \u0431\u0435\u0442\u0456\u043d\u0434\u0435 \u043d\u04b1\u049b\u044b\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u043d\u0430\u049b\u0442\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
- "LabelCustomDeviceDisplayName": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0443 \u0430\u0442\u044b:",
- "LabelCustomDeviceDisplayNameHelp": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0430\u0442\u044b\u043d \u04b1\u0441\u044b\u043d\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u044f\u043d\u0434\u0430\u043b\u0493\u0430\u043d \u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
- "HeaderInviteUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b \u0448\u0430\u049b\u044b\u0440\u0443",
- "LabelConnectGuestUserNameHelp": "\u0411\u04b1\u043b \u0434\u043e\u0441\u044b\u04a3\u044b\u0437 Media Browser \u0493\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d\u0430 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b, \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b.",
- "HeaderInviteUserHelp": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0434\u043e\u0441\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443 \u0431\u04b1\u0440\u044b\u043d\u043d\u0430\u043d \u0434\u0430 \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0443 \u0431\u043e\u043b\u0434\u044b.",
- "ButtonSendInvitation": "\u0428\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u044b \u0436\u0456\u0431\u0435\u0440\u0443",
- "HeaderSignInWithConnect": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0456\u0440\u0443",
- "HeaderGuests": "\u049a\u043e\u043d\u0430\u049b\u0442\u0430\u0440",
- "HeaderLocalUsers": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
- "HeaderPendingInvitations": "\u0411\u04e9\u0433\u0435\u043b\u0456\u0441 \u0448\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u0430\u0440",
- "TabParentalControl": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
- "HeaderAccessSchedule": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
- "HeaderAccessScheduleHelp": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0431\u0435\u043b\u0433\u0456\u043b\u0456 \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u0440\u0493\u0430 \u0448\u0435\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d \u0436\u0430\u0441\u0430\u04a3\u044b\u0437.",
- "ButtonAddSchedule": "\u041a\u0435\u0441\u0442\u0435 \u04af\u0441\u0442\u0435\u0443",
- "LabelAccessDay": "\u0410\u043f\u0442\u0430 \u043a\u04af\u043d\u0456",
- "LabelAccessStart": "\u0411\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
- "LabelAccessEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
- "HeaderSchedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
- "OptionEveryday": "\u041a\u04af\u043d \u0441\u0430\u0439\u044b\u043d",
- "OptionWeekdays": "\u0416\u04b1\u043c\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
- "OptionWeekends": "\u0414\u0435\u043c\u0430\u043b\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
- "MessageProfileInfoSynced": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d\u044b\u04a3 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u043b\u0430\u0434\u044b.",
- "HeaderOptionalLinkMediaBrowserAccount": "\u049a\u0430\u043b\u0430\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430: Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
- "ButtonTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
- "HeaderTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
- "OptionPlayUnwatchedTrailersOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
- "HeaderTrailerReelHelp": "\u04b0\u0437\u0430\u049b \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
- "MessageNoTrailersFound": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u04af\u0441\u0442\u0435\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u043d \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u04d9\u0436\u0456\u0440\u0438\u0431\u0435\u04a3\u0456\u0437\u0434\u0456 \u0436\u0430\u049b\u0441\u0430\u0440\u0442\u0443 \u04af\u0448\u0456\u043d Trailer \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437",
- "HeaderNewUsers": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
- "ButtonSignUp": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
- "ButtonForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
- "OptionDisableUserPreferences": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u0443",
- "OptionDisableUserPreferencesHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0456\u043b\u0434\u0456\u043a \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
- "HeaderSelectServer": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u0443",
- "MessageNoServersAvailableToConnect": "\u049a\u043e\u0441\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u043b\u0435\u0440 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0415\u0433\u0435\u0440 \u0441\u0435\u0440\u0432\u0435\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443\u0493\u0430 \u0448\u0430\u049b\u044b\u0440\u044b\u043b\u0441\u0430\u04a3\u044b\u0437, \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443\u044b\u043d \u0442\u04e9\u043c\u0435\u043d\u0434\u0435 \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430\u0434\u0430\u0493\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u043d\u04b1\u049b\u044b\u043f \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u04a3\u044b\u0437.",
- "TitleNewUser": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
- "ButtonConfigurePassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0442\u0435\u04a3\u0448\u0435\u0443",
- "HeaderDashboardUserPassword": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u044b\u049b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440 \u04d9\u0440 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0434\u0430\u0440\u0430 \u043f\u0440\u043e\u0444\u0430\u0439\u043b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u043b\u0430\u0434\u044b.",
- "HeaderLibraryAccess": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
- "HeaderChannelAccess": "\u0410\u0440\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
- "HeaderLatestItems": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440",
- "LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435\u043d \u0442\u0430\u0441\u0443\u0448\u044b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
- "HeaderShareMediaFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443",
- "MessageGuestSharingPermissionsHelp": "\u041c\u04d9\u043b\u043c\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u04e9\u0431\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456\u0434\u0435 \u049b\u043e\u043d\u0430\u049b\u0442\u0430\u0440\u0493\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441, \u0431\u0456\u0440\u0430\u049b \u043a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u049b\u043e\u0441\u044b\u043b\u0430\u0434\u044b.",
- "HeaderInvitations": "\u0428\u0430\u049b\u044b\u0440\u0443\u043b\u0430\u0440",
- "LabelForgotPasswordUsernameHelp": "\u0415\u0441\u043a\u0435 \u0441\u0430\u043b\u0441\u0430\u04a3\u044b\u0437, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\u04a3\u044b\u0437\u0434\u044b \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
- "HeaderForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
- "TitleForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
- "TitlePasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
- "LabelPasswordRecoveryPinCode": "PIN \u043a\u043e\u0434\u044b:",
- "HeaderPasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
- "HeaderParentalRatings": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0440",
- "HeaderVideoTypes": "\u0411\u0435\u0439\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u0440\u0456",
- "HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
- "HeaderAddTag": "\u0422\u0435\u0433\u0442\u0456 \u049b\u043e\u0441\u0443",
- "LabelBlockItemsWithTags": "\u041c\u044b\u043d\u0430\u0434\u0430\u0439 \u0442\u0435\u0433\u0442\u0435\u0440\u0456 \u0431\u0430\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
- "LabelTag": "\u0422\u0435\u0433:",
- "LabelEnableSingleImageInDidlLimit": "\u0416\u0430\u043b\u0493\u044b\u0437 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u043a\u0435 \u0448\u0435\u043a\u0442\u0435\u0443",
- "LabelEnableSingleImageInDidlLimitHelp": "\u0415\u0433\u0435\u0440 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0443\u0440\u0435\u0442 Didl \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0441\u0435, \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 \u0442\u04af\u0440\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0431\u0435\u0439\u0434\u0456.",
- "TabActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
- "TitleSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
- "OptionAllowSyncContent": "\u041c\u0435\u0434\u0438\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043c\u0435\u043d \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
- "NameSeasonUnknown": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u043c\u0430\u0443\u0441\u044b\u043c",
- "NameSeasonNumber": "{0}-\u0441\u0435\u0437\u043e\u043d",
- "LabelNewUserNameHelp": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u0442\u0430\u0440\u044b\u043d\u0434\u0430 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440 (a-z), \u0441\u0430\u043d\u0434\u0430\u0440 (0-9), \u0441\u044b\u0437\u044b\u049b\u0448\u0430\u043b\u0430\u0440 (-), \u0430\u0441\u0442\u044b\u04a3\u0493\u044b \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440 (_), \u0434\u04d9\u0439\u0435\u043a\u0448\u0435\u043b\u0435\u0440 (') \u0436\u04d9\u043d\u0435 \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440 (.) \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d",
- "TabJobs": "\u0416\u04b1\u043c\u044b\u0441\u0442\u0430\u0440",
- "TabSyncJobs": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u0440\u044b",
"LabelExit": "\u0428\u044b\u0493\u0443",
"LabelVisitCommunity": "\u049a\u0430\u0443\u044b\u043c\u0434\u0430\u0441\u0442\u044b\u049b\u049b\u0430 \u0431\u0430\u0440\u0443",
"LabelGithub": "Github \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439\u0456",
@@ -1124,23 +513,23 @@
"NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)",
"OptionSearchForInternetMetadata": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u043c\u0435 \u043c\u0435\u043d \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0456 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0456\u0437\u0434\u0435\u0443",
"ButtonCreate": "\u0416\u0430\u0441\u0430\u0443",
- "LabelLocalHttpServerPortNumber": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456:",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "Media Browser HTTP \u0441\u0435\u0440\u0432\u0435\u0440\u0456 \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u044b \u0442\u0438\u0456\u0441\u0442\u0456 TCP \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "\u0412\u0435\u0431-\u0441\u043e\u043a\u0435\u0442 \u043f\u043e\u0440\u0442\u044b\u043d\u044b\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456:",
"LabelEnableAutomaticPortMap": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u043f\u043e\u0440\u0442 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0443",
"LabelEnableAutomaticPortMapHelp": "\u0416\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442\u0442\u044b \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u043e\u0440\u0442\u049b\u0430 UPnP \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456. \u0411\u04b1\u043b \u043a\u0435\u0439\u0431\u0456\u0440 \u0436\u043e\u043b \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u044b\u0448 \u04b1\u043b\u0433\u0456\u043b\u0435\u0440\u0456\u043c\u0435\u043d \u0436\u04b1\u043c\u044b\u0441 \u0456\u0441\u0442\u0435\u043c\u0435\u0439\u0442\u0456\u043d\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
- "LabelExternalDDNS": "\u0421\u044b\u0440\u0442\u049b\u044b DDNS:",
- "LabelExternalDDNSHelp": "\u0415\u0433\u0435\u0440 dynamic DNS \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u043c\u04b1\u043d\u0434\u0430 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b \u0431\u04b1\u043d\u044b \u049b\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0430\u0434\u044b.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
"TabWeather": "\u0410\u0443\u0430 \u0440\u0430\u0439\u044b",
"TitleAppSettings": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
@@ -1340,5 +729,614 @@
"HeaderTranscodingProfile": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
"HeaderCodecProfile": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
"HeaderCodecProfileHelp": "\u041a\u043e\u0434\u0435\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043a\u043e\u0434\u0435\u043a\u0442\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u0434\u0435\u043a \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
- "HeaderContainerProfile": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b"
+ "HeaderContainerProfile": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+ "HeaderContainerProfileHelp": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u043d\u0430\u049b\u0442\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440 \u0430\u0440\u049b\u044b\u043b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0448\u0435\u043a\u0442\u0435\u0443\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0448\u0435\u043a\u0442\u0435\u0443 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0441\u0430, \u0441\u043e\u043d\u0434\u0430 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0441\u0435\u0434\u0435 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
+ "OptionProfileVideo": "\u0411\u0435\u0439\u043d\u0435",
+ "OptionProfileAudio": "\u0414\u044b\u0431\u044b\u0441",
+ "OptionProfileVideoAudio": "\u0411\u0435\u0439\u043d\u0435 \u0414\u044b\u0431\u044b\u0441",
+ "OptionProfilePhoto": "\u0424\u043e\u0442\u043e",
+ "LabelUserLibrary": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b",
+ "LabelUserLibraryHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u0430\u0439 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u04d8\u0434\u0435\u043f\u043a\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+ "OptionPlainStorageFolders": "\u0411\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "OptionPlainStorageFoldersHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.container.person.musicArtist\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430 \"object.container.storageFolder\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "OptionPlainVideoItems": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0431\u0435\u0439\u043d\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "OptionPlainVideoItemsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u0430\u0440\u043b\u044b\u049b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 DIDL \u0456\u0448\u0456\u043d\u0434\u0435 \"object.item.videoItem.movie\" \u0441\u0438\u044f\u049b\u0442\u044b \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u0443 \u0442\u04af\u0440\u0456\u043d\u0456\u04a3 \u043e\u0440\u043d\u044b\u043d\u0430 \"object.item.videoItem\" \u0431\u043e\u043b\u044b\u043f \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "LabelSupportedMediaTypes": "\u049a\u043e\u043b\u0434\u0430\u0443\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456:",
+ "TabIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+ "HeaderIdentification": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+ "TabDirectPlay": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443",
+ "TabContainers": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043b\u0435\u0440",
+ "TabCodecs": "\u041a\u043e\u0434\u0435\u043a\u0442\u0435\u0440",
+ "TabResponses": "\u04ae\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440",
+ "HeaderProfileInformation": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b",
+ "LabelEmbedAlbumArtDidl": "Didl \u0456\u0448\u0456\u043d\u0435 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0443",
+ "LabelEmbedAlbumArtDidlHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0493\u0430 \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u04d9\u0434\u0456\u0441 \u049b\u0430\u0436\u0435\u0442. \u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440 \u04af\u0448\u0456\u043d, \u043e\u0441\u044b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0439\u043d\u0430\u0442\u0443 \u0441\u04d9\u0442\u0441\u0456\u0437 \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "LabelAlbumArtPN": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 PN:",
+ "LabelAlbumArtHelp": "PN \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456 \u04af\u0448\u0456\u043d upnp:albumArtURI \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 dlna:profileID \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b\u043c\u0435\u043d \u0431\u0456\u0440\u0433\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u041a\u0435\u0439\u0431\u0456\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0456\u04a3 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0435 \u0430\u04a3\u0493\u0430\u0440\u0443\u0441\u044b\u0437 \u043d\u0430\u049b\u0442\u044b \u043c\u04d9\u043d \u049b\u0430\u0436\u0435\u0442.",
+ "LabelAlbumArtMaxWidth": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
+ "LabelAlbumArtMaxWidthHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+ "LabelAlbumArtMaxHeight": "\u0410\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
+ "LabelAlbumArtMaxHeightHelp": "upnp:albumArtURI \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0430\u043b\u044c\u0431\u043e\u043c \u0441\u0443\u0440\u0435\u0442\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+ "LabelIconMaxWidth": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0435\u043d\u0456:",
+ "LabelIconMaxWidthHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+ "LabelIconMaxHeight": "\u0411\u0435\u043b\u0433\u0456\u0448\u0435\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0431\u0438\u0456\u0433\u0456:",
+ "LabelIconMaxHeightHelp": "upnp:icon \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0431\u0435\u043b\u0433\u0456\u0448\u0435\u043b\u0435\u0440\u0456\u043d\u0456\u04a3 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b.",
+ "LabelIdentificationFieldHelp": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0435\u0441\u043a\u0435\u0440\u043c\u0435\u0439\u0442\u0456\u043d \u0456\u0448\u043a\u0456 \u0436\u043e\u043b \u043d\u0435\u043c\u0435\u0441\u0435 \u04b1\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a.",
+ "HeaderProfileServerSettingsHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0435\u0440 Media Browser \u049b\u0430\u043b\u0430\u0439 \u04e9\u0437\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d\u0456\u04a3 \u0431\u0430\u0441\u049b\u0430\u0440\u0430\u0434\u044b.",
+ "LabelMaxBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d:",
+ "LabelMaxBitrateHelp": "\u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430 - \u04e9\u0437 \u0448\u0435\u0433\u0456\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+ "LabelMaxStreamingBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+ "LabelMaxStreamingBitrateHelp": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+ "LabelMaxStaticBitrate": "\u0415\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+ "LabelMaxStaticBitrateHelp": "\u0416\u043e\u0493\u0430\u0440\u044b \u0441\u0430\u043f\u0430\u043c\u0435\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437.",
+ "LabelMusicStaticBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+ "LabelMusicStaticBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
+ "LabelMusicStreamingTranscodingBitrate": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "\u041c\u0443\u0437\u044b\u043a\u0430\u043d\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u049b\u0430\u0440\u049b\u044b\u043d\u0434\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437",
+ "OptionIgnoreTranscodeByteRangeRequests": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d \u0435\u043b\u0435\u043c\u0435\u0443",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u043e\u0441\u044b \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u043c\u0435\u043d \u0441\u0430\u043d\u0430\u0441\u0443 \u0431\u043e\u043b\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0431\u0430\u0439\u0442 \u0430\u0443\u049b\u044b\u043c\u044b\u043d\u044b\u04a3 \u0431\u0430\u0441 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456 \u0435\u043b\u0435\u043f \u0435\u0441\u043a\u0435\u0440\u0456\u043b\u043c\u0435\u0439\u0434\u0456.",
+ "LabelFriendlyName": "\u0422\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u044b",
+ "LabelManufacturer": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456",
+ "LabelManufacturerUrl": "\u04e8\u043d\u0434\u0456\u0440\u0443\u0448\u0456 url",
+ "LabelModelName": "\u041c\u043e\u0434\u0435\u043b\u044c \u0430\u0442\u044b",
+ "LabelModelNumber": "\u041c\u043e\u0434\u0435\u043b\u044c \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelModelDescription": "\u041c\u043e\u0434\u0435\u043b\u044c \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
+ "LabelModelUrl": "\u041c\u043e\u0434\u0435\u043b\u044c url",
+ "LabelSerialNumber": "\u0421\u0435\u0440\u0438\u044f\u043b\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelDeviceDescription": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
+ "HeaderIdentificationCriteriaHelp": "\u0415\u04a3 \u043a\u0435\u043c\u0456\u043d\u0434\u0435 \u0430\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u0431\u0456\u0440 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
+ "HeaderDirectPlayProfileHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456 \u04e9\u04a3\u0434\u0435\u0442\u0435\u0442\u0456\u043d \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u0443.",
+ "HeaderTranscodingProfileHelp": "\u049a\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d\u0434\u0430 \u049b\u0430\u043d\u0434\u0430\u0439 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043b\u0456\u0433\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04b1\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u0443.",
+ "HeaderResponseProfileHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u049b\u0430\u043d\u0434\u0430 \u04af\u043d \u049b\u0430\u0442\u0443 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u0442\u0435\u04a3\u0448\u0435\u0443 \u04af\u0448\u0456\u043d \u0436\u043e\u043b \u0431\u0435\u0440\u0435\u0434\u0456.",
+ "LabelXDlnaCap": "X-Dlna \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b:",
+ "LabelXDlnaCapHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNACAP \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+ "LabelXDlnaDoc": "X-Dlna \u0442\u04d9\u0441\u0456\u043c\u0456:",
+ "LabelXDlnaDocHelp": "urn:schemas-dlna-org:device-1-0 \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 X_DLNADOC \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+ "LabelSonyAggregationFlags": "Sony \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443 \u0436\u0430\u043b\u0430\u0443\u0448\u0430\u043b\u0430\u0440\u044b:",
+ "LabelSonyAggregationFlagsHelp": "urn:schemas-sonycom:av \u0430\u0442\u0430\u0443\u043b\u0430\u0440 \u043a\u0435\u04a3\u0456\u0441\u0442\u0456\u0433\u0456\u043d\u0434\u0435\u0433\u0456 aggregationFlags \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
+ "LabelTranscodingContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
+ "LabelTranscodingVideoCodec": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043a\u043e\u0434\u0435\u043a:",
+ "LabelTranscodingVideoProfile": "\u0411\u0435\u0439\u043d\u0435\u043b\u0456\u043a \u043f\u0440\u043e\u0444\u0430\u0439\u043b:",
+ "LabelTranscodingAudioCodec": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u043a\u043e\u0434\u0435\u043a:",
+ "OptionEnableM2tsMode": "M2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
+ "OptionEnableM2tsModeHelp": "Mpegts \u04af\u0448\u0456\u043d \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 m2ts \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443.",
+ "OptionEstimateContentLength": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043c\u0430\u0437\u043c\u04b1\u043d \u04b1\u0437\u044b\u043d\u0434\u044b\u0493\u044b\u043d \u0431\u0430\u0493\u0430\u043b\u0430\u0443",
+ "OptionReportByteRangeSeekingWhenTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0431\u0430\u0439\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u0441\u0430 \u0445\u0430\u0431\u0430\u0440\u043b\u0430\u0443",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "\u0411\u04b1\u043b \u0443\u0430\u049b\u044b\u0442 \u0456\u0440\u0456\u043a\u0442\u0435\u0443\u0456 \u043e\u043d\u0448\u0430 \u0435\u043c\u0435\u0441 \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u049b\u0430\u0436\u0435\u0442.",
+ "HeaderSubtitleDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b \u0436\u043e\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443 \u0436\u04d9\u043d\u0435 OpenSubtitles.org \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "HeaderDownloadSubtitlesFor": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:",
+ "MessageNoChapterProviders": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0441\u0430\u0445\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0436\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
+ "LabelSkipIfGraphicalSubsPresent": "\u0415\u0433\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435 \u0441\u044b\u0437\u0431\u0430\u043b\u044b\u049b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0441\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
+ "LabelSkipIfGraphicalSubsPresentHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456\u04a3 \u043c\u04d9\u0442\u0456\u043d\u0434\u0456\u043a \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u0430\u043b\u0434\u044b\u0440\u0441\u0430 \u04b1\u0442\u049b\u044b\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440\u0433\u0435 \u0442\u0438\u0456\u043c\u0434\u0456 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0435\u0434\u0456.",
+ "TabSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
+ "TabChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
+ "HeaderDownloadChaptersFor": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456:",
+ "HeaderChapterDownloadingHelp": "Media Browser \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0433\u0435\u043d\u0434\u0435 \u0431\u04b1\u043b ChapterDb \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0441\u0456\u043d\u0456\u043a\u0442\u0456 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
+ "LabelSubtitlePlaybackMode": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456:",
+ "LabelDownloadLanguages": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0434\u0435\u0440:",
+ "ButtonRegister": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
+ "LabelSkipIfAudioTrackPresent": "\u0415\u0433\u0435\u0440 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u0456\u043b\u0433\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0441\u0435 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443",
+ "LabelSkipIfAudioTrackPresentHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0435, \u0434\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437, \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u043e\u043b\u0493\u0430\u043d\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049b\u04b1\u0441\u0431\u0435\u043b\u0433\u0456\u043d\u0456 \u0430\u043b\u044b\u04a3\u044b\u0437.",
+ "HeaderSendMessage": "\u0425\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0443",
+ "ButtonSend": "\u0416\u0456\u0431\u0435\u0440\u0443",
+ "LabelMessageText": "\u0425\u0430\u0431\u0430\u0440 \u043c\u04d9\u0442\u0456\u043d\u0456",
+ "MessageNoAvailablePlugins": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440 \u0436\u043e\u049b",
+ "LabelDisplayPluginsFor": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "\u042d\u043f\u0438\u0437\u043e\u0434 \u0430\u0442\u0430\u0443\u044b",
+ "LabelSeriesNamePlain": "\u0421\u0435\u0440\u0438\u0430\u043b \u0430\u0442\u0430\u0443\u044b",
+ "ValueSeriesNamePeriod": "\u0421\u0435\u0440\u0438\u0430\u043b.\u0430\u0442\u044b",
+ "ValueSeriesNameUnderscore": "\u0421\u0435\u0440\u0438\u0430\u043b_\u0430\u0442\u044b",
+ "ValueEpisodeNamePeriod": "\u042d\u043f\u0438\u0437\u043e\u0434.\u0430\u0442\u044b",
+ "ValueEpisodeNameUnderscore": "\u042d\u043f\u0438\u0437\u043e\u0434_\u0430\u0442\u044b",
+ "LabelSeasonNumberPlain": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelEpisodeNumberPlain": "\u042d\u043f\u0438\u0437\u043e\u043b \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelEndingEpisodeNumberPlain": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u044b\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "HeaderTypeText": "\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443",
+ "LabelTypeText": "\u041c\u04d9\u0442\u0456\u043d",
+ "HeaderSearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443",
+ "MessageNoSubtitleSearchResultsFound": "\u0406\u0437\u0434\u0435\u0433\u0435\u043d\u0434\u0435 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
+ "TabDisplay": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "TabLanguages": "\u0422\u0456\u043b\u0434\u0435\u0440",
+ "TabWebClient": "\u0432\u0435\u0431 \u043a\u043b\u0438\u0435\u043d\u0442",
+ "LabelEnableThemeSongs": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
+ "LabelEnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
+ "LabelEnableThemeSongsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
+ "LabelEnableBackdropsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u044b\u0493\u0430\u043d\u0434\u0430 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "HeaderHomePage": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442",
+ "HeaderSettingsForThisDevice": "\u041e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440",
+ "OptionAuto": "\u0410\u0432\u0442\u043e",
+ "OptionYes": "\u0418\u04d9",
+ "OptionNo": "\u0416\u043e\u049b",
+ "HeaderOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
+ "HeaderIdentificationResult": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456",
+ "LabelHomePageSection1": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 1-\u0431\u04e9\u043b\u0456\u043c:",
+ "LabelHomePageSection2": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 2-\u0431\u04e9\u043b\u0456\u043c:",
+ "LabelHomePageSection3": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 3-\u0431\u04e9\u043b\u0456\u043c:",
+ "LabelHomePageSection4": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 4-\u0431\u04e9\u043b\u0456\u043c:",
+ "OptionMyViewsButtons": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440)",
+ "OptionMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
+ "OptionMyViewsSmall": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c (\u044b\u049b\u0448\u0430\u043c)",
+ "OptionResumablemedia": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
+ "OptionLatestMedia": "\u0415\u04a3 \u0441\u043e\u04a3\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u043b\u0430\u0440",
+ "OptionLatestChannelMedia": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
+ "HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
+ "OptionNone": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439",
+ "HeaderLiveTv": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
+ "HeaderReports": "\u0415\u0441\u0435\u043f\u0442\u0435\u0440",
+ "HeaderMetadataManager": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0442\u0435\u0443\u0448\u0456",
+ "HeaderPreferences": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440",
+ "MessageLoadingChannels": "\u0410\u0440\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u0443\u0434\u0435...",
+ "MessageLoadingContent": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0443\u0434\u0435...",
+ "ButtonMarkRead": "\u041e\u049b\u044b\u043b\u0493\u0430\u043d \u0434\u0435\u043f \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0443",
+ "OptionDefaultSort": "\u04d8\u0434\u0435\u043f\u043a\u0456",
+ "OptionCommunityMostWatchedSort": "\u0415\u04a3 \u043a\u04e9\u043f \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
+ "TabNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
+ "MessageNoMovieSuggestionsAvailable": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0444\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0493\u044b\u043c\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0440\u0430\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u04b1\u0441\u044b\u043d\u044b\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u043a\u0435\u043b\u0456\u04a3\u0456\u0437.",
+ "MessageNoCollectionsAvailable": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3, \u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440\u0434\u044b\u04a3, \u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440\u0434\u044b\u04a3, \u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440\u0434\u044b\u04a3, \u0436\u04d9\u043d\u0435 \u041e\u0439\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0436\u0435\u043a\u0435\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0440\u0430\u0445\u0430\u0442\u0442\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0436\u0430\u0441\u0430\u0443\u044b\u043d \u0431\u0430\u0441\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \"+\" \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.",
+ "MessageNoPlaylistsAvailable": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456 \u0431\u0456\u0440 \u043a\u0435\u0437\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0436\u0430\u0441\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0433\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443 \u04af\u0448\u0456\u043d, \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u043f \u0436\u04d9\u043d\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443 \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
+ "MessageNoPlaylistItemsAvailable": "\u041e\u0441\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0431\u043e\u0441.",
+ "ButtonDismiss": "\u0416\u0430\u0441\u044b\u0440\u0443",
+ "ButtonEditOtherUserPreferences": "\u041e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456\u043d \u0436\u04d9\u043d\u0435 \u0434\u0430\u0440\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u04e9\u04a3\u0434\u0435\u0443.",
+ "LabelChannelStreamQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
+ "LabelChannelStreamQualityHelp": "\u0421\u0430\u043f\u0430\u0441\u044b\u043d \u0448\u0435\u043a\u0442\u0435\u0443\u0456 \u0436\u0430\u0442\u044b\u049b\u0442\u0430\u0443 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443\u044b\u043d\u0430 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d, \u04e9\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u0434\u0430 \u043a\u04e9\u043c\u0435\u043a \u0431\u0435\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "OptionBestAvailableStreamQuality": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u04a3 \u0436\u0430\u049b\u0441\u044b",
+ "LabelEnableChannelContentDownloadingFor": "\u0411\u04b1\u043b \u04af\u0448\u0456\u043d \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u0441\u0443:",
+ "LabelEnableChannelContentDownloadingForHelp": "\u041a\u0435\u0439\u0431\u0456\u0440 \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u049b\u0430\u0440\u0430\u0443\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u0439\u0434\u044b. \u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0430\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u043d \u0431\u043e\u0441 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437. \u041c\u0430\u0437\u043c\u04af\u043d \u0430\u0440\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u0431\u04e9\u043b\u0456\u0433\u0456 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456.",
+ "LabelChannelDownloadPath": "\u0410\u0440\u043d\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b:",
+ "LabelChannelDownloadPathHelp": "\u041a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u0436\u043e\u043b\u044b\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u0411\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430\u0441\u044b\u043d\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+ "LabelChannelDownloadAge": "\u041c\u0430\u0437\u043c\u04b1\u043d \u0436\u043e\u0439\u044b\u043b\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d, \u043a\u04af\u043d:",
+ "LabelChannelDownloadAgeHelp": "\u0411\u04b1\u0434\u0430\u043d \u0431\u04b1\u0440\u044b\u043d\u0493\u044b \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04af\u043d \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u04d9\u0434\u0456\u0441\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u043e\u0439\u043d\u0430\u0442\u0443 \u0456\u0441\u0442\u0435 \u049b\u0430\u043b\u0430\u0434\u044b.",
+ "ChannelSettingsFormHelp": "\u041f\u043b\u0430\u0433\u0438\u043d \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0456\u043d\u0434\u0435\u0433\u0456 Trailers \u0436\u04d9\u043d\u0435 Vimeo \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
+ "LabelSelectCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u044b \u0442\u0430\u04a3\u0434\u0430\u0443:",
+ "ButtonOptions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440",
+ "ViewTypeMovies": "\u041a\u0438\u043d\u043e",
+ "ViewTypeTvShows": "\u0422\u0414",
+ "ViewTypeGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
+ "ViewTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
+ "ViewTypeMusicGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+ "ViewTypeMusicArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+ "ViewTypeBoxSets": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+ "ViewTypeChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
+ "ViewTypeLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
+ "ViewTypeLiveTvNowPlaying": "\u042d\u0444\u0438\u0440\u0434\u0435",
+ "ViewTypeLatestGames": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043e\u0439\u044b\u043d\u0434\u0430\u0440",
+ "ViewTypeRecentlyPlayedGames": "\u0416\u0430\u049b\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430\u0440",
+ "ViewTypeGameFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+ "ViewTypeGameSystems": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0456",
+ "ViewTypeGameGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+ "ViewTypeTvResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
+ "ViewTypeTvNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0433\u0456\u043b\u0435\u0440",
+ "ViewTypeTvLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+ "ViewTypeTvShowSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+ "ViewTypeTvGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+ "ViewTypeTvFavoriteSeries": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0441\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+ "ViewTypeTvFavoriteEpisodes": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
+ "ViewTypeMovieResume": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
+ "ViewTypeMovieLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+ "ViewTypeMovieMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
+ "ViewTypeMovieCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+ "ViewTypeMovieFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+ "ViewTypeMovieGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+ "ViewTypeMusicLatest": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456",
+ "ViewTypeMusicAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+ "ViewTypeMusicAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440\u044b",
+ "HeaderOtherDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+ "ViewTypeMusicSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
+ "ViewTypeMusicFavorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
+ "ViewTypeMusicFavoriteAlbums": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u0430\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+ "ViewTypeMusicFavoriteArtists": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+ "ViewTypeMusicFavoriteSongs": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440",
+ "HeaderMyViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c",
+ "LabelSelectFolderGroups": "\u041a\u0435\u043b\u0435\u0441\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u0430\u0493\u044b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u041a\u0438\u043d\u043e, \u041c\u0443\u0437\u044b\u043a\u0430 \u0436\u04d9\u043d\u0435 \u0422\u0414 \u0441\u0438\u044f\u049b\u0442\u044b \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0433\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443:",
+ "LabelSelectFolderGroupsHelp": "\u0411\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0431\u0435\u0433\u0435\u043d \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u04e9\u0437 \u0431\u0435\u0442\u0456\u043c\u0435\u043d \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "OptionDisplayAdultContent": "\u0415\u0440\u0435\u0441\u0435\u043a \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
+ "OptionLibraryFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b",
+ "TitleRemoteControl": "\u049a\u0430\u0448\u044b\u049b\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
+ "OptionLatestTvRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
+ "LabelProtocolInfo": "\u041f\u0440\u043e\u0442\u043e\u049b\u043e\u043b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b:",
+ "LabelProtocolInfoHelp": "\u0411\u04b1\u043b \u043c\u04d9\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 GetProtocolInfo \u0441\u04b1\u0440\u0430\u043d\u044b\u0441\u0442\u0430\u0440\u044b\u043d\u0430 \u0436\u0430\u0443\u0430\u043f \u0431\u0435\u0440\u0433\u0435\u043d\u0434\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b Kodi NFO \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0456\u04a3 \u043a\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u043c\u0435 \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u043d \u049b\u0430\u043c\u0442\u0438\u0434\u044b. Kodi \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d \u049b\u043e\u0441\u0443 \u043d\u0435\u043c\u0435\u0441\u0435 \u04e9\u0448\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440 \u049b\u043e\u0439\u044b\u043d\u0434\u044b\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0442\u0430\u0441\u0443\u0448\u044b \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d\u0435 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.",
+ "LabelKodiMetadataUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u049b\u0430\u0440\u0430\u0443 \u043a\u04af\u0439\u0456\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043c\u0435\u043d \u043c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443:",
+ "LabelKodiMetadataUserHelp": "\u041a\u04e9\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u0439\u0434\u0456 Media Browser \u0436\u04d9\u043d\u0435 Kodi \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u04af\u0439\u043b\u0435\u0441\u0442\u0456\u0440\u0456\u043f \u0442\u04b1\u0440\u0443 \u04af\u0448\u0456\u043d \u0431\u04b1\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
+ "LabelKodiMetadataDateFormat": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456\u043d\u0456\u04a3 \u043f\u0456\u0448\u0456\u043c\u0456:",
+ "LabelKodiMetadataDateFormatHelp": "\u041e\u0441\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f nfo \u0456\u0448\u0456\u043d\u0434\u0435\u0433\u0456 \u0431\u0430\u0440\u043b\u044b\u049b \u043a\u04af\u043d\u0434\u0435\u0440\u0456 \u043e\u049b\u044b\u043b\u0430\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u0437\u044b\u043b\u0430\u0434\u044b.",
+ "LabelKodiMetadataSaveImagePaths": "\u0421\u0443\u0440\u0435\u0442 \u0436\u043e\u043b\u0434\u0430\u0440\u044b\u043d NFO-\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u0443",
+ "LabelKodiMetadataSaveImagePathsHelp": "\u0415\u0433\u0435\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 Kodi \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u049b \u04b1\u0441\u0442\u0430\u043d\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u0430 \u0441\u0430\u0439 \u043a\u0435\u043b\u043c\u0435\u0433\u0435\u043d \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u04b1\u0441\u044b\u043d\u044b\u043b\u0430\u0434\u044b.",
+ "LabelKodiMetadataEnablePathSubstitution": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u0436\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0430\u0434\u044b.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u0440\u0430\u0443.",
+ "LabelGroupChannelsIntoViews": "\u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c\u0434\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043a\u0435\u043b\u0435\u0441\u0456 \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
+ "LabelGroupChannelsIntoViewsHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043e\u0441\u044b \u0430\u0440\u043d\u0430\u043b\u0430\u0440 \u0431\u0430\u0441\u049b\u0430 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u0442\u0430\u0440 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0415\u0433\u0435\u0440 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0441\u0430, \u043e\u043b\u0430\u0440 \u0431\u04e9\u043b\u0435\u043a \u0410\u0440\u043d\u0430\u043b\u0430\u0440 \u043a\u04e9\u0440\u0456\u043d\u0456\u0441\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "LabelDisplayCollectionsView": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0436\u0438\u043d\u0430\u049b\u0442\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "LabelKodiMetadataEnableExtraThumbs": "\u04d8\u0434\u0435\u043f\u043a\u0456 extrafanart \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d extrathumbs \u0456\u0448\u0456\u043d\u0435 \u043a\u04e9\u0448\u0456\u0440\u0443",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u043e\u043b\u0430\u0440 Kodi \u049b\u0430\u0431\u044b\u0493\u044b\u043c\u0435\u043d \u0435\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b \u0441\u0438\u044b\u0441\u044b\u043c\u0434\u044b\u0493\u044b \u04af\u0448\u0456\u043d extrafanart \u0436\u04d9\u043d\u0435 extrathumbs \u0435\u043a\u0435\u0443\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
+ "TabServices": "\u049a\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440",
+ "TabLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440",
+ "HeaderServerLogFiles": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u0436\u04b1\u0440\u043d\u0430\u043b \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
+ "TabBranding": "\u0411\u0440\u0435\u043d\u0434\u0438\u043d\u0433",
+ "HeaderBrandingHelp": "\u0422\u043e\u0431\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043d\u0435 \u04b1\u0439\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u043c\u04b1\u049b\u0442\u0430\u0436\u0434\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430 \u04af\u0439\u043b\u0435\u0441\u0456\u043c\u0434\u0456 Media Browser \u0431\u0435\u0437\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u0443.",
+ "LabelLoginDisclaimer": "\u041a\u0456\u0440\u0433\u0435\u043d\u0434\u0435\u0433\u0456 \u0435\u0441\u043a\u0435\u0440\u0442\u0443:",
+ "LabelLoginDisclaimerHelp": "\u0411\u04b1\u043b \u043a\u0456\u0440\u0443 \u0431\u0435\u0442\u0456\u043d\u0456\u04a3 \u0442\u04e9\u043c\u0435\u043d\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
+ "LabelAutomaticallyDonate": "\u041e\u0441\u044b \u0441\u043e\u043c\u0430\u043d\u044b \u04d9\u0440 \u0430\u0439 \u0441\u0430\u0439\u044b\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0441\u044b\u0439\u043b\u0430\u0443",
+ "LabelAutomaticallyDonateHelp": "PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b\u04a3\u044b\u0437 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0435\u0437 \u043a\u0435\u043b\u0433\u0435\u043d \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u043e\u0493\u0430\u0440\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u04a3\u0456\u0437 \u0431\u0430\u0440.",
+ "OptionList": "\u0422\u0456\u0437\u0456\u043c",
+ "TabDashboard": "\u0411\u0430\u049b\u044b\u043b\u0430\u0443 \u0442\u0430\u049b\u0442\u0430\u0441\u044b",
+ "TitleServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
+ "LabelCache": "\u041a\u0435\u0448:",
+ "LabelLogs": "\u0416\u04b1\u0440\u043d\u0430\u043b\u0434\u0430\u0440:",
+ "LabelMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440:",
+ "LabelImagesByName": "\u0410\u0442\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440:",
+ "LabelTranscodingTemporaryFiles": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u044b\u04a3 \u0443\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b:",
+ "HeaderLatestMusic": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u043c\u0443\u0437\u044b\u043a\u0430",
+ "HeaderBranding": "\u0411\u0440\u0435\u043d\u0434\u0438\u04a3\u0433",
+ "HeaderApiKeys": "API \u043a\u0456\u043b\u0442\u0442\u0435\u0440\u0456",
+ "HeaderApiKeysHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440 Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u04af\u0448\u0456\u043d API \u043a\u0456\u043b\u0442\u0456 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456. \u041a\u0456\u043b\u0442\u0442\u0435\u0440 Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435, \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0456\u043b\u0442\u0442\u0456 \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u049b\u043e\u043b\u043c\u0435\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435 \u0431\u0435\u0440\u0456\u043b\u0435\u0434\u0456.",
+ "HeaderApiKey": "API \u043a\u0456\u043b\u0442\u0456",
+ "HeaderApp": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430",
+ "HeaderDevice": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b",
+ "HeaderUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
+ "HeaderDateIssued": "\u0411\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
+ "LabelChapterName": "{0}-\u0441\u0430\u0445\u043d\u0430",
+ "HeaderNewApiKey": "\u0416\u0430\u04a3\u0430 API \u043a\u0456\u043b\u0442\u0456",
+ "LabelAppName": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0430\u0442\u044b",
+ "LabelAppNameExample": "\u041c\u044b\u0441\u0430\u043b\u044b: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Media Browser \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u0441\u044b\u043c\u0435\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u049b\u04b1\u049b\u044b\u049b\u044b\u0493\u044b \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443.",
+ "HeaderHttpHeaders": "HTTP \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u043b\u0435\u0440\u0456",
+ "HeaderIdentificationHeader": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443\u0434\u044b\u04a3 \u04af\u0441\u0442\u0456\u04a3\u0433\u0456 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u043c\u0435\u0441\u0456",
+ "LabelValue": "\u041c\u04d9\u043d\u0456:",
+ "LabelMatchType": "\u0421\u04d9\u0439\u043a\u0435\u0441 \u0442\u04af\u0440\u0456:",
+ "OptionEquals": "\u0422\u0435\u04a3",
+ "OptionRegex": "\u04b0\u0434\u0430\u0439\u044b \u04e9\u0440\u043d\u0435\u043a",
+ "OptionSubstring": "\u0406\u0448\u043a\u0456 \u0436\u043e\u043b",
+ "TabView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441",
+ "TabSort": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u0443",
+ "TabFilter": "\u0421\u04af\u0437\u0443",
+ "ButtonView": "\u049a\u0430\u0440\u0430\u0443",
+ "LabelPageSize": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
+ "LabelPath": "\u0416\u043e\u043b\u044b:",
+ "LabelView": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441:",
+ "TabUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+ "LabelSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b:",
+ "LabelDateAdded": "\u04ae\u0441\u0442\u0435\u043b\u0433\u0435\u043d \u043a\u04af\u043d\u0456",
+ "HeaderFeatures": "\u041c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440",
+ "HeaderAdvanced": "\u041a\u0435\u04a3\u0435\u0439\u0442\u0456\u043b\u0433\u0435\u043d",
+ "ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e",
+ "TabScheduledTasks": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0443\u0448\u044b",
+ "HeaderChapters": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440",
+ "HeaderResumeSettings": "\u0416\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+ "TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
+ "TitleUsers": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+ "LabelProtocol": "\u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b:",
+ "OptionProtocolHttp": "HTTP",
+ "OptionProtocolHls": "Http \u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 (HLS)",
+ "LabelContext": "\u041c\u04d9\u0442\u0456\u043d\u043c\u04d9\u043d:",
+ "OptionContextStreaming": "\u0410\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443",
+ "OptionContextStatic": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
+ "ButtonAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
+ "TabPlaylists": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456",
+ "ButtonClose": "\u0416\u0430\u0431\u0443",
+ "LabelAllLanguages": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0456\u043b\u0434\u0435\u0440",
+ "HeaderBrowseOnlineImages": "\u0416\u0435\u043b\u0456\u043b\u0456\u043a \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
+ "LabelSource": "\u049a\u0430\u0439\u043d\u0430\u0440 \u043a\u04e9\u0437\u0456:",
+ "OptionAll": "\u0411\u04d9\u0440\u0456",
+ "LabelImage": "\u0421\u0443\u0440\u0435\u0442:",
+ "ButtonBrowseImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0448\u043e\u043b\u0443",
+ "HeaderImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
+ "HeaderBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
+ "HeaderScreenshots": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456",
+ "HeaderAddUpdateImage": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u04af\u0441\u0442\u0435\u0443\/\u0436\u0430\u04a3\u0430\u0440\u0442\u0443",
+ "LabelJpgPngOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 JPG\/PNG",
+ "LabelImageType": "\u0421\u0443\u0440\u0435\u0442 \u0442\u04af\u0440\u0456:",
+ "OptionPrimary": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b",
+ "OptionArt": "\u041e\u044e \u0441\u0443\u0440\u0435\u0442",
+ "OptionBox": "\u049a\u043e\u0440\u0430\u043f",
+ "OptionBoxRear": "\u049a\u043e\u0440\u0430\u043f \u0430\u0440\u0442\u044b",
+ "OptionDisc": "\u0414\u0438\u0441\u043a\u0456",
+ "OptionLogo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
+ "OptionMenu": "\u041c\u04d9\u0437\u0456\u0440",
+ "OptionScreenshot": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0456",
+ "OptionLocked": "\u049a\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u043d\u0493\u0430\u043d\u0434\u0430\u0440",
+ "OptionUnidentified": "\u0410\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d\u0434\u0430\u0440",
+ "OptionMissingParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442 \u0436\u043e\u049b",
+ "OptionStub": "\u0422\u044b\u0493\u044b\u043d",
+ "HeaderEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440:",
+ "OptionSeason0": "0-\u043c\u0430\u0443\u0441\u044b\u043c",
+ "LabelReport": "\u0415\u0441\u0435\u043f:",
+ "OptionReportSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
+ "OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0434\u0430\u0440",
+ "OptionReportSeasons": "\u041c\u0430\u0443\u0441\u044b\u043c\u0434\u0430\u0440",
+ "OptionReportTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440",
+ "OptionReportMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
+ "OptionReportMovies": "\u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
+ "OptionReportHomeVideos": "\u04ae\u0439 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
+ "OptionReportGames": "\u041e\u0439\u044b\u043d\u0434\u0430\u0440",
+ "OptionReportEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u0442\u0430\u0440",
+ "OptionReportCollections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
+ "OptionReportBooks": "\u041a\u0456\u0442\u0430\u043f\u0442\u0430\u0440",
+ "OptionReportArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
+ "OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
+ "OptionReportAdultVideos": "\u0415\u0440\u0435\u0441\u0435\u043a \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
+ "ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
+ "HeaderActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+ "ScheduledTaskStartedWithName": "{0} \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0434\u044b",
+ "ScheduledTaskCancelledWithName": "{0} \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
+ "ScheduledTaskCompletedWithName": "{0} \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
+ "ScheduledTaskFailed": "\u0416\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430 \u0430\u044f\u049b\u0442\u0430\u043b\u0434\u044b",
+ "PluginInstalledWithName": "{0} \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0434\u044b",
+ "PluginUpdatedWithName": "{0} \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+ "PluginUninstalledWithName": "{0} \u0436\u043e\u0439\u044b\u043b\u0434\u044b",
+ "ScheduledTaskFailedWithName": "{0} \u0441\u04d9\u0442\u0441\u0456\u0437",
+ "ItemAddedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u04af\u0441\u0442\u0435\u043b\u0456\u043d\u0434\u0456)",
+ "ItemRemovedWithName": "{0} (\u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b)",
+ "DeviceOnlineWithName": "{0} \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
+ "UserOnlineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d",
+ "DeviceOfflineWithName": "{0} \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
+ "UserOfflineFromDevice": "{0} - {1} \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d",
+ "SubtitlesDownloadedForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0434\u044b",
+ "SubtitleDownloadFailureForItem": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 {0} \u04af\u0448\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0443\u044b \u0441\u04d9\u0442\u0441\u0456\u0437",
+ "LabelRunningTimeValue": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u0443\u0430\u049b\u044b\u0442\u044b: {0}",
+ "LabelIpAddressValue": "IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b: {0}",
+ "UserConfigurationUpdatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+ "UserCreatedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d",
+ "UserPasswordChangedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u04af\u0448\u0456\u043d \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0442\u0456\u043b\u0434\u0456",
+ "UserDeletedWithName": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b {0} \u0436\u043e\u0439\u044b\u043b\u0493\u0430\u043d",
+ "MessageServerConfigurationUpdated": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+ "MessageNamedServerConfigurationUpdatedWithValue": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0441\u044b (\u0431\u04e9\u043b\u0456\u043c {0}) \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+ "MessageApplicationUpdated": "Media Browser Server \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b",
+ "AuthenticationSucceededWithUserName": "{0} \u0442\u04af\u043f\u043d\u04b1\u0441\u049b\u0430\u043b\u044b\u0493\u044b\u043d \u0440\u0430\u0441\u0442\u0430\u043b\u0443\u044b \u0441\u04d9\u0442\u0442\u0456",
+ "FailedLoginAttemptWithUserName": "{0} \u043a\u0456\u0440\u0443 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456 \u0441\u04d9\u0442\u0441\u0456\u0437",
+ "UserStartedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0431\u0430\u0441\u0442\u0430\u043b\u0434\u044b",
+ "UserStoppedPlayingItemWithValues": "{0} - {1} \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u0442\u043e\u049b\u0442\u0430\u043b\u0434\u044b",
+ "AppDeviceValues": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430: {0}, \u0416\u0430\u0431\u0434\u044b\u049b: {1}",
+ "ProviderValue": "\u0416\u0435\u0442\u043a\u0456\u0437\u0443\u0448\u0456: {0}",
+ "LabelChannelDownloadSizeLimit": "\u0416\u04af\u043a\u0442\u0435\u043c\u0435 \u04e9\u043b\u0448\u0435\u043c\u0456\u043d\u0456\u04a3 \u0448\u0435\u0433\u0456 (GB)",
+ "LabelChannelDownloadSizeLimitHelpText": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u043b\u0442\u0430\u0441\u044b \u04e9\u043b\u0448\u0435\u043c\u0456\u043d \u0448\u0435\u043a\u0442\u0435\u0443.",
+ "HeaderRecentActivity": "\u041a\u0435\u0438\u0456\u043d\u0433\u0456 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+ "HeaderPeople": "\u0410\u0434\u0430\u043c\u0434\u0430\u0440",
+ "HeaderDownloadPeopleMetadataFor": "\u04e8\u043c\u0456\u0440\u0431\u0430\u044f\u043d \u0431\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u043c\u0430\u049b\u0441\u0430\u0442\u044b;",
+ "OptionComposers": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u043b\u0430\u0440",
+ "OptionOthers": "\u0411\u0430\u0441\u049b\u0430\u043b\u0430\u0440",
+ "HeaderDownloadPeopleMetadataForHelp": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u049b\u0430\u043d\u0434\u0430 \u044d\u043a\u0440\u0430\u043d\u0434\u0430\u0493\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u04b1\u0441\u044b\u043d\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u043b\u0435\u0440\u0456 \u0431\u0430\u044f\u0443\u043b\u0430\u0439\u0434\u044b.",
+ "ViewTypeFolders": "\u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440",
+ "LabelDisplayFoldersView": "\u041a\u04d9\u0434\u0456\u043c\u0433\u0456 \u0442\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0430\u0441\u043f\u0435\u043a\u0442\u0456\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "ViewTypeLiveTvRecordingGroups": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
+ "ViewTypeLiveTvChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440",
+ "LabelAllowLocalAccessWithoutPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0441\u0456\u0437 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0441\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, \u04af\u0439\u0456\u04a3\u0456\u0437\u0434\u0435\u0433\u0456 \u0436\u0435\u043b\u0456 \u0456\u0448\u0456\u043d\u0435\u043d \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b.",
+ "HeaderPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437",
+ "HeaderLocalAccess": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u049b\u0430\u0442\u044b\u043d\u0430\u0441",
+ "HeaderViewOrder": "\u0410\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440 \u0440\u0435\u0442\u0456",
+ "LabelSelectUserViewOrder": "Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u041c\u0435\u043d\u0456\u04a3 \u0430\u0441\u043f\u0435\u043a\u0442\u0442\u0435\u0440\u0456\u043c \u0440\u0435\u0442\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437",
+ "LabelMetadataRefreshMode": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
+ "LabelImageRefreshMode": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
+ "OptionDownloadMissingImages": "\u0416\u043e\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
+ "OptionReplaceExistingImages": "\u0411\u0430\u0440 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
+ "OptionRefreshAllData": "\u0411\u0430\u0440\u043b\u044b\u049b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+ "OptionAddMissingDataOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u043e\u043a \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u04af\u0441\u0442\u0435\u0443",
+ "OptionLocalRefreshOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+ "HeaderRefreshMetadata": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u043a\u04e9\u043a\u0435\u0439\u0442\u0435\u0441\u0442\u0456 \u0435\u0442\u0443",
+ "HeaderPersonInfo": "\u0422\u04b1\u043b\u0493\u0430 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442",
+ "HeaderIdentifyItem": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u0443",
+ "HeaderIdentifyItemHelp": "\u0406\u0437\u0434\u0435\u0443\u0434\u0456\u04a3 \u0431\u0456\u0440 \u043d\u0435 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0448\u0430\u0440\u0442\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437. \u0406\u0437\u0434\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u043a\u04e9\u0431\u0435\u0439\u0442\u0443 \u04af\u0448\u0456\u043d \u0448\u0430\u0440\u0442\u0442\u044b \u0430\u043b\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
+ "HeaderConfirmDeletion": "\u0416\u043e\u044e\u0434\u044b \u0440\u0430\u0441\u0442\u0430\u0443",
+ "LabelFollowingFileWillBeDeleted": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0444\u0430\u0439\u043b \u0436\u043e\u0439\u044b\u043b\u0430\u0434\u044b:",
+ "LabelIfYouWishToContinueWithDeletion": "\u0415\u0433\u0435\u0440 \u0436\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u0430\u043b\u0430\u0441\u0430\u04a3\u044b\u0437, \u043c\u044b\u043d\u0430\u043d\u044b\u04a3 \u043c\u04d9\u043d\u0456\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u0440\u0430\u0441\u0442\u0430\u04a3\u044b\u0437:",
+ "ButtonIdentify": "\u0410\u043d\u044b\u049b\u0442\u0430\u0443",
+ "LabelAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c \u043e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u0441\u044b:",
+ "LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c:",
+ "LabelCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+ "LabelVoteCount": "\u0414\u0430\u0443\u044b\u0441 \u0435\u0441\u0435\u0431\u0456:",
+ "LabelMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+ "LabelCriticRating": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
+ "LabelCriticRatingSummary": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0430\u049b\u043f\u0430\u0440\u044b:",
+ "LabelAwardSummary": "\u041c\u0430\u0440\u0430\u043f\u0430\u0442 \u0430\u049b\u043f\u0430\u0440\u044b:",
+ "LabelWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b:",
+ "LabelTagline": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0441\u04e9\u0439\u043b\u0435\u043c:",
+ "LabelOverview": "\u0416\u0430\u043b\u043f\u044b \u0448\u043e\u043b\u0443:",
+ "LabelShortOverview": "\u049a\u044b\u0441\u049b\u0430\u0448\u0430 \u0448\u043e\u043b\u0443:",
+ "LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:",
+ "LabelYear": "\u0416\u044b\u043b\u044b:",
+ "LabelPlaceOfBirth": "\u0422\u0443\u0493\u0430\u043d \u0436\u0435\u0440\u0456:",
+ "LabelEndDate": "\u0410\u044f\u049b\u0442\u0430\u043b\u0443 \u043a\u04af\u043d\u0456:",
+ "LabelAirDate": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
+ "LabelAirTime:": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b",
+ "LabelRuntimeMinutes": "\u04b0\u0437\u0430\u049b\u0442\u044b\u0493\u044b, \u043c\u0438\u043d:",
+ "LabelParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b:",
+ "LabelCustomRating": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0441\u0430\u043d\u0430\u0442:",
+ "LabelBudget": "\u0411\u044e\u0434\u0436\u0435\u0442\u0456",
+ "LabelRevenue": "\u0422\u04af\u0441\u0456\u043c\u0456, $:",
+ "LabelOriginalAspectRatio": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043f\u0456\u0448\u0456\u043c\u0434\u0456\u043a \u0430\u0440\u0430\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u044b:",
+ "LabelPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440:",
+ "Label3DFormat": "3D \u043f\u0456\u0448\u0456\u043c\u0456:",
+ "HeaderAlternateEpisodeNumbers": "\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u043b\u0435\u0440\u0456",
+ "HeaderSpecialEpisodeInfo": "\u0410\u0440\u043d\u0430\u0439\u044b \u044d\u043f\u0438\u0437\u043e\u0434 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b",
+ "HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:",
+ "LabelDvdSeasonNumber": "DVD \u043c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelDvdEpisodeNumber": "DVD \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelAbsoluteEpisodeNumber": "\u041d\u0430\u049b\u043f\u0430-\u043d\u0430\u049b \u044d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
+ "LabelAirsBeforeSeason": "\"Airs before\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
+ "LabelAirsAfterSeason": "\"Airs after\" \u043c\u0430\u0443\u0441\u044b\u043c\u044b",
+ "LabelAirsBeforeEpisode": "\"Airs after\" \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "LabelTreatImageAs": "\u041a\u0435\u0441\u043a\u0456\u043d \u049b\u0430\u0440\u0430\u0441\u0442\u044b\u0440\u0443\u044b:",
+ "LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
+ "LabelDisplaySpecialsWithinSeasons": "\u0410\u0440\u043d\u0430\u0439\u044b\u043b\u0430\u0440\u0434\u044b \u044d\u0444\u0438\u0440\u0434\u0435 \u0431\u043e\u043b\u0493\u0430\u043d \u043c\u0430\u0443\u0441\u044b\u043c \u0456\u0448\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "HeaderCountries": "\u0415\u043b\u0434\u0435\u0440",
+ "HeaderGenres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
+ "HeaderPlotKeywords": "\u0421\u044e\u0436\u0435\u0442\u0442\u0456\u043d \u043a\u0456\u043b\u0442 \u0441\u04e9\u0437\u0434\u0435\u0440\u0456",
+ "HeaderStudios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440",
+ "HeaderTags": "\u0422\u0435\u0433\u0442\u0435\u0440",
+ "HeaderMetadataSettings": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+ "LabelLockItemToPreventChanges": "\u041e\u0441\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0456 \u043a\u0435\u043b\u0435\u0448\u0435\u043a \u04e9\u0437\u0433\u0435\u0440\u0442\u0443\u043b\u0435\u0440\u0434\u0435\u043d \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443",
+ "MessageLeaveEmptyToInherit": "\u0422\u0435\u043a\u0442\u0456\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u043d, \u043d\u0435\u043c\u0435\u0441\u0435 \u0493\u0430\u043b\u0430\u043c\u0434\u044b\u049b \u04d9\u0434\u0435\u043f\u043a\u0456 \u043c\u04d9\u043d\u0456\u043d\u0435\u043d\u0456. \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u043c\u04b1\u0440\u0430\u0441\u044b\u043d\u0430 \u0438\u0435\u043b\u0435\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+ "TabDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b",
+ "HeaderDonationType": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0442\u04af\u0440\u0456:",
+ "OptionMakeOneTimeDonation": "\u0411\u04e9\u043b\u0435\u043a \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u0436\u0430\u0441\u0430\u0443",
+ "OptionOneTimeDescription": "\u0411\u04b1\u043b \u049b\u043e\u043b\u0434\u0430\u0443\u044b\u04a3\u044b\u0437\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u043e\u043f\u049b\u0430 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b. \u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u0440 \u0431\u043e\u043b\u043c\u0430\u0439\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043a\u0456\u043b\u0442\u0456 \u0436\u0430\u0441\u0430\u043b\u043c\u0430\u0439\u0434\u044b.",
+ "OptionLifeTimeSupporterMembership": "\u0492\u04b1\u043c\u044b\u0440\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+ "OptionYearlySupporterMembership": "\u0416\u044b\u043b\u0434\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+ "OptionMonthlySupporterMembership": "\u0410\u0439\u043b\u044b\u049b \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456",
+ "OptionNoTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0441\u0456\u0437",
+ "OptionNoThemeSong": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0441\u0456\u0437",
+ "OptionNoThemeVideo": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u0441\u0456\u0437",
+ "LabelOneTimeDonationAmount": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b:",
+ "ButtonDonate": "\u049a\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0430\u0443",
+ "OptionActor": "\u0410\u043a\u0442\u0435\u0440",
+ "OptionComposer": "\u041a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043e\u0440",
+ "OptionDirector": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440",
+ "OptionGuestStar": "\u0428\u0430\u049b\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0430\u043a\u0442\u0435\u0440",
+ "OptionProducer": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440",
+ "OptionWriter": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u0448\u0456",
+ "LabelAirDays": "\u042d\u0444\u0438\u0440 \u043a\u04af\u043d\u0434\u0435\u0440\u0456:",
+ "LabelAirTime": "\u042d\u0444\u0438\u0440 \u0443\u0430\u049b\u044b\u0442\u044b:",
+ "HeaderMediaInfo": "\u0422\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0456",
+ "HeaderPhotoInfo": "\u0424\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0456",
+ "HeaderInstall": "\u041e\u0440\u043d\u0430\u0442\u0443",
+ "LabelSelectVersionToInstall": "\u041e\u0440\u043d\u0430\u0442\u044b\u043c \u043d\u04b1\u0441\u049b\u0430\u0441\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443:",
+ "LinkSupporterMembership": "\u0416\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u0442\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437",
+ "MessageSupporterPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0433\u0435 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443 \u043a\u0435\u0437\u0435\u04a3\u0456\u043d\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+ "MessagePremiumPluginRequiresMembership": "\u0411\u04b1\u043b \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d 14 \u043a\u04af\u043d\u0434\u0456\u043a \u0442\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443 \u043a\u0435\u0437\u0435\u04a3\u0456\u043d\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+ "HeaderReviews": "\u041f\u0456\u043a\u0456\u0440\u043b\u0435\u0440",
+ "HeaderDeveloperInfo": "\u0416\u0430\u0441\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u0442\u0443\u0440\u0430\u043b\u044b",
+ "HeaderRevisionHistory": "\u04e8\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0442\u0430\u0440\u0438\u0445\u044b",
+ "ButtonViewWebsite": "\u0492\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d \u049b\u0430\u0440\u0430\u0443",
+ "LabelRecurringDonationCanBeCancelledHelp": "\u049a\u0430\u0439\u0442\u0430\u043b\u0430\u043c\u0430 \u049b\u0430\u0439\u044b\u0440\u043c\u0430\u043b\u0434\u044b\u049b\u0442\u0430\u0440 PayPal \u0435\u0441\u0435\u043f \u0448\u043e\u0442\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u04d9\u0440 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0434\u0430 \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "HeaderXmlSettings": "XML \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
+ "HeaderXmlDocumentAttributes": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
+ "HeaderXmlDocumentAttribute": "XML-\u049b\u04b1\u0436\u0430\u0442 \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u044b",
+ "XmlDocumentAttributeListHelp": "\u041e\u0441\u044b \u0442\u04e9\u043b\u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440 \u04d9\u0440\u0431\u0456\u0440 XML \u04af\u043d \u049b\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b\u04a3 \u0442\u04af\u0431\u0456\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0456 \u04af\u0448\u0456\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+ "OptionSaveMetadataAsHidden": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043c\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u044b\u0440\u044b\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u0443",
+ "LabelExtractChaptersDuringLibraryScan": "\u0421\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435 \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u0443",
+ "LabelExtractChaptersDuringLibraryScanHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456 \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u0441\u044b\u0440\u0442\u0442\u0430\u043d \u0430\u043b\u044b\u043d\u0493\u0430\u043d\u0434\u0430, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b. \u0410\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0431\u04b1\u043b\u0430\u0440 \u0441\u0430\u0445\u043d\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d\u0435 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u0441\u044b \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435, \u0442\u04b1\u0440\u0430\u049b\u0442\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443\u0456\u043d \u0436\u044b\u043b\u0434\u0430\u043c\u044b\u0440\u0430\u049b \u0430\u044f\u049b\u0442\u0430\u043b\u0443\u044b \u04b1\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043f, \u0448\u044b\u0493\u0430\u0440\u044b\u043f \u0430\u043b\u044b\u043d\u0430\u0434\u044b.",
+ "LabelConnectGuestUserName": "\u041e\u043b\u0430\u0440\u0434\u044b\u04a3 Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b:",
+ "LabelConnectUserName": "Media Browser \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\/\u044d-\u043f\u043e\u0448\u0442\u0430\u0441\u044b:",
+ "LabelConnectUserNameHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 IP \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0431\u0456\u043b\u043c\u0435\u0439 \u0442\u04b1\u0440\u044b\u043f \u04d9\u0440\u049b\u0430\u0439\u0441\u044b Media Browser \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0441\u044b\u043d\u0430\u043d \u043a\u0456\u0440\u0443-\u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0442\u044b \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0442\u0443\u0456\u043d \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d \u043e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u044b\u04a3\u044b\u0437.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Media Browser Connect \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
+ "LabelExternalPlayers": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440:",
+ "LabelExternalPlayersHelp": "\u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440\u0434\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u043a\u0442\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443. \u0411\u04b1\u043b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 URL \u0441\u0445\u0435\u043c\u0430\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d, \u04d9\u0434\u0435\u0442\u0442\u0435, Android \u0436\u04d9\u043d\u0435 iOS, \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456. \u0421\u044b\u0440\u0442\u049b\u044b \u043e\u0439\u043d\u0430\u0442\u049b\u044b\u0448\u0442\u0430\u0440, \u049b\u0430\u0493\u0438\u0434\u0430 \u0431\u043e\u0439\u044b\u043d\u0448\u0430, \u0430\u043b\u044b\u0441\u0442\u0430\u043d \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u043c\u0430\u0439\u0434\u044b.",
+ "HeaderSubtitleProfile": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b",
+ "HeaderSubtitleProfiles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b",
+ "HeaderSubtitleProfilesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b \u043e\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u049b\u043e\u043b\u0434\u0430\u0443\u044b \u0431\u0430\u0440 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043f\u0456\u0448\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0439\u0434\u044b.",
+ "LabelFormat": "\u041f\u0456\u0448\u0456\u043c:",
+ "LabelMethod": "\u04d8\u0434\u0456\u0441:",
+ "LabelDidlMode": "DIDL \u0440\u0435\u0436\u0456\u043c\u0456:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u043c\u0435\u043d \u0435\u043d\u0434\u0456\u0440\u0443\u043b\u0456",
+ "OptionExternallyDownloaded": "\u0421\u044b\u0440\u0442\u0442\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043b\u0433\u0435\u043d",
+ "OptionHlsSegmentedSubtitles": "HLS \u0431\u04e9\u043b\u0448\u0435\u043a\u0442\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
+ "LabelSubtitleFormatHelp": "\u041c\u044b\u0441\u0430\u043b: srt",
+ "ButtonLearnMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
+ "TabPlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
+ "HeaderTrailersAndExtras": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440 \u0431\u0435\u043d \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440",
+ "OptionFindTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u0430\u0431\u0443",
+ "HeaderLanguagePreferences": "\u0422\u0456\u043b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456",
+ "TabCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
+ "TitlePlayback": "\u041e\u0439\u043d\u0430\u0442\u0443",
+ "LabelEnableCinemaModeFor": "\u041c\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443:",
+ "CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u0431\u0430\u0441\u0442\u044b \u049b\u0430\u0441\u0438\u0435\u0442\u0442\u0456\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456\u043c\u0435\u043d \u043a\u0438\u043d\u043e \u043a\u04e9\u0440\u0441\u0435\u0442\u0435\u0442\u0456\u043d \u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u049b\u043e\u043d\u0430\u049b\u0436\u0430\u0439\u044b\u04a3\u044b\u0437\u0493\u0430 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
+ "OptionTrailersFromMyMovies": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+ "OptionUpcomingMoviesInTheaters": "\u0416\u0430\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+ "LabelLimitIntrosToUnwatchedContent": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+ "LabelEnableIntroParentalControl": "\u0417\u0438\u044f\u0442\u0442\u044b \u0430\u0442\u0430-\u0430\u043d\u0430\u043b\u044b\u049b \u0431\u0430\u049b\u044b\u043b\u0430\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
+ "LabelEnableIntroParentalControlHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0436\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u0443\u0493\u0430 \u0430\u0440\u043d\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0493\u0430 \u0442\u0435\u04a3 \u043d\u0435\u043c\u0435\u0441\u0435 \u043a\u0435\u043c \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "\u041e\u0441\u044b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+ "OptionTrailersFromMyMoviesHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0440\u043d\u0430\u0442\u0443\u044b\u043d \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456\u043d \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+ "LabelCustomIntrosPath": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u043b\u0435\u0440 \u0436\u043e\u043b\u044b:",
+ "LabelCustomIntrosPathHelp": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b \u0431\u0430\u0440 \u049b\u0430\u043b\u0442\u0430. \u0411\u0435\u0439\u043d\u0435 \u043a\u0435\u0437\u0434\u0435\u0439\u0441\u043e\u049b \u0442\u0430\u04a3\u0434\u0430\u043b\u0430\u0434\u044b \u0434\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0435\u043d \u043a\u0435\u0439\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
+ "ValueSpecialEpisodeName": "\u0410\u0440\u043d\u0430\u0439\u044b - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "\u0418\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456:",
+ "OptionUpcomingDvdMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d DVD \u0436\u04d9\u043d\u0435 BluRay \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+ "OptionUpcomingStreamingMovies": "\u0416\u04d9\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u043a\u04af\u0442\u0456\u043b\u0433\u0435\u043d Netflix \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0456\u043d \u049b\u0430\u043c\u0442\u0443",
+ "LabelDisplayTrailersWithinMovieSuggestions": "\u0424\u0438\u043b\u044c\u043c \u04b1\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440\u044b \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u0442\u0440\u0435\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u0443 \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456.",
+ "CinemaModeConfigurationHelp2": "\u0416\u0435\u043a\u0435 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u0430 \u04e9\u0437\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u0430\u0436\u044b\u0440\u0430\u0442\u0443 \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0456 \u0431\u043e\u043b\u0430\u0434\u044b.",
+ "LabelEnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
+ "HeaderCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
+ "LabelDateAddedBehavior": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d \u04af\u0448\u0456\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456 \u0442\u04d9\u0440\u0442\u0456\u0431\u0456:",
+ "OptionDateAddedImportTime": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430 \u0456\u0448\u0456\u043d\u0435 \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+ "OptionDateAddedFileTime": "\u0424\u0430\u0439\u043b\u0434\u044b\u04a3 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u043a\u04af\u043d\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443",
+ "LabelDateAddedBehaviorHelp": "\u0415\u0433\u0435\u0440 \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435 \u043c\u04d9\u043d\u0456 \u0431\u043e\u043b\u0441\u0430, \u0431\u04b1\u043b \u049b\u0430\u0439\u0441\u044b\u0431\u0456\u0440 \u043e\u0441\u044b \u043d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u04d9\u0440\u049b\u0430\u0448\u0430\u043d\u0434\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b.",
+ "LabelNumberTrailerToPlay": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0434\u0456\u04a3 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u044b:",
+ "TitleDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
+ "TabCameraUpload": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443",
+ "TabDevices": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
+ "HeaderCameraUploadHelp": "\u04b0\u0442\u049b\u044b\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u0442\u04af\u0441\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u043c\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b Media Browser \u0456\u0448\u0456\u043d\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0443.",
+ "MessageNoDevicesSupportCameraUpload": "\u0410\u0493\u044b\u043c\u0434\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u049b\u043e\u0442\u0430\u0440\u044b\u043f \u0431\u0435\u0440\u0435\u0442\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437 \u0436\u043e\u049b.",
+ "LabelCameraUploadPath": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b:",
+ "LabelCameraUploadPathHelp": "\u049a\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
+ "LabelCreateCameraUploadSubfolder": "\u04d8\u0440\u049b\u0430\u0439\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u04af\u0448\u0456\u043d \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u0436\u0430\u0441\u0430\u0443",
+ "LabelCreateCameraUploadSubfolderHelp": "\u0416\u0430\u0431\u0434\u044b\u049b\u0442\u0430\u0440 \u0431\u0435\u0442\u0456\u043d\u0434\u0435 \u043d\u04b1\u049b\u044b\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u043d\u0430\u049b\u0442\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "LabelCustomDeviceDisplayName": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0443 \u0430\u0442\u044b:",
+ "LabelCustomDeviceDisplayNameHelp": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0442\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0430\u0442\u044b\u043d \u04b1\u0441\u044b\u043d\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u044f\u043d\u0434\u0430\u043b\u0493\u0430\u043d \u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0431\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u044b\u04a3\u044b\u0437.",
+ "HeaderInviteUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b \u0448\u0430\u049b\u044b\u0440\u0443",
+ "LabelConnectGuestUserNameHelp": "\u0411\u04b1\u043b \u0434\u043e\u0441\u044b\u04a3\u044b\u0437 Media Browser \u0493\u0430\u043b\u0430\u043c\u0442\u043e\u0440 \u0441\u0430\u0439\u0442\u044b\u043d\u0430 \u043a\u0456\u0440\u0433\u0435\u043d\u0434\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b, \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b.",
+ "HeaderInviteUserHelp": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0430\u0441\u0443\u0448\u044b\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0434\u043e\u0441\u0442\u0430\u0440\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443 \u0431\u04b1\u0440\u044b\u043d\u043d\u0430\u043d \u0434\u0430 \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0443 \u0431\u043e\u043b\u0434\u044b.",
+ "ButtonSendInvitation": "\u0428\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u044b \u0436\u0456\u0431\u0435\u0440\u0443",
+ "HeaderSignInWithConnect": "Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u043a\u0456\u0440\u0443",
+ "HeaderGuests": "\u049a\u043e\u043d\u0430\u049b\u0442\u0430\u0440",
+ "HeaderLocalUsers": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+ "HeaderPendingInvitations": "\u0411\u04e9\u0433\u0435\u043b\u0456\u0441 \u0448\u0430\u049b\u044b\u0440\u044b\u043c\u0434\u0430\u0440",
+ "TabParentalControl": "\u041c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u0443",
+ "HeaderAccessSchedule": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
+ "HeaderAccessScheduleHelp": "\u049a\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0431\u0435\u043b\u0433\u0456\u043b\u0456 \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u0440\u0493\u0430 \u0448\u0435\u043a\u0442\u0435\u0443 \u04af\u0448\u0456\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443 \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d \u0436\u0430\u0441\u0430\u04a3\u044b\u0437.",
+ "ButtonAddSchedule": "\u041a\u0435\u0441\u0442\u0435 \u04af\u0441\u0442\u0435\u0443",
+ "LabelAccessDay": "\u0410\u043f\u0442\u0430 \u043a\u04af\u043d\u0456",
+ "LabelAccessStart": "\u0411\u0430\u0441\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
+ "LabelAccessEnd": "\u0410\u044f\u049b\u0442\u0430\u0443 \u0443\u0430\u049b\u044b\u0442\u044b:",
+ "HeaderSchedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
+ "OptionEveryday": "\u041a\u04af\u043d \u0441\u0430\u0439\u044b\u043d",
+ "OptionWeekdays": "\u0416\u04b1\u043c\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
+ "OptionWeekends": "\u0414\u0435\u043c\u0430\u043b\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
+ "MessageProfileInfoSynced": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d\u044b\u04a3 \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b Media Browser Connect \u0430\u0440\u049b\u044b\u043b\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u043b\u0430\u0434\u044b.",
+ "HeaderOptionalLinkMediaBrowserAccount": "\u049a\u0430\u043b\u0430\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430: Media Browser \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
+ "ButtonTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
+ "HeaderTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
+ "OptionPlayUnwatchedTrailersOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
+ "HeaderTrailerReelHelp": "\u04b0\u0437\u0430\u049b \u043e\u0440\u044b\u043d\u0434\u0430\u043b\u0430\u0442\u044b\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443\u0434\u044b \u0431\u0430\u0441\u0442\u0430\u04a3\u044b\u0437.",
+ "MessageNoTrailersFound": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b. \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0445\u0430\u043d\u0430\u0441\u044b\u043d \u04af\u0441\u0442\u0435\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u043d \u0430\u043b\u044b\u043d\u0430\u0442\u044b\u043d \u0442\u04d9\u0436\u0456\u0440\u0438\u0431\u0435\u04a3\u0456\u0437\u0434\u0456 \u0436\u0430\u049b\u0441\u0430\u0440\u0442\u0443 \u04af\u0448\u0456\u043d Trailer \u0430\u0440\u043d\u0430\u0441\u044b\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437",
+ "HeaderNewUsers": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
+ "ButtonSignUp": "\u0422\u0456\u0440\u043a\u0435\u043b\u0443",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443\u0434\u044b \u0430\u0436\u044b\u0440\u0430\u0442\u0443",
+ "OptionDisableUserPreferencesHelp": "\u0415\u0433\u0435\u0440 \u049b\u043e\u0441\u044b\u043b\u0441\u0430, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440\u0456\u043d \u0436\u04d9\u043d\u0435 \u0442\u0456\u043b\u0434\u0456\u043a \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
+ "HeaderSelectServer": "\u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u0442\u0430\u04a3\u0434\u0430\u0443",
+ "MessageNoServersAvailableToConnect": "\u049a\u043e\u0441\u044b\u043b\u0443 \u04af\u0448\u0456\u043d \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u0435\u0440\u0432\u0435\u0440\u043b\u0435\u0440 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u0415\u0433\u0435\u0440 \u0441\u0435\u0440\u0432\u0435\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443\u0493\u0430 \u0448\u0430\u049b\u044b\u0440\u044b\u043b\u0441\u0430\u04a3\u044b\u0437, \u049b\u0430\u0431\u044b\u043b\u0434\u0430\u0443\u044b\u043d \u0442\u04e9\u043c\u0435\u043d\u0434\u0435 \u043d\u0435\u043c\u0435\u0441\u0435 \u044d-\u043f\u043e\u0448\u0442\u0430\u0434\u0430\u0493\u044b \u0441\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u043d\u04b1\u049b\u044b\u043f \u043d\u0430\u049b\u0442\u044b\u043b\u0430\u04a3\u044b\u0437.",
+ "TitleNewUser": "\u0416\u0430\u04a3\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b",
+ "ButtonConfigurePassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0442\u0435\u04a3\u0448\u0435\u0443",
+ "HeaderDashboardUserPassword": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u044b\u049b \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0435\u0440 \u04d9\u0440 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0434\u0430\u0440\u0430 \u043f\u0440\u043e\u0444\u0430\u0439\u043b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u0430\u0441\u049b\u0430\u0440\u044b\u043b\u0430\u0434\u044b.",
+ "HeaderLibraryAccess": "\u0422\u0430\u0441\u0443\u0448\u044b\u0445\u0430\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
+ "HeaderChannelAccess": "\u0410\u0440\u043d\u0430\u0493\u0430 \u049b\u0430\u0442\u044b\u043d\u0430\u0441\u0443",
+ "HeaderLatestItems": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440",
+ "LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0435\u043d \u0442\u0430\u0441\u0443\u0448\u044b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
+ "HeaderShareMediaFolders": "\u0422\u0430\u0441\u0443\u0448\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u049b\u0442\u0430\u0441\u0443",
+ "MessageGuestSharingPermissionsHelp": "\u041c\u04d9\u043b\u043c\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u04e9\u0431\u0456 \u04d9\u0434\u0435\u043f\u043a\u0456\u0434\u0435 \u049b\u043e\u043d\u0430\u049b\u0442\u0430\u0440\u0493\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441, \u0431\u0456\u0440\u0430\u049b \u043a\u0435\u0440\u0435\u043a \u0431\u043e\u043b\u0441\u0430 \u049b\u043e\u0441\u044b\u043b\u0430\u0434\u044b.",
+ "HeaderInvitations": "\u0428\u0430\u049b\u044b\u0440\u0443\u043b\u0430\u0440",
+ "LabelForgotPasswordUsernameHelp": "\u0415\u0441\u043a\u0435 \u0441\u0430\u043b\u0441\u0430\u04a3\u044b\u0437, \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u044b\u04a3\u044b\u0437\u0434\u044b \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
+ "HeaderForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
+ "TitleForgotPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u04b1\u043c\u044b\u0442\u044b\u04a3\u044b\u0437 \u0431\u0430?",
+ "TitlePasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
+ "LabelPasswordRecoveryPinCode": "PIN \u043a\u043e\u0434\u044b:",
+ "HeaderPasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
+ "HeaderParentalRatings": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0440",
+ "HeaderVideoTypes": "\u0411\u0435\u0439\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u0440\u0456",
+ "HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
+ "HeaderAddTag": "\u0422\u0435\u0433\u0442\u0456 \u049b\u043e\u0441\u0443",
+ "LabelBlockItemsWithTags": "\u041c\u044b\u043d\u0430\u0434\u0430\u0439 \u0442\u0435\u0433\u0442\u0435\u0440\u0456 \u0431\u0430\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
+ "LabelTag": "\u0422\u0435\u0433:",
+ "LabelEnableSingleImageInDidlLimit": "\u0416\u0430\u043b\u0493\u044b\u0437 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u043a\u0435 \u0448\u0435\u043a\u0442\u0435\u0443",
+ "LabelEnableSingleImageInDidlLimitHelp": "\u0415\u0433\u0435\u0440 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0443\u0440\u0435\u0442 Didl \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0441\u0435, \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 \u0442\u04af\u0440\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0431\u0435\u0439\u0434\u0456.",
+ "TabActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
+ "TitleSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443",
+ "OptionAllowSyncContent": "\u041c\u0435\u0434\u0438\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043c\u0435\u043d \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+ "NameSeasonUnknown": "\u0411\u0435\u043b\u0433\u0456\u0441\u0456\u0437 \u043c\u0430\u0443\u0441\u044b\u043c",
+ "NameSeasonNumber": "{0}-\u0441\u0435\u0437\u043e\u043d",
+ "LabelNewUserNameHelp": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0430\u0442\u0442\u0430\u0440\u044b\u043d\u0434\u0430 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440 (a-z), \u0441\u0430\u043d\u0434\u0430\u0440 (0-9), \u0441\u044b\u0437\u044b\u049b\u0448\u0430\u043b\u0430\u0440 (-), \u0430\u0441\u0442\u044b\u04a3\u0493\u044b \u0441\u044b\u0437\u044b\u049b\u0442\u0430\u0440 (_), \u0434\u04d9\u0439\u0435\u043a\u0448\u0435\u043b\u0435\u0440 (') \u0436\u04d9\u043d\u0435 \u043d\u04af\u043a\u0442\u0435\u043b\u0435\u0440 (.) \u0431\u043e\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d",
+ "TabJobs": "\u0416\u04b1\u043c\u044b\u0441\u0442\u0430\u0440",
+ "TabSyncJobs": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0434\u0430\u0443 \u0436\u04b1\u043c\u044b\u0441\u0442\u0430\u0440\u044b"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/ko.json b/MediaBrowser.Server.Implementations/Localization/Server/ko.json
index 56e9d7201..d433ad9e2 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/ko.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/ko.json
@@ -1,6 +1,651 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Schweinsteiger",
+ "LabelVisitCommunity": "Visit Community",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standard",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "Browse Library",
+ "LabelConfigureMediaBrowser": "Configure Media Browser",
+ "LabelOpenLibraryViewer": "Open Library Viewer",
+ "LabelRestartServer": "Restart Server",
+ "LabelShowLogWindow": "Show Log Window",
+ "LabelPrevious": "Previous",
+ "LabelFinish": "Finish",
+ "LabelNext": "Next",
+ "LabelYoureDone": "You're Done!",
+ "WelcomeToMediaBrowser": "Welcome to Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
+ "TellUsAboutYourself": "Tell us about yourself",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "Your first name:",
+ "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
+ "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
+ "LabelWindowsService": "Windows Service",
+ "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
+ "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.",
+ "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.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Configure settings",
+ "LabelEnableVideoImageExtraction": "Enable video image extraction",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Cancel",
+ "ButtonNew": "New",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Setup your media library",
+ "ButtonAddMediaFolder": "Add media folder",
+ "LabelFolderType": "Folder type:",
+ "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
+ "LabelCountry": "Country:",
+ "LabelLanguage": "Language:",
+ "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
+ "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
+ "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
+ "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
+ "TabPreferences": "Preferences",
+ "TabPassword": "Password",
+ "TabLibraryAccess": "Library Access",
+ "TabAccess": "Access",
+ "TabImage": "Image",
+ "TabProfile": "Profile",
+ "TabMetadata": "Metadata",
+ "TabImages": "Images",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "Titles",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
+ "HeaderVideoPlaybackSettings": "Video Playback Settings",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "Audio language preference:",
+ "LabelSubtitleLanguagePreference": "Subtitle language preference:",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "No Subtitles",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "Profiles",
+ "TabSecurity": "Security",
+ "ButtonAddUser": "Add User",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Save",
+ "ButtonResetPassword": "Reset Password",
+ "LabelNewPassword": "New password:",
+ "LabelNewPasswordConfirm": "New password confirm:",
+ "HeaderCreatePassword": "Create Password",
+ "LabelCurrentPassword": "Current password:",
+ "LabelMaxParentalRating": "Maximum allowed parental rating:",
+ "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
+ "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Delete Image",
+ "LabelSelectUsers": "Select users:",
+ "ButtonUpload": "Upload",
+ "HeaderUploadNewImage": "Upload New Image",
+ "LabelDropImageHere": "Drop image here",
+ "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
+ "MessageNothingHere": "Nothing here.",
+ "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
+ "TabSuggested": "Suggested",
+ "TabLatest": "Latest",
+ "TabUpcoming": "Upcoming",
+ "TabShows": "Shows",
+ "TabEpisodes": "Episodes",
+ "TabGenres": "Genres",
+ "TabPeople": "People",
+ "TabNetworks": "Networks",
+ "HeaderUsers": "Users",
+ "HeaderFilters": "Filters:",
+ "ButtonFilter": "Filter",
+ "OptionFavorite": "Favorites",
+ "OptionLikes": "Likes",
+ "OptionDislikes": "Dislikes",
+ "OptionActors": "Actors",
+ "OptionGuestStars": "Guest Stars",
+ "OptionDirectors": "Directors",
+ "OptionWriters": "Writers",
+ "OptionProducers": "Producers",
+ "HeaderResume": "Resume",
+ "HeaderNextUp": "Next Up",
+ "NoNextUpItemsMessage": "None found. Start watching your shows!",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "HeaderPersonTypes": "Person Types:",
+ "TabSongs": "Songs",
+ "TabAlbums": "Albums",
+ "TabArtists": "Artists",
+ "TabAlbumArtists": "Album Artists",
+ "TabMusicVideos": "Music Videos",
+ "ButtonSort": "Sort",
+ "HeaderSortBy": "Sort By:",
+ "HeaderSortOrder": "Sort Order:",
+ "OptionPlayed": "Played",
+ "OptionUnplayed": "Unplayed",
+ "OptionAscending": "Ascending",
+ "OptionDescending": "Descending",
+ "OptionRuntime": "Runtime",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "Play Count",
+ "OptionDatePlayed": "Date Played",
+ "OptionDateAdded": "Date Added",
+ "OptionAlbumArtist": "Album Artist",
+ "OptionArtist": "Artist",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Track Name",
+ "OptionCommunityRating": "Community Rating",
+ "OptionNameSort": "Name",
+ "OptionFolderSort": "Folders",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Revenue",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Backdrop",
+ "OptionTimeline": "Timeline",
+ "OptionThumb": "Thumb",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Critic Rating",
+ "OptionVideoBitrate": "Video Bitrate",
+ "OptionResumable": "Resumable",
+ "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+ "ScheduledTasksTitle": "Scheduled Tasks",
+ "TabMyPlugins": "My Plugins",
+ "TabCatalog": "Catalog",
+ "PluginsTitle": "Plugins",
+ "HeaderAutomaticUpdates": "Automatic Updates",
+ "HeaderNowPlaying": "Now Playing",
+ "HeaderLatestAlbums": "Latest Albums",
+ "HeaderLatestSongs": "Latest Songs",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "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.",
+ "LabelVideoType": "Video Type:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Features:",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "Subtitles",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Theme Song",
+ "OptionHasThemeVideo": "Theme Video",
+ "TabMovies": "Movies",
+ "TabStudios": "Studios",
+ "TabTrailers": "Trailers",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "Latest Movies",
+ "HeaderLatestTrailers": "Latest Trailers",
+ "OptionHasSpecialFeatures": "Special Features",
+ "OptionImdbRating": "IMDb Rating",
+ "OptionParentalRating": "Parental Rating",
+ "OptionPremiereDate": "Premiere Date",
+ "TabBasic": "Basic",
+ "TabAdvanced": "Advanced",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "Continuing",
+ "OptionEnded": "Ended",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "Sunday",
+ "OptionMonday": "Monday",
+ "OptionTuesday": "Tuesday",
+ "OptionWednesday": "Wednesday",
+ "OptionThursday": "Thursday",
+ "OptionFriday": "Friday",
+ "OptionSaturday": "Saturday",
+ "HeaderManagement": "Management",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Missing IMDb Id",
+ "OptionMissingTvdbId": "Missing TheTVDB Id",
+ "OptionMissingOverview": "Missing Overview",
+ "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+ "TabGeneral": "General",
+ "TitleSupport": "Support",
+ "TabLog": "Log",
+ "TabAbout": "About",
+ "TabSupporterKey": "Supporter Key",
+ "TabBecomeSupporter": "Become a Supporter",
+ "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+ "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+ "SearchKnowledgeBase": "Search the Knowledge Base",
+ "VisitTheCommunity": "Visit the Community",
+ "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Disable this user",
+ "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
+ "HeaderAdvancedControl": "Advanced Control",
+ "LabelName": "Name:",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Allow this user to manage the server",
+ "HeaderFeatureAccess": "Feature Access",
+ "OptionAllowMediaPlayback": "Allow media playback",
+ "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "Allow management of live tv recordings",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Missing Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Select",
+ "ButtonGroupVersions": "Group Versions",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Please support other free products we utilize:",
+ "VersionNumber": "Version {0}",
+ "TabPaths": "Paths",
+ "TabServer": "Server",
+ "TabTranscoding": "Transcoding",
+ "TitleAdvanced": "Advanced",
+ "LabelAutomaticUpdateLevel": "Automatic update level",
+ "OptionRelease": "Official Release",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (Unstable)",
+ "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
+ "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
+ "LabelEnableDebugLogging": "Enable debug logging",
+ "LabelRunServerAtStartup": "Run server at startup",
+ "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
+ "ButtonSelectDirectory": "Select Directory",
+ "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
+ "LabelCachePath": "Cache path:",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "Images by name path:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Metadata path:",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "Transcoding temporary path:",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "Basics",
+ "TabTV": "TV",
+ "TabGames": "Games",
+ "TabMusic": "Music",
+ "TabOthers": "Others",
+ "HeaderExtractChapterImagesFor": "Extract chapter images for:",
+ "OptionMovies": "Movies",
+ "OptionEpisodes": "Episodes",
+ "OptionOtherVideos": "Other Videos",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Image saving convention:",
+ "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Sign In",
+ "TitleSignIn": "Sign In",
+ "HeaderPleaseSignIn": "Please sign in",
+ "LabelUser": "User:",
+ "LabelPassword": "Password:",
+ "ButtonManualLogin": "Manual Login",
+ "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
+ "TabGuide": "Guide",
+ "TabChannels": "Channels",
+ "TabCollections": "Collections",
+ "HeaderChannels": "Channels",
+ "TabRecordings": "Recordings",
+ "TabScheduled": "Scheduled",
+ "TabSeries": "Series",
+ "TabFavorites": "Favorites",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "Cancel Recording",
+ "HeaderPrePostPadding": "Pre\/Post Padding",
+ "LabelPrePaddingMinutes": "Pre-padding minutes:",
+ "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
+ "LabelPostPaddingMinutes": "Post-padding minutes:",
+ "OptionPostPaddingRequired": "Post-padding is required in order to record.",
+ "HeaderWhatsOnTV": "What's On",
+ "HeaderUpcomingTV": "Upcoming TV",
+ "TabStatus": "Status",
+ "TabSettings": "Settings",
+ "ButtonRefreshGuideData": "Refresh Guide Data",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "Priority",
+ "OptionRecordOnAllChannels": "Record program on all channels",
+ "OptionRecordAnytime": "Record program at any time",
+ "OptionRecordOnlyNewEpisodes": "Record only new episodes",
+ "HeaderDays": "Days",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "HeaderAllRecordings": "All Recordings",
+ "ButtonPlay": "Play",
+ "ButtonEdit": "Edit",
+ "ButtonRecord": "Record",
+ "ButtonDelete": "Delete",
+ "ButtonRemove": "Remove",
+ "OptionRecordSeries": "Record Series",
+ "HeaderDetails": "Details",
+ "TitleLiveTV": "Live TV",
+ "LabelNumberOfGuideDays": "Number of days of guide data to download:",
+ "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
+ "LabelActiveService": "Active Service:",
+ "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
+ "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "Thumb",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disc",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Back",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Primary",
+ "HeaderFetchImages": "Fetch Images:",
+ "HeaderImageSettings": "Image Settings",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
+ "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
+ "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
+ "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "Add",
+ "LabelTriggerType": "Trigger Type:",
+ "OptionDaily": "Daily",
+ "OptionWeekly": "Weekly",
+ "OptionOnInterval": "On an interval",
+ "OptionOnAppStartup": "On application startup",
+ "OptionAfterSystemEvent": "After a system event",
+ "LabelDay": "Day:",
+ "LabelTime": "Time:",
+ "LabelEvent": "Event:",
+ "OptionWakeFromSleep": "Wake from sleep",
+ "LabelEveryXMinutes": "Every:",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Gallery",
+ "HeaderLatestGames": "Latest Games",
+ "HeaderRecentlyPlayedGames": "Recently Played Games",
+ "TabGameSystems": "Game Systems",
+ "TitleMediaLibrary": "Media Library",
+ "TabFolders": "Folders",
+ "TabPathSubstitution": "Path Substitution",
+ "LabelSeasonZeroDisplayName": "Season 0 display name:",
+ "LabelEnableRealtimeMonitor": "Enable real time monitoring",
+ "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
+ "ButtonScanLibrary": "Scan Library",
+ "HeaderNumberOfPlayers": "Players:",
+ "OptionAnyNumberOfPlayers": "Any",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Media Folders",
+ "HeaderThemeVideos": "Theme Videos",
+ "HeaderThemeSongs": "Theme Songs",
+ "HeaderScenes": "Scenes",
+ "HeaderAwardsAndReviews": "Awards and Reviews",
+ "HeaderSoundtracks": "Soundtracks",
+ "HeaderMusicVideos": "Music Videos",
+ "HeaderSpecialFeatures": "Special Features",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonSplitVersionsApart": "Split Versions Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Missing",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
+ "HeaderFrom": "From",
+ "HeaderTo": "To",
+ "LabelFrom": "From:",
+ "LabelFromHelp": "Example: D:\\Movies (on the server)",
+ "LabelTo": "To:",
+ "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
+ "ButtonAddPathSubstitution": "Add Substitution",
+ "OptionSpecialEpisode": "Specials",
+ "OptionMissingEpisode": "Missing Episodes",
+ "OptionUnairedEpisode": "Unaired Episodes",
+ "OptionEpisodeSortName": "Episode Sort Name",
+ "OptionSeriesSortName": "Series Name",
+ "OptionTvdbRating": "Tvdb Rating",
+ "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
+ "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
+ "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
+ "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
+ "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
+ "OptionHighSpeedTranscoding": "Higher speed",
+ "OptionHighQualityTranscoding": "Higher quality",
+ "OptionMaxQualityTranscoding": "Max quality",
+ "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
+ "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
+ "OptionUpscaling": "Allow clients to request upscaled video",
+ "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
+ "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
+ "HeaderAddTitles": "Add Titles",
+ "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
+ "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
+ "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
+ "HeaderCustomDlnaProfiles": "Custom Profiles",
+ "HeaderSystemDlnaProfiles": "System Profiles",
+ "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
+ "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Home",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "System Paths",
+ "LinkCommunity": "Community",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api Documentation",
+ "LabelFriendlyServerName": "Friendly server name:",
+ "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
+ "LabelReadHowYouCanContribute": "Read about how you can contribute.",
+ "HeaderNewCollection": "New Collection",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
+ "ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web socket port number:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Resume",
+ "TabWeather": "Weather",
+ "TitleAppSettings": "App Settings",
+ "LabelMinResumePercentage": "Min resume percentage:",
+ "LabelMaxResumePercentage": "Max resume percentage:",
+ "LabelMinResumeDuration": "Min resume duration (seconds):",
+ "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
+ "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
+ "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
+ "TitleAutoOrganize": "Auto-Organize",
+ "TabActivityLog": "Activity Log",
+ "HeaderName": "Name",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Completed",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Skipped",
+ "HeaderEpisodeOrganization": "Episode Organization",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
+ "HeaderSupportTheTeam": "Support the Media Browser Team",
+ "LabelSupportAmount": "Amount (USD)",
+ "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
+ "ButtonEnterSupporterKey": "Enter supporter key",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Enable new episode organization",
+ "LabelWatchFolder": "Watch folder:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "View scheduled tasks",
+ "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Supported Patterns",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Pattern",
+ "HeaderResult": "Result",
+ "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
+ "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
+ "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
+ "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
+ "LabelTransferMethod": "Transfer method",
+ "OptionCopy": "Copy",
+ "OptionMove": "Move",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Latest News",
+ "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
+ "HeaderRunningTasks": "Running Tasks",
+ "HeaderActiveDevices": "Active Devices",
+ "HeaderPendingInstallations": "Pending Installations",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restart Now",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Shutdown",
+ "ButtonUpdateNow": "Update Now",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Please shutdown the server and update manually.",
+ "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
+ "ServerUpToDate": "Media Browser Server is up to date",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Old supporter key",
+ "LabelNewSupporterKey": "New supporter key",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Current email address",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "Email address",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "Default user:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Server Settings",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Require manual username entry for:",
+ "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
+ "OptionOtherApps": "Other apps",
+ "OptionMobileApps": "Mobile apps",
+ "HeaderNotificationList": "Click on a notification to configure it's sending options.",
+ "NotificationOptionApplicationUpdateAvailable": "Application update available",
+ "NotificationOptionApplicationUpdateInstalled": "Application update installed",
"NotificationOptionPluginUpdateInstalled": "Plugin update installed",
"NotificationOptionPluginInstalled": "Plugin installed",
"NotificationOptionPluginUninstalled": "Plugin uninstalled",
@@ -657,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -693,652 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Schweinsteiger",
- "LabelVisitCommunity": "Visit Community",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standard",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "Browse Library",
- "LabelConfigureMediaBrowser": "Configure Media Browser",
- "LabelOpenLibraryViewer": "Open Library Viewer",
- "LabelRestartServer": "Restart Server",
- "LabelShowLogWindow": "Show Log Window",
- "LabelPrevious": "Previous",
- "LabelFinish": "Finish",
- "LabelNext": "Next",
- "LabelYoureDone": "You're Done!",
- "WelcomeToMediaBrowser": "Welcome to Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
- "TellUsAboutYourself": "Tell us about yourself",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "Your first name:",
- "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
- "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
- "LabelWindowsService": "Windows Service",
- "AWindowsServiceHasBeenInstalled": "A Windows Service has been installed.",
- "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.",
- "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.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Configure settings",
- "LabelEnableVideoImageExtraction": "Enable video image extraction",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
- "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.",
- "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
- "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Cancel",
- "ButtonNew": "New",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Setup your media library",
- "ButtonAddMediaFolder": "Add media folder",
- "LabelFolderType": "Folder type:",
- "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
- "LabelCountry": "Country:",
- "LabelLanguage": "Language:",
- "HeaderPreferredMetadataLanguage": "Preferred metadata language:",
- "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
- "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
- "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
- "TabPreferences": "Preferences",
- "TabPassword": "Password",
- "TabLibraryAccess": "Library Access",
- "TabAccess": "Access",
- "TabImage": "Image",
- "TabProfile": "Profile",
- "TabMetadata": "Metadata",
- "TabImages": "Images",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titles",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
- "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
- "HeaderVideoPlaybackSettings": "Video Playback Settings",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "Audio language preference:",
- "LabelSubtitleLanguagePreference": "Subtitle language preference:",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "No Subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profiles",
- "TabSecurity": "Security",
- "ButtonAddUser": "Add User",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Save",
- "ButtonResetPassword": "Reset Password",
- "LabelNewPassword": "New password:",
- "LabelNewPasswordConfirm": "New password confirm:",
- "HeaderCreatePassword": "Create Password",
- "LabelCurrentPassword": "Current password:",
- "LabelMaxParentalRating": "Maximum allowed parental rating:",
- "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
- "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Delete Image",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "Upload",
- "HeaderUploadNewImage": "Upload New Image",
- "LabelDropImageHere": "Drop image here",
- "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
- "MessageNothingHere": "Nothing here.",
- "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
- "TabSuggested": "Suggested",
- "TabLatest": "Latest",
- "TabUpcoming": "Upcoming",
- "TabShows": "Shows",
- "TabEpisodes": "Episodes",
- "TabGenres": "Genres",
- "TabPeople": "People",
- "TabNetworks": "Networks",
- "HeaderUsers": "Users",
- "HeaderFilters": "Filters:",
- "ButtonFilter": "Filter",
- "OptionFavorite": "Favorites",
- "OptionLikes": "Likes",
- "OptionDislikes": "Dislikes",
- "OptionActors": "Actors",
- "OptionGuestStars": "Guest Stars",
- "OptionDirectors": "Directors",
- "OptionWriters": "Writers",
- "OptionProducers": "Producers",
- "HeaderResume": "Resume",
- "HeaderNextUp": "Next Up",
- "NoNextUpItemsMessage": "None found. Start watching your shows!",
- "HeaderLatestEpisodes": "Latest Episodes",
- "HeaderPersonTypes": "Person Types:",
- "TabSongs": "Songs",
- "TabAlbums": "Albums",
- "TabArtists": "Artists",
- "TabAlbumArtists": "Album Artists",
- "TabMusicVideos": "Music Videos",
- "ButtonSort": "Sort",
- "HeaderSortBy": "Sort By:",
- "HeaderSortOrder": "Sort Order:",
- "OptionPlayed": "Played",
- "OptionUnplayed": "Unplayed",
- "OptionAscending": "Ascending",
- "OptionDescending": "Descending",
- "OptionRuntime": "Runtime",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Play Count",
- "OptionDatePlayed": "Date Played",
- "OptionDateAdded": "Date Added",
- "OptionAlbumArtist": "Album Artist",
- "OptionArtist": "Artist",
- "OptionAlbum": "Album",
- "OptionTrackName": "Track Name",
- "OptionCommunityRating": "Community Rating",
- "OptionNameSort": "Name",
- "OptionFolderSort": "Folders",
- "OptionBudget": "Budget",
- "OptionRevenue": "Revenue",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Backdrop",
- "OptionTimeline": "Timeline",
- "OptionThumb": "Thumb",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Critic Rating",
- "OptionVideoBitrate": "Video Bitrate",
- "OptionResumable": "Resumable",
- "ScheduledTasksHelp": "Click a task to adjust its schedule.",
- "ScheduledTasksTitle": "Scheduled Tasks",
- "TabMyPlugins": "My Plugins",
- "TabCatalog": "Catalog",
- "PluginsTitle": "Plugins",
- "HeaderAutomaticUpdates": "Automatic Updates",
- "HeaderNowPlaying": "Now Playing",
- "HeaderLatestAlbums": "Latest Albums",
- "HeaderLatestSongs": "Latest Songs",
- "HeaderRecentlyPlayed": "Recently Played",
- "HeaderFrequentlyPlayed": "Frequently Played",
- "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.",
- "LabelVideoType": "Video Type:",
- "OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Features:",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Subtitles",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Theme Song",
- "OptionHasThemeVideo": "Theme Video",
- "TabMovies": "Movies",
- "TabStudios": "Studios",
- "TabTrailers": "Trailers",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "Latest Movies",
- "HeaderLatestTrailers": "Latest Trailers",
- "OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "IMDb Rating",
- "OptionParentalRating": "Parental Rating",
- "OptionPremiereDate": "Premiere Date",
- "TabBasic": "Basic",
- "TabAdvanced": "Advanced",
- "HeaderStatus": "Status",
- "OptionContinuing": "Continuing",
- "OptionEnded": "Ended",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "Sunday",
- "OptionMonday": "Monday",
- "OptionTuesday": "Tuesday",
- "OptionWednesday": "Wednesday",
- "OptionThursday": "Thursday",
- "OptionFriday": "Friday",
- "OptionSaturday": "Saturday",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Missing IMDb Id",
- "OptionMissingTvdbId": "Missing TheTVDB Id",
- "OptionMissingOverview": "Missing Overview",
- "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
- "TabGeneral": "General",
- "TitleSupport": "Support",
- "TabLog": "Log",
- "TabAbout": "About",
- "TabSupporterKey": "Supporter Key",
- "TabBecomeSupporter": "Become a Supporter",
- "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
- "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
- "SearchKnowledgeBase": "Search the Knowledge Base",
- "VisitTheCommunity": "Visit the Community",
- "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Disable this user",
- "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
- "HeaderAdvancedControl": "Advanced Control",
- "LabelName": "Name:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Allow this user to manage the server",
- "HeaderFeatureAccess": "Feature Access",
- "OptionAllowMediaPlayback": "Allow media playback",
- "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "Allow management of live tv recordings",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Missing Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Select",
- "ButtonGroupVersions": "Group Versions",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Please support other free products we utilize:",
- "VersionNumber": "Version {0}",
- "TabPaths": "Paths",
- "TabServer": "Server",
- "TabTranscoding": "Transcoding",
- "TitleAdvanced": "Advanced",
- "LabelAutomaticUpdateLevel": "Automatic update level",
- "OptionRelease": "Official Release",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (Unstable)",
- "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
- "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
- "LabelEnableDebugLogging": "Enable debug logging",
- "LabelRunServerAtStartup": "Run server at startup",
- "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
- "ButtonSelectDirectory": "Select Directory",
- "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
- "LabelCachePath": "Cache path:",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "Images by name path:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Metadata path:",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "Transcoding temporary path:",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "Basics",
- "TabTV": "TV",
- "TabGames": "Games",
- "TabMusic": "Music",
- "TabOthers": "Others",
- "HeaderExtractChapterImagesFor": "Extract chapter images for:",
- "OptionMovies": "Movies",
- "OptionEpisodes": "Episodes",
- "OptionOtherVideos": "Other Videos",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Image saving convention:",
- "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Sign In",
- "TitleSignIn": "Sign In",
- "HeaderPleaseSignIn": "Please sign in",
- "LabelUser": "User:",
- "LabelPassword": "Password:",
- "ButtonManualLogin": "Manual Login",
- "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
- "TabGuide": "Guide",
- "TabChannels": "Channels",
- "TabCollections": "Collections",
- "HeaderChannels": "Channels",
- "TabRecordings": "Recordings",
- "TabScheduled": "Scheduled",
- "TabSeries": "Series",
- "TabFavorites": "Favorites",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "Cancel Recording",
- "HeaderPrePostPadding": "Pre\/Post Padding",
- "LabelPrePaddingMinutes": "Pre-padding minutes:",
- "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
- "LabelPostPaddingMinutes": "Post-padding minutes:",
- "OptionPostPaddingRequired": "Post-padding is required in order to record.",
- "HeaderWhatsOnTV": "What's On",
- "HeaderUpcomingTV": "Upcoming TV",
- "TabStatus": "Status",
- "TabSettings": "Settings",
- "ButtonRefreshGuideData": "Refresh Guide Data",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "Priority",
- "OptionRecordOnAllChannels": "Record program on all channels",
- "OptionRecordAnytime": "Record program at any time",
- "OptionRecordOnlyNewEpisodes": "Record only new episodes",
- "HeaderDays": "Days",
- "HeaderActiveRecordings": "Active Recordings",
- "HeaderLatestRecordings": "Latest Recordings",
- "HeaderAllRecordings": "All Recordings",
- "ButtonPlay": "Play",
- "ButtonEdit": "Edit",
- "ButtonRecord": "Record",
- "ButtonDelete": "Delete",
- "ButtonRemove": "Remove",
- "OptionRecordSeries": "Record Series",
- "HeaderDetails": "Details",
- "TitleLiveTV": "Live TV",
- "LabelNumberOfGuideDays": "Number of days of guide data to download:",
- "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
- "LabelActiveService": "Active Service:",
- "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
- "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "Thumb",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disc",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Back",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Primary",
- "HeaderFetchImages": "Fetch Images:",
- "HeaderImageSettings": "Image Settings",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
- "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
- "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
- "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Add",
- "LabelTriggerType": "Trigger Type:",
- "OptionDaily": "Daily",
- "OptionWeekly": "Weekly",
- "OptionOnInterval": "On an interval",
- "OptionOnAppStartup": "On application startup",
- "OptionAfterSystemEvent": "After a system event",
- "LabelDay": "Day:",
- "LabelTime": "Time:",
- "LabelEvent": "Event:",
- "OptionWakeFromSleep": "Wake from sleep",
- "LabelEveryXMinutes": "Every:",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Gallery",
- "HeaderLatestGames": "Latest Games",
- "HeaderRecentlyPlayedGames": "Recently Played Games",
- "TabGameSystems": "Game Systems",
- "TitleMediaLibrary": "Media Library",
- "TabFolders": "Folders",
- "TabPathSubstitution": "Path Substitution",
- "LabelSeasonZeroDisplayName": "Season 0 display name:",
- "LabelEnableRealtimeMonitor": "Enable real time monitoring",
- "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
- "ButtonScanLibrary": "Scan Library",
- "HeaderNumberOfPlayers": "Players:",
- "OptionAnyNumberOfPlayers": "Any",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Media Folders",
- "HeaderThemeVideos": "Theme Videos",
- "HeaderThemeSongs": "Theme Songs",
- "HeaderScenes": "Scenes",
- "HeaderAwardsAndReviews": "Awards and Reviews",
- "HeaderSoundtracks": "Soundtracks",
- "HeaderMusicVideos": "Music Videos",
- "HeaderSpecialFeatures": "Special Features",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Additional Parts",
- "ButtonSplitVersionsApart": "Split Versions Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Missing",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
- "HeaderFrom": "From",
- "HeaderTo": "To",
- "LabelFrom": "From:",
- "LabelFromHelp": "Example: D:\\Movies (on the server)",
- "LabelTo": "To:",
- "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
- "ButtonAddPathSubstitution": "Add Substitution",
- "OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Missing Episodes",
- "OptionUnairedEpisode": "Unaired Episodes",
- "OptionEpisodeSortName": "Episode Sort Name",
- "OptionSeriesSortName": "Series Name",
- "OptionTvdbRating": "Tvdb Rating",
- "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
- "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
- "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
- "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
- "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
- "OptionHighSpeedTranscoding": "Higher speed",
- "OptionHighQualityTranscoding": "Higher quality",
- "OptionMaxQualityTranscoding": "Max quality",
- "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
- "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
- "OptionUpscaling": "Allow clients to request upscaled video",
- "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
- "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
- "HeaderAddTitles": "Add Titles",
- "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
- "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
- "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
- "HeaderCustomDlnaProfiles": "Custom Profiles",
- "HeaderSystemDlnaProfiles": "System Profiles",
- "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Home",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "System Paths",
- "LinkCommunity": "Community",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api Documentation",
- "LabelFriendlyServerName": "Friendly server name:",
- "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
- "LabelReadHowYouCanContribute": "Read about how you can contribute.",
- "HeaderNewCollection": "New Collection",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "Example: Star Wars Collection",
- "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
- "ButtonCreate": "Create",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web socket port number:",
- "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 WAN Address:",
- "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
- "TabResume": "Resume",
- "TabWeather": "Weather",
- "TitleAppSettings": "App Settings",
- "LabelMinResumePercentage": "Min resume percentage:",
- "LabelMaxResumePercentage": "Max resume percentage:",
- "LabelMinResumeDuration": "Min resume duration (seconds):",
- "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
- "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
- "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
- "TitleAutoOrganize": "Auto-Organize",
- "TabActivityLog": "Activity Log",
- "HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
- "LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
- "HeaderEpisodeOrganization": "Episode Organization",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Media Browser Team",
- "LabelSupportAmount": "Amount (USD)",
- "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
- "ButtonEnterSupporterKey": "Enter supporter key",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Enable new episode organization",
- "LabelWatchFolder": "Watch folder:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "View scheduled tasks",
- "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Supported Patterns",
- "HeaderTerm": "Term",
- "HeaderPattern": "Pattern",
- "HeaderResult": "Result",
- "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
- "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
- "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
- "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Latest News",
- "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
- "HeaderPendingInstallations": "Pending Installations",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown the server and update manually.",
- "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
- "ServerUpToDate": "Media Browser Server is up to date",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Old supporter key",
- "LabelNewSupporterKey": "New supporter key",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Current email address",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "Email address",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "Enable Dlna server",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "Default user:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Server Settings",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Require manual username entry for:",
- "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
- "HeaderNotificationList": "Click on a notification to configure it's sending options.",
- "NotificationOptionApplicationUpdateAvailable": "Application update available",
- "NotificationOptionApplicationUpdateInstalled": "Application update installed"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/ms.json b/MediaBrowser.Server.Implementations/Localization/Server/ms.json
index fd65c5d18..5afad31ca 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/ms.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/ms.json
@@ -1,647 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Tutup",
"LabelVisitCommunity": "Melawat Masyarakat",
"LabelGithub": "Github",
@@ -1156,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +697,646 @@
"TabNavigation": "Navigation",
"TabControls": "Controls",
"ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes"
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/nb.json b/MediaBrowser.Server.Implementations/Localization/Server/nb.json
index 8c5f866c5..b3801500c 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/nb.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/nb.json
@@ -1,633 +1,4 @@
{
- "LabelPublicPort": "Offentlig port nummer:",
- "LabelPublicPortHelp": "Det offentlige port nummeret som m\u00e5 mappes til den lokale porten.",
- "HeaderLatestMedia": "Siste Media",
- "OptionSpecialFeatures": "Spesielle Funksjoner",
- "HeaderCollections": "Samlinger",
- "LabelProfileCodecsHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kodeker.",
- "LabelProfileContainersHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kontainere.",
- "HeaderResponseProfile": "Respons Profil",
- "LabelType": "Type:",
- "LabelPersonRole": "Rolle:",
- "LabelPersonRoleHelp": "Rolle er generelt kun aktuelt for skuespillere.",
- "LabelProfileContainer": "Kontainer:",
- "LabelProfileVideoCodecs": "Video kodek:",
- "LabelProfileAudioCodecs": "Lyd kodek:",
- "LabelProfileCodecs": "Kodeker:",
- "HeaderDirectPlayProfile": "Direkte Avspilling Profil",
- "HeaderTranscodingProfile": "Transcoding Profil",
- "HeaderCodecProfile": "Kodek Profil",
- "HeaderCodecProfileHelp": "Kodek profiler indikerer p\u00e5 at begrensninger p\u00e5 en enhet n\u00e5r den spiller av spesifikk kodeker. Hvis en begrensning gjelder vil media bli transcodet, til og med hvis kodeken er konfigurert for direkte avspilling.",
- "HeaderContainerProfile": "Kontainer Profil",
- "HeaderContainerProfileHelp": "Container profiler indikerer begrensningene i en enhet n\u00e5r du spiller bestemte formater. Hvis en begrensning gjelder da vil media bli transcodet, selv om formatet er konfigurert for direkte avspilling.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Lyd",
- "OptionProfileVideoAudio": "Video Lyd",
- "OptionProfilePhoto": "Bilde",
- "LabelUserLibrary": "Bruker bibliotek:",
- "LabelUserLibraryHelp": "Velg hvilket brukerbibliotek som skal vises til enheten. La det st\u00e5 tomt for standard innstillinger.",
- "OptionPlainStorageFolders": "Vis alle mapper som rene lagringsmapper",
- "OptionPlainStorageFoldersHelp": "Hvis aktivert, vil alle mapper bli representert i DIDL som \"object.container.storageFolder\" istedet for en mer spesifikk type, som \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Vis alle videoer som ren video elementer",
- "OptionPlainVideoItemsHelp": "Hvis aktivert, blir alle videoer representert i DIDL som \"object.item.videoItem\" i stedet for en mer bestemt type, for eksempel \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "St\u00f8ttede Media Typer:",
- "TabIdentification": "Identifisering",
- "HeaderIdentification": "Identifisering",
- "TabDirectPlay": "Direkte Avspill",
- "TabContainers": "Kontainere",
- "TabCodecs": "Kodeker",
- "TabResponses": "Svar",
- "HeaderProfileInformation": "Profil Informasjon",
- "LabelEmbedAlbumArtDidl": "Bygg inn albumbilder i Didl",
- "LabelEmbedAlbumArtDidlHelp": "Noen enheter foretrekker denne metoden for \u00e5 motta album art. Andre vil kunne feile \u00e5 avspille hvis dette alternativet er aktivert.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN brukes for album art, innenfor DLNA: profileID attributtet p\u00e5 upnp: albumArtURI. Noen klienter krever en bestemt verdi, uavhengig av st\u00f8rrelsen p\u00e5 bildet.",
- "LabelAlbumArtMaxWidth": "Album art mat bredde:",
- "LabelAlbumArtMaxWidthHelp": "Maks oppl\u00f8sning av album art utnyttet via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art maks h\u00f8yde:",
- "LabelAlbumArtMaxHeightHelp": "Maks oppl\u00f8sning av album er eksonert via upnp:albumARtURI.",
- "LabelIconMaxWidth": "Ikon maks bredde:",
- "LabelIconMaxWidthHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
- "LabelIconMaxHeight": "Ikon maks h\u00f8yde:",
- "LabelIconMaxHeightHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
- "LabelIdentificationFieldHelp": "Ett case-insensitive substring eller regex uttrykk.",
- "HeaderProfileServerSettingsHelp": "Disse verdiene kontrollerer hvordan Media Browser vil presentere seg selv til enheten.",
- "LabelMaxBitrate": "Maks bitrate:",
- "LabelMaxBitrateHelp": "Spesifiser en maks bitrate i for begrensede b\u00e5ndbredde milj\u00f8er, eller hvis enheten p\u00e5legger sin egen begrensning.",
- "LabelMaxStreamingBitrate": "Maks streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate n\u00e5r streaming.",
- "LabelMaxStaticBitrate": "Maks synk bitrate:",
- "LabelMaxStaticBitrateHelp": "Spesifiser en maks bitrate ved synkronisering av innhold i h\u00f8y kvalitet.",
- "LabelMusicStaticBitrate": "Musikk synk bitrate:",
- "LabelMusicStaticBitrateHelp": "Spesifiser en maks bitrate for musikk syncking",
- "LabelMusicStreamingTranscodingBitrate": "Musikk transkoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Spesifiser en maks bitrate for streaming musikk",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde foresp\u00f8rsler",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse foresp\u00f8rslene bli honorert men ignorert i byte rekkevidde headeren.",
- "LabelFriendlyName": "Vennlig navn",
- "LabelManufacturer": "Produsent",
- "LabelManufacturerUrl": "Produsent url",
- "LabelModelName": "Modell navn",
- "LabelModelNumber": "Modell nummer",
- "LabelModelDescription": "Model beskrivelse",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serienummer",
- "LabelDeviceDescription": "Enhet beskrivelse",
- "HeaderIdentificationCriteriaHelp": "Skriv minst ett identifiserings kriterie",
- "HeaderDirectPlayProfileHelp": "Legg direkte avspill profiler til \u00e5 indikere hvilket format enheten kan st\u00f8tte.",
- "HeaderTranscodingProfileHelp": "Legg til transcoding profiler for \u00e5 indikere hvilke format som burde bli brukt n\u00e5r transcoding beh\u00f8ves.",
- "HeaderResponseProfileHelp": "Respons proiler tilbyr en m\u00e5t \u00e5 tilpasse informasjon som er sent til enheten n\u00e5r den spiller en viss type media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Bestemmer innholdet i X_DLNACAP element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Bestemmer innholdet i X_DLNADOC element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
- "LabelSonyAggregationFlags": "Sony aggregerigns flagg",
- "LabelSonyAggregationFlagsHelp": "Bestemmer innholdet i aggregationFlags element i urn: skjemaer-sonycom: av navnerommet.",
- "LabelTranscodingContainer": "Kontainer:",
- "LabelTranscodingVideoCodec": "Video kodek:",
- "LabelTranscodingVideoProfile": "Video profil:",
- "LabelTranscodingAudioCodec": "lyd kodek:",
- "OptionEnableM2tsMode": "Sl\u00e5 p\u00e5 M2ts modus",
- "OptionEnableM2tsModeHelp": "Sl\u00e5 p\u00e5 m2ts modus for enkoding til mpegts.",
- "OptionEstimateContentLength": "Estimer innholdslengde n\u00e5r transcoding.",
- "OptionReportByteRangeSeekingWhenTranscoding": "Rapporter at serveren st\u00f8tter byte s\u00f8king n\u00e5r transcoding.",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette kreves for noen enheter som ikke tidss\u00f8ker veldig godt.",
- "HeaderSubtitleDownloadingHelp": "N\u00e5r Media Browser skanner videofilene, kan den s\u00f8ke etter savnede undertekster, og laste dem ned med en undertittel leverand\u00f8r som OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Last ned undertekster for:",
- "MessageNoChapterProviders": "Installer en kapittel tilbyder som eksempelvis ChapterDb for \u00e5 aktivere kapittel muligheter.",
- "LabelSkipIfGraphicalSubsPresent": "Hopp om videoen inneholder allerede grafiske undertekster",
- "LabelSkipIfGraphicalSubsPresentHelp": "Ved \u00e5 opprettholde tekst versjoner av undertekster vil medf\u00f8re i mer effektiv levering til mobile enheter.",
- "TabSubtitles": "Undertekster",
- "TabChapters": "Kapitler",
- "HeaderDownloadChaptersFor": "Last ned kapittelnavn for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles brukernavn:",
- "LabelOpenSubtitlesPassword": "Open Subtitles passord:",
- "HeaderChapterDownloadingHelp": "N\u00e5r Media Browser s\u00f8ker igjennom dine videofiler s\u00e5 kan den laste ned vennlige kapittelnavn fra internett ved \u00e5 bruke programtillegg som ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Spill av lydsporet uavhengig av spr\u00e5k",
- "LabelSubtitlePlaybackMode": "Undertekst modus:",
- "LabelDownloadLanguages": "Last ned spr\u00e5k:",
- "ButtonRegister": "Registrer",
- "LabelSkipIfAudioTrackPresent": "Hopp hvis standard lydsporet matcher nedlastingen spr\u00e5k",
- "LabelSkipIfAudioTrackPresentHelp": "Fjern merkingen for \u00e5 sikre at alle videoene har undertekster, uavhengig av lydspr\u00e5k.",
- "HeaderSendMessage": "Send Melding",
- "ButtonSend": "Send",
- "LabelMessageText": "Meldingstekst:",
- "MessageNoAvailablePlugins": "Ingen tilgjengelige programtillegg.",
- "LabelDisplayPluginsFor": "Vis plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episodenavn",
- "LabelSeriesNamePlain": "Serienavn",
- "ValueSeriesNamePeriod": "Serier.navn",
- "ValueSeriesNameUnderscore": "Serie_navn",
- "ValueEpisodeNamePeriod": "Episode.navn",
- "ValueEpisodeNameUnderscore": "Episode_navn",
- "LabelSeasonNumberPlain": "Sesong nummer",
- "LabelEpisodeNumberPlain": "Episode nummer",
- "LabelEndingEpisodeNumberPlain": "Siste episode nummer",
- "HeaderTypeText": "Skriv Tekst",
- "LabelTypeText": "Tekst",
- "HeaderSearchForSubtitles": "S\u00f8k etter undertekster",
- "MessageNoSubtitleSearchResultsFound": "Ingen s\u00f8k funnet.",
- "TabDisplay": "Skjerm",
- "TabLanguages": "Spr\u00e5k",
- "TabWebClient": "Web Klient",
- "LabelEnableThemeSongs": "Sl\u00e5 p\u00e5 tema sanger",
- "LabelEnableBackdrops": "Sl\u00e5 p\u00e5 backdrops",
- "LabelEnableThemeSongsHelp": "Hvis p\u00e5sl\u00e5tt vil tema sanger bli avspilt i bakgrunnen mens man blar igjennom biblioteket.",
- "LabelEnableBackdropsHelp": "Hvis p\u00e5sl\u00e5tt vil backdrops bli vist i bakgrunnen p\u00e5 noen sider mens man blar igjennom biblioteket.",
- "HeaderHomePage": "Hjemmeside",
- "HeaderSettingsForThisDevice": "Innstillinger for denne enheten",
- "OptionAuto": "Auto",
- "OptionYes": "Ja",
- "OptionNo": "Nei",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Hjemme side seksjon 1:",
- "LabelHomePageSection2": "Hjemme side seksjon 2:",
- "LabelHomePageSection3": "Hjemme side seksjon 3:",
- "LabelHomePageSection4": "Hjemme side seksjon 4:",
- "OptionMyViewsButtons": "Mitt syn (knapper)",
- "OptionMyViews": "Mitt syn",
- "OptionMyViewsSmall": "Mitt Syn (liten)",
- "OptionResumablemedia": "Fortsette",
- "OptionLatestMedia": "Siste media",
- "OptionLatestChannelMedia": "Siste kanal elementer",
- "HeaderLatestChannelItems": "Siste Kanal Elementer",
- "OptionNone": "Ingen",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Rapporter",
- "HeaderMetadataManager": "Metadata Behandler",
- "HeaderPreferences": "Preferanser",
- "MessageLoadingChannels": "Laster kanal innhold...",
- "MessageLoadingContent": "Laster innhold...",
- "ButtonMarkRead": "Marker Som Lest",
- "OptionDefaultSort": "Standard",
- "OptionCommunityMostWatchedSort": "Mest Sett",
- "TabNextUp": "Neste",
- "MessageNoMovieSuggestionsAvailable": "Ingen film forslag er forel\u00f8pig tilgjengelig. Start med \u00e5 se og ranger filmer. Kom deretter tilbake for \u00e5 f\u00e5 forslag p\u00e5 anbefalinger.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Spillelister tillater deg \u00e5 lage lister over innhold til \u00e5 spille etter hverandre p\u00e5 en gang. For \u00e5 legge til elementer i spillelister, h\u00f8yreklikk eller trykk og hold, og velg Legg til i spilleliste.",
- "MessageNoPlaylistItemsAvailable": "Denne spillelisten er forel\u00f8pig tom",
- "ButtonDismiss": "Avvis",
- "ButtonEditOtherUserPreferences": "Rediger denne brukers profil, passord og personlige preferanser.",
- "LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
- "LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
- "OptionBestAvailableStreamQuality": "Beste tilgjengelig",
- "LabelEnableChannelContentDownloadingFor": "Sl\u00e5 p\u00e5 kanal innhold nedlasting for:",
- "LabelEnableChannelContentDownloadingForHelp": "Noen kanaler st\u00f8tter nedlasting av innhold f\u00f8r visning. Aktiver dette for en linje med lav b\u00e5ndbredde for \u00e5 laste ned kanalinnholdet n\u00e5r serveren ikke benyttes. Innholdet lastes ned som en del av kanalens planlagte oppgave for nedlasting.",
- "LabelChannelDownloadPath": "Nedlastingsti for Kanal-innhold:",
- "LabelChannelDownloadPathHelp": "Spesifiser en tilpasset nedlastingsti hvis \u00f8nsket. La feltet ellers st\u00e5 tomt for \u00e5 bruke den interne program data mappen.",
- "LabelChannelDownloadAge": "Slett innhold etter: (dager)",
- "LabelChannelDownloadAgeHelp": "Nedlastet innhold eldre enn dette vil bli slettet. Det vil v\u00e6re avspillbart via internett streaming.",
- "ChannelSettingsFormHelp": "Installer kanaler som eksempel Trailers og Vimeo i programtillegg katalogen.",
- "LabelSelectCollection": "Velg samling:",
- "ButtonOptions": "Alternativer",
- "ViewTypeMovies": "Filmer",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Spill",
- "ViewTypeMusic": "Musikk",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Samlinger",
- "ViewTypeChannels": "Kanaler",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Sendes n\u00e5",
- "ViewTypeLatestGames": "Siste spill",
- "ViewTypeRecentlyPlayedGames": "Nylig spilt",
- "ViewTypeGameFavorites": "Favoritter",
- "ViewTypeGameSystems": "Spillsystemer",
- "ViewTypeGameGenres": "Sjangere",
- "ViewTypeTvResume": "Fortsette",
- "ViewTypeTvNextUp": "Neste",
- "ViewTypeTvLatest": "Siste",
- "ViewTypeTvShowSeries": "Serier",
- "ViewTypeTvGenres": "Sjangere",
- "ViewTypeTvFavoriteSeries": "Favoritt serier",
- "ViewTypeTvFavoriteEpisodes": "Favoritt episoder",
- "ViewTypeMovieResume": "Fortsette",
- "ViewTypeMovieLatest": "Siste",
- "ViewTypeMovieMovies": "Filmer",
- "ViewTypeMovieCollections": "Samlinger",
- "ViewTypeMovieFavorites": "Favoritter",
- "ViewTypeMovieGenres": "Sjangere",
- "ViewTypeMusicLatest": "Siste",
- "ViewTypeMusicAlbums": "Albumer",
- "ViewTypeMusicAlbumArtists": "Album artister",
- "HeaderOtherDisplaySettings": "Visnings Innstillinger",
- "ViewTypeMusicSongs": "Sanger",
- "ViewTypeMusicFavorites": "Favoritter",
- "ViewTypeMusicFavoriteAlbums": "Favorittalbumer",
- "ViewTypeMusicFavoriteArtists": "Favorittartister",
- "ViewTypeMusicFavoriteSongs": "Favorittsanger",
- "HeaderMyViews": "Mitt Syn",
- "LabelSelectFolderGroups": "Automatisk gruppering av innhold fra f\u00f8lgende mapper til oversikter som filmer, musikk og TV:",
- "LabelSelectFolderGroupsHelp": "Mapper som ikke er valgt vil bli vist for seg selv i deres egen visning.",
- "OptionDisplayAdultContent": "Vis Voksen materiale",
- "OptionLibraryFolders": "Media Mapper",
- "TitleRemoteControl": "Ekstern Kontroll",
- "OptionLatestTvRecordings": "Siste opptak",
- "LabelProtocolInfo": "Protokoll info:",
- "LabelProtocolInfoHelp": "Verdien som blir brukt for \u00e5 gi respons til GetProtocolInfo foresp\u00f8rsler fra enheten.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser inkluderer innebygd st\u00f8tte for Kodi Nfo metadata og bilder. For \u00e5 aktivere eller deaktivere Kodi metadata, bruker du fanen Avansert for \u00e5 konfigurere alternativer for medietyper.",
- "LabelKodiMetadataUser": "Synk bruker sett data til nfo'er for:",
- "LabelKodiMetadataUserHelp": "Aktiver dette for \u00e5 holde sett data i synk mellom Media Browser og Kodi.",
- "LabelKodiMetadataDateFormat": "Utgivelsesdato format:",
- "LabelKodiMetadataDateFormatHelp": "Alle datoer inenfor nfo'er vil bli lest og skrevet til med bruk av dette formatet.",
- "LabelKodiMetadataSaveImagePaths": "Lagre bilde stier inne i nfo filer",
- "LabelKodiMetadataSaveImagePathsHelp": "Dette anbefales hvis du har bilde filnavn som ikke f\u00f8lger Kodi retningslinjer.",
- "LabelKodiMetadataEnablePathSubstitution": "Aktiver sti erstatter",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverer sti erstatning av bilde stier ved hjelp av serverens sti erstatter innstillinger.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vis sti erstatter",
- "LabelGroupChannelsIntoViews": "Via f\u00f8lgende kanaler direkte gjennom Mitt Syn:",
- "LabelGroupChannelsIntoViewsHelp": "Hvis sl\u00e5tt p\u00e5 vil disse kanalene bli vist direkte sammen med andre visninger. Hvis avsl\u00e5tt, vil de bli vist sammen med separerte Kanaler visning.",
- "LabelDisplayCollectionsView": "Vis en samling for \u00e5 vise film samlinger",
- "LabelKodiMetadataEnableExtraThumbs": "kopier extrafanart inn til extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "Ved nedlasting av bilder kan de bli lagret inn til b\u00e5de extrafanart og extrathumbs for maksimum Kodi skin kompabilitet.",
- "TabServices": "Tjenester",
- "TabLogs": "Logger",
- "HeaderServerLogFiles": "Server log filer:",
- "TabBranding": "Merke",
- "HeaderBrandingHelp": "Tilpass utseende til Media Browser som passer til dine behov for dine grupper eller organiseringer.",
- "LabelLoginDisclaimer": "Login ansvarsfraskrivelse:",
- "LabelLoginDisclaimerHelp": "Dette vil bli vist p\u00e5 bunnen av login siden.",
- "LabelAutomaticallyDonate": "Doner denne summen automatisk hver m\u00e5ned",
- "LabelAutomaticallyDonateHelp": "Du kan kansellere n\u00e5r som helst via din PayPal konto.",
- "OptionList": "Liste",
- "TabDashboard": "Dashbord",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logger:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Bilder etter navn:",
- "LabelTranscodingTemporaryFiles": "Transcoding midlertidige filer:",
- "HeaderLatestMusic": "Siste Musikk",
- "HeaderBranding": "Merke",
- "HeaderApiKeys": "Api N\u00f8kkler",
- "HeaderApiKeysHelp": "Eksterne programmer er p\u00e5lagt \u00e5 ha en API-n\u00f8kkel for \u00e5 kunne kommunisere med Media Browser. N\u00f8kkel f\u00e5es ved \u00e5 logge p\u00e5 med en Media Browser-konto, eller ved \u00e5 manuelt innvilge s\u00f8knaden en n\u00f8kkel.",
- "HeaderApiKey": "Api N\u00f8kkel",
- "HeaderApp": "App",
- "HeaderDevice": "Enhet",
- "HeaderUser": "Bruker",
- "HeaderDateIssued": "Dato utstedt",
- "LabelChapterName": "Kapittel {0}",
- "HeaderNewApiKey": "Ny Api N\u00f8kkel",
- "LabelAppName": "Applikasjon navn",
- "LabelAppNameExample": "Eksempel: Sickbread, NzbDrone",
- "HeaderNewApiKeyHelp": "Innvilge en applikasjon tillatelser for \u00e5 kommunisere med Media Browser.",
- "HeaderHttpHeaders": "Http Headere",
- "HeaderIdentificationHeader": "Identifiserings Header",
- "LabelValue": "Verdi:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Lik",
- "OptionRegex": "Regex",
- "OptionSubstring": "SubString",
- "TabView": "Se",
- "TabSort": "Sorter",
- "TabFilter": "Filter",
- "ButtonView": "Se",
- "LabelPageSize": "Element grense:",
- "LabelPath": "Sti:",
- "LabelView": "Se:",
- "TabUsers": "Brukere",
- "LabelSortName": "Sorterings navn:",
- "LabelDateAdded": "Dato lagt til",
- "HeaderFeatures": "Funksjoner",
- "HeaderAdvanced": "Avansert",
- "ButtonSync": "Synk",
- "TabScheduledTasks": "Planlagte Oppgaver",
- "HeaderChapters": "Kapitler",
- "HeaderResumeSettings": "Fortsett Innstillinger",
- "TabSync": "Synk",
- "TitleUsers": "Brukere",
- "LabelProtocol": "Protokoll:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Kontekst",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Synk",
- "ButtonAddToPlaylist": "Legg til spilleliste",
- "TabPlaylists": "Spliielister",
- "ButtonClose": "Lukk",
- "LabelAllLanguages": "Alle spr\u00e5k",
- "HeaderBrowseOnlineImages": "Bla Igjennom Bilder Online",
- "LabelSource": "Kilde:",
- "OptionAll": "Alle",
- "LabelImage": "Bilde:",
- "ButtonBrowseImages": "Bla Igjennom Bilder",
- "HeaderImages": "Bilder",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Legg Til\/Oppdater Bilde",
- "LabelJpgPngOnly": "JPG\/PNG kun",
- "LabelImageType": "Bilde type:",
- "OptionPrimary": "Prim\u00e6re",
- "OptionArt": "Art",
- "OptionBox": "Boks",
- "OptionBoxRear": "Boks bak",
- "OptionDisc": "Disk",
- "OptionLogo": "Logo",
- "OptionMenu": "Meny",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "L\u00e5st",
- "OptionUnidentified": "uidentifisert",
- "OptionMissingParentalRating": "Mangler foreldresensur",
- "OptionStub": "stump",
- "HeaderEpisodes": "Episoder:",
- "OptionSeason0": "Sesong 0",
- "LabelReport": "Rapport:",
- "OptionReportSongs": "Sanger:",
- "OptionReportSeries": "Serier",
- "OptionReportSeasons": "Sesonger",
- "OptionReportTrailers": "Trailere",
- "OptionReportMusicVideos": "Musikkvideoer",
- "OptionReportMovies": "Filmer",
- "OptionReportHomeVideos": "Hjemme videoer",
- "OptionReportGames": "Spill",
- "OptionReportEpisodes": "Episoder",
- "OptionReportCollections": "Samlinger",
- "OptionReportBooks": "B\u00f8ker",
- "OptionReportArtists": "Artisert",
- "OptionReportAlbums": "Albumer",
- "OptionReportAdultVideos": "Voksen videoer",
- "ButtonMore": "Mer",
- "HeaderActivity": "Aktivitet",
- "ScheduledTaskStartedWithName": "{0} startet",
- "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
- "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
- "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
- "PluginInstalledWithName": "{0} ble installert",
- "PluginUpdatedWithName": "{0} ble oppdatert",
- "PluginUninstalledWithName": "{0} ble avinstallert",
- "ScheduledTaskFailedWithName": "{0} feilet",
- "ItemAddedWithName": "{0} ble lagt til biblioteket",
- "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
- "DeviceOnlineWithName": "{0} er tilkoblet",
- "UserOnlineFromDevice": "{0} er online fra {1}",
- "DeviceOfflineWithName": "{0} har koblet fra",
- "UserOfflineFromDevice": "{0} har koblet fra {1}",
- "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
- "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
- "LabelRunningTimeValue": "Spille tide: {0}",
- "LabelIpAddressValue": "Ip adresse: {0}",
- "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
- "UserCreatedWithName": "Bruker {0} har blitt opprettet",
- "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
- "UserDeletedWithName": "Bruker {0} har blitt slettet",
- "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
- "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
- "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
- "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
- "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
- "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
- "AppDeviceValues": "App: {0} , Device: {1}",
- "ProviderValue": "Tilbyder: {0}",
- "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Begrens st\u00f8rrelse for kanal nedlastings mappen.",
- "HeaderRecentActivity": "Siste Aktivitet",
- "HeaderPeople": "Personer",
- "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
- "OptionComposers": "Komponister:",
- "OptionOthers": "Andre",
- "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
- "ViewTypeFolders": "Mapper",
- "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
- "ViewTypeLiveTvRecordingGroups": "Opptak",
- "ViewTypeLiveTvChannels": "Kanaler",
- "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
- "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
- "HeaderPassword": "Passord",
- "HeaderLocalAccess": "Lokal Tilkobling",
- "HeaderViewOrder": "Visnings rekkef\u00f8lge",
- "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
- "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
- "OptionDownloadMissingImages": "Last ned manglende bilder",
- "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
- "OptionRefreshAllData": "Oppfrisk alle data",
- "OptionAddMissingDataOnly": "Legg til kun maglende data",
- "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
- "HeaderRefreshMetadata": "Oppfrisk Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identifiser Element",
- "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
- "HeaderConfirmDeletion": "Bekreft Kansellering",
- "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
- "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
- "ButtonIdentify": "Identifiser",
- "LabelAlbumArtist": "Album Artist",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Fellesskap anmeldelse:",
- "LabelVoteCount": "Stemme tall:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Kritiker anmeldelse:",
- "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
- "LabelAwardSummary": "Pris sammendrag:",
- "LabelWebsite": "Nettsted:",
- "LabelTagline": "Slagord:",
- "LabelOverview": "Oversikt:",
- "LabelShortOverview": "Kort oversikt:",
- "LabelReleaseDate": "Utgivelsesdato:",
- "LabelYear": "\u00c5r:",
- "LabelPlaceOfBirth": "F\u00f8dested:",
- "LabelEndDate": "Slutt dato:",
- "LabelAirDate": "Sendings dager:",
- "LabelAirTime:": "Sendings tid:",
- "LabelRuntimeMinutes": "Spilletid (minutter):",
- "LabelParentalRating": "Foreldresensur:",
- "LabelCustomRating": "Kunde anmeldelse:",
- "LabelBudget": "Budsjett",
- "LabelRevenue": "Inntjening ($):",
- "LabelOriginalAspectRatio": "Originalt sideforhold:",
- "LabelPlayers": "Spillere:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
- "HeaderSpecialEpisodeInfo": "Spesial Episode info",
- "HeaderExternalIds": "Ekstern Id'er:",
- "LabelDvdSeasonNumber": "Dvd sesong nummer:",
- "LabelDvdEpisodeNumber": "Dvd episode nummer:",
- "LabelAbsoluteEpisodeNumber": "absolutt episode nummer:",
- "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
- "LabelAirsAfterSeason": "Sendt etter sesong:",
- "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
- "LabelTreatImageAs": "Behandle bilde som:",
- "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
- "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
- "HeaderCountries": "Land",
- "HeaderGenres": "Sjanger",
- "HeaderPlotKeywords": "Plott n\u00f8kkelord",
- "HeaderStudios": "Studioer",
- "HeaderTags": "Tagger",
- "HeaderMetadataSettings": "Metadata innstilinger",
- "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
- "MessageLeaveEmptyToInherit": "La v\u00e6re blank for \u00e5 arve innstillinger fra et foreldre element, eller den globale standard verdien.",
- "TabDonate": "Doner",
- "HeaderDonationType": "Donasjon type:",
- "OptionMakeOneTimeDonation": "Gi en egen donasjon",
- "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
- "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
- "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
- "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
- "OptionNoTrailer": "Ingen trailer",
- "OptionNoThemeSong": "Ingen temasang",
- "OptionNoThemeVideo": "Ingen tema video",
- "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
- "ButtonDonate": "Donate",
- "OptionActor": "Skuespiller",
- "OptionComposer": "Komponist",
- "OptionDirector": "Regiss\u00f8r",
- "OptionGuestStar": "Stjerne gjest",
- "OptionProducer": "Produsent",
- "OptionWriter": "Manus",
- "LabelAirDays": "Sendings dager:",
- "LabelAirTime": "Sendings tid:",
- "HeaderMediaInfo": "Media informasjon",
- "HeaderPhotoInfo": "Bildeinformasjon",
- "HeaderInstall": "Installer",
- "LabelSelectVersionToInstall": "Velg versjon for \u00e5 installere:",
- "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
- "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
- "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
- "HeaderReviews": "Anmeldelser",
- "HeaderDeveloperInfo": "Utvikler informasjon",
- "HeaderRevisionHistory": "Revisjonshistorikk",
- "ButtonViewWebsite": "Vis nettsted",
- "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
- "HeaderXmlSettings": "Xml innstillinger",
- "HeaderXmlDocumentAttributes": "Xml dokument attributter",
- "HeaderXmlDocumentAttribute": "Xml dokument attributt",
- "XmlDocumentAttributeListHelp": "Disse attributtene p\u00e5f\u00f8res rot elementet for alle xml responser.",
- "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
- "LabelExtractChaptersDuringLibraryScan": "Hent ut kapittel bilder under bibliotek skann",
- "LabelExtractChaptersDuringLibraryScanHelp": "Hvis aktivert, vil kapittel bilder bli hentet ut mens videoer importeres under bibliotek skanning.\nHvis deaktivert, vil de bli hentet ut under planlagte oppgaver for kapittel bilder, som medf\u00f8rer at vanlig bibliotek skanning blir fortere ferdig.",
- "LabelConnectGuestUserName": "Deres Media Browser brukernavn eller epostadresse:",
- "LabelConnectUserName": "Media Browser brukernavn\/e-post",
- "LabelConnectUserNameHelp": "Tilknytt denne brukeren til en Media Browser konto for \u00e5 muliggj\u00f8re enkel log-inn fra enhver Media Browser app uten \u00e5 vite server ip adressen.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
- "LabelExternalPlayers": "Eksterne avspillere:",
- "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
- "HeaderSubtitleProfile": "Undertekst Profil",
- "HeaderSubtitleProfiles": "Undertekst Profiler",
- "HeaderSubtitleProfilesHelp": "Undertekst profiler beskriver undertekst formater som er suportert av enheten.",
- "LabelFormat": "Format:",
- "LabelMethod": "Metode:",
- "LabelDidlMode": "Didl modus:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Legge inn i kontainer",
- "OptionExternallyDownloaded": "Ekstern nedlasting",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Eksempel: srt",
- "ButtonLearnMore": "L\u00e6re mer",
- "TabPlayback": "Spill av",
- "HeaderTrailersAndExtras": "Trailere & Ekstra",
- "OptionFindTrailers": "Finn trailere fra internett automatisk",
- "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
- "TabCinemaMode": "Kino Mode",
- "TitlePlayback": "Spill av",
- "LabelEnableCinemaModeFor": "Aktiver kino mode for:",
- "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
- "OptionTrailersFromMyMovies": "Inkludere trailere fra filmer i mitt bibliotek",
- "OptionUpcomingMoviesInTheaters": "Inkludere trailere fra nye og kommende filmer",
- "LabelLimitIntrosToUnwatchedContent": "Bruk kun trailere fra usett innhold",
- "LabelEnableIntroParentalControl": "Aktiver smart foreldre kontroll",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Disse funksjonene krever ett aktivt supporter medlemskap og installasjon av programtillegget the Trailer channel.",
- "OptionTrailersFromMyMoviesHelp": "Krever oppsett av lokale trailere.",
- "LabelCustomIntrosPath": "Tilpasset intro sti:",
- "LabelCustomIntrosPathHelp": "En mappe med video filer. En video vil bli tilfeldig valgt og avspilt etter trailere.",
- "ValueSpecialEpisodeName": "Spesiell - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
- "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
- "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Vis trailere sammen med film forslag",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
- "CinemaModeConfigurationHelp2": "Individuelle brukere vil ha muligheten for \u00e5 deaktivere kino modus innenfor deres egne preferanser.",
- "LabelEnableCinemaMode": "Aktiver kino mode",
- "HeaderCinemaMode": "Kino Modus",
- "LabelDateAddedBehavior": "Dato lagt til adferd for nytt innhold:",
- "OptionDateAddedImportTime": "Bruk dato skannet inn til biblioteket",
- "OptionDateAddedFileTime": "Bruk fil opprettelse dato",
- "LabelDateAddedBehaviorHelp": "Hvis metadata verdier er tilgjengelig vil de alltid bli brukt fremfor noen av disse valgene.",
- "LabelNumberTrailerToPlay": "Antall trailere \u00e5 avspille:",
- "TitleDevices": "Enheter",
- "TabCameraUpload": "Kameraopplasting",
- "TabDevices": "Enheter",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "Du har for \u00f8yeblikket ingen enheter som st\u00f8tter kameraopplasting.",
- "LabelCameraUploadPath": "Sti til kameraopplasting:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Lag en underkatalog for hver enhet",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Visningsnavn:",
- "LabelCustomDeviceDisplayNameHelp": "Oppgi et egendefinert visningsnavn eller la det v\u00e6re tomt for \u00e5 bruke navnet som enheten rapporterer.",
- "HeaderInviteUser": "Invit\u00e9r Bruker",
- "LabelConnectGuestUserNameHelp": "Dette er brukernavnet som vennen din bruker for \u00e5 logge inn p\u00e5 Media Browser nettstedet, eller epostadressen deres.",
- "HeaderInviteUserHelp": "\u00c5 dele mediefiler med venner er enklere enn noen gang f\u00f8r med Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitasjon",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Gjester",
- "HeaderLocalUsers": "Lokale Brukere",
- "HeaderPendingInvitations": "Ventende invitasjoner",
- "TabParentalControl": "Foreldrekontroll",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Ukedag:",
- "LabelAccessStart": "Starttid:",
- "LabelAccessEnd": "Sluttid:",
- "HeaderSchedule": "Timeplan",
- "OptionEveryday": "Hver dag",
- "OptionWeekdays": "Ukedager",
- "OptionWeekends": "Helger",
- "MessageProfileInfoSynced": "Brukerprofilinformasjon er synkronisert med Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "Nye Brukere",
- "ButtonSignUp": "Registrering",
- "ButtonForgotPassword": "Glemt passord?",
- "OptionDisableUserPreferences": "Deaktiver tillgang til bruker preferanser",
- "OptionDisableUserPreferencesHelp": "Hvis ativert, vil kun administratorer kunne konfigurere bruker profil bilder, passord og spr\u00e5k preferanser.",
- "HeaderSelectServer": "Velg Server",
- "MessageNoServersAvailableToConnect": "Ingen servere er tilgjengelig for tilkobling. Hvis du er invitert til \u00e5 dele en server, s\u00f8rg for \u00e5 godta det under eller ved \u00e5 klikke p\u00e5 lenken i e-posten.",
- "TitleNewUser": "Ny bruker",
- "ButtonConfigurePassword": "Konfigurer passord",
- "HeaderDashboardUserPassword": "Brukerpassord forvaltes innenfor hver brukers personlige profilinnstillingene.",
- "HeaderLibraryAccess": "Bibliotek tilgang",
- "HeaderChannelAccess": "Kanal tilgang",
- "HeaderLatestItems": "Siste element",
- "LabelSelectLastestItemsFolders": "Inkluder media fra f\u00f8lgende avsnitt i de siste elementene",
- "HeaderShareMediaFolders": "Del media mapper",
- "MessageGuestSharingPermissionsHelp": "De fleste funksjonene er i utgangspunktet utilgjengelig for gjester, men kan aktiveres ved behov.",
- "HeaderInvitations": "Invitasjoner",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Glemt passord",
- "TitleForgotPassword": "Glemt passord",
- "TitlePasswordReset": "Resett passord",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Resett passord",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Avslutt",
"LabelVisitCommunity": "Bes\u00f8k oss",
"LabelGithub": "Github",
@@ -1142,23 +513,23 @@
"NewCollectionNameExample": "Eksempel: Star Wars Samling",
"OptionSearchForInternetMetadata": "S\u00f8k p\u00e5 internet for artwork og metadata",
"ButtonCreate": "Opprett",
- "LabelLocalHttpServerPortNumber": "Lokal port nummer:",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "tcp port nummeret som Media Browser sin https server skal bindes mot.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socker port nummer:",
"LabelEnableAutomaticPortMap": "Aktiver automatisk port mapping",
"LabelEnableAutomaticPortMapHelp": "Fors\u00f8k automatisk mapping av den offentlige port til den lokale port via UPnP. Dette kan fungerer d\u00e5rlig med noen ruter modeller.",
- "LabelExternalDDNS": "Ekstern DDNS:",
- "LabelExternalDDNSHelp": "Hvis du har en dynamisk DNS, skriv den her. Media Browser applikasjoner vil bruke denne n\u00e5r ekstern forbindelse opprettes.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "Forsette",
"TabWeather": "V\u00e6r",
"TitleAppSettings": "App Innstillinger",
@@ -1340,5 +711,632 @@
"NotificationOptionPluginError": "Programtillegg feil",
"ButtonVolumeUp": "Volum opp",
"ButtonVolumeDown": "Volum ned",
- "ButtonMute": "Mute"
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Siste Media",
+ "OptionSpecialFeatures": "Spesielle Funksjoner",
+ "HeaderCollections": "Samlinger",
+ "LabelProfileCodecsHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kodeker.",
+ "LabelProfileContainersHelp": "Separert med komma. Dette feltet kan forbli tomt for \u00e5 gjelde alle kontainere.",
+ "HeaderResponseProfile": "Respons Profil",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Rolle:",
+ "LabelPersonRoleHelp": "Rolle er generelt kun aktuelt for skuespillere.",
+ "LabelProfileContainer": "Kontainer:",
+ "LabelProfileVideoCodecs": "Video kodek:",
+ "LabelProfileAudioCodecs": "Lyd kodek:",
+ "LabelProfileCodecs": "Kodeker:",
+ "HeaderDirectPlayProfile": "Direkte Avspilling Profil",
+ "HeaderTranscodingProfile": "Transcoding Profil",
+ "HeaderCodecProfile": "Kodek Profil",
+ "HeaderCodecProfileHelp": "Kodek profiler indikerer p\u00e5 at begrensninger p\u00e5 en enhet n\u00e5r den spiller av spesifikk kodeker. Hvis en begrensning gjelder vil media bli transcodet, til og med hvis kodeken er konfigurert for direkte avspilling.",
+ "HeaderContainerProfile": "Kontainer Profil",
+ "HeaderContainerProfileHelp": "Container profiler indikerer begrensningene i en enhet n\u00e5r du spiller bestemte formater. Hvis en begrensning gjelder da vil media bli transcodet, selv om formatet er konfigurert for direkte avspilling.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Lyd",
+ "OptionProfileVideoAudio": "Video Lyd",
+ "OptionProfilePhoto": "Bilde",
+ "LabelUserLibrary": "Bruker bibliotek:",
+ "LabelUserLibraryHelp": "Velg hvilket brukerbibliotek som skal vises til enheten. La det st\u00e5 tomt for standard innstillinger.",
+ "OptionPlainStorageFolders": "Vis alle mapper som rene lagringsmapper",
+ "OptionPlainStorageFoldersHelp": "Hvis aktivert, vil alle mapper bli representert i DIDL som \"object.container.storageFolder\" istedet for en mer spesifikk type, som \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Vis alle videoer som ren video elementer",
+ "OptionPlainVideoItemsHelp": "Hvis aktivert, blir alle videoer representert i DIDL som \"object.item.videoItem\" i stedet for en mer bestemt type, for eksempel \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "St\u00f8ttede Media Typer:",
+ "TabIdentification": "Identifisering",
+ "HeaderIdentification": "Identifisering",
+ "TabDirectPlay": "Direkte Avspill",
+ "TabContainers": "Kontainere",
+ "TabCodecs": "Kodeker",
+ "TabResponses": "Svar",
+ "HeaderProfileInformation": "Profil Informasjon",
+ "LabelEmbedAlbumArtDidl": "Bygg inn albumbilder i Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Noen enheter foretrekker denne metoden for \u00e5 motta album art. Andre vil kunne feile \u00e5 avspille hvis dette alternativet er aktivert.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN brukes for album art, innenfor DLNA: profileID attributtet p\u00e5 upnp: albumArtURI. Noen klienter krever en bestemt verdi, uavhengig av st\u00f8rrelsen p\u00e5 bildet.",
+ "LabelAlbumArtMaxWidth": "Album art mat bredde:",
+ "LabelAlbumArtMaxWidthHelp": "Maks oppl\u00f8sning av album art utnyttet via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art maks h\u00f8yde:",
+ "LabelAlbumArtMaxHeightHelp": "Maks oppl\u00f8sning av album er eksonert via upnp:albumARtURI.",
+ "LabelIconMaxWidth": "Ikon maks bredde:",
+ "LabelIconMaxWidthHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
+ "LabelIconMaxHeight": "Ikon maks h\u00f8yde:",
+ "LabelIconMaxHeightHelp": "Maks oppl\u00f8sning av ikoner utsatt via upnp:icon.",
+ "LabelIdentificationFieldHelp": "Ett case-insensitive substring eller regex uttrykk.",
+ "HeaderProfileServerSettingsHelp": "Disse verdiene kontrollerer hvordan Media Browser vil presentere seg selv til enheten.",
+ "LabelMaxBitrate": "Maks bitrate:",
+ "LabelMaxBitrateHelp": "Spesifiser en maks bitrate i for begrensede b\u00e5ndbredde milj\u00f8er, eller hvis enheten p\u00e5legger sin egen begrensning.",
+ "LabelMaxStreamingBitrate": "Maks streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate n\u00e5r streaming.",
+ "LabelMaxStaticBitrate": "Maks synk bitrate:",
+ "LabelMaxStaticBitrateHelp": "Spesifiser en maks bitrate ved synkronisering av innhold i h\u00f8y kvalitet.",
+ "LabelMusicStaticBitrate": "Musikk synk bitrate:",
+ "LabelMusicStaticBitrateHelp": "Spesifiser en maks bitrate for musikk syncking",
+ "LabelMusicStreamingTranscodingBitrate": "Musikk transkoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Spesifiser en maks bitrate for streaming musikk",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde foresp\u00f8rsler",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse foresp\u00f8rslene bli honorert men ignorert i byte rekkevidde headeren.",
+ "LabelFriendlyName": "Vennlig navn",
+ "LabelManufacturer": "Produsent",
+ "LabelManufacturerUrl": "Produsent url",
+ "LabelModelName": "Modell navn",
+ "LabelModelNumber": "Modell nummer",
+ "LabelModelDescription": "Model beskrivelse",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serienummer",
+ "LabelDeviceDescription": "Enhet beskrivelse",
+ "HeaderIdentificationCriteriaHelp": "Skriv minst ett identifiserings kriterie",
+ "HeaderDirectPlayProfileHelp": "Legg direkte avspill profiler til \u00e5 indikere hvilket format enheten kan st\u00f8tte.",
+ "HeaderTranscodingProfileHelp": "Legg til transcoding profiler for \u00e5 indikere hvilke format som burde bli brukt n\u00e5r transcoding beh\u00f8ves.",
+ "HeaderResponseProfileHelp": "Respons proiler tilbyr en m\u00e5t \u00e5 tilpasse informasjon som er sent til enheten n\u00e5r den spiller en viss type media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Bestemmer innholdet i X_DLNACAP element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Bestemmer innholdet i X_DLNADOC element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
+ "LabelSonyAggregationFlags": "Sony aggregerigns flagg",
+ "LabelSonyAggregationFlagsHelp": "Bestemmer innholdet i aggregationFlags element i urn: skjemaer-sonycom: av navnerommet.",
+ "LabelTranscodingContainer": "Kontainer:",
+ "LabelTranscodingVideoCodec": "Video kodek:",
+ "LabelTranscodingVideoProfile": "Video profil:",
+ "LabelTranscodingAudioCodec": "lyd kodek:",
+ "OptionEnableM2tsMode": "Sl\u00e5 p\u00e5 M2ts modus",
+ "OptionEnableM2tsModeHelp": "Sl\u00e5 p\u00e5 m2ts modus for enkoding til mpegts.",
+ "OptionEstimateContentLength": "Estimer innholdslengde n\u00e5r transcoding.",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Rapporter at serveren st\u00f8tter byte s\u00f8king n\u00e5r transcoding.",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette kreves for noen enheter som ikke tidss\u00f8ker veldig godt.",
+ "HeaderSubtitleDownloadingHelp": "N\u00e5r Media Browser skanner videofilene, kan den s\u00f8ke etter savnede undertekster, og laste dem ned med en undertittel leverand\u00f8r som OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Last ned undertekster for:",
+ "MessageNoChapterProviders": "Installer en kapittel tilbyder som eksempelvis ChapterDb for \u00e5 aktivere kapittel muligheter.",
+ "LabelSkipIfGraphicalSubsPresent": "Hopp om videoen inneholder allerede grafiske undertekster",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Ved \u00e5 opprettholde tekst versjoner av undertekster vil medf\u00f8re i mer effektiv levering til mobile enheter.",
+ "TabSubtitles": "Undertekster",
+ "TabChapters": "Kapitler",
+ "HeaderDownloadChaptersFor": "Last ned kapittelnavn for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles brukernavn:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles passord:",
+ "HeaderChapterDownloadingHelp": "N\u00e5r Media Browser s\u00f8ker igjennom dine videofiler s\u00e5 kan den laste ned vennlige kapittelnavn fra internett ved \u00e5 bruke programtillegg som ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Spill av lydsporet uavhengig av spr\u00e5k",
+ "LabelSubtitlePlaybackMode": "Undertekst modus:",
+ "LabelDownloadLanguages": "Last ned spr\u00e5k:",
+ "ButtonRegister": "Registrer",
+ "LabelSkipIfAudioTrackPresent": "Hopp hvis standard lydsporet matcher nedlastingen spr\u00e5k",
+ "LabelSkipIfAudioTrackPresentHelp": "Fjern merkingen for \u00e5 sikre at alle videoene har undertekster, uavhengig av lydspr\u00e5k.",
+ "HeaderSendMessage": "Send Melding",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Meldingstekst:",
+ "MessageNoAvailablePlugins": "Ingen tilgjengelige programtillegg.",
+ "LabelDisplayPluginsFor": "Vis plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episodenavn",
+ "LabelSeriesNamePlain": "Serienavn",
+ "ValueSeriesNamePeriod": "Serier.navn",
+ "ValueSeriesNameUnderscore": "Serie_navn",
+ "ValueEpisodeNamePeriod": "Episode.navn",
+ "ValueEpisodeNameUnderscore": "Episode_navn",
+ "LabelSeasonNumberPlain": "Sesong nummer",
+ "LabelEpisodeNumberPlain": "Episode nummer",
+ "LabelEndingEpisodeNumberPlain": "Siste episode nummer",
+ "HeaderTypeText": "Skriv Tekst",
+ "LabelTypeText": "Tekst",
+ "HeaderSearchForSubtitles": "S\u00f8k etter undertekster",
+ "MessageNoSubtitleSearchResultsFound": "Ingen s\u00f8k funnet.",
+ "TabDisplay": "Skjerm",
+ "TabLanguages": "Spr\u00e5k",
+ "TabWebClient": "Web Klient",
+ "LabelEnableThemeSongs": "Sl\u00e5 p\u00e5 tema sanger",
+ "LabelEnableBackdrops": "Sl\u00e5 p\u00e5 backdrops",
+ "LabelEnableThemeSongsHelp": "Hvis p\u00e5sl\u00e5tt vil tema sanger bli avspilt i bakgrunnen mens man blar igjennom biblioteket.",
+ "LabelEnableBackdropsHelp": "Hvis p\u00e5sl\u00e5tt vil backdrops bli vist i bakgrunnen p\u00e5 noen sider mens man blar igjennom biblioteket.",
+ "HeaderHomePage": "Hjemmeside",
+ "HeaderSettingsForThisDevice": "Innstillinger for denne enheten",
+ "OptionAuto": "Auto",
+ "OptionYes": "Ja",
+ "OptionNo": "Nei",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Hjemme side seksjon 1:",
+ "LabelHomePageSection2": "Hjemme side seksjon 2:",
+ "LabelHomePageSection3": "Hjemme side seksjon 3:",
+ "LabelHomePageSection4": "Hjemme side seksjon 4:",
+ "OptionMyViewsButtons": "Mitt syn (knapper)",
+ "OptionMyViews": "Mitt syn",
+ "OptionMyViewsSmall": "Mitt Syn (liten)",
+ "OptionResumablemedia": "Fortsette",
+ "OptionLatestMedia": "Siste media",
+ "OptionLatestChannelMedia": "Siste kanal elementer",
+ "HeaderLatestChannelItems": "Siste Kanal Elementer",
+ "OptionNone": "Ingen",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Rapporter",
+ "HeaderMetadataManager": "Metadata Behandler",
+ "HeaderPreferences": "Preferanser",
+ "MessageLoadingChannels": "Laster kanal innhold...",
+ "MessageLoadingContent": "Laster innhold...",
+ "ButtonMarkRead": "Marker Som Lest",
+ "OptionDefaultSort": "Standard",
+ "OptionCommunityMostWatchedSort": "Mest Sett",
+ "TabNextUp": "Neste",
+ "MessageNoMovieSuggestionsAvailable": "Ingen film forslag er forel\u00f8pig tilgjengelig. Start med \u00e5 se og ranger filmer. Kom deretter tilbake for \u00e5 f\u00e5 forslag p\u00e5 anbefalinger.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Spillelister tillater deg \u00e5 lage lister over innhold til \u00e5 spille etter hverandre p\u00e5 en gang. For \u00e5 legge til elementer i spillelister, h\u00f8yreklikk eller trykk og hold, og velg Legg til i spilleliste.",
+ "MessageNoPlaylistItemsAvailable": "Denne spillelisten er forel\u00f8pig tom",
+ "ButtonDismiss": "Avvis",
+ "ButtonEditOtherUserPreferences": "Rediger denne brukers profil, passord og personlige preferanser.",
+ "LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
+ "LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
+ "OptionBestAvailableStreamQuality": "Beste tilgjengelig",
+ "LabelEnableChannelContentDownloadingFor": "Sl\u00e5 p\u00e5 kanal innhold nedlasting for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Noen kanaler st\u00f8tter nedlasting av innhold f\u00f8r visning. Aktiver dette for en linje med lav b\u00e5ndbredde for \u00e5 laste ned kanalinnholdet n\u00e5r serveren ikke benyttes. Innholdet lastes ned som en del av kanalens planlagte oppgave for nedlasting.",
+ "LabelChannelDownloadPath": "Nedlastingsti for Kanal-innhold:",
+ "LabelChannelDownloadPathHelp": "Spesifiser en tilpasset nedlastingsti hvis \u00f8nsket. La feltet ellers st\u00e5 tomt for \u00e5 bruke den interne program data mappen.",
+ "LabelChannelDownloadAge": "Slett innhold etter: (dager)",
+ "LabelChannelDownloadAgeHelp": "Nedlastet innhold eldre enn dette vil bli slettet. Det vil v\u00e6re avspillbart via internett streaming.",
+ "ChannelSettingsFormHelp": "Installer kanaler som eksempel Trailers og Vimeo i programtillegg katalogen.",
+ "LabelSelectCollection": "Velg samling:",
+ "ButtonOptions": "Alternativer",
+ "ViewTypeMovies": "Filmer",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Spill",
+ "ViewTypeMusic": "Musikk",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Samlinger",
+ "ViewTypeChannels": "Kanaler",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Sendes n\u00e5",
+ "ViewTypeLatestGames": "Siste spill",
+ "ViewTypeRecentlyPlayedGames": "Nylig spilt",
+ "ViewTypeGameFavorites": "Favoritter",
+ "ViewTypeGameSystems": "Spillsystemer",
+ "ViewTypeGameGenres": "Sjangere",
+ "ViewTypeTvResume": "Fortsette",
+ "ViewTypeTvNextUp": "Neste",
+ "ViewTypeTvLatest": "Siste",
+ "ViewTypeTvShowSeries": "Serier",
+ "ViewTypeTvGenres": "Sjangere",
+ "ViewTypeTvFavoriteSeries": "Favoritt serier",
+ "ViewTypeTvFavoriteEpisodes": "Favoritt episoder",
+ "ViewTypeMovieResume": "Fortsette",
+ "ViewTypeMovieLatest": "Siste",
+ "ViewTypeMovieMovies": "Filmer",
+ "ViewTypeMovieCollections": "Samlinger",
+ "ViewTypeMovieFavorites": "Favoritter",
+ "ViewTypeMovieGenres": "Sjangere",
+ "ViewTypeMusicLatest": "Siste",
+ "ViewTypeMusicAlbums": "Albumer",
+ "ViewTypeMusicAlbumArtists": "Album artister",
+ "HeaderOtherDisplaySettings": "Visnings Innstillinger",
+ "ViewTypeMusicSongs": "Sanger",
+ "ViewTypeMusicFavorites": "Favoritter",
+ "ViewTypeMusicFavoriteAlbums": "Favorittalbumer",
+ "ViewTypeMusicFavoriteArtists": "Favorittartister",
+ "ViewTypeMusicFavoriteSongs": "Favorittsanger",
+ "HeaderMyViews": "Mitt Syn",
+ "LabelSelectFolderGroups": "Automatisk gruppering av innhold fra f\u00f8lgende mapper til oversikter som filmer, musikk og TV:",
+ "LabelSelectFolderGroupsHelp": "Mapper som ikke er valgt vil bli vist for seg selv i deres egen visning.",
+ "OptionDisplayAdultContent": "Vis Voksen materiale",
+ "OptionLibraryFolders": "Media Mapper",
+ "TitleRemoteControl": "Ekstern Kontroll",
+ "OptionLatestTvRecordings": "Siste opptak",
+ "LabelProtocolInfo": "Protokoll info:",
+ "LabelProtocolInfoHelp": "Verdien som blir brukt for \u00e5 gi respons til GetProtocolInfo foresp\u00f8rsler fra enheten.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser inkluderer innebygd st\u00f8tte for Kodi Nfo metadata og bilder. For \u00e5 aktivere eller deaktivere Kodi metadata, bruker du fanen Avansert for \u00e5 konfigurere alternativer for medietyper.",
+ "LabelKodiMetadataUser": "Synk bruker sett data til nfo'er for:",
+ "LabelKodiMetadataUserHelp": "Aktiver dette for \u00e5 holde sett data i synk mellom Media Browser og Kodi.",
+ "LabelKodiMetadataDateFormat": "Utgivelsesdato format:",
+ "LabelKodiMetadataDateFormatHelp": "Alle datoer inenfor nfo'er vil bli lest og skrevet til med bruk av dette formatet.",
+ "LabelKodiMetadataSaveImagePaths": "Lagre bilde stier inne i nfo filer",
+ "LabelKodiMetadataSaveImagePathsHelp": "Dette anbefales hvis du har bilde filnavn som ikke f\u00f8lger Kodi retningslinjer.",
+ "LabelKodiMetadataEnablePathSubstitution": "Aktiver sti erstatter",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverer sti erstatning av bilde stier ved hjelp av serverens sti erstatter innstillinger.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "Vis sti erstatter",
+ "LabelGroupChannelsIntoViews": "Via f\u00f8lgende kanaler direkte gjennom Mitt Syn:",
+ "LabelGroupChannelsIntoViewsHelp": "Hvis sl\u00e5tt p\u00e5 vil disse kanalene bli vist direkte sammen med andre visninger. Hvis avsl\u00e5tt, vil de bli vist sammen med separerte Kanaler visning.",
+ "LabelDisplayCollectionsView": "Vis en samling for \u00e5 vise film samlinger",
+ "LabelKodiMetadataEnableExtraThumbs": "kopier extrafanart inn til extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "Ved nedlasting av bilder kan de bli lagret inn til b\u00e5de extrafanart og extrathumbs for maksimum Kodi skin kompabilitet.",
+ "TabServices": "Tjenester",
+ "TabLogs": "Logger",
+ "HeaderServerLogFiles": "Server log filer:",
+ "TabBranding": "Merke",
+ "HeaderBrandingHelp": "Tilpass utseende til Media Browser som passer til dine behov for dine grupper eller organiseringer.",
+ "LabelLoginDisclaimer": "Login ansvarsfraskrivelse:",
+ "LabelLoginDisclaimerHelp": "Dette vil bli vist p\u00e5 bunnen av login siden.",
+ "LabelAutomaticallyDonate": "Doner denne summen automatisk hver m\u00e5ned",
+ "LabelAutomaticallyDonateHelp": "Du kan kansellere n\u00e5r som helst via din PayPal konto.",
+ "OptionList": "Liste",
+ "TabDashboard": "Dashbord",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logger:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Bilder etter navn:",
+ "LabelTranscodingTemporaryFiles": "Transcoding midlertidige filer:",
+ "HeaderLatestMusic": "Siste Musikk",
+ "HeaderBranding": "Merke",
+ "HeaderApiKeys": "Api N\u00f8kkler",
+ "HeaderApiKeysHelp": "Eksterne programmer er p\u00e5lagt \u00e5 ha en API-n\u00f8kkel for \u00e5 kunne kommunisere med Media Browser. N\u00f8kkel f\u00e5es ved \u00e5 logge p\u00e5 med en Media Browser-konto, eller ved \u00e5 manuelt innvilge s\u00f8knaden en n\u00f8kkel.",
+ "HeaderApiKey": "Api N\u00f8kkel",
+ "HeaderApp": "App",
+ "HeaderDevice": "Enhet",
+ "HeaderUser": "Bruker",
+ "HeaderDateIssued": "Dato utstedt",
+ "LabelChapterName": "Kapittel {0}",
+ "HeaderNewApiKey": "Ny Api N\u00f8kkel",
+ "LabelAppName": "Applikasjon navn",
+ "LabelAppNameExample": "Eksempel: Sickbread, NzbDrone",
+ "HeaderNewApiKeyHelp": "Innvilge en applikasjon tillatelser for \u00e5 kommunisere med Media Browser.",
+ "HeaderHttpHeaders": "Http Headere",
+ "HeaderIdentificationHeader": "Identifiserings Header",
+ "LabelValue": "Verdi:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Lik",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "SubString",
+ "TabView": "Se",
+ "TabSort": "Sorter",
+ "TabFilter": "Filter",
+ "ButtonView": "Se",
+ "LabelPageSize": "Element grense:",
+ "LabelPath": "Sti:",
+ "LabelView": "Se:",
+ "TabUsers": "Brukere",
+ "LabelSortName": "Sorterings navn:",
+ "LabelDateAdded": "Dato lagt til",
+ "HeaderFeatures": "Funksjoner",
+ "HeaderAdvanced": "Avansert",
+ "ButtonSync": "Synk",
+ "TabScheduledTasks": "Planlagte Oppgaver",
+ "HeaderChapters": "Kapitler",
+ "HeaderResumeSettings": "Fortsett Innstillinger",
+ "TabSync": "Synk",
+ "TitleUsers": "Brukere",
+ "LabelProtocol": "Protokoll:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Kontekst",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Synk",
+ "ButtonAddToPlaylist": "Legg til spilleliste",
+ "TabPlaylists": "Spliielister",
+ "ButtonClose": "Lukk",
+ "LabelAllLanguages": "Alle spr\u00e5k",
+ "HeaderBrowseOnlineImages": "Bla Igjennom Bilder Online",
+ "LabelSource": "Kilde:",
+ "OptionAll": "Alle",
+ "LabelImage": "Bilde:",
+ "ButtonBrowseImages": "Bla Igjennom Bilder",
+ "HeaderImages": "Bilder",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Legg Til\/Oppdater Bilde",
+ "LabelJpgPngOnly": "JPG\/PNG kun",
+ "LabelImageType": "Bilde type:",
+ "OptionPrimary": "Prim\u00e6re",
+ "OptionArt": "Art",
+ "OptionBox": "Boks",
+ "OptionBoxRear": "Boks bak",
+ "OptionDisc": "Disk",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Meny",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "L\u00e5st",
+ "OptionUnidentified": "uidentifisert",
+ "OptionMissingParentalRating": "Mangler foreldresensur",
+ "OptionStub": "stump",
+ "HeaderEpisodes": "Episoder:",
+ "OptionSeason0": "Sesong 0",
+ "LabelReport": "Rapport:",
+ "OptionReportSongs": "Sanger:",
+ "OptionReportSeries": "Serier",
+ "OptionReportSeasons": "Sesonger",
+ "OptionReportTrailers": "Trailere",
+ "OptionReportMusicVideos": "Musikkvideoer",
+ "OptionReportMovies": "Filmer",
+ "OptionReportHomeVideos": "Hjemme videoer",
+ "OptionReportGames": "Spill",
+ "OptionReportEpisodes": "Episoder",
+ "OptionReportCollections": "Samlinger",
+ "OptionReportBooks": "B\u00f8ker",
+ "OptionReportArtists": "Artisert",
+ "OptionReportAlbums": "Albumer",
+ "OptionReportAdultVideos": "Voksen videoer",
+ "ButtonMore": "Mer",
+ "HeaderActivity": "Aktivitet",
+ "ScheduledTaskStartedWithName": "{0} startet",
+ "ScheduledTaskCancelledWithName": "{0} ble avbrutt",
+ "ScheduledTaskCompletedWithName": "{0} fullf\u00f8rt",
+ "ScheduledTaskFailed": "Planlagte oppgaver utf\u00f8rt",
+ "PluginInstalledWithName": "{0} ble installert",
+ "PluginUpdatedWithName": "{0} ble oppdatert",
+ "PluginUninstalledWithName": "{0} ble avinstallert",
+ "ScheduledTaskFailedWithName": "{0} feilet",
+ "ItemAddedWithName": "{0} ble lagt til biblioteket",
+ "ItemRemovedWithName": "{0} ble fjernet fra biblioteket",
+ "DeviceOnlineWithName": "{0} er tilkoblet",
+ "UserOnlineFromDevice": "{0} er online fra {1}",
+ "DeviceOfflineWithName": "{0} har koblet fra",
+ "UserOfflineFromDevice": "{0} har koblet fra {1}",
+ "SubtitlesDownloadedForItem": "Undertekster lastet ned for {0}",
+ "SubtitleDownloadFailureForItem": "nedlasting av undertekster feilet for {0}",
+ "LabelRunningTimeValue": "Spille tide: {0}",
+ "LabelIpAddressValue": "Ip adresse: {0}",
+ "UserConfigurationUpdatedWithName": "Bruker konfigurasjon har blitt oppdatert for {0}",
+ "UserCreatedWithName": "Bruker {0} har blitt opprettet",
+ "UserPasswordChangedWithName": "Passord har blitt endret for bruker {0}",
+ "UserDeletedWithName": "Bruker {0} har blitt slettet",
+ "MessageServerConfigurationUpdated": "Server konfigurasjon har blitt oppdatert",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server konfigurasjon seksjon {0} har blitt oppdatert",
+ "MessageApplicationUpdated": "Media Browser Server har blitt oppdatert",
+ "AuthenticationSucceededWithUserName": "{0} autentisert med suksess",
+ "FailedLoginAttemptWithUserName": "P\u00e5loggingsfors\u00f8k feilet fra {0}",
+ "UserStartedPlayingItemWithValues": "{0} har startet avspilling av {1}",
+ "UserStoppedPlayingItemWithValues": "{0} har stoppet avspilling av {1}",
+ "AppDeviceValues": "App: {0} , Device: {1}",
+ "ProviderValue": "Tilbyder: {0}",
+ "LabelChannelDownloadSizeLimit": "Nedlastings grense (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Begrens st\u00f8rrelse for kanal nedlastings mappen.",
+ "HeaderRecentActivity": "Siste Aktivitet",
+ "HeaderPeople": "Personer",
+ "HeaderDownloadPeopleMetadataFor": "Last ned biografi og bilder for:",
+ "OptionComposers": "Komponister:",
+ "OptionOthers": "Andre",
+ "HeaderDownloadPeopleMetadataForHelp": "Aktivering av flere opsjoner vil gi mer info p\u00e5 skjermen, men resultere i d\u00e5rligere ytelse ved bibliotek skanninger.",
+ "ViewTypeFolders": "Mapper",
+ "LabelDisplayFoldersView": "Vis alle mapper som rene lagringsmapper",
+ "ViewTypeLiveTvRecordingGroups": "Opptak",
+ "ViewTypeLiveTvChannels": "Kanaler",
+ "LabelAllowLocalAccessWithoutPassword": "Tillat lokal tilkobling uten passord",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "N\u00e5r aktivert, vil ikke ett passord v\u00e6re p\u00e5krevd for innlogging fra ditt lokale hjemme nettverk.",
+ "HeaderPassword": "Passord",
+ "HeaderLocalAccess": "Lokal Tilkobling",
+ "HeaderViewOrder": "Visnings rekkef\u00f8lge",
+ "LabelSelectUserViewOrder": "Velg rekkef\u00f8lge dine visninger vil bli vist inn i Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata oppfrisknings modus:",
+ "LabelImageRefreshMode": "Bilde oppfrisknings modus:",
+ "OptionDownloadMissingImages": "Last ned manglende bilder",
+ "OptionReplaceExistingImages": "Bytt ut eksisterende bilder",
+ "OptionRefreshAllData": "Oppfrisk alle data",
+ "OptionAddMissingDataOnly": "Legg til kun maglende data",
+ "OptionLocalRefreshOnly": "Kun lokal oppfrsikining",
+ "HeaderRefreshMetadata": "Oppfrisk Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identifiser Element",
+ "HeaderIdentifyItemHelp": "Oppgi ett eller flere s\u00f8ke kriterier. Fjern kriterie for \u00e5 \u00f8ke s\u00f8ke resultater.",
+ "HeaderConfirmDeletion": "Bekreft Kansellering",
+ "LabelFollowingFileWillBeDeleted": "F\u00f8lgende fil vil bli slettet:",
+ "LabelIfYouWishToContinueWithDeletion": "Hvis du \u00f8nsker \u00e5 fortsette, venligst bekreft med verdien av:",
+ "ButtonIdentify": "Identifiser",
+ "LabelAlbumArtist": "Album Artist",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Fellesskap anmeldelse:",
+ "LabelVoteCount": "Stemme tall:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Kritiker anmeldelse:",
+ "LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
+ "LabelAwardSummary": "Pris sammendrag:",
+ "LabelWebsite": "Nettsted:",
+ "LabelTagline": "Slagord:",
+ "LabelOverview": "Oversikt:",
+ "LabelShortOverview": "Kort oversikt:",
+ "LabelReleaseDate": "Utgivelsesdato:",
+ "LabelYear": "\u00c5r:",
+ "LabelPlaceOfBirth": "F\u00f8dested:",
+ "LabelEndDate": "Slutt dato:",
+ "LabelAirDate": "Sendings dager:",
+ "LabelAirTime:": "Sendings tid:",
+ "LabelRuntimeMinutes": "Spilletid (minutter):",
+ "LabelParentalRating": "Foreldresensur:",
+ "LabelCustomRating": "Kunde anmeldelse:",
+ "LabelBudget": "Budsjett",
+ "LabelRevenue": "Inntjening ($):",
+ "LabelOriginalAspectRatio": "Originalt sideforhold:",
+ "LabelPlayers": "Spillere:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
+ "HeaderSpecialEpisodeInfo": "Spesial Episode info",
+ "HeaderExternalIds": "Ekstern Id'er:",
+ "LabelDvdSeasonNumber": "Dvd sesong nummer:",
+ "LabelDvdEpisodeNumber": "Dvd episode nummer:",
+ "LabelAbsoluteEpisodeNumber": "absolutt episode nummer:",
+ "LabelAirsBeforeSeason": "Send f\u00f8r sesong:",
+ "LabelAirsAfterSeason": "Sendt etter sesong:",
+ "LabelAirsBeforeEpisode": "Sendt f\u00f8r episode:",
+ "LabelTreatImageAs": "Behandle bilde som:",
+ "LabelDisplayOrder": "Visnings rekkef\u00f8lge:",
+ "LabelDisplaySpecialsWithinSeasons": "Vis speialiteter innfor sensongen de ble sendt i",
+ "HeaderCountries": "Land",
+ "HeaderGenres": "Sjanger",
+ "HeaderPlotKeywords": "Plott n\u00f8kkelord",
+ "HeaderStudios": "Studioer",
+ "HeaderTags": "Tagger",
+ "HeaderMetadataSettings": "Metadata innstilinger",
+ "LabelLockItemToPreventChanges": "L\u00e5s dette elementet for \u00e5 hindre fremtidige endringer",
+ "MessageLeaveEmptyToInherit": "La v\u00e6re blank for \u00e5 arve innstillinger fra et foreldre element, eller den globale standard verdien.",
+ "TabDonate": "Doner",
+ "HeaderDonationType": "Donasjon type:",
+ "OptionMakeOneTimeDonation": "Gi en egen donasjon",
+ "OptionOneTimeDescription": "Dette er en ekstra donasjon til teamet for \u00e5 vise din st\u00f8tte. Det har ikke noen ekstra fordeler, og vil ikke produsere en supporter tasten.",
+ "OptionLifeTimeSupporterMembership": "Livstids supporter medlemskap",
+ "OptionYearlySupporterMembership": "\u00c5rlig supporter medlemskap",
+ "OptionMonthlySupporterMembership": "M\u00e5nedlig supporter medlemskap",
+ "OptionNoTrailer": "Ingen trailer",
+ "OptionNoThemeSong": "Ingen temasang",
+ "OptionNoThemeVideo": "Ingen tema video",
+ "LabelOneTimeDonationAmount": "Donasjons bel\u00f8p:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Skuespiller",
+ "OptionComposer": "Komponist",
+ "OptionDirector": "Regiss\u00f8r",
+ "OptionGuestStar": "Stjerne gjest",
+ "OptionProducer": "Produsent",
+ "OptionWriter": "Manus",
+ "LabelAirDays": "Sendings dager:",
+ "LabelAirTime": "Sendings tid:",
+ "HeaderMediaInfo": "Media informasjon",
+ "HeaderPhotoInfo": "Bildeinformasjon",
+ "HeaderInstall": "Installer",
+ "LabelSelectVersionToInstall": "Velg versjon for \u00e5 installere:",
+ "LinkSupporterMembership": "L\u00e6r mer om supporter medlemskap",
+ "MessageSupporterPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap etter 14 dagers gratis pr\u00f8veperiode.",
+ "MessagePremiumPluginRequiresMembership": "Dette programtillegget vil kreve et aktiv supporter medlemskap for \u00e5 kunne kj\u00f8pe etter 14 dagers gratis pr\u00f8veperiode.",
+ "HeaderReviews": "Anmeldelser",
+ "HeaderDeveloperInfo": "Utvikler informasjon",
+ "HeaderRevisionHistory": "Revisjonshistorikk",
+ "ButtonViewWebsite": "Vis nettsted",
+ "LabelRecurringDonationCanBeCancelledHelp": "Gjentakende donasjoner kan avbrytes n\u00e5r som helst fra din PayPal-konto.",
+ "HeaderXmlSettings": "Xml innstillinger",
+ "HeaderXmlDocumentAttributes": "Xml dokument attributter",
+ "HeaderXmlDocumentAttribute": "Xml dokument attributt",
+ "XmlDocumentAttributeListHelp": "Disse attributtene p\u00e5f\u00f8res rot elementet for alle xml responser.",
+ "OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
+ "LabelExtractChaptersDuringLibraryScan": "Hent ut kapittel bilder under bibliotek skann",
+ "LabelExtractChaptersDuringLibraryScanHelp": "Hvis aktivert, vil kapittel bilder bli hentet ut mens videoer importeres under bibliotek skanning.\nHvis deaktivert, vil de bli hentet ut under planlagte oppgaver for kapittel bilder, som medf\u00f8rer at vanlig bibliotek skanning blir fortere ferdig.",
+ "LabelConnectGuestUserName": "Deres Media Browser brukernavn eller epostadresse:",
+ "LabelConnectUserName": "Media Browser brukernavn\/e-post",
+ "LabelConnectUserNameHelp": "Tilknytt denne brukeren til en Media Browser konto for \u00e5 muliggj\u00f8re enkel log-inn fra enhver Media Browser app uten \u00e5 vite server ip adressen.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "L\u00e6r mer om Media Browser Connect",
+ "LabelExternalPlayers": "Eksterne avspillere:",
+ "LabelExternalPlayersHelp": "Vis knapper for \u00e5 spille av innhold i eksterne avspillere. Dette er bare tilgjengelig p\u00e5 enheter som st\u00f8tter url oppsett, i hovedsak Android og iOS. Med eksterne spillere er det vanligvis ingen st\u00f8tte for fjernkontroll eller gjenopptaking.",
+ "HeaderSubtitleProfile": "Undertekst Profil",
+ "HeaderSubtitleProfiles": "Undertekst Profiler",
+ "HeaderSubtitleProfilesHelp": "Undertekst profiler beskriver undertekst formater som er suportert av enheten.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Metode:",
+ "LabelDidlMode": "Didl modus:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Legge inn i kontainer",
+ "OptionExternallyDownloaded": "Ekstern nedlasting",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Eksempel: srt",
+ "ButtonLearnMore": "L\u00e6re mer",
+ "TabPlayback": "Spill av",
+ "HeaderTrailersAndExtras": "Trailere & Ekstra",
+ "OptionFindTrailers": "Finn trailere fra internett automatisk",
+ "HeaderLanguagePreferences": "Spr\u00e5kpreferanser",
+ "TabCinemaMode": "Kino Mode",
+ "TitlePlayback": "Spill av",
+ "LabelEnableCinemaModeFor": "Aktiver kino mode for:",
+ "CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til \u00e5 spille trailere og tilpassede introer f\u00f8r filmen begynner.",
+ "OptionTrailersFromMyMovies": "Inkludere trailere fra filmer i mitt bibliotek",
+ "OptionUpcomingMoviesInTheaters": "Inkludere trailere fra nye og kommende filmer",
+ "LabelLimitIntrosToUnwatchedContent": "Bruk kun trailere fra usett innhold",
+ "LabelEnableIntroParentalControl": "Aktiver smart foreldre kontroll",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Disse funksjonene krever ett aktivt supporter medlemskap og installasjon av programtillegget the Trailer channel.",
+ "OptionTrailersFromMyMoviesHelp": "Krever oppsett av lokale trailere.",
+ "LabelCustomIntrosPath": "Tilpasset intro sti:",
+ "LabelCustomIntrosPathHelp": "En mappe med video filer. En video vil bli tilfeldig valgt og avspilt etter trailere.",
+ "ValueSpecialEpisodeName": "Spesiell - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
+ "OptionUpcomingDvdMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 DVD & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Inkluder trailere fra nye og kommende filmer p\u00e5 Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Vis trailere sammen med film forslag",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Krever installasjon av trailer kanalen.",
+ "CinemaModeConfigurationHelp2": "Individuelle brukere vil ha muligheten for \u00e5 deaktivere kino modus innenfor deres egne preferanser.",
+ "LabelEnableCinemaMode": "Aktiver kino mode",
+ "HeaderCinemaMode": "Kino Modus",
+ "LabelDateAddedBehavior": "Dato lagt til adferd for nytt innhold:",
+ "OptionDateAddedImportTime": "Bruk dato skannet inn til biblioteket",
+ "OptionDateAddedFileTime": "Bruk fil opprettelse dato",
+ "LabelDateAddedBehaviorHelp": "Hvis metadata verdier er tilgjengelig vil de alltid bli brukt fremfor noen av disse valgene.",
+ "LabelNumberTrailerToPlay": "Antall trailere \u00e5 avspille:",
+ "TitleDevices": "Enheter",
+ "TabCameraUpload": "Kameraopplasting",
+ "TabDevices": "Enheter",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "Du har for \u00f8yeblikket ingen enheter som st\u00f8tter kameraopplasting.",
+ "LabelCameraUploadPath": "Sti til kameraopplasting:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Lag en underkatalog for hver enhet",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Visningsnavn:",
+ "LabelCustomDeviceDisplayNameHelp": "Oppgi et egendefinert visningsnavn eller la det v\u00e6re tomt for \u00e5 bruke navnet som enheten rapporterer.",
+ "HeaderInviteUser": "Invit\u00e9r Bruker",
+ "LabelConnectGuestUserNameHelp": "Dette er brukernavnet som vennen din bruker for \u00e5 logge inn p\u00e5 Media Browser nettstedet, eller epostadressen deres.",
+ "HeaderInviteUserHelp": "\u00c5 dele mediefiler med venner er enklere enn noen gang f\u00f8r med Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitasjon",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Gjester",
+ "HeaderLocalUsers": "Lokale Brukere",
+ "HeaderPendingInvitations": "Ventende invitasjoner",
+ "TabParentalControl": "Foreldrekontroll",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Ukedag:",
+ "LabelAccessStart": "Starttid:",
+ "LabelAccessEnd": "Sluttid:",
+ "HeaderSchedule": "Timeplan",
+ "OptionEveryday": "Hver dag",
+ "OptionWeekdays": "Ukedager",
+ "OptionWeekends": "Helger",
+ "MessageProfileInfoSynced": "Brukerprofilinformasjon er synkronisert med Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "Nye Brukere",
+ "ButtonSignUp": "Registrering",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Deaktiver tillgang til bruker preferanser",
+ "OptionDisableUserPreferencesHelp": "Hvis ativert, vil kun administratorer kunne konfigurere bruker profil bilder, passord og spr\u00e5k preferanser.",
+ "HeaderSelectServer": "Velg Server",
+ "MessageNoServersAvailableToConnect": "Ingen servere er tilgjengelig for tilkobling. Hvis du er invitert til \u00e5 dele en server, s\u00f8rg for \u00e5 godta det under eller ved \u00e5 klikke p\u00e5 lenken i e-posten.",
+ "TitleNewUser": "Ny bruker",
+ "ButtonConfigurePassword": "Konfigurer passord",
+ "HeaderDashboardUserPassword": "Brukerpassord forvaltes innenfor hver brukers personlige profilinnstillingene.",
+ "HeaderLibraryAccess": "Bibliotek tilgang",
+ "HeaderChannelAccess": "Kanal tilgang",
+ "HeaderLatestItems": "Siste element",
+ "LabelSelectLastestItemsFolders": "Inkluder media fra f\u00f8lgende avsnitt i de siste elementene",
+ "HeaderShareMediaFolders": "Del media mapper",
+ "MessageGuestSharingPermissionsHelp": "De fleste funksjonene er i utgangspunktet utilgjengelig for gjester, men kan aktiveres ved behov.",
+ "HeaderInvitations": "Invitasjoner",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Glemt passord",
+ "TitleForgotPassword": "Glemt passord",
+ "TitlePasswordReset": "Resett passord",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Resett passord",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/nl.json b/MediaBrowser.Server.Implementations/Localization/Server/nl.json
index f90fe5f81..589467a4a 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/nl.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/nl.json
@@ -1,6 +1,660 @@
{
- "LabelPublicPort": "Publieke poort nummer:",
- "LabelPublicPortHelp": "Het poortnummer op het internet waarop Media Browser beschikbaar is.",
+ "LabelExit": "Afsluiten",
+ "LabelVisitCommunity": "Bezoek Gemeenschap",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standaard",
+ "LabelApiDocumentation": "Api documentatie",
+ "LabelDeveloperResources": "Ontwikkelaars bronnen",
+ "LabelBrowseLibrary": "Bekijk bibliotheek",
+ "LabelConfigureMediaBrowser": "Configureer Media Browser",
+ "LabelOpenLibraryViewer": "Open bibliotheek verkenner",
+ "LabelRestartServer": "Server herstarten",
+ "LabelShowLogWindow": "Toon log venster",
+ "LabelPrevious": "Vorige",
+ "LabelFinish": "Voltooien",
+ "LabelNext": "Volgende",
+ "LabelYoureDone": "Gereed!",
+ "WelcomeToMediaBrowser": "Welkom bij Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Deze wizard helpt u door het setup-proces.",
+ "TellUsAboutYourself": "Vertel ons over uzelf",
+ "ButtonQuickStartGuide": "Snel start gids",
+ "LabelYourFirstName": "Uw voornaam:",
+ "MoreUsersCanBeAddedLater": "Meer gebruikers kunnen later via het dashboard worden toegevoegd.",
+ "UserProfilesIntro": "Media Browser bevat ingebouwde ondersteuning voor gebruikersprofielen, zodat iedere gebruiker zijn eigen display-instellingen, afspeelstatus en ouderlijk toezicht heeft.",
+ "LabelWindowsService": "Windows Service",
+ "AWindowsServiceHasBeenInstalled": "Er is een Windows service ge\u00efnstalleerd.",
+ "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.",
+ "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.",
+ "WizardCompleted": "Dat is alles wat we nu nodig hebben. Media Browser is begonnen met verzamelen van informatie over uw media bibliotheek. Probeer eens wat van onze apps en klik dan <b>Voltooien<\/b> om het <b>Server Dashboard<\/b> te bekijken.",
+ "LabelConfigureSettings": "Configureer instellingen",
+ "LabelEnableVideoImageExtraction": "Videobeeld uitpakken inschakelen",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Hoofdstuk afbeeldingen uitpakken voor Films",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Automatische poorttoewijzing inschakelen",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP zorgt voor geautomatiseerde configuratie van de router voor gemakkelijke toegang op afstand. Dit werkt mogelijk niet met sommige routers.",
+ "HeaderTermsOfService": "Media Brower Service Voorwaarden",
+ "MessagePleaseAcceptTermsOfService": "Accepteer a.u.b. de voorwaarden en Privacybeleid voordat u doorgaat.",
+ "OptionIAcceptTermsOfService": "Ik accepteer de voorwaarden",
+ "ButtonPrivacyPolicy": "Privacybeleid",
+ "ButtonTermsOfService": "Service voorwaarden",
+ "HeaderDeveloperOptions": "Ontwikkelaar Opties",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Annuleren",
+ "ButtonNew": "Nieuw",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paden",
+ "TitleNotifications": "Meldingen",
+ "ButtonDonateWithPayPal": "Doneer met PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Herken archief bestanden als media",
+ "OptionDetectArchiveFilesAsMediaHelp": "Indien ingeschakeld zullen bestanden met .rar en .zip extensies herkend worden als media bestanden.",
+ "LabelEnterConnectUserName": "Gebruikersnaam of e-mail:",
+ "LabelEnterConnectUserNameHelp": "Dit is uw Media Browser online account gebruikersnaam of wachtwoord.",
+ "HeaderSyncJobInfo": "Sync Opdrachten",
+ "FolderTypeMixed": "Gemengde inhoud",
+ "FolderTypeMovies": "Films",
+ "FolderTypeMusic": "Muziek",
+ "FolderTypeAdultVideos": "Adult video's",
+ "FolderTypePhotos": "Foto's",
+ "FolderTypeMusicVideos": "Muziek video's",
+ "FolderTypeHomeVideos": "Thuis video's",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Boeken",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "overerven",
+ "LabelContentType": "Inhoud type:",
+ "TitleScheduledTasks": "Geplande Taken",
+ "HeaderSetupLibrary": "Stel uw mediabibliotheek in",
+ "ButtonAddMediaFolder": "Mediamap toevoegen",
+ "LabelFolderType": "Maptype:",
+ "ReferToMediaLibraryWiki": "Raadpleeg de mediabibliotheek wiki.",
+ "LabelCountry": "Land:",
+ "LabelLanguage": "Taal:",
+ "HeaderPreferredMetadataLanguage": "Gewenste metadata taal:",
+ "LabelSaveLocalMetadata": "Sla afbeeldingen en metadata op in de mediamappen",
+ "LabelSaveLocalMetadataHelp": "Door afbeeldingen en metadata op te slaan in de mediamappen kunnen ze makkelijker worden gevonden en bewerkt.",
+ "LabelDownloadInternetMetadata": "Download afbeeldingen en metadata van het internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser kan informatie en afbeeldingen van uw media downloaden, om zo een mooie en uitgebreide weergave mogelijk te maken.",
+ "TabPreferences": "Voorkeuren",
+ "TabPassword": "Wachtwoord",
+ "TabLibraryAccess": "Bibliotheek toegang",
+ "TabAccess": "Toegang",
+ "TabImage": "Afbeelding",
+ "TabProfile": "Profiel",
+ "TabMetadata": "Metagegevens",
+ "TabImages": "Afbeeldingen",
+ "TabNotifications": "Meldingen",
+ "TabCollectionTitles": "Titels",
+ "HeaderDeviceAccess": "Apparaat Toegang",
+ "OptionEnableAccessFromAllDevices": "Toegang vanaf alle apparaten toestaan",
+ "OptionEnableAccessToAllChannels": "Toegang tot alle kanalen inschakelen",
+ "DeviceAccessHelp": "Dit geldt alleen voor apparaten die uniek ge\u00efdentificeerd kunnen worden en voorkomen niet toegang via een webbrowser. Filteren van apparaat toegang voor gebruikers voorkomt dat zij nieuwe apparaten gebruiken totdat deze hier zijn goedgekeurd.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Toon ontbrekende afleveringen binnen een seizoen",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Toon komende afleveringen binnen een seizoen",
+ "HeaderVideoPlaybackSettings": "Video afspeel instellingen",
+ "HeaderPlaybackSettings": "Afspeel instellingen",
+ "LabelAudioLanguagePreference": "Voorkeurs taal geluid:",
+ "LabelSubtitleLanguagePreference": "Voorkeurs taal ondertiteling:",
+ "OptionDefaultSubtitles": "Standaard",
+ "OptionOnlyForcedSubtitles": "Alleen 'geforceerde' ondertiteling",
+ "OptionAlwaysPlaySubtitles": "Ondertiteling altijd weergeven",
+ "OptionNoSubtitles": "Geen ondertitels",
+ "OptionDefaultSubtitlesHelp": "Ondertiteling wordt weergegeven in de voorkeurstaal als de audio in een andere taal is.",
+ "OptionOnlyForcedSubtitlesHelp": "Alleen ondertitels gemarkeerd als \"gedwongen\" zullen worden geladen.",
+ "OptionAlwaysPlaySubtitlesHelp": "Ondertiteling wordt weergegeveen in de voorkeurstaal ongeacht de taal van de audio.",
+ "OptionNoSubtitlesHelp": "Ondertiteling wordt standaard niet weergegeven.",
+ "TabProfiles": "Profielen",
+ "TabSecurity": "Beveiliging",
+ "ButtonAddUser": "Gebruiker toevoegen",
+ "ButtonAddLocalUser": "Voeg lokale gebruiker toe",
+ "ButtonInviteUser": "Nodig gebruiker uit",
+ "ButtonSave": "Opslaan",
+ "ButtonResetPassword": "Wachtwoord resetten",
+ "LabelNewPassword": "Nieuw wachtwoord:",
+ "LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord:",
+ "HeaderCreatePassword": "Maak wachtwoord",
+ "LabelCurrentPassword": "Huidig wachtwoord:",
+ "LabelMaxParentalRating": "Maximaal toegestane kijkwijzer classificatie:",
+ "MaxParentalRatingHelp": "Media met een hogere classificatie wordt niet weergegeven",
+ "LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
+ "ChannelAccessHelp": "Selecteer de kanalen om te delen met deze gebruiker. Beheerders kunnen alle kanalen bewerken met de metadata manager.",
+ "ButtonDeleteImage": "Verwijder afbeelding",
+ "LabelSelectUsers": "Selecteer gebruikers:",
+ "ButtonUpload": "Uploaden",
+ "HeaderUploadNewImage": "Nieuwe afbeelding uploaden",
+ "LabelDropImageHere": "Afbeelding hier neerzetten",
+ "ImageUploadAspectRatioHelp": "1:1 beeldverhouding geadviseerd. Alleen JPG\/PNG.",
+ "MessageNothingHere": "Lijst is leeg.",
+ "MessagePleaseEnsureInternetMetadata": "Zorg ervoor dat het downloaden van metadata van het internet is ingeschakeld.",
+ "TabSuggested": "Aanbevolen",
+ "TabLatest": "Nieuw",
+ "TabUpcoming": "Binnenkort op TV",
+ "TabShows": "Series",
+ "TabEpisodes": "Afleveringen",
+ "TabGenres": "Genres",
+ "TabPeople": "Personen",
+ "TabNetworks": "TV-Studio's",
+ "HeaderUsers": "Gebruikers",
+ "HeaderFilters": "Filters:",
+ "ButtonFilter": "Filter",
+ "OptionFavorite": "Favorieten",
+ "OptionLikes": "Leuk",
+ "OptionDislikes": "Niet leuk",
+ "OptionActors": "Acteurs",
+ "OptionGuestStars": "Gast Sterren",
+ "OptionDirectors": "Regiseurs",
+ "OptionWriters": "Schrijvers",
+ "OptionProducers": "Producenten",
+ "HeaderResume": "Hervatten",
+ "HeaderNextUp": "Volgend",
+ "NoNextUpItemsMessage": "Niets gevonden. Start met kijken!",
+ "HeaderLatestEpisodes": "Nieuwste Afleveringen",
+ "HeaderPersonTypes": "Persoon Types:",
+ "TabSongs": "Songs",
+ "TabAlbums": "Albums",
+ "TabArtists": "Artiesten",
+ "TabAlbumArtists": "Albumartiesten",
+ "TabMusicVideos": "Muziek Videos",
+ "ButtonSort": "Sorteren",
+ "HeaderSortBy": "Sorteren op:",
+ "HeaderSortOrder": "Sorteer volgorde:",
+ "OptionPlayed": "Afgespeeld",
+ "OptionUnplayed": "Onafgespeeld",
+ "OptionAscending": "Oplopend",
+ "OptionDescending": "Aflopend",
+ "OptionRuntime": "Speelduur",
+ "OptionReleaseDate": "Uitgave datum",
+ "OptionPlayCount": "Afspeel telling",
+ "OptionDatePlayed": "Datum afgespeeld",
+ "OptionDateAdded": "Datum toegevoegd",
+ "OptionAlbumArtist": "Albumartiest",
+ "OptionArtist": "Artiest",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Naam van Nummer",
+ "OptionCommunityRating": "Gemeenschaps Waardering",
+ "OptionNameSort": "Naam",
+ "OptionFolderSort": "Mappen",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Inkomsten",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster kaart",
+ "OptionBackdrop": "Achtergrond",
+ "OptionTimeline": "Tijdlijn",
+ "OptionThumb": "Miniatuur",
+ "OptionThumbCard": "Miniaturen kaart",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Kritieken",
+ "OptionVideoBitrate": "Video Bitrate",
+ "OptionResumable": "Hervatbaar",
+ "ScheduledTasksHelp": "Klik op een taak om het schema aan te passen.",
+ "ScheduledTasksTitle": "Geplande taken",
+ "TabMyPlugins": "Mijn Plug-ins",
+ "TabCatalog": "Catalogus",
+ "PluginsTitle": "Plug-ins",
+ "HeaderAutomaticUpdates": "Automatische updates",
+ "HeaderNowPlaying": "Wordt nu afgespeeld",
+ "HeaderLatestAlbums": "Nieuwste Albums",
+ "HeaderLatestSongs": "Nieuwste Songs",
+ "HeaderRecentlyPlayed": "Recent afgespeeld",
+ "HeaderFrequentlyPlayed": "Vaak afgespeeld",
+ "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.",
+ "LabelVideoType": "Video Type:",
+ "OptionBluray": "Blu-ray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Kenmerken:",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Versie:",
+ "LabelLastResult": "Laatste resultaat:",
+ "OptionHasSubtitles": "Ondertitels",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Thema Song",
+ "OptionHasThemeVideo": "Thema Video",
+ "TabMovies": "Films",
+ "TabStudios": "Studio's",
+ "TabTrailers": "Trailers",
+ "LabelArtists": "Artiest:",
+ "LabelArtistsHelp": "Scheidt meerdere met een ;",
+ "HeaderLatestMovies": "Nieuwste Films",
+ "HeaderLatestTrailers": "Nieuwste Trailers",
+ "OptionHasSpecialFeatures": "Extra's",
+ "OptionImdbRating": "IMDb Waardering",
+ "OptionParentalRating": "Kijkwijzer classificatie",
+ "OptionPremiereDate": "Premi\u00e8re Datum",
+ "TabBasic": "Basis",
+ "TabAdvanced": "Geavanceerd",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "Wordt vervolgd...",
+ "OptionEnded": "Gestopt",
+ "HeaderAirDays": "Uitzend Dagen",
+ "OptionSunday": "Zondag",
+ "OptionMonday": "Maandag",
+ "OptionTuesday": "Dinsdag",
+ "OptionWednesday": "Woensdag",
+ "OptionThursday": "Donderdag",
+ "OptionFriday": "Vrijdag",
+ "OptionSaturday": "Zaterdag",
+ "HeaderManagement": "Beheer",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "IMDb Id ontbreekt",
+ "OptionMissingTvdbId": "TheTVDB Id ontbreekt",
+ "OptionMissingOverview": "Overzicht ontbreekt",
+ "OptionFileMetadataYearMismatch": "Jaartal in Bestands\/metadata komt niet overeen",
+ "TabGeneral": "Algemeen",
+ "TitleSupport": "Ondersteuning",
+ "TabLog": "Logboek",
+ "TabAbout": "Over",
+ "TabSupporterKey": "Supporter Sleutel",
+ "TabBecomeSupporter": "Word Supporter",
+ "MediaBrowserHasCommunity": "Media Browser heeft een bloeiende gemeenschap van gebruikers en vrijwilligers.",
+ "CheckoutKnowledgeBase": "Bekijk onze kennisbank om u te helpen het beste uit Media Browser halen.",
+ "SearchKnowledgeBase": "Zoeken in de Kennisbank",
+ "VisitTheCommunity": "Bezoek de Gemeenschap",
+ "VisitMediaBrowserWebsite": "Bezoek de Media Browser Website",
+ "VisitMediaBrowserWebsiteLong": "Bezoek de Media Browser-website voor het laatste nieuws en blijf op de hoogte via het ontwikkelaars blog.",
+ "OptionHideUser": "Verberg deze gebruiker op de aanmeldschermen",
+ "OptionHideUserFromLoginHelp": "Handig voor piv\u00e9 of verborgen beheer accounts. De gebruiker zal handmatig m.b.v. gebruikersnaam en wachtwoord aan moeten melden.",
+ "OptionDisableUser": "Dit account uitschakelen",
+ "OptionDisableUserHelp": "Indien uitgeschakeld zal de server geen verbindingen van deze gebruiker toestaan. Bestaande verbindingen zullen abrupt worden be\u00ebindigd.",
+ "HeaderAdvancedControl": "Geavanceerd Beheer",
+ "LabelName": "Naam:",
+ "ButtonHelp": "Hulp",
+ "OptionAllowUserToManageServer": "Deze gebruiker kan de server beheren",
+ "HeaderFeatureAccess": "Functie toegang",
+ "OptionAllowMediaPlayback": "Afspelen van media toestaan",
+ "OptionAllowBrowsingLiveTv": "Bladeren door live tv toestaan",
+ "OptionAllowDeleteLibraryContent": "Verwijderen van bibliotheek inhoud toestaan",
+ "OptionAllowManageLiveTv": "Beheer van live tv-opnames toestaan",
+ "OptionAllowRemoteControlOthers": "Op afstand besturen van andere gebruikers toestaan",
+ "OptionAllowRemoteSharedDevices": "Op afstand besturen van gedeelde apparaten toestaan",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna apparaten worden als gedeeld apparaat gezien totdat een gebruiker deze gaat gebruiken.",
+ "HeaderRemoteControl": "Gebruik op afstand",
+ "OptionMissingTmdbId": "TMDB Id ontbreekt",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Selecteer",
+ "ButtonGroupVersions": "Groepeer Versies",
+ "ButtonAddToCollection": "Toevoegen aan verzameling",
+ "PismoMessage": "Pismo File Mount (met een geschonken licentie).",
+ "TangibleSoftwareMessage": "Gebruik makend van concrete oplossingen als Java \/ C converters door een geschonken licentie.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Steun A.U.B. ook de andere gratis producten die wij gebruiken:",
+ "VersionNumber": "Versie {0}",
+ "TabPaths": "Paden",
+ "TabServer": "Server",
+ "TabTranscoding": "Transcoderen",
+ "TitleAdvanced": "Geavanceerd",
+ "LabelAutomaticUpdateLevel": "Automatische update niveau",
+ "OptionRelease": "Offici\u00eble Release",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (Instabiel)",
+ "LabelAllowServerAutoRestart": "Automatisch herstarten van de server toestaan om updates toe te passen",
+ "LabelAllowServerAutoRestartHelp": "De server zal alleen opnieuw opstarten tijdens inactieve perioden, wanneer er geen gebruikers actief zijn.",
+ "LabelEnableDebugLogging": "Foutopsporings logboek inschakelen",
+ "LabelRunServerAtStartup": "Start server bij het aanmelden",
+ "LabelRunServerAtStartupHelp": "Dit start de applicatie als pictogram in het systeemvak tijdens het aanmelden van Windows. Om de Windows-service te starten, schakelt u deze uit en start u de service via het Configuratiescherm van Windows. Houd er rekening mee dat u de service en de applicatie niet tegelijk kunt uitvoeren, u moet dus eerst de applicatie sluiten alvorens u de service start.",
+ "ButtonSelectDirectory": "Selecteer map",
+ "LabelCustomPaths": "Geef aangepaste paden op waar gewenst. Laat velden leeg om de standaardinstellingen te gebruiken.",
+ "LabelCachePath": "Cache pad:",
+ "LabelCachePathHelp": "Deze locatie bevat server cache-bestanden, zoals afbeeldingen.",
+ "LabelImagesByNamePath": "Afbeeldingen op naam pad:",
+ "LabelImagesByNamePathHelp": "Geef een locatie op voor gedownloade afbeeldingen van acteurs, genre en studio.",
+ "LabelMetadataPath": "Metadata pad:",
+ "LabelMetadataPathHelp": "Geef een aangepaste locatie op voor gedownloade afbeeldingen en metadata, indien niet opgeslagen in mediamappen.",
+ "LabelTranscodingTempPath": "Tijdelijk Transcodeer pad:",
+ "LabelTranscodingTempPathHelp": "Deze map bevat werkbestanden die worden gebruikt door de transcoder. Geef een eigen locatie op of laat leeg om de standaardlocatie te gebruiken.",
+ "TabBasics": "Basis",
+ "TabTV": "TV",
+ "TabGames": "Games",
+ "TabMusic": "Muziek",
+ "TabOthers": "Overig",
+ "HeaderExtractChapterImagesFor": "Hoofdstuk afbeeldingen uitpakken voor:",
+ "OptionMovies": "Films",
+ "OptionEpisodes": "Afleveringen",
+ "OptionOtherVideos": "Overige Video's",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Automatische updates inschakelen",
+ "LabelAutomaticUpdatesTmdb": "Schakel de automatische update in van TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Schakel de automatische update in van TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan fanart.tv. Bestaande afbeeldingen zullen niet worden vervangen.",
+ "LabelAutomaticUpdatesTmdbHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan TheMovieDB.org. Bestaande afbeeldingen zullen niet worden vervangen.",
+ "LabelAutomaticUpdatesTvdbHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan TheTVDB.com. Bestaande afbeeldingen zullen niet worden vervangen.",
+ "LabelFanartApiKey": "Persoonlijke api sleutel:",
+ "LabelFanartApiKeyHelp": "Verzoeken om fanart zonder een persoonlijke API sleutel geven resultaten terug die meer dan 7 dagen geleden goedgekeurd zijn. Een persoonlijke API sleutel brengt dat terug tot 48 uur en als u ook een fanart VIP lid bent wordt dit tot 10 minuten teruggebracht.",
+ "ExtractChapterImagesHelp": "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. Deze taak is in te stellen via de geplande taken. Het wordt niet aanbevolen om deze taak uit te voeren tijdens de piekuren.",
+ "LabelMetadataDownloadLanguage": "Voorkeurs taal:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Afbeelding opslag conventie:",
+ "LabelImageSavingConventionHelp": "Media Browser herkent afbeeldingen van de meeste grote media-applicaties. Het kiezen van uw download conventie is handig als u ook gebruik wilt maken van andere producten.",
+ "OptionImageSavingCompatible": "Compatibel - Media Browser \/ Kodi \/ Plex",
+ "OptionImageSavingStandard": "Standaard - MB2",
+ "ButtonSignIn": "Aanmelden",
+ "TitleSignIn": "Aanmelden",
+ "HeaderPleaseSignIn": "Wachtwoord in geven",
+ "LabelUser": "Gebruiker:",
+ "LabelPassword": "Wachtwoord:",
+ "ButtonManualLogin": "Handmatige aanmelding:",
+ "PasswordLocalhostMessage": "Wachtwoorden zijn niet vereist bij het aanmelden van localhost.",
+ "TabGuide": "Gids",
+ "TabChannels": "Kanalen",
+ "TabCollections": "Verzamelingen",
+ "HeaderChannels": "Kanalen",
+ "TabRecordings": "Opnamen",
+ "TabScheduled": "Gepland",
+ "TabSeries": "Serie",
+ "TabFavorites": "Favorieten",
+ "TabMyLibrary": "Mijn bibliotheek",
+ "ButtonCancelRecording": "Opname annuleren",
+ "HeaderPrePostPadding": "Vooraf\/Achteraf insteling",
+ "LabelPrePaddingMinutes": "Tijd voor het programma (Minuten):",
+ "OptionPrePaddingRequired": "Vooraf opnemen is vereist voor opname",
+ "LabelPostPaddingMinutes": "Tijd na het programma (Minuten):",
+ "OptionPostPaddingRequired": "Langer opnemen is vereist voor opname",
+ "HeaderWhatsOnTV": "Nu te zien",
+ "HeaderUpcomingTV": "Straks",
+ "TabStatus": "Status",
+ "TabSettings": "Instellingen",
+ "ButtonRefreshGuideData": "Gidsgegevens Vernieuwen",
+ "ButtonRefresh": "Vernieuwen",
+ "ButtonAdvancedRefresh": "Geavanceerd vernieuwen",
+ "OptionPriority": "Prioriteit",
+ "OptionRecordOnAllChannels": "Programma van alle kanalen opnemen",
+ "OptionRecordAnytime": "Programma elke keer opnemen",
+ "OptionRecordOnlyNewEpisodes": "Alleen nieuwe afleveringen opnemen",
+ "HeaderDays": "Dagen",
+ "HeaderActiveRecordings": "Actieve Opnames",
+ "HeaderLatestRecordings": "Nieuwe Opnames",
+ "HeaderAllRecordings": "Alle Opnames",
+ "ButtonPlay": "Afspelen",
+ "ButtonEdit": "Bewerken",
+ "ButtonRecord": "Opnemen",
+ "ButtonDelete": "Verwijderen",
+ "ButtonRemove": "Verwijderen",
+ "OptionRecordSeries": "Series Opnemen",
+ "HeaderDetails": "Details",
+ "TitleLiveTV": "Live TV",
+ "LabelNumberOfGuideDays": "Aantal dagen van de gids om te downloaden:",
+ "LabelNumberOfGuideDaysHelp": "Het downloaden van meer dagen van de gids gegevens biedt de mogelijkheid verder vooruit te plannen en een beter overzicht geven, maar het zal ook langer duren om te downloaden. Auto kiest op basis van het aantal kanalen.",
+ "LabelActiveService": "Actieve Service:",
+ "LabelActiveServiceHelp": "Er kunnen meerdere tv Plug-ins worden ge\u00efnstalleerd, maar er kan er slechts een per keer actief zijn.",
+ "OptionAutomatic": "Automatisch",
+ "LiveTvPluginRequired": "Een Live TV service provider Plug-in is vereist om door te gaan.",
+ "LiveTvPluginRequiredHelp": "Installeer a.u b een van onze beschikbare Plug-ins, zoals Next PVR of ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Aanpassen voor mediatype",
+ "OptionDownloadThumbImage": "Miniatuur",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Schijf",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Terug",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Primair",
+ "HeaderFetchImages": "Afbeeldingen ophalen:",
+ "HeaderImageSettings": "Afbeeldingsinstellingen",
+ "TabOther": "Overig",
+ "LabelMaxBackdropsPerItem": "Maximum aantal achtergronden per item:",
+ "LabelMaxScreenshotsPerItem": "Maximum aantal schermafbeeldingen per item:",
+ "LabelMinBackdropDownloadWidth": "Minimale achtergrond breedte om te downloaden:",
+ "LabelMinScreenshotDownloadWidth": "Minimale schermafbeeldings- breedte om te downloaden:",
+ "ButtonAddScheduledTaskTrigger": "Trigger Toevoegen",
+ "HeaderAddScheduledTaskTrigger": "Trigger Toevoegen",
+ "ButtonAdd": "Toevoegen",
+ "LabelTriggerType": "Trigger Type:",
+ "OptionDaily": "Dagelijks",
+ "OptionWeekly": "Wekelijks",
+ "OptionOnInterval": "Op interval",
+ "OptionOnAppStartup": "Op applicatie start",
+ "OptionAfterSystemEvent": "Na een systeem gebeurtenis",
+ "LabelDay": "Dag:",
+ "LabelTime": "Tijd:",
+ "LabelEvent": "Gebeurtenis:",
+ "OptionWakeFromSleep": "Uit slaapstand halen",
+ "LabelEveryXMinutes": "Iedere:",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Galerij",
+ "HeaderLatestGames": "Nieuwe Games",
+ "HeaderRecentlyPlayedGames": "Recent gespeelde Games",
+ "TabGameSystems": "Game Systemen",
+ "TitleMediaLibrary": "Media Bibliotheek",
+ "TabFolders": "Mappen",
+ "TabPathSubstitution": "Pad Vervangen",
+ "LabelSeasonZeroDisplayName": "Weergave naam voor Seizoen 0:",
+ "LabelEnableRealtimeMonitor": "Real time monitoring inschakelen",
+ "LabelEnableRealtimeMonitorHelp": "Wijzigingen worden direct verwerkt, op ondersteunde bestandssystemen.",
+ "ButtonScanLibrary": "Scan Bibliotheek",
+ "HeaderNumberOfPlayers": "Afspelers:",
+ "OptionAnyNumberOfPlayers": "Elke",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Media Mappen",
+ "HeaderThemeVideos": "Thema Video's",
+ "HeaderThemeSongs": "Thema Song's",
+ "HeaderScenes": "Scenes",
+ "HeaderAwardsAndReviews": "Awards en recensies",
+ "HeaderSoundtracks": "Soundtracks",
+ "HeaderMusicVideos": "Music Video's",
+ "HeaderSpecialFeatures": "Extra's",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Extra onderdelen",
+ "ButtonSplitVersionsApart": "Splits Versies Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Ontbreekt",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Pad vervangen worden gebruikt voor het in kaart brengen van een pad op de server naar een pad dat de Cli\u00ebnt in staat stelt om toegang te krijgen. Doordat de Cli\u00ebnt directe toegang tot de media op de server heeft is deze in staat om ze direct af te spelen via het netwerk. Daardoor wordt het gebruik van server resources om te streamen en te transcoderen vermeden.",
+ "HeaderFrom": "Van",
+ "HeaderTo": "Naar",
+ "LabelFrom": "Van:",
+ "LabelFromHelp": "Bijvoorbeeld: D:\\Movies (op de server)",
+ "LabelTo": "Naar:",
+ "LabelToHelp": "Voorbeeld: \\\\MijnServer\\Movies (een pad waar de Cli\u00ebnt toegang toe heeft)",
+ "ButtonAddPathSubstitution": "Vervanging toevoegen",
+ "OptionSpecialEpisode": "Specials",
+ "OptionMissingEpisode": "Ontbrekende Afleveringen",
+ "OptionUnairedEpisode": "Toekomstige Afleveringen",
+ "OptionEpisodeSortName": "Aflevering Sorteer Naam",
+ "OptionSeriesSortName": "Serie Naam",
+ "OptionTvdbRating": "Tvdb Waardering",
+ "HeaderTranscodingQualityPreference": "Transcodeer Kwaliteit voorkeur:",
+ "OptionAutomaticTranscodingHelp": "De server zal de kwaliteit en snelheid kiezen",
+ "OptionHighSpeedTranscodingHelp": "Lagere kwaliteit, maar snellere codering",
+ "OptionHighQualityTranscodingHelp": "Hogere kwaliteit, maar tragere codering",
+ "OptionMaxQualityTranscodingHelp": "Beste kwaliteit met tragere codering en hoog CPU-gebruik",
+ "OptionHighSpeedTranscoding": "Hogere snelheid",
+ "OptionHighQualityTranscoding": "Hogere kwaliteit",
+ "OptionMaxQualityTranscoding": "Max kwaliteit",
+ "OptionEnableDebugTranscodingLogging": "Transcodeer Foutopsporings logboek inschakelen",
+ "OptionEnableDebugTranscodingLoggingHelp": "Dit zal zeer grote logboekbestanden maken en wordt alleen aanbevolen wanneer het nodig is voor het oplossen van problemen.",
+ "OptionUpscaling": "Cli\u00ebnts kunnen opgeschaalde video aanvragen",
+ "OptionUpscalingHelp": "In sommige gevallen zal dit resulteren in een betere videokwaliteit, maar verhoogd het CPU-gebruik.",
+ "EditCollectionItemsHelp": "Toevoegen of verwijderen van alle films, series, albums, boeken of games die u wilt groeperen in deze verzameling.",
+ "HeaderAddTitles": "Titels toevoegen",
+ "LabelEnableDlnaPlayTo": "DLNA Afspelen met inschakelen",
+ "LabelEnableDlnaPlayToHelp": "Media Browser kan apparaten detecteren binnen uw netwerk en de mogelijkheid bieden om ze op afstand te besturen.",
+ "LabelEnableDlnaDebugLogging": "DLNA foutopsporings logboek inschakelen",
+ "LabelEnableDlnaDebugLoggingHelp": "Dit zal grote logboekbestanden maken en mag alleen worden gebruikt als dat nodig is voor het oplossen van problemen.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Interval voor het zoeken naar Cli\u00ebnts (seconden)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Bepaalt de duur in seconden van de interval tussen SSDP zoekopdrachten uitgevoerd door Media Browser.",
+ "HeaderCustomDlnaProfiles": "Aangepaste profielen",
+ "HeaderSystemDlnaProfiles": "Systeem Profielen",
+ "CustomDlnaProfilesHelp": "Maak een aangepast profiel om een \u200b\u200bnieuw apparaat aan te maken of overschrijf een systeemprofiel.",
+ "SystemDlnaProfilesHelp": "Systeem profielen zijn alleen-lezen. Om een \u200b\u200bsysteem profiel te overschrijven, maakt u een aangepast profiel gericht op hetzelfde apparaat.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Start",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "Systeem Paden",
+ "LinkCommunity": "Gemeenschap",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api Documentatie",
+ "LabelFriendlyServerName": "Aangepaste servernaam",
+ "LabelFriendlyServerNameHelp": "Deze naam wordt gebruikt om deze server te identificeren. Indien leeg gelaten, zal de naam van de computer worden gebruikt.",
+ "LabelPreferredDisplayLanguage": "Voorkeurs weergavetaal:",
+ "LabelPreferredDisplayLanguageHelp": "Het vertalen van Media Browser is een doorlopend project en is nog niet voltooid.",
+ "LabelReadHowYouCanContribute": "Lees meer over hoe u kunt bijdragen.",
+ "HeaderNewCollection": "Nieuwe Verzamling",
+ "HeaderAddToCollection": "Toevoegen aan verzameling",
+ "ButtonSubmit": "Uitvoeren",
+ "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
+ "OptionSearchForInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
+ "ButtonCreate": "Cre\u00ebren",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Lokale http poort nummer:",
+ "LabelLocalHttpServerPortNumberHelp": "De TCP poort waarop de Media Browser Server beschikbaar is.",
+ "LabelPublicHttpPort": "Publieke http poort nummer:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Publieke https poort nummer:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Lokale https poort nummer:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web socket poortnummer:",
+ "LabelEnableAutomaticPortMap": "Schakel automatisch poort vertalen in",
+ "LabelEnableAutomaticPortMapHelp": "Probeer om de publieke poort automatisch te vertalen naar de lokale poort via UPnP. Dit werk niet op alle routers.",
+ "LabelExternalDDNS": "Extern WAN Adres:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Hervatten",
+ "TabWeather": "Weer",
+ "TitleAppSettings": "App Instellingen",
+ "LabelMinResumePercentage": "Percentage (Min):",
+ "LabelMaxResumePercentage": "Percentage (Max):",
+ "LabelMinResumeDuration": "Minimale duur (In seconden):",
+ "LabelMinResumePercentageHelp": "Titels worden ingesteld als onafgespeeld indien gestopt voor deze tijd",
+ "LabelMaxResumePercentageHelp": "Titels worden ingesteld als volledig afgespeeld als gestopt na deze tijd",
+ "LabelMinResumeDurationHelp": "Titels korter dan dit zullen niet hervatbaar zijn",
+ "TitleAutoOrganize": "Automatisch Organiseren",
+ "TabActivityLog": "Activiteiten Logboek",
+ "HeaderName": "Naam",
+ "HeaderDate": "Datum",
+ "HeaderSource": "Bron",
+ "HeaderDestination": "Doel",
+ "HeaderProgram": "Programma",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Compleet",
+ "LabelFailed": "Mislukt",
+ "LabelSkipped": "Overgeslagen",
+ "HeaderEpisodeOrganization": "Afleveringen Organisatie",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Seizoen nummer:",
+ "LabelEpisodeNumber": "Aflevering nummer:",
+ "LabelEndingEpisodeNumber": "Laatste aflevering nummer:",
+ "LabelEndingEpisodeNumberHelp": "Alleen vereist voor bestanden met meerdere afleveringen",
+ "HeaderSupportTheTeam": "Steun het Media Browser Team",
+ "LabelSupportAmount": "Bedrag (USD)",
+ "HeaderSupportTheTeamHelp": "Door te doneren draagt u mee aan de verdere ontwikkeling van dit project. Een deel van alle donaties zal worden bijgedragen aan de andere gratis tools waarvan we afhankelijk zijn.",
+ "ButtonEnterSupporterKey": "Voer supporter sleutel in",
+ "DonationNextStep": "Eenmaal voltooid gaat u terug en voert u de supporter sleutel in die u per e-mail zult ontvangen.",
+ "AutoOrganizeHelp": "Automatisch organiseren monitort de download mappen op nieuwe bestanden en verplaatst ze naar uw mediamappen.",
+ "AutoOrganizeTvHelp": "TV bestanden Organiseren voegt alleen afleveringen toe aan de bestaande series. Het zal geen nieuwe serie mappen aanmaken.",
+ "OptionEnableEpisodeOrganization": "Nieuwe aflevering organisatie inschakelen",
+ "LabelWatchFolder": "Bewaakte map:",
+ "LabelWatchFolderHelp": "De server zal deze map doorzoeken tijdens de geplande taak voor 'Organiseren van nieuwe mediabestanden'",
+ "ButtonViewScheduledTasks": "Bekijk geplande taken",
+ "LabelMinFileSizeForOrganize": "Minimale bestandsgrootte (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Kleinere bestanden dan dit formaat zullen worden genegeerd.",
+ "LabelSeasonFolderPattern": "Mapnaam voor Seizoenen:",
+ "LabelSeasonZeroFolderName": "Mapnaam voor Specials:",
+ "HeaderEpisodeFilePattern": "Afleverings bestandsopmaak",
+ "LabelEpisodePattern": "Afleverings opmaak:",
+ "LabelMultiEpisodePattern": "Meerdere afleveringen opmaak:",
+ "HeaderSupportedPatterns": "Ondersteunde Opmaak",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Opmaak",
+ "HeaderResult": "Resulteert in:",
+ "LabelDeleteEmptyFolders": "Verwijder lege mappen na het organiseren",
+ "LabelDeleteEmptyFoldersHelp": "Schakel in om de download map schoon te houden.",
+ "LabelDeleteLeftOverFiles": "Verwijder overgebleven bestanden met de volgende extensies:",
+ "LabelDeleteLeftOverFilesHelp": "Scheiden met ;. Bijvoorbeeld: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Bestaande afleveringen overschrijven",
+ "LabelTransferMethod": "Verplaats methode",
+ "OptionCopy": "Kopie",
+ "OptionMove": "Verplaats",
+ "LabelTransferMethodHelp": "Bestanden kopi\u00ebren of verplaatsen van de bewaakte map",
+ "HeaderLatestNews": "Nieuws",
+ "HeaderHelpImproveMediaBrowser": "Help Media Browser te verbeteren",
+ "HeaderRunningTasks": "Actieve taken",
+ "HeaderActiveDevices": "Actieve apparaten",
+ "HeaderPendingInstallations": "In afwachting van installaties",
+ "HeaderServerInformation": "Server informatie",
+ "ButtonRestartNow": "Nu opnieuw opstarten",
+ "ButtonRestart": "Herstart",
+ "ButtonShutdown": "Afsluiten",
+ "ButtonUpdateNow": "Nu bijwerken",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Sluit de server a.u.b. af en werk handmatig bij.",
+ "NewServerVersionAvailable": "Er is een nieuwe versie van Media Browser Server beschikbaar!",
+ "ServerUpToDate": "Media Browser Server is up-to-date",
+ "ErrorConnectingToMediaBrowserRepository": "Er is een fout opgetreden tijdens de verbinding met de externe opslagserver van Media Browser.",
+ "LabelComponentsUpdated": "De volgende onderdelen zijn ge\u00efnstalleerd of bijgewerkt:",
+ "MessagePleaseRestartServerToFinishUpdating": "Herstart de server om de updates af te ronden en te activeren.",
+ "LabelDownMixAudioScale": "Audio boost verbeteren wanneer wordt gemixt:",
+ "LabelDownMixAudioScaleHelp": "Boost audio verbeteren wanneer wordt gemixt. Ingesteld op 1 om oorspronkelijke volume waarde te behouden.",
+ "ButtonLinkKeys": "Verplaats sleutel",
+ "LabelOldSupporterKey": "Oude supporter sleutel",
+ "LabelNewSupporterKey": "Nieuwe supporter sleutel",
+ "HeaderMultipleKeyLinking": "Verplaats naar nieuwe sleutel",
+ "MultipleKeyLinkingHelp": "Als u een nieuwe supportersleutel ontvangen hebt, gebruik dan dit formulier om de registratie van de oude sleutel over te zetten naar de nieuwe sleutel.",
+ "LabelCurrentEmailAddress": "Huidige e-mailadres",
+ "LabelCurrentEmailAddressHelp": "De huidige e-mailadres waar uw nieuwe sleutel naar is verzonden.",
+ "HeaderForgotKey": "Sleutel vergeten",
+ "LabelEmailAddress": "E-mailadres",
+ "LabelSupporterEmailAddress": "Het e-mailadres dat is gebruikt om de sleutel te kopen.",
+ "ButtonRetrieveKey": "Ophalen Sleutel",
+ "LabelSupporterKey": "Supporter Sleutel (plakken uit e-mail)",
+ "LabelSupporterKeyHelp": "Voer uw supporter sleutel in om te genieten van de vele extra voordelen die de gemeenschap heeft ontwikkeld voor Media Browser.",
+ "MessageInvalidKey": "Supporters sleutel ontbreekt of is ongeldig.",
+ "ErrorMessageInvalidKey": "Voordat U premium content kunt registreren, moet u eerst een MediaBrowser Supporter zijn. Ondersteun en doneer a.u.b. om de continue verdere ontwikkeling van MediaBrowser te waarborgen. Dank u.",
+ "HeaderDisplaySettings": "Weergave-instellingen",
+ "TabPlayTo": "Afspelen met",
+ "LabelEnableDlnaServer": "DLNA Server inschakelen",
+ "LabelEnableDlnaServerHelp": "Hiermee kunnen UPnP-apparaten op uw netwerk Media Browser inhoud doorzoeken en afspelen.",
+ "LabelEnableBlastAliveMessages": "Zend alive berichten",
+ "LabelEnableBlastAliveMessagesHelp": "Zet dit aan als de server niet betrouwbaar door andere UPnP-apparaten op uw netwerk wordt gedetecteerd.",
+ "LabelBlastMessageInterval": "Alive bericht interval (seconden)",
+ "LabelBlastMessageIntervalHelp": "Bepaalt de duur in seconden tussen server Alive berichten.",
+ "LabelDefaultUser": "Standaard gebruiker:",
+ "LabelDefaultUserHelp": "Bepaalt welke gebruikers bibliotheek op aangesloten apparaten moet worden weergegeven. Dit kan worden overschreven voor elk apparaat met behulp van profielen.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Kanalen",
+ "HeaderServerSettings": "Server Instellingen",
+ "LabelWeatherDisplayLocation": "Weersbericht locatie:",
+ "LabelWeatherDisplayLocationHelp": "US postcode \/ Plaats, Staat, Land \/ Stad, Land \/ Weer ID",
+ "LabelWeatherDisplayUnit": "Temperatuurs eenheid:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Vereist handmatig aanmelden met gebruikersnaam voor:",
+ "HeaderRequireManualLoginHelp": "Indien uitgeschakeld dan toont de cli\u00ebnt een aanmeld scherm met een visuele selectie van gebruikers.",
+ "OptionOtherApps": "Overige apps",
+ "OptionMobileApps": "Mobiele apps",
+ "HeaderNotificationList": "Klik op een melding om de opties voor het versturen ervan te configureren .",
+ "NotificationOptionApplicationUpdateAvailable": "Programma-update beschikbaar",
+ "NotificationOptionApplicationUpdateInstalled": "Programma-update ge\u00efnstalleerd",
+ "NotificationOptionPluginUpdateInstalled": "Plug-in-update ge\u00efnstalleerd",
+ "NotificationOptionPluginInstalled": "Plug-in ge\u00efnstalleerd",
+ "NotificationOptionPluginUninstalled": "Plug-in verwijderd",
+ "NotificationOptionVideoPlayback": "Video afspelen gestart",
+ "NotificationOptionAudioPlayback": "Audio afspelen gestart",
+ "NotificationOptionGamePlayback": "Game gestart",
+ "NotificationOptionVideoPlaybackStopped": "Video afspelen gestopt",
+ "NotificationOptionAudioPlaybackStopped": "Audio afspelen gestopt",
+ "NotificationOptionGamePlaybackStopped": "Afspelen spel gestopt",
"NotificationOptionTaskFailed": "Mislukken van de geplande taak",
"NotificationOptionInstallationFailed": "Mislukken van de installatie",
"NotificationOptionNewLibraryContent": "Nieuwe content toegevoegd",
@@ -648,7 +1302,7 @@
"MessageNoTrailersFound": "Geen trailers gevonden. Installeer het Trailers kanaal en verbeter uw film ervaring door middel van een bibliotheek met internet trailers.",
"HeaderNewUsers": "Nieuwe gebruikers",
"ButtonSignUp": "Aanmelden",
- "ButtonForgotPassword": "Wachtwoord vergeten?",
+ "ButtonForgotPassword": "Wachtwoord vergeten",
"OptionDisableUserPreferences": "Voorkom toegang tot gebruikers voorkeuren",
"OptionDisableUserPreferencesHelp": "Indien ingeschakeld kunnen alleen beheerders profiel afbeeldingen, wachtwoorden en taalinstellingen wijzigen.",
"HeaderSelectServer": "Selecteer server",
@@ -684,661 +1338,5 @@
"NameSeasonNumber": "Seizoen {0}",
"LabelNewUserNameHelp": "Gebruikersnamen kunnen letters (az), cijfers (0-9), streepjes, underscores (_), apostrofs (') en punten (.) bevatten\n",
"TabJobs": "Opdrachten",
- "TabSyncJobs": "Sync Opdrachten",
- "LabelExit": "Afsluiten",
- "LabelVisitCommunity": "Bezoek Gemeenschap",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standaard",
- "LabelApiDocumentation": "Api documentatie",
- "LabelDeveloperResources": "Ontwikkelaars bronnen",
- "LabelBrowseLibrary": "Bekijk bibliotheek",
- "LabelConfigureMediaBrowser": "Configureer Media Browser",
- "LabelOpenLibraryViewer": "Open bibliotheek verkenner",
- "LabelRestartServer": "Server herstarten",
- "LabelShowLogWindow": "Toon log venster",
- "LabelPrevious": "Vorige",
- "LabelFinish": "Voltooien",
- "LabelNext": "Volgende",
- "LabelYoureDone": "Gereed!",
- "WelcomeToMediaBrowser": "Welkom bij Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Deze wizard helpt u door het setup-proces.",
- "TellUsAboutYourself": "Vertel ons over uzelf",
- "ButtonQuickStartGuide": "Snel start gids",
- "LabelYourFirstName": "Uw voornaam:",
- "MoreUsersCanBeAddedLater": "Meer gebruikers kunnen later via het dashboard worden toegevoegd.",
- "UserProfilesIntro": "Media Browser bevat ingebouwde ondersteuning voor gebruikersprofielen, zodat iedere gebruiker zijn eigen display-instellingen, afspeelstatus en ouderlijk toezicht heeft.",
- "LabelWindowsService": "Windows Service",
- "AWindowsServiceHasBeenInstalled": "Er is een Windows service ge\u00efnstalleerd.",
- "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.",
- "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.",
- "WizardCompleted": "Dat is alles wat we nu nodig hebben. Media Browser is begonnen met verzamelen van informatie over uw media bibliotheek. Probeer eens wat van onze apps en klik dan <b>Voltooien<\/b> om het <b>Server Dashboard<\/b> te bekijken.",
- "LabelConfigureSettings": "Configureer instellingen",
- "LabelEnableVideoImageExtraction": "Videobeeld uitpakken inschakelen",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Hoofdstuk afbeeldingen uitpakken voor Films",
- "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.",
- "LabelEnableAutomaticPortMapping": "Automatische poorttoewijzing inschakelen",
- "LabelEnableAutomaticPortMappingHelp": "UPnP zorgt voor geautomatiseerde configuratie van de router voor gemakkelijke toegang op afstand. Dit werkt mogelijk niet met sommige routers.",
- "HeaderTermsOfService": "Media Brower Service Voorwaarden",
- "MessagePleaseAcceptTermsOfService": "Accepteer a.u.b. de voorwaarden en Privacybeleid voordat u doorgaat.",
- "OptionIAcceptTermsOfService": "Ik accepteer de voorwaarden",
- "ButtonPrivacyPolicy": "Privacybeleid",
- "ButtonTermsOfService": "Service voorwaarden",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Annuleren",
- "ButtonNew": "Nieuw",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Herken archief bestanden als media",
- "OptionDetectArchiveFilesAsMediaHelp": "Indien ingeschakeld zullen bestanden met .rar en .zip extensies herkend worden als media bestanden.",
- "LabelEnterConnectUserName": "Gebruikersnaam of e-mail:",
- "LabelEnterConnectUserNameHelp": "Dit is uw Media Browser online account gebruikersnaam of wachtwoord.",
- "HeaderSyncJobInfo": "Sync Opdrachten",
- "FolderTypeMixed": "Gemengde inhoud",
- "FolderTypeMovies": "Films",
- "FolderTypeMusic": "Muziek",
- "FolderTypeAdultVideos": "Adult video's",
- "FolderTypePhotos": "Foto's",
- "FolderTypeMusicVideos": "Muziek video's",
- "FolderTypeHomeVideos": "Thuis video's",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Boeken",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "overerven",
- "LabelContentType": "Inhoud type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Stel uw mediabibliotheek in",
- "ButtonAddMediaFolder": "Mediamap toevoegen",
- "LabelFolderType": "Maptype:",
- "ReferToMediaLibraryWiki": "Raadpleeg de mediabibliotheek wiki.",
- "LabelCountry": "Land:",
- "LabelLanguage": "Taal:",
- "HeaderPreferredMetadataLanguage": "Gewenste metadata taal:",
- "LabelSaveLocalMetadata": "Sla afbeeldingen en metadata op in de mediamappen",
- "LabelSaveLocalMetadataHelp": "Door afbeeldingen en metadata op te slaan in de mediamappen kunnen ze makkelijker worden gevonden en bewerkt.",
- "LabelDownloadInternetMetadata": "Download afbeeldingen en metadata van het internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser kan informatie en afbeeldingen van uw media downloaden, om zo een mooie en uitgebreide weergave mogelijk te maken.",
- "TabPreferences": "Voorkeuren",
- "TabPassword": "Wachtwoord",
- "TabLibraryAccess": "Bibliotheek toegang",
- "TabAccess": "Toegang",
- "TabImage": "Afbeelding",
- "TabProfile": "Profiel",
- "TabMetadata": "Metagegevens",
- "TabImages": "Afbeeldingen",
- "TabNotifications": "Meldingen",
- "TabCollectionTitles": "Titels",
- "HeaderDeviceAccess": "Apparaat Toegang",
- "OptionEnableAccessFromAllDevices": "Toegang vanaf alle apparaten toestaan",
- "OptionEnableAccessToAllChannels": "Toegang tot alle kanalen inschakelen",
- "DeviceAccessHelp": "Dit geldt alleen voor apparaten die uniek ge\u00efdentificeerd kunnen worden en voorkomen niet toegang via een webbrowser. Filteren van apparaat toegang voor gebruikers voorkomt dat zij nieuwe apparaten gebruiken totdat deze hier zijn goedgekeurd.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Toon ontbrekende afleveringen binnen een seizoen",
- "LabelUnairedMissingEpisodesWithinSeasons": "Toon komende afleveringen binnen een seizoen",
- "HeaderVideoPlaybackSettings": "Video afspeel instellingen",
- "HeaderPlaybackSettings": "Afspeel instellingen",
- "LabelAudioLanguagePreference": "Voorkeurs taal geluid:",
- "LabelSubtitleLanguagePreference": "Voorkeurs taal ondertiteling:",
- "OptionDefaultSubtitles": "Standaard",
- "OptionOnlyForcedSubtitles": "Alleen 'geforceerde' ondertiteling",
- "OptionAlwaysPlaySubtitles": "Ondertiteling altijd weergeven",
- "OptionNoSubtitles": "Geen ondertitels",
- "OptionDefaultSubtitlesHelp": "Ondertiteling wordt weergegeven in de voorkeurstaal als de audio in een andere taal is.",
- "OptionOnlyForcedSubtitlesHelp": "Alleen ondertitels gemarkeerd als \"gedwongen\" zullen worden geladen.",
- "OptionAlwaysPlaySubtitlesHelp": "Ondertiteling wordt weergegeveen in de voorkeurstaal ongeacht de taal van de audio.",
- "OptionNoSubtitlesHelp": "Ondertiteling wordt standaard niet weergegeven.",
- "TabProfiles": "Profielen",
- "TabSecurity": "Beveiliging",
- "ButtonAddUser": "Gebruiker toevoegen",
- "ButtonAddLocalUser": "Voeg lokale gebruiker toe",
- "ButtonInviteUser": "Nodig gebruiker uit",
- "ButtonSave": "Opslaan",
- "ButtonResetPassword": "Wachtwoord resetten",
- "LabelNewPassword": "Nieuw wachtwoord:",
- "LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord:",
- "HeaderCreatePassword": "Maak wachtwoord",
- "LabelCurrentPassword": "Huidig wachtwoord:",
- "LabelMaxParentalRating": "Maximaal toegestane kijkwijzer classificatie:",
- "MaxParentalRatingHelp": "Media met een hogere classificatie wordt niet weergegeven",
- "LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
- "ChannelAccessHelp": "Selecteer de kanalen om te delen met deze gebruiker. Beheerders kunnen alle kanalen bewerken met de metadata manager.",
- "ButtonDeleteImage": "Verwijder afbeelding",
- "LabelSelectUsers": "Selecteer gebruikers:",
- "ButtonUpload": "Uploaden",
- "HeaderUploadNewImage": "Nieuwe afbeelding uploaden",
- "LabelDropImageHere": "Afbeelding hier neerzetten",
- "ImageUploadAspectRatioHelp": "1:1 beeldverhouding geadviseerd. Alleen JPG\/PNG.",
- "MessageNothingHere": "Lijst is leeg.",
- "MessagePleaseEnsureInternetMetadata": "Zorg ervoor dat het downloaden van metadata van het internet is ingeschakeld.",
- "TabSuggested": "Aanbevolen",
- "TabLatest": "Nieuw",
- "TabUpcoming": "Binnenkort op TV",
- "TabShows": "Series",
- "TabEpisodes": "Afleveringen",
- "TabGenres": "Genres",
- "TabPeople": "Personen",
- "TabNetworks": "TV-Studio's",
- "HeaderUsers": "Gebruikers",
- "HeaderFilters": "Filters:",
- "ButtonFilter": "Filter",
- "OptionFavorite": "Favorieten",
- "OptionLikes": "Leuk",
- "OptionDislikes": "Niet leuk",
- "OptionActors": "Acteurs",
- "OptionGuestStars": "Gast Sterren",
- "OptionDirectors": "Regiseurs",
- "OptionWriters": "Schrijvers",
- "OptionProducers": "Producenten",
- "HeaderResume": "Hervatten",
- "HeaderNextUp": "Volgend",
- "NoNextUpItemsMessage": "Niets gevonden. Start met kijken!",
- "HeaderLatestEpisodes": "Nieuwste Afleveringen",
- "HeaderPersonTypes": "Persoon Types:",
- "TabSongs": "Songs",
- "TabAlbums": "Albums",
- "TabArtists": "Artiesten",
- "TabAlbumArtists": "Albumartiesten",
- "TabMusicVideos": "Muziek Videos",
- "ButtonSort": "Sorteren",
- "HeaderSortBy": "Sorteren op:",
- "HeaderSortOrder": "Sorteer volgorde:",
- "OptionPlayed": "Afgespeeld",
- "OptionUnplayed": "Onafgespeeld",
- "OptionAscending": "Oplopend",
- "OptionDescending": "Aflopend",
- "OptionRuntime": "Speelduur",
- "OptionReleaseDate": "Uitgave datum",
- "OptionPlayCount": "Afspeel telling",
- "OptionDatePlayed": "Datum afgespeeld",
- "OptionDateAdded": "Datum toegevoegd",
- "OptionAlbumArtist": "Albumartiest",
- "OptionArtist": "Artiest",
- "OptionAlbum": "Album",
- "OptionTrackName": "Naam van Nummer",
- "OptionCommunityRating": "Gemeenschaps Waardering",
- "OptionNameSort": "Naam",
- "OptionFolderSort": "Mappen",
- "OptionBudget": "Budget",
- "OptionRevenue": "Inkomsten",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster kaart",
- "OptionBackdrop": "Achtergrond",
- "OptionTimeline": "Tijdlijn",
- "OptionThumb": "Miniatuur",
- "OptionThumbCard": "Miniaturen kaart",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Kritieken",
- "OptionVideoBitrate": "Video Bitrate",
- "OptionResumable": "Hervatbaar",
- "ScheduledTasksHelp": "Klik op een taak om het schema aan te passen.",
- "ScheduledTasksTitle": "Geplande taken",
- "TabMyPlugins": "Mijn Plug-ins",
- "TabCatalog": "Catalogus",
- "PluginsTitle": "Plug-ins",
- "HeaderAutomaticUpdates": "Automatische updates",
- "HeaderNowPlaying": "Wordt nu afgespeeld",
- "HeaderLatestAlbums": "Nieuwste Albums",
- "HeaderLatestSongs": "Nieuwste Songs",
- "HeaderRecentlyPlayed": "Recent afgespeeld",
- "HeaderFrequentlyPlayed": "Vaak afgespeeld",
- "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.",
- "LabelVideoType": "Video Type:",
- "OptionBluray": "Blu-ray",
- "OptionDvd": "Dvd",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Kenmerken:",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Versie:",
- "LabelLastResult": "Laatste resultaat:",
- "OptionHasSubtitles": "Ondertitels",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Thema Song",
- "OptionHasThemeVideo": "Thema Video",
- "TabMovies": "Films",
- "TabStudios": "Studio's",
- "TabTrailers": "Trailers",
- "LabelArtists": "Artiest:",
- "LabelArtistsHelp": "Scheidt meerdere met een ;",
- "HeaderLatestMovies": "Nieuwste Films",
- "HeaderLatestTrailers": "Nieuwste Trailers",
- "OptionHasSpecialFeatures": "Extra's",
- "OptionImdbRating": "IMDb Waardering",
- "OptionParentalRating": "Kijkwijzer classificatie",
- "OptionPremiereDate": "Premi\u00e8re Datum",
- "TabBasic": "Basis",
- "TabAdvanced": "Geavanceerd",
- "HeaderStatus": "Status",
- "OptionContinuing": "Wordt vervolgd...",
- "OptionEnded": "Gestopt",
- "HeaderAirDays": "Uitzend Dagen",
- "OptionSunday": "Zondag",
- "OptionMonday": "Maandag",
- "OptionTuesday": "Dinsdag",
- "OptionWednesday": "Woensdag",
- "OptionThursday": "Donderdag",
- "OptionFriday": "Vrijdag",
- "OptionSaturday": "Zaterdag",
- "HeaderManagement": "Beheer",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "IMDb Id ontbreekt",
- "OptionMissingTvdbId": "TheTVDB Id ontbreekt",
- "OptionMissingOverview": "Overzicht ontbreekt",
- "OptionFileMetadataYearMismatch": "Jaartal in Bestands\/metadata komt niet overeen",
- "TabGeneral": "Algemeen",
- "TitleSupport": "Ondersteuning",
- "TabLog": "Logboek",
- "TabAbout": "Over",
- "TabSupporterKey": "Supporter Sleutel",
- "TabBecomeSupporter": "Word Supporter",
- "MediaBrowserHasCommunity": "Media Browser heeft een bloeiende gemeenschap van gebruikers en vrijwilligers.",
- "CheckoutKnowledgeBase": "Bekijk onze kennisbank om u te helpen het beste uit Media Browser halen.",
- "SearchKnowledgeBase": "Zoeken in de Kennisbank",
- "VisitTheCommunity": "Bezoek de Gemeenschap",
- "VisitMediaBrowserWebsite": "Bezoek de Media Browser Website",
- "VisitMediaBrowserWebsiteLong": "Bezoek de Media Browser-website voor het laatste nieuws en blijf op de hoogte via het ontwikkelaars blog.",
- "OptionHideUser": "Verberg deze gebruiker op de aanmeldschermen",
- "OptionHideUserFromLoginHelp": "Handig voor piv\u00e9 of verborgen beheer accounts. De gebruiker zal handmatig m.b.v. gebruikersnaam en wachtwoord aan moeten melden.",
- "OptionDisableUser": "Dit account uitschakelen",
- "OptionDisableUserHelp": "Indien uitgeschakeld zal de server geen verbindingen van deze gebruiker toestaan. Bestaande verbindingen zullen abrupt worden be\u00ebindigd.",
- "HeaderAdvancedControl": "Geavanceerd Beheer",
- "LabelName": "Naam:",
- "ButtonHelp": "Hulp",
- "OptionAllowUserToManageServer": "Deze gebruiker kan de server beheren",
- "HeaderFeatureAccess": "Functie toegang",
- "OptionAllowMediaPlayback": "Afspelen van media toestaan",
- "OptionAllowBrowsingLiveTv": "Bladeren door live tv toestaan",
- "OptionAllowDeleteLibraryContent": "Verwijderen van bibliotheek inhoud toestaan",
- "OptionAllowManageLiveTv": "Beheer van live tv-opnames toestaan",
- "OptionAllowRemoteControlOthers": "Op afstand besturen van andere gebruikers toestaan",
- "OptionAllowRemoteSharedDevices": "Op afstand besturen van gedeelde apparaten toestaan",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna apparaten worden als gedeeld apparaat gezien totdat een gebruiker deze gaat gebruiken.",
- "HeaderRemoteControl": "Gebruik op afstand",
- "OptionMissingTmdbId": "TMDB Id ontbreekt",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Selecteer",
- "ButtonGroupVersions": "Groepeer Versies",
- "ButtonAddToCollection": "Toevoegen aan verzameling",
- "PismoMessage": "Pismo File Mount (met een geschonken licentie).",
- "TangibleSoftwareMessage": "Gebruik makend van concrete oplossingen als Java \/ C converters door een geschonken licentie.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Steun A.U.B. ook de andere gratis producten die wij gebruiken:",
- "VersionNumber": "Versie {0}",
- "TabPaths": "Paden",
- "TabServer": "Server",
- "TabTranscoding": "Transcoderen",
- "TitleAdvanced": "Geavanceerd",
- "LabelAutomaticUpdateLevel": "Automatische update niveau",
- "OptionRelease": "Offici\u00eble Release",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (Instabiel)",
- "LabelAllowServerAutoRestart": "Automatisch herstarten van de server toestaan om updates toe te passen",
- "LabelAllowServerAutoRestartHelp": "De server zal alleen opnieuw opstarten tijdens inactieve perioden, wanneer er geen gebruikers actief zijn.",
- "LabelEnableDebugLogging": "Foutopsporings logboek inschakelen",
- "LabelRunServerAtStartup": "Start server bij het aanmelden",
- "LabelRunServerAtStartupHelp": "Dit start de applicatie als pictogram in het systeemvak tijdens het aanmelden van Windows. Om de Windows-service te starten, schakelt u deze uit en start u de service via het Configuratiescherm van Windows. Houd er rekening mee dat u de service en de applicatie niet tegelijk kunt uitvoeren, u moet dus eerst de applicatie sluiten alvorens u de service start.",
- "ButtonSelectDirectory": "Selecteer map",
- "LabelCustomPaths": "Geef aangepaste paden op waar gewenst. Laat velden leeg om de standaardinstellingen te gebruiken.",
- "LabelCachePath": "Cache pad:",
- "LabelCachePathHelp": "Deze locatie bevat server cache-bestanden, zoals afbeeldingen.",
- "LabelImagesByNamePath": "Afbeeldingen op naam pad:",
- "LabelImagesByNamePathHelp": "Geef een locatie op voor gedownloade afbeeldingen van acteurs, genre en studio.",
- "LabelMetadataPath": "Metadata pad:",
- "LabelMetadataPathHelp": "Geef een aangepaste locatie op voor gedownloade afbeeldingen en metadata, indien niet opgeslagen in mediamappen.",
- "LabelTranscodingTempPath": "Tijdelijk Transcodeer pad:",
- "LabelTranscodingTempPathHelp": "Deze map bevat werkbestanden die worden gebruikt door de transcoder. Geef een eigen locatie op of laat leeg om de standaardlocatie te gebruiken.",
- "TabBasics": "Basis",
- "TabTV": "TV",
- "TabGames": "Games",
- "TabMusic": "Muziek",
- "TabOthers": "Overig",
- "HeaderExtractChapterImagesFor": "Hoofdstuk afbeeldingen uitpakken voor:",
- "OptionMovies": "Films",
- "OptionEpisodes": "Afleveringen",
- "OptionOtherVideos": "Overige Video's",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Automatische updates inschakelen",
- "LabelAutomaticUpdatesTmdb": "Schakel de automatische update in van TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Schakel de automatische update in van TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan fanart.tv. Bestaande afbeeldingen zullen niet worden vervangen.",
- "LabelAutomaticUpdatesTmdbHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan TheMovieDB.org. Bestaande afbeeldingen zullen niet worden vervangen.",
- "LabelAutomaticUpdatesTvdbHelp": "Indien ingeschakeld, worden nieuwe afbeeldingen automatisch gedownload wanneer ze zijn toegevoegd aan TheTVDB.com. Bestaande afbeeldingen zullen niet worden vervangen.",
- "LabelFanartApiKey": "Persoonlijke api sleutel:",
- "LabelFanartApiKeyHelp": "Verzoeken om fanart zonder een persoonlijke API sleutel geven resultaten terug die meer dan 7 dagen geleden goedgekeurd zijn. Een persoonlijke API sleutel brengt dat terug tot 48 uur en als u ook een fanart VIP lid bent wordt dit tot 10 minuten teruggebracht.",
- "ExtractChapterImagesHelp": "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. Deze taak is in te stellen via de geplande taken. Het wordt niet aanbevolen om deze taak uit te voeren tijdens de piekuren.",
- "LabelMetadataDownloadLanguage": "Voorkeurs taal:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Afbeelding opslag conventie:",
- "LabelImageSavingConventionHelp": "Media Browser herkent afbeeldingen van de meeste grote media-applicaties. Het kiezen van uw download conventie is handig als u ook gebruik wilt maken van andere producten.",
- "OptionImageSavingCompatible": "Compatibel - Media Browser \/ Kodi \/ Plex",
- "OptionImageSavingStandard": "Standaard - MB2",
- "ButtonSignIn": "Aanmelden",
- "TitleSignIn": "Aanmelden",
- "HeaderPleaseSignIn": "Wachtwoord in geven",
- "LabelUser": "Gebruiker:",
- "LabelPassword": "Wachtwoord:",
- "ButtonManualLogin": "Handmatige aanmelding:",
- "PasswordLocalhostMessage": "Wachtwoorden zijn niet vereist bij het aanmelden van localhost.",
- "TabGuide": "Gids",
- "TabChannels": "Kanalen",
- "TabCollections": "Verzamelingen",
- "HeaderChannels": "Kanalen",
- "TabRecordings": "Opnamen",
- "TabScheduled": "Gepland",
- "TabSeries": "Serie",
- "TabFavorites": "Favorieten",
- "TabMyLibrary": "Mijn bibliotheek",
- "ButtonCancelRecording": "Opname annuleren",
- "HeaderPrePostPadding": "Vooraf\/Achteraf insteling",
- "LabelPrePaddingMinutes": "Tijd voor het programma (Minuten):",
- "OptionPrePaddingRequired": "Vooraf opnemen is vereist voor opname",
- "LabelPostPaddingMinutes": "Tijd na het programma (Minuten):",
- "OptionPostPaddingRequired": "Langer opnemen is vereist voor opname",
- "HeaderWhatsOnTV": "Nu te zien",
- "HeaderUpcomingTV": "Straks",
- "TabStatus": "Status",
- "TabSettings": "Instellingen",
- "ButtonRefreshGuideData": "Gidsgegevens Vernieuwen",
- "ButtonRefresh": "Vernieuwen",
- "ButtonAdvancedRefresh": "Geavanceerd vernieuwen",
- "OptionPriority": "Prioriteit",
- "OptionRecordOnAllChannels": "Programma van alle kanalen opnemen",
- "OptionRecordAnytime": "Programma elke keer opnemen",
- "OptionRecordOnlyNewEpisodes": "Alleen nieuwe afleveringen opnemen",
- "HeaderDays": "Dagen",
- "HeaderActiveRecordings": "Actieve Opnames",
- "HeaderLatestRecordings": "Nieuwe Opnames",
- "HeaderAllRecordings": "Alle Opnames",
- "ButtonPlay": "Afspelen",
- "ButtonEdit": "Bewerken",
- "ButtonRecord": "Opnemen",
- "ButtonDelete": "Verwijderen",
- "ButtonRemove": "Verwijderen",
- "OptionRecordSeries": "Series Opnemen",
- "HeaderDetails": "Details",
- "TitleLiveTV": "Live TV",
- "LabelNumberOfGuideDays": "Aantal dagen van de gids om te downloaden:",
- "LabelNumberOfGuideDaysHelp": "Het downloaden van meer dagen van de gids gegevens biedt de mogelijkheid verder vooruit te plannen en een beter overzicht geven, maar het zal ook langer duren om te downloaden. Auto kiest op basis van het aantal kanalen.",
- "LabelActiveService": "Actieve Service:",
- "LabelActiveServiceHelp": "Er kunnen meerdere tv Plug-ins worden ge\u00efnstalleerd, maar er kan er slechts een per keer actief zijn.",
- "OptionAutomatic": "Automatisch",
- "LiveTvPluginRequired": "Een Live TV service provider Plug-in is vereist om door te gaan.",
- "LiveTvPluginRequiredHelp": "Installeer a.u b een van onze beschikbare Plug-ins, zoals Next PVR of ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Aanpassen voor mediatype",
- "OptionDownloadThumbImage": "Miniatuur",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Schijf",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Terug",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Primair",
- "HeaderFetchImages": "Afbeeldingen ophalen:",
- "HeaderImageSettings": "Afbeeldingsinstellingen",
- "TabOther": "Overig",
- "LabelMaxBackdropsPerItem": "Maximum aantal achtergronden per item:",
- "LabelMaxScreenshotsPerItem": "Maximum aantal schermafbeeldingen per item:",
- "LabelMinBackdropDownloadWidth": "Minimale achtergrond breedte om te downloaden:",
- "LabelMinScreenshotDownloadWidth": "Minimale schermafbeeldings- breedte om te downloaden:",
- "ButtonAddScheduledTaskTrigger": "Trigger Toevoegen",
- "HeaderAddScheduledTaskTrigger": "Trigger Toevoegen",
- "ButtonAdd": "Toevoegen",
- "LabelTriggerType": "Trigger Type:",
- "OptionDaily": "Dagelijks",
- "OptionWeekly": "Wekelijks",
- "OptionOnInterval": "Op interval",
- "OptionOnAppStartup": "Op applicatie start",
- "OptionAfterSystemEvent": "Na een systeem gebeurtenis",
- "LabelDay": "Dag:",
- "LabelTime": "Tijd:",
- "LabelEvent": "Gebeurtenis:",
- "OptionWakeFromSleep": "Uit slaapstand halen",
- "LabelEveryXMinutes": "Iedere:",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Galerij",
- "HeaderLatestGames": "Nieuwe Games",
- "HeaderRecentlyPlayedGames": "Recent gespeelde Games",
- "TabGameSystems": "Game Systemen",
- "TitleMediaLibrary": "Media Bibliotheek",
- "TabFolders": "Mappen",
- "TabPathSubstitution": "Pad Vervangen",
- "LabelSeasonZeroDisplayName": "Weergave naam voor Seizoen 0:",
- "LabelEnableRealtimeMonitor": "Real time monitoring inschakelen",
- "LabelEnableRealtimeMonitorHelp": "Wijzigingen worden direct verwerkt, op ondersteunde bestandssystemen.",
- "ButtonScanLibrary": "Scan Bibliotheek",
- "HeaderNumberOfPlayers": "Afspelers:",
- "OptionAnyNumberOfPlayers": "Elke",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Media Mappen",
- "HeaderThemeVideos": "Thema Video's",
- "HeaderThemeSongs": "Thema Song's",
- "HeaderScenes": "Scenes",
- "HeaderAwardsAndReviews": "Awards en recensies",
- "HeaderSoundtracks": "Soundtracks",
- "HeaderMusicVideos": "Music Video's",
- "HeaderSpecialFeatures": "Extra's",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Extra onderdelen",
- "ButtonSplitVersionsApart": "Splits Versies Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Ontbreekt",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Pad vervangen worden gebruikt voor het in kaart brengen van een pad op de server naar een pad dat de Cli\u00ebnt in staat stelt om toegang te krijgen. Doordat de Cli\u00ebnt directe toegang tot de media op de server heeft is deze in staat om ze direct af te spelen via het netwerk. Daardoor wordt het gebruik van server resources om te streamen en te transcoderen vermeden.",
- "HeaderFrom": "Van",
- "HeaderTo": "Naar",
- "LabelFrom": "Van:",
- "LabelFromHelp": "Bijvoorbeeld: D:\\Movies (op de server)",
- "LabelTo": "Naar:",
- "LabelToHelp": "Voorbeeld: \\\\MijnServer\\Movies (een pad waar de Cli\u00ebnt toegang toe heeft)",
- "ButtonAddPathSubstitution": "Vervanging toevoegen",
- "OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Ontbrekende Afleveringen",
- "OptionUnairedEpisode": "Toekomstige Afleveringen",
- "OptionEpisodeSortName": "Aflevering Sorteer Naam",
- "OptionSeriesSortName": "Serie Naam",
- "OptionTvdbRating": "Tvdb Waardering",
- "HeaderTranscodingQualityPreference": "Transcodeer Kwaliteit voorkeur:",
- "OptionAutomaticTranscodingHelp": "De server zal de kwaliteit en snelheid kiezen",
- "OptionHighSpeedTranscodingHelp": "Lagere kwaliteit, maar snellere codering",
- "OptionHighQualityTranscodingHelp": "Hogere kwaliteit, maar tragere codering",
- "OptionMaxQualityTranscodingHelp": "Beste kwaliteit met tragere codering en hoog CPU-gebruik",
- "OptionHighSpeedTranscoding": "Hogere snelheid",
- "OptionHighQualityTranscoding": "Hogere kwaliteit",
- "OptionMaxQualityTranscoding": "Max kwaliteit",
- "OptionEnableDebugTranscodingLogging": "Transcodeer Foutopsporings logboek inschakelen",
- "OptionEnableDebugTranscodingLoggingHelp": "Dit zal zeer grote logboekbestanden maken en wordt alleen aanbevolen wanneer het nodig is voor het oplossen van problemen.",
- "OptionUpscaling": "Cli\u00ebnts kunnen opgeschaalde video aanvragen",
- "OptionUpscalingHelp": "In sommige gevallen zal dit resulteren in een betere videokwaliteit, maar verhoogd het CPU-gebruik.",
- "EditCollectionItemsHelp": "Toevoegen of verwijderen van alle films, series, albums, boeken of games die u wilt groeperen in deze verzameling.",
- "HeaderAddTitles": "Titels toevoegen",
- "LabelEnableDlnaPlayTo": "DLNA Afspelen met inschakelen",
- "LabelEnableDlnaPlayToHelp": "Media Browser kan apparaten detecteren binnen uw netwerk en de mogelijkheid bieden om ze op afstand te besturen.",
- "LabelEnableDlnaDebugLogging": "DLNA foutopsporings logboek inschakelen",
- "LabelEnableDlnaDebugLoggingHelp": "Dit zal grote logboekbestanden maken en mag alleen worden gebruikt als dat nodig is voor het oplossen van problemen.",
- "LabelEnableDlnaClientDiscoveryInterval": "Interval voor het zoeken naar Cli\u00ebnts (seconden)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Bepaalt de duur in seconden van de interval tussen SSDP zoekopdrachten uitgevoerd door Media Browser.",
- "HeaderCustomDlnaProfiles": "Aangepaste profielen",
- "HeaderSystemDlnaProfiles": "Systeem Profielen",
- "CustomDlnaProfilesHelp": "Maak een aangepast profiel om een \u200b\u200bnieuw apparaat aan te maken of overschrijf een systeemprofiel.",
- "SystemDlnaProfilesHelp": "Systeem profielen zijn alleen-lezen. Om een \u200b\u200bsysteem profiel te overschrijven, maakt u een aangepast profiel gericht op hetzelfde apparaat.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Start",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "Systeem Paden",
- "LinkCommunity": "Gemeenschap",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api Documentatie",
- "LabelFriendlyServerName": "Aangepaste servernaam",
- "LabelFriendlyServerNameHelp": "Deze naam wordt gebruikt om deze server te identificeren. Indien leeg gelaten, zal de naam van de computer worden gebruikt.",
- "LabelPreferredDisplayLanguage": "Voorkeurs weergavetaal:",
- "LabelPreferredDisplayLanguageHelp": "Het vertalen van Media Browser is een doorlopend project en is nog niet voltooid.",
- "LabelReadHowYouCanContribute": "Lees meer over hoe u kunt bijdragen.",
- "HeaderNewCollection": "Nieuwe Verzamling",
- "HeaderAddToCollection": "Toevoegen aan verzameling",
- "ButtonSubmit": "Uitvoeren",
- "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
- "OptionSearchForInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
- "ButtonCreate": "Cre\u00ebren",
- "LabelLocalHttpServerPortNumber": "Lokaal poort nummer:",
- "LabelLocalHttpServerPortNumberHelp": "De TCP poort waarop de Media Browser Server beschikbaar is.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web socket poortnummer:",
- "LabelEnableAutomaticPortMap": "Schakel automatisch poort vertalen in",
- "LabelEnableAutomaticPortMapHelp": "Probeer om de publieke poort automatisch te vertalen naar de lokale poort via UPnP. Dit werk niet op alle routers.",
- "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",
- "TabWeather": "Weer",
- "TitleAppSettings": "App Instellingen",
- "LabelMinResumePercentage": "Percentage (Min):",
- "LabelMaxResumePercentage": "Percentage (Max):",
- "LabelMinResumeDuration": "Minimale duur (In seconden):",
- "LabelMinResumePercentageHelp": "Titels worden ingesteld als onafgespeeld indien gestopt voor deze tijd",
- "LabelMaxResumePercentageHelp": "Titels worden ingesteld als volledig afgespeeld als gestopt na deze tijd",
- "LabelMinResumeDurationHelp": "Titels korter dan dit zullen niet hervatbaar zijn",
- "TitleAutoOrganize": "Automatisch Organiseren",
- "TabActivityLog": "Activiteiten Logboek",
- "HeaderName": "Naam",
- "HeaderDate": "Datum",
- "HeaderSource": "Bron",
- "HeaderDestination": "Doel",
- "HeaderProgram": "Programma",
- "HeaderClients": "Clients",
- "LabelCompleted": "Compleet",
- "LabelFailed": "Mislukt",
- "LabelSkipped": "Overgeslagen",
- "HeaderEpisodeOrganization": "Afleveringen Organisatie",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Seizoen nummer:",
- "LabelEpisodeNumber": "Aflevering nummer:",
- "LabelEndingEpisodeNumber": "Laatste aflevering nummer:",
- "LabelEndingEpisodeNumberHelp": "Alleen vereist voor bestanden met meerdere afleveringen",
- "HeaderSupportTheTeam": "Steun het Media Browser Team",
- "LabelSupportAmount": "Bedrag (USD)",
- "HeaderSupportTheTeamHelp": "Door te doneren draagt u mee aan de verdere ontwikkeling van dit project. Een deel van alle donaties zal worden bijgedragen aan de andere gratis tools waarvan we afhankelijk zijn.",
- "ButtonEnterSupporterKey": "Voer supporter sleutel in",
- "DonationNextStep": "Eenmaal voltooid gaat u terug en voert u de supporter sleutel in die u per e-mail zult ontvangen.",
- "AutoOrganizeHelp": "Automatisch organiseren monitort de download mappen op nieuwe bestanden en verplaatst ze naar uw mediamappen.",
- "AutoOrganizeTvHelp": "TV bestanden Organiseren voegt alleen afleveringen toe aan de bestaande series. Het zal geen nieuwe serie mappen aanmaken.",
- "OptionEnableEpisodeOrganization": "Nieuwe aflevering organisatie inschakelen",
- "LabelWatchFolder": "Bewaakte map:",
- "LabelWatchFolderHelp": "De server zal deze map doorzoeken tijdens de geplande taak voor 'Organiseren van nieuwe mediabestanden'",
- "ButtonViewScheduledTasks": "Bekijk geplande taken",
- "LabelMinFileSizeForOrganize": "Minimale bestandsgrootte (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Kleinere bestanden dan dit formaat zullen worden genegeerd.",
- "LabelSeasonFolderPattern": "Mapnaam voor Seizoenen:",
- "LabelSeasonZeroFolderName": "Mapnaam voor Specials:",
- "HeaderEpisodeFilePattern": "Afleverings bestandsopmaak",
- "LabelEpisodePattern": "Afleverings opmaak:",
- "LabelMultiEpisodePattern": "Meerdere afleveringen opmaak:",
- "HeaderSupportedPatterns": "Ondersteunde Opmaak",
- "HeaderTerm": "Term",
- "HeaderPattern": "Opmaak",
- "HeaderResult": "Resulteert in:",
- "LabelDeleteEmptyFolders": "Verwijder lege mappen na het organiseren",
- "LabelDeleteEmptyFoldersHelp": "Schakel in om de download map schoon te houden.",
- "LabelDeleteLeftOverFiles": "Verwijder overgebleven bestanden met de volgende extensies:",
- "LabelDeleteLeftOverFilesHelp": "Scheiden met ;. Bijvoorbeeld: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Bestaande afleveringen overschrijven",
- "LabelTransferMethod": "Verplaats methode",
- "OptionCopy": "Kopie",
- "OptionMove": "Verplaats",
- "LabelTransferMethodHelp": "Bestanden kopi\u00ebren of verplaatsen van de bewaakte map",
- "HeaderLatestNews": "Nieuws",
- "HeaderHelpImproveMediaBrowser": "Help Media Browser te verbeteren",
- "HeaderRunningTasks": "Actieve taken",
- "HeaderActiveDevices": "Actieve apparaten",
- "HeaderPendingInstallations": "In afwachting van installaties",
- "HeaderServerInformation": "Server informatie",
- "ButtonRestartNow": "Nu opnieuw opstarten",
- "ButtonRestart": "Herstart",
- "ButtonShutdown": "Afsluiten",
- "ButtonUpdateNow": "Nu bijwerken",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Sluit de server a.u.b. af en werk handmatig bij.",
- "NewServerVersionAvailable": "Er is een nieuwe versie van Media Browser Server beschikbaar!",
- "ServerUpToDate": "Media Browser Server is up-to-date",
- "ErrorConnectingToMediaBrowserRepository": "Er is een fout opgetreden tijdens de verbinding met de externe opslagserver van Media Browser.",
- "LabelComponentsUpdated": "De volgende onderdelen zijn ge\u00efnstalleerd of bijgewerkt:",
- "MessagePleaseRestartServerToFinishUpdating": "Herstart de server om de updates af te ronden en te activeren.",
- "LabelDownMixAudioScale": "Audio boost verbeteren wanneer wordt gemixt:",
- "LabelDownMixAudioScaleHelp": "Boost audio verbeteren wanneer wordt gemixt. Ingesteld op 1 om oorspronkelijke volume waarde te behouden.",
- "ButtonLinkKeys": "Verplaats sleutel",
- "LabelOldSupporterKey": "Oude supporter sleutel",
- "LabelNewSupporterKey": "Nieuwe supporter sleutel",
- "HeaderMultipleKeyLinking": "Verplaats naar nieuwe sleutel",
- "MultipleKeyLinkingHelp": "Als u een nieuwe supportersleutel ontvangen hebt, gebruik dan dit formulier om de registratie van de oude sleutel over te zetten naar de nieuwe sleutel.",
- "LabelCurrentEmailAddress": "Huidige e-mailadres",
- "LabelCurrentEmailAddressHelp": "De huidige e-mailadres waar uw nieuwe sleutel naar is verzonden.",
- "HeaderForgotKey": "Sleutel vergeten",
- "LabelEmailAddress": "E-mailadres",
- "LabelSupporterEmailAddress": "Het e-mailadres dat is gebruikt om de sleutel te kopen.",
- "ButtonRetrieveKey": "Ophalen Sleutel",
- "LabelSupporterKey": "Supporter Sleutel (plakken uit e-mail)",
- "LabelSupporterKeyHelp": "Voer uw supporter sleutel in om te genieten van de vele extra voordelen die de gemeenschap heeft ontwikkeld voor Media Browser.",
- "MessageInvalidKey": "Supporters sleutel ontbreekt of is ongeldig.",
- "ErrorMessageInvalidKey": "Voordat U premium content kunt registreren, moet u eerst een MediaBrowser Supporter zijn. Ondersteun en doneer a.u.b. om de continue verdere ontwikkeling van MediaBrowser te waarborgen. Dank u.",
- "HeaderDisplaySettings": "Weergave-instellingen",
- "TabPlayTo": "Afspelen met",
- "LabelEnableDlnaServer": "DLNA Server inschakelen",
- "LabelEnableDlnaServerHelp": "Hiermee kunnen UPnP-apparaten op uw netwerk Media Browser inhoud doorzoeken en afspelen.",
- "LabelEnableBlastAliveMessages": "Zend alive berichten",
- "LabelEnableBlastAliveMessagesHelp": "Zet dit aan als de server niet betrouwbaar door andere UPnP-apparaten op uw netwerk wordt gedetecteerd.",
- "LabelBlastMessageInterval": "Alive bericht interval (seconden)",
- "LabelBlastMessageIntervalHelp": "Bepaalt de duur in seconden tussen server Alive berichten.",
- "LabelDefaultUser": "Standaard gebruiker:",
- "LabelDefaultUserHelp": "Bepaalt welke gebruikers bibliotheek op aangesloten apparaten moet worden weergegeven. Dit kan worden overschreven voor elk apparaat met behulp van profielen.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Kanalen",
- "HeaderServerSettings": "Server Instellingen",
- "LabelWeatherDisplayLocation": "Weersbericht locatie:",
- "LabelWeatherDisplayLocationHelp": "US postcode \/ Plaats, Staat, Land \/ Stad, Land \/ Weer ID",
- "LabelWeatherDisplayUnit": "Temperatuurs eenheid:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Vereist handmatig aanmelden met gebruikersnaam voor:",
- "HeaderRequireManualLoginHelp": "Indien uitgeschakeld dan toont de cli\u00ebnt een aanmeld scherm met een visuele selectie van gebruikers.",
- "OptionOtherApps": "Overige apps",
- "OptionMobileApps": "Mobiele apps",
- "HeaderNotificationList": "Klik op een melding om de opties voor het versturen ervan te configureren .",
- "NotificationOptionApplicationUpdateAvailable": "Programma-update beschikbaar",
- "NotificationOptionApplicationUpdateInstalled": "Programma-update ge\u00efnstalleerd",
- "NotificationOptionPluginUpdateInstalled": "Plug-in-update ge\u00efnstalleerd",
- "NotificationOptionPluginInstalled": "Plug-in ge\u00efnstalleerd",
- "NotificationOptionPluginUninstalled": "Plug-in verwijderd",
- "NotificationOptionVideoPlayback": "Video afspelen gestart",
- "NotificationOptionAudioPlayback": "Audio afspelen gestart",
- "NotificationOptionGamePlayback": "Game gestart",
- "NotificationOptionVideoPlaybackStopped": "Video afspelen gestopt",
- "NotificationOptionAudioPlaybackStopped": "Audio afspelen gestopt",
- "NotificationOptionGamePlaybackStopped": "Afspelen spel gestopt"
+ "TabSyncJobs": "Sync Opdrachten"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pl.json b/MediaBrowser.Server.Implementations/Localization/Server/pl.json
index bf8581174..6e7bd865c 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/pl.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/pl.json
@@ -1,6 +1,669 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Wyj\u015b\u0107",
+ "LabelVisitCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standardowy",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "Przejrzyj bibliotek\u0119",
+ "LabelConfigureMediaBrowser": "Skonfiguruj Media Browser",
+ "LabelOpenLibraryViewer": "Otw\u00f3rz przegl\u0105dark\u0119 biblioteki",
+ "LabelRestartServer": "Uruchom serwer ponownie",
+ "LabelShowLogWindow": "Show Log Window",
+ "LabelPrevious": "Wstecz",
+ "LabelFinish": "Koniec",
+ "LabelNext": "Dalej",
+ "LabelYoureDone": "Sko\u0144czy\u0142e\u015b!",
+ "WelcomeToMediaBrowser": "Witaj w Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Asystent pomo\u017ce Ci podczas instalacji. Na pocz\u0105tku, wybierz tw\u00f3j preferowany j\u0119zyk.",
+ "TellUsAboutYourself": "Opowiedz nam o sobie",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "Twoje imi\u0119:",
+ "MoreUsersCanBeAddedLater": "Mo\u017cesz doda\u0107 wi\u0119cej u\u017cytkownik\u00f3w p\u00f3\u017aniej przez tablic\u0119 rozdzielcz\u0105.",
+ "UserProfilesIntro": "Media Browser posiada wbudowane wsparcie dla profili u\u017cytkownik\u00f3w, pozwalaj\u0105c ka\u017cdemu na zapisanie opcji wy\u015bwietlania, stanu odtwarzania oraz kontroli rodzicielskiej.",
+ "LabelWindowsService": "Serwis Windows",
+ "AWindowsServiceHasBeenInstalled": "Serwis Windows zosta\u0142 zainstalowany.",
+ "WindowsServiceIntro1": "Serwer Media Browser w\u0142\u0105cza si\u0119 normalnie jako biurowa aplikacja z ikon\u0105 na pasku ale je\u015bli wolicie go uruchomi\u0107 w tle, mo\u017cecie to zrobi\u0107 u\u017cywaj\u0105c panelu sterowania serwis\u00f3w windows.",
+ "WindowsServiceIntro2": "Je\u015bli u\u017cywacie serwisu windows, to nie mo\u017ce on by\u0107 w\u0142\u0105czony r\u00f3wnocze\u015bnie z ikon\u0105 na pasku wi\u0119c b\u0119dziecie musieli j\u0105 wy\u0142\u0105czy\u0107 \u017ceby serwis dzia\u0142a\u0142. Nale\u017cy r\u00f3wnie\u017c ten serwis skonfigurowa\u0107 z uprawnieniami administracyjnymi poprzez panel sterowania. Prosz\u0119 wzi\u0105\u0107 pod uwag\u0119, \u017ce w tym momencie nie ma samo aktualizacji, nowe wersje b\u0119d\u0105 wi\u0119c potrzebowa\u0142y manualnej interwencji.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Skonfiguruj ustawienia",
+ "LabelEnableVideoImageExtraction": "W\u0142\u0105cz ekstrakcj\u0119 obrazu wideo",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "W\u0142\u0105cz automatyczne mapowanie port\u00f3w",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP umo\u017cliwia automatyczne ustawienie routera dla \u0142atwego zdalnego dost\u0119pu. Ta opcja mo\u017ce nie dzia\u0142a\u0107 na niekt\u00f3rych modelach router\u00f3w.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Anuluj",
+ "ButtonNew": "New",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Ustaw swoj\u0105 bibliotek\u0119",
+ "ButtonAddMediaFolder": "Dodaj folder",
+ "LabelFolderType": "Typ folderu:",
+ "ReferToMediaLibraryWiki": "Odnie\u015b si\u0119 do wiki biblioteki.",
+ "LabelCountry": "Kraj:",
+ "LabelLanguage": "J\u0119zyk:",
+ "HeaderPreferredMetadataLanguage": "Preferowany j\u0119zyk metadanych:",
+ "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
+ "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
+ "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
+ "TabPreferences": "Preferencje",
+ "TabPassword": "Has\u0142o",
+ "TabLibraryAccess": "Dost\u0119p do biblioteki",
+ "TabAccess": "Access",
+ "TabImage": "Obraz",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metadata",
+ "TabImages": "Images",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "Titles",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Wy\u015bwietl brakuj\u0105ce odcinki w sezonach",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Wy\u015bwietl nie wydanie odcinki w sezonach",
+ "HeaderVideoPlaybackSettings": "Ustawienia odtwarzania wideo",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "Preferencje j\u0119zyka audio:",
+ "LabelSubtitleLanguagePreference": "Preferencje j\u0119zyka napis\u00f3w:",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "No Subtitles",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "Profile",
+ "TabSecurity": "Zabezpieczenie",
+ "ButtonAddUser": "Dodaj u\u017cytkownika",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Zapisz",
+ "ButtonResetPassword": "Zresetuj has\u0142o",
+ "LabelNewPassword": "Nowe has\u0142o:",
+ "LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
+ "HeaderCreatePassword": "Stw\u00f3rz has\u0142o:",
+ "LabelCurrentPassword": "Bie\u017c\u0105ce has\u0142o:",
+ "LabelMaxParentalRating": "Maksymalna dozwolona ocena rodzicielska:",
+ "MaxParentalRatingHelp": "Zawarto\u015b\u0107 z wy\u017csz\u0105 ocen\u0105 b\u0119dzie schowana dla tego u\u017cytkownika.",
+ "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Usu\u0144 obrazek",
+ "LabelSelectUsers": "Select users:",
+ "ButtonUpload": "Wy\u015blij",
+ "HeaderUploadNewImage": "Wy\u015blij nowy obrazek",
+ "LabelDropImageHere": "Wstaw obraz tutaj",
+ "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
+ "MessageNothingHere": "Nic tutaj nie ma.",
+ "MessagePleaseEnsureInternetMetadata": "Upewnij si\u0119 \u017ce pobieranie metadanych z internetu jest w\u0142\u0105czone.",
+ "TabSuggested": "Sugerowane",
+ "TabLatest": "Ostatnie",
+ "TabUpcoming": "Upcoming",
+ "TabShows": "Seriale",
+ "TabEpisodes": "Odcinki",
+ "TabGenres": "Rodzaje",
+ "TabPeople": "Osoby",
+ "TabNetworks": "Sieci",
+ "HeaderUsers": "U\u017cytkownicy",
+ "HeaderFilters": "Filtry:",
+ "ButtonFilter": "Filtr",
+ "OptionFavorite": "Ulubione",
+ "OptionLikes": "Likes",
+ "OptionDislikes": "Dislikes",
+ "OptionActors": "Aktorzy",
+ "OptionGuestStars": "Guest Stars",
+ "OptionDirectors": "Dyrektorzy",
+ "OptionWriters": "Pisarze",
+ "OptionProducers": "Producenci",
+ "HeaderResume": "Wzn\u00f3w",
+ "HeaderNextUp": "Next Up",
+ "NoNextUpItemsMessage": "Nie znaleziono \u017cadnego. Zacznij ogl\u0105da\u0107 twoje seriale!",
+ "HeaderLatestEpisodes": "Ostanie odcinki",
+ "HeaderPersonTypes": "Person Types:",
+ "TabSongs": "Utwory",
+ "TabAlbums": "Albumy",
+ "TabArtists": "Arty\u015bci",
+ "TabAlbumArtists": "Arty\u015bci albumu",
+ "TabMusicVideos": "Teledyski",
+ "ButtonSort": "Sortuj",
+ "HeaderSortBy": "Sortuj wed\u0142ug:",
+ "HeaderSortOrder": "Kolejno\u015b\u0107 sortowania:",
+ "OptionPlayed": "Odtworzony",
+ "OptionUnplayed": "Nie odtworzony",
+ "OptionAscending": "Rosn\u0105co",
+ "OptionDescending": "Malej\u0105co",
+ "OptionRuntime": "D\u0142ugo\u015b\u0107 filmu",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "Ilo\u015b\u0107 odtworze\u0144",
+ "OptionDatePlayed": "Data odtworzenia",
+ "OptionDateAdded": "Data dodania",
+ "OptionAlbumArtist": "Artysta albumu",
+ "OptionArtist": "Artysta",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Nazwa utworu",
+ "OptionCommunityRating": "Ocena spo\u0142eczno\u015bci",
+ "OptionNameSort": "Nazwa",
+ "OptionFolderSort": "Folders",
+ "OptionBudget": "Bud\u017cet",
+ "OptionRevenue": "Doch\u00f3d",
+ "OptionPoster": "Plakat",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Backdrop",
+ "OptionTimeline": "Timeline",
+ "OptionThumb": "Thumb",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Ocena krytyk\u00f3w",
+ "OptionVideoBitrate": "Video Bitrate",
+ "OptionResumable": "Resumable",
+ "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+ "ScheduledTasksTitle": "Zaplanowane zadania",
+ "TabMyPlugins": "Moje wtyczki",
+ "TabCatalog": "Katalog",
+ "PluginsTitle": "Wtyczki",
+ "HeaderAutomaticUpdates": "Automatyczne aktualizacje",
+ "HeaderNowPlaying": "Teraz odtwarzany",
+ "HeaderLatestAlbums": "Ostatnie albumy",
+ "HeaderLatestSongs": "Ostatnie utwory",
+ "HeaderRecentlyPlayed": "Ostatnio grane",
+ "HeaderFrequentlyPlayed": "Cz\u0119sto grane",
+ "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.",
+ "LabelVideoType": "Type widea",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "W\u0142a\u015bciwo\u015bci",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "Napisy",
+ "OptionHasTrailer": "Zwiastun",
+ "OptionHasThemeSong": "Theme Song",
+ "OptionHasThemeVideo": "Theme Video",
+ "TabMovies": "Filmy",
+ "TabStudios": "Studia",
+ "TabTrailers": "Zwiastuny",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "Ostatnie filmy",
+ "HeaderLatestTrailers": "Ostatnie zwiastuny",
+ "OptionHasSpecialFeatures": "Special Features",
+ "OptionImdbRating": "Ocena IMDb",
+ "OptionParentalRating": "Ocena rodzicielska",
+ "OptionPremiereDate": "Data premiery",
+ "TabBasic": "Podstawowe",
+ "TabAdvanced": "Zaawansowane",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "Continuing",
+ "OptionEnded": "Zako\u0144czony",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "Niedziela",
+ "OptionMonday": "Poniedzia\u0142ek",
+ "OptionTuesday": "Wtorek",
+ "OptionWednesday": "\u015aroda",
+ "OptionThursday": "Czwartek",
+ "OptionFriday": "Pi\u0105tek",
+ "OptionSaturday": "Sobota",
+ "HeaderManagement": "Management",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Brakuje Id IMDb",
+ "OptionMissingTvdbId": "Brakuje Id TheTVDB",
+ "OptionMissingOverview": "Missing Overview",
+ "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+ "TabGeneral": "Og\u00f3lne",
+ "TitleSupport": "Wesprzyj",
+ "TabLog": "Log",
+ "TabAbout": "A propos",
+ "TabSupporterKey": "Supporter Key",
+ "TabBecomeSupporter": "Become a Supporter",
+ "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+ "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+ "SearchKnowledgeBase": "Szukaj w Bazy Wiedzy",
+ "VisitTheCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
+ "VisitMediaBrowserWebsite": "Odwied\u017a stron\u0119 Media Browser",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Disable this user",
+ "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
+ "HeaderAdvancedControl": "Advanced Control",
+ "LabelName": "Imi\u0119:",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Pozw\u00f3l temu u\u017cytkownikowi zarz\u0105dza\u0107 serwerem",
+ "HeaderFeatureAccess": "Feature Access",
+ "OptionAllowMediaPlayback": "Allow media playback",
+ "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "Allow management of live tv recordings",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Missing Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Select",
+ "ButtonGroupVersions": "Group Versions",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Please support other free products we utilize:",
+ "VersionNumber": "Wersja {0}",
+ "TabPaths": "\u015acie\u017cki",
+ "TabServer": "Serwer",
+ "TabTranscoding": "Transcoding",
+ "TitleAdvanced": "Advanced",
+ "LabelAutomaticUpdateLevel": "Automatic update level",
+ "OptionRelease": "Oficjalne wydanie",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (Niestabilne)",
+ "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
+ "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
+ "LabelEnableDebugLogging": "Enable debug logging",
+ "LabelRunServerAtStartup": "Run server at startup",
+ "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
+ "ButtonSelectDirectory": "Wybierz folder",
+ "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
+ "LabelCachePath": "Cache path:",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "Images by name path:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Metadata path:",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "Transcoding temporary path:",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "Basics",
+ "TabTV": "TV",
+ "TabGames": "Gry",
+ "TabMusic": "Muzyka",
+ "TabOthers": "Inne",
+ "HeaderExtractChapterImagesFor": "Extract chapter images for:",
+ "OptionMovies": "Filmy",
+ "OptionEpisodes": "Odcinki",
+ "OptionOtherVideos": "Inne widea",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Image saving convention:",
+ "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Sign In",
+ "TitleSignIn": "Sign In",
+ "HeaderPleaseSignIn": "Please sign in",
+ "LabelUser": "User:",
+ "LabelPassword": "Password:",
+ "ButtonManualLogin": "Manual Login",
+ "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
+ "TabGuide": "Guide",
+ "TabChannels": "Channels",
+ "TabCollections": "Collections",
+ "HeaderChannels": "Channels",
+ "TabRecordings": "Recordings",
+ "TabScheduled": "Scheduled",
+ "TabSeries": "Series",
+ "TabFavorites": "Favorites",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "Cancel Recording",
+ "HeaderPrePostPadding": "Pre\/Post Padding",
+ "LabelPrePaddingMinutes": "Pre-padding minutes:",
+ "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
+ "LabelPostPaddingMinutes": "Post-padding minutes:",
+ "OptionPostPaddingRequired": "Post-padding is required in order to record.",
+ "HeaderWhatsOnTV": "What's On",
+ "HeaderUpcomingTV": "Upcoming TV",
+ "TabStatus": "Status",
+ "TabSettings": "Settings",
+ "ButtonRefreshGuideData": "Refresh Guide Data",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "Priority",
+ "OptionRecordOnAllChannels": "Record program on all channels",
+ "OptionRecordAnytime": "Record program at any time",
+ "OptionRecordOnlyNewEpisodes": "Record only new episodes",
+ "HeaderDays": "Days",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "HeaderAllRecordings": "All Recordings",
+ "ButtonPlay": "Play",
+ "ButtonEdit": "Edit",
+ "ButtonRecord": "Record",
+ "ButtonDelete": "Delete",
+ "ButtonRemove": "Remove",
+ "OptionRecordSeries": "Record Series",
+ "HeaderDetails": "Details",
+ "TitleLiveTV": "Live TV",
+ "LabelNumberOfGuideDays": "Number of days of guide data to download:",
+ "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
+ "LabelActiveService": "Active Service:",
+ "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
+ "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "Thumb",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Box",
+ "OptionDownloadDiscImage": "Disc",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Back",
+ "OptionDownloadArtImage": "Art",
+ "OptionDownloadPrimaryImage": "Primary",
+ "HeaderFetchImages": "Fetch Images:",
+ "HeaderImageSettings": "Image Settings",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
+ "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
+ "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
+ "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "Add",
+ "LabelTriggerType": "Trigger Type:",
+ "OptionDaily": "Daily",
+ "OptionWeekly": "Weekly",
+ "OptionOnInterval": "On an interval",
+ "OptionOnAppStartup": "On application startup",
+ "OptionAfterSystemEvent": "After a system event",
+ "LabelDay": "Day:",
+ "LabelTime": "Time:",
+ "LabelEvent": "Event:",
+ "OptionWakeFromSleep": "Wake from sleep",
+ "LabelEveryXMinutes": "Every:",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Gallery",
+ "HeaderLatestGames": "Latest Games",
+ "HeaderRecentlyPlayedGames": "Recently Played Games",
+ "TabGameSystems": "Game Systems",
+ "TitleMediaLibrary": "Media Library",
+ "TabFolders": "Folders",
+ "TabPathSubstitution": "Path Substitution",
+ "LabelSeasonZeroDisplayName": "Season 0 display name:",
+ "LabelEnableRealtimeMonitor": "Enable real time monitoring",
+ "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
+ "ButtonScanLibrary": "Scan Library",
+ "HeaderNumberOfPlayers": "Players:",
+ "OptionAnyNumberOfPlayers": "Any",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Media Folders",
+ "HeaderThemeVideos": "Theme Videos",
+ "HeaderThemeSongs": "Theme Songs",
+ "HeaderScenes": "Scenes",
+ "HeaderAwardsAndReviews": "Awards and Reviews",
+ "HeaderSoundtracks": "Soundtracks",
+ "HeaderMusicVideos": "Music Videos",
+ "HeaderSpecialFeatures": "Special Features",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonSplitVersionsApart": "Split Versions Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Missing",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
+ "HeaderFrom": "From",
+ "HeaderTo": "To",
+ "LabelFrom": "From:",
+ "LabelFromHelp": "Example: D:\\Movies (on the server)",
+ "LabelTo": "To:",
+ "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
+ "ButtonAddPathSubstitution": "Add Substitution",
+ "OptionSpecialEpisode": "Specials",
+ "OptionMissingEpisode": "Missing Episodes",
+ "OptionUnairedEpisode": "Unaired Episodes",
+ "OptionEpisodeSortName": "Episode Sort Name",
+ "OptionSeriesSortName": "Series Name",
+ "OptionTvdbRating": "Tvdb Rating",
+ "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
+ "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
+ "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
+ "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
+ "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
+ "OptionHighSpeedTranscoding": "Higher speed",
+ "OptionHighQualityTranscoding": "Higher quality",
+ "OptionMaxQualityTranscoding": "Max quality",
+ "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
+ "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
+ "OptionUpscaling": "Allow clients to request upscaled video",
+ "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
+ "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
+ "HeaderAddTitles": "Add Titles",
+ "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
+ "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
+ "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
+ "HeaderCustomDlnaProfiles": "Custom Profiles",
+ "HeaderSystemDlnaProfiles": "System Profiles",
+ "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
+ "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Home",
+ "TabInfo": "Info",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "System Paths",
+ "LinkCommunity": "Community",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api Documentation",
+ "LabelFriendlyServerName": "Friendly server name:",
+ "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
+ "LabelReadHowYouCanContribute": "Read about how you can contribute.",
+ "HeaderNewCollection": "New Collection",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
+ "ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web socket port number:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Resume",
+ "TabWeather": "Weather",
+ "TitleAppSettings": "App Settings",
+ "LabelMinResumePercentage": "Min resume percentage:",
+ "LabelMaxResumePercentage": "Max resume percentage:",
+ "LabelMinResumeDuration": "Min resume duration (seconds):",
+ "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
+ "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
+ "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
+ "TitleAutoOrganize": "Auto-Organize",
+ "TabActivityLog": "Activity Log",
+ "HeaderName": "Name",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Completed",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Skipped",
+ "HeaderEpisodeOrganization": "Episode Organization",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
+ "HeaderSupportTheTeam": "Support the Media Browser Team",
+ "LabelSupportAmount": "Amount (USD)",
+ "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
+ "ButtonEnterSupporterKey": "Enter supporter key",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Enable new episode organization",
+ "LabelWatchFolder": "Watch folder:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "View scheduled tasks",
+ "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Supported Patterns",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Pattern",
+ "HeaderResult": "Result",
+ "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
+ "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
+ "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
+ "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
+ "LabelTransferMethod": "Transfer method",
+ "OptionCopy": "Copy",
+ "OptionMove": "Move",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Latest News",
+ "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
+ "HeaderRunningTasks": "Running Tasks",
+ "HeaderActiveDevices": "Active Devices",
+ "HeaderPendingInstallations": "Pending Installations",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restart Now",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Shutdown",
+ "ButtonUpdateNow": "Update Now",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Please shutdown the server and update manually.",
+ "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
+ "ServerUpToDate": "Media Browser Server is up to date",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Old supporter key",
+ "LabelNewSupporterKey": "New supporter key",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Current email address",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "Email address",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "Default user:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Server Settings",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Require manual username entry for:",
+ "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
+ "OptionOtherApps": "Other apps",
+ "OptionMobileApps": "Mobile apps",
+ "HeaderNotificationList": "Click on a notification to configure it's sending options.",
+ "NotificationOptionApplicationUpdateAvailable": "Application update available",
+ "NotificationOptionApplicationUpdateInstalled": "Application update installed",
+ "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
+ "NotificationOptionPluginInstalled": "Plugin installed",
+ "NotificationOptionPluginUninstalled": "Plugin uninstalled",
+ "NotificationOptionVideoPlayback": "Video playback started",
+ "NotificationOptionAudioPlayback": "Audio playback started",
+ "NotificationOptionGamePlayback": "Game playback started",
+ "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
+ "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
+ "NotificationOptionGamePlaybackStopped": "Game playback stopped",
+ "NotificationOptionTaskFailed": "Scheduled task failure",
+ "NotificationOptionInstallationFailed": "Installation failure",
+ "NotificationOptionNewLibraryContent": "New content added",
+ "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
+ "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
+ "NotificationOptionServerRestartRequired": "Server restart required",
+ "LabelNotificationEnabled": "Enable this notification",
+ "LabelMonitorUsers": "Monitor activity from:",
+ "LabelSendNotificationToUsers": "Send the notification to:",
"LabelUseNotificationServices": "Use the following services:",
"CategoryUser": "User",
"CategorySystem": "System",
@@ -639,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -675,670 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Wyj\u015b\u0107",
- "LabelVisitCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standardowy",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "Przejrzyj bibliotek\u0119",
- "LabelConfigureMediaBrowser": "Skonfiguruj Media Browser",
- "LabelOpenLibraryViewer": "Otw\u00f3rz przegl\u0105dark\u0119 biblioteki",
- "LabelRestartServer": "Uruchom serwer ponownie",
- "LabelShowLogWindow": "Show Log Window",
- "LabelPrevious": "Wstecz",
- "LabelFinish": "Koniec",
- "LabelNext": "Dalej",
- "LabelYoureDone": "Sko\u0144czy\u0142e\u015b!",
- "WelcomeToMediaBrowser": "Witaj w Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Asystent pomo\u017ce Ci podczas instalacji. Na pocz\u0105tku, wybierz tw\u00f3j preferowany j\u0119zyk.",
- "TellUsAboutYourself": "Opowiedz nam o sobie",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "Twoje imi\u0119:",
- "MoreUsersCanBeAddedLater": "Mo\u017cesz doda\u0107 wi\u0119cej u\u017cytkownik\u00f3w p\u00f3\u017aniej przez tablic\u0119 rozdzielcz\u0105.",
- "UserProfilesIntro": "Media Browser posiada wbudowane wsparcie dla profili u\u017cytkownik\u00f3w, pozwalaj\u0105c ka\u017cdemu na zapisanie opcji wy\u015bwietlania, stanu odtwarzania oraz kontroli rodzicielskiej.",
- "LabelWindowsService": "Serwis Windows",
- "AWindowsServiceHasBeenInstalled": "Serwis Windows zosta\u0142 zainstalowany.",
- "WindowsServiceIntro1": "Serwer Media Browser w\u0142\u0105cza si\u0119 normalnie jako biurowa aplikacja z ikon\u0105 na pasku ale je\u015bli wolicie go uruchomi\u0107 w tle, mo\u017cecie to zrobi\u0107 u\u017cywaj\u0105c panelu sterowania serwis\u00f3w windows.",
- "WindowsServiceIntro2": "Je\u015bli u\u017cywacie serwisu windows, to nie mo\u017ce on by\u0107 w\u0142\u0105czony r\u00f3wnocze\u015bnie z ikon\u0105 na pasku wi\u0119c b\u0119dziecie musieli j\u0105 wy\u0142\u0105czy\u0107 \u017ceby serwis dzia\u0142a\u0142. Nale\u017cy r\u00f3wnie\u017c ten serwis skonfigurowa\u0107 z uprawnieniami administracyjnymi poprzez panel sterowania. Prosz\u0119 wzi\u0105\u0107 pod uwag\u0119, \u017ce w tym momencie nie ma samo aktualizacji, nowe wersje b\u0119d\u0105 wi\u0119c potrzebowa\u0142y manualnej interwencji.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Skonfiguruj ustawienia",
- "LabelEnableVideoImageExtraction": "W\u0142\u0105cz ekstrakcj\u0119 obrazu wideo",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
- "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.",
- "LabelEnableAutomaticPortMapping": "W\u0142\u0105cz automatyczne mapowanie port\u00f3w",
- "LabelEnableAutomaticPortMappingHelp": "UPnP umo\u017cliwia automatyczne ustawienie routera dla \u0142atwego zdalnego dost\u0119pu. Ta opcja mo\u017ce nie dzia\u0142a\u0107 na niekt\u00f3rych modelach router\u00f3w.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Anuluj",
- "ButtonNew": "New",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Ustaw swoj\u0105 bibliotek\u0119",
- "ButtonAddMediaFolder": "Dodaj folder",
- "LabelFolderType": "Typ folderu:",
- "ReferToMediaLibraryWiki": "Odnie\u015b si\u0119 do wiki biblioteki.",
- "LabelCountry": "Kraj:",
- "LabelLanguage": "J\u0119zyk:",
- "HeaderPreferredMetadataLanguage": "Preferowany j\u0119zyk metadanych:",
- "LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
- "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
- "LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
- "TabPreferences": "Preferencje",
- "TabPassword": "Has\u0142o",
- "TabLibraryAccess": "Dost\u0119p do biblioteki",
- "TabAccess": "Access",
- "TabImage": "Obraz",
- "TabProfile": "Profil",
- "TabMetadata": "Metadata",
- "TabImages": "Images",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titles",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Wy\u015bwietl brakuj\u0105ce odcinki w sezonach",
- "LabelUnairedMissingEpisodesWithinSeasons": "Wy\u015bwietl nie wydanie odcinki w sezonach",
- "HeaderVideoPlaybackSettings": "Ustawienia odtwarzania wideo",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "Preferencje j\u0119zyka audio:",
- "LabelSubtitleLanguagePreference": "Preferencje j\u0119zyka napis\u00f3w:",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "No Subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profile",
- "TabSecurity": "Zabezpieczenie",
- "ButtonAddUser": "Dodaj u\u017cytkownika",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Zapisz",
- "ButtonResetPassword": "Zresetuj has\u0142o",
- "LabelNewPassword": "Nowe has\u0142o:",
- "LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
- "HeaderCreatePassword": "Stw\u00f3rz has\u0142o:",
- "LabelCurrentPassword": "Bie\u017c\u0105ce has\u0142o:",
- "LabelMaxParentalRating": "Maksymalna dozwolona ocena rodzicielska:",
- "MaxParentalRatingHelp": "Zawarto\u015b\u0107 z wy\u017csz\u0105 ocen\u0105 b\u0119dzie schowana dla tego u\u017cytkownika.",
- "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Usu\u0144 obrazek",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "Wy\u015blij",
- "HeaderUploadNewImage": "Wy\u015blij nowy obrazek",
- "LabelDropImageHere": "Wstaw obraz tutaj",
- "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
- "MessageNothingHere": "Nic tutaj nie ma.",
- "MessagePleaseEnsureInternetMetadata": "Upewnij si\u0119 \u017ce pobieranie metadanych z internetu jest w\u0142\u0105czone.",
- "TabSuggested": "Sugerowane",
- "TabLatest": "Ostatnie",
- "TabUpcoming": "Upcoming",
- "TabShows": "Seriale",
- "TabEpisodes": "Odcinki",
- "TabGenres": "Rodzaje",
- "TabPeople": "Osoby",
- "TabNetworks": "Sieci",
- "HeaderUsers": "U\u017cytkownicy",
- "HeaderFilters": "Filtry:",
- "ButtonFilter": "Filtr",
- "OptionFavorite": "Ulubione",
- "OptionLikes": "Likes",
- "OptionDislikes": "Dislikes",
- "OptionActors": "Aktorzy",
- "OptionGuestStars": "Guest Stars",
- "OptionDirectors": "Dyrektorzy",
- "OptionWriters": "Pisarze",
- "OptionProducers": "Producenci",
- "HeaderResume": "Wzn\u00f3w",
- "HeaderNextUp": "Next Up",
- "NoNextUpItemsMessage": "Nie znaleziono \u017cadnego. Zacznij ogl\u0105da\u0107 twoje seriale!",
- "HeaderLatestEpisodes": "Ostanie odcinki",
- "HeaderPersonTypes": "Person Types:",
- "TabSongs": "Utwory",
- "TabAlbums": "Albumy",
- "TabArtists": "Arty\u015bci",
- "TabAlbumArtists": "Arty\u015bci albumu",
- "TabMusicVideos": "Teledyski",
- "ButtonSort": "Sortuj",
- "HeaderSortBy": "Sortuj wed\u0142ug:",
- "HeaderSortOrder": "Kolejno\u015b\u0107 sortowania:",
- "OptionPlayed": "Odtworzony",
- "OptionUnplayed": "Nie odtworzony",
- "OptionAscending": "Rosn\u0105co",
- "OptionDescending": "Malej\u0105co",
- "OptionRuntime": "D\u0142ugo\u015b\u0107 filmu",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Ilo\u015b\u0107 odtworze\u0144",
- "OptionDatePlayed": "Data odtworzenia",
- "OptionDateAdded": "Data dodania",
- "OptionAlbumArtist": "Artysta albumu",
- "OptionArtist": "Artysta",
- "OptionAlbum": "Album",
- "OptionTrackName": "Nazwa utworu",
- "OptionCommunityRating": "Ocena spo\u0142eczno\u015bci",
- "OptionNameSort": "Nazwa",
- "OptionFolderSort": "Folders",
- "OptionBudget": "Bud\u017cet",
- "OptionRevenue": "Doch\u00f3d",
- "OptionPoster": "Plakat",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Backdrop",
- "OptionTimeline": "Timeline",
- "OptionThumb": "Thumb",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Ocena krytyk\u00f3w",
- "OptionVideoBitrate": "Video Bitrate",
- "OptionResumable": "Resumable",
- "ScheduledTasksHelp": "Click a task to adjust its schedule.",
- "ScheduledTasksTitle": "Zaplanowane zadania",
- "TabMyPlugins": "Moje wtyczki",
- "TabCatalog": "Katalog",
- "PluginsTitle": "Wtyczki",
- "HeaderAutomaticUpdates": "Automatyczne aktualizacje",
- "HeaderNowPlaying": "Teraz odtwarzany",
- "HeaderLatestAlbums": "Ostatnie albumy",
- "HeaderLatestSongs": "Ostatnie utwory",
- "HeaderRecentlyPlayed": "Ostatnio grane",
- "HeaderFrequentlyPlayed": "Cz\u0119sto grane",
- "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.",
- "LabelVideoType": "Type widea",
- "OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "W\u0142a\u015bciwo\u015bci",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Napisy",
- "OptionHasTrailer": "Zwiastun",
- "OptionHasThemeSong": "Theme Song",
- "OptionHasThemeVideo": "Theme Video",
- "TabMovies": "Filmy",
- "TabStudios": "Studia",
- "TabTrailers": "Zwiastuny",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "Ostatnie filmy",
- "HeaderLatestTrailers": "Ostatnie zwiastuny",
- "OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "Ocena IMDb",
- "OptionParentalRating": "Ocena rodzicielska",
- "OptionPremiereDate": "Data premiery",
- "TabBasic": "Podstawowe",
- "TabAdvanced": "Zaawansowane",
- "HeaderStatus": "Status",
- "OptionContinuing": "Continuing",
- "OptionEnded": "Zako\u0144czony",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "Niedziela",
- "OptionMonday": "Poniedzia\u0142ek",
- "OptionTuesday": "Wtorek",
- "OptionWednesday": "\u015aroda",
- "OptionThursday": "Czwartek",
- "OptionFriday": "Pi\u0105tek",
- "OptionSaturday": "Sobota",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Brakuje Id IMDb",
- "OptionMissingTvdbId": "Brakuje Id TheTVDB",
- "OptionMissingOverview": "Missing Overview",
- "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
- "TabGeneral": "Og\u00f3lne",
- "TitleSupport": "Wesprzyj",
- "TabLog": "Log",
- "TabAbout": "A propos",
- "TabSupporterKey": "Supporter Key",
- "TabBecomeSupporter": "Become a Supporter",
- "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
- "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
- "SearchKnowledgeBase": "Szukaj w Bazy Wiedzy",
- "VisitTheCommunity": "Odwied\u017a spo\u0142eczno\u015b\u0107",
- "VisitMediaBrowserWebsite": "Odwied\u017a stron\u0119 Media Browser",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Disable this user",
- "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
- "HeaderAdvancedControl": "Advanced Control",
- "LabelName": "Imi\u0119:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Pozw\u00f3l temu u\u017cytkownikowi zarz\u0105dza\u0107 serwerem",
- "HeaderFeatureAccess": "Feature Access",
- "OptionAllowMediaPlayback": "Allow media playback",
- "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "Allow management of live tv recordings",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Missing Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Select",
- "ButtonGroupVersions": "Group Versions",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Please support other free products we utilize:",
- "VersionNumber": "Wersja {0}",
- "TabPaths": "\u015acie\u017cki",
- "TabServer": "Serwer",
- "TabTranscoding": "Transcoding",
- "TitleAdvanced": "Advanced",
- "LabelAutomaticUpdateLevel": "Automatic update level",
- "OptionRelease": "Oficjalne wydanie",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (Niestabilne)",
- "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
- "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
- "LabelEnableDebugLogging": "Enable debug logging",
- "LabelRunServerAtStartup": "Run server at startup",
- "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
- "ButtonSelectDirectory": "Wybierz folder",
- "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
- "LabelCachePath": "Cache path:",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "Images by name path:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Metadata path:",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "Transcoding temporary path:",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "Basics",
- "TabTV": "TV",
- "TabGames": "Gry",
- "TabMusic": "Muzyka",
- "TabOthers": "Inne",
- "HeaderExtractChapterImagesFor": "Extract chapter images for:",
- "OptionMovies": "Filmy",
- "OptionEpisodes": "Odcinki",
- "OptionOtherVideos": "Inne widea",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Image saving convention:",
- "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Sign In",
- "TitleSignIn": "Sign In",
- "HeaderPleaseSignIn": "Please sign in",
- "LabelUser": "User:",
- "LabelPassword": "Password:",
- "ButtonManualLogin": "Manual Login",
- "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
- "TabGuide": "Guide",
- "TabChannels": "Channels",
- "TabCollections": "Collections",
- "HeaderChannels": "Channels",
- "TabRecordings": "Recordings",
- "TabScheduled": "Scheduled",
- "TabSeries": "Series",
- "TabFavorites": "Favorites",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "Cancel Recording",
- "HeaderPrePostPadding": "Pre\/Post Padding",
- "LabelPrePaddingMinutes": "Pre-padding minutes:",
- "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
- "LabelPostPaddingMinutes": "Post-padding minutes:",
- "OptionPostPaddingRequired": "Post-padding is required in order to record.",
- "HeaderWhatsOnTV": "What's On",
- "HeaderUpcomingTV": "Upcoming TV",
- "TabStatus": "Status",
- "TabSettings": "Settings",
- "ButtonRefreshGuideData": "Refresh Guide Data",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "Priority",
- "OptionRecordOnAllChannels": "Record program on all channels",
- "OptionRecordAnytime": "Record program at any time",
- "OptionRecordOnlyNewEpisodes": "Record only new episodes",
- "HeaderDays": "Days",
- "HeaderActiveRecordings": "Active Recordings",
- "HeaderLatestRecordings": "Latest Recordings",
- "HeaderAllRecordings": "All Recordings",
- "ButtonPlay": "Play",
- "ButtonEdit": "Edit",
- "ButtonRecord": "Record",
- "ButtonDelete": "Delete",
- "ButtonRemove": "Remove",
- "OptionRecordSeries": "Record Series",
- "HeaderDetails": "Details",
- "TitleLiveTV": "Live TV",
- "LabelNumberOfGuideDays": "Number of days of guide data to download:",
- "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
- "LabelActiveService": "Active Service:",
- "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
- "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "Thumb",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Box",
- "OptionDownloadDiscImage": "Disc",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Back",
- "OptionDownloadArtImage": "Art",
- "OptionDownloadPrimaryImage": "Primary",
- "HeaderFetchImages": "Fetch Images:",
- "HeaderImageSettings": "Image Settings",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
- "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
- "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
- "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Add",
- "LabelTriggerType": "Trigger Type:",
- "OptionDaily": "Daily",
- "OptionWeekly": "Weekly",
- "OptionOnInterval": "On an interval",
- "OptionOnAppStartup": "On application startup",
- "OptionAfterSystemEvent": "After a system event",
- "LabelDay": "Day:",
- "LabelTime": "Time:",
- "LabelEvent": "Event:",
- "OptionWakeFromSleep": "Wake from sleep",
- "LabelEveryXMinutes": "Every:",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Gallery",
- "HeaderLatestGames": "Latest Games",
- "HeaderRecentlyPlayedGames": "Recently Played Games",
- "TabGameSystems": "Game Systems",
- "TitleMediaLibrary": "Media Library",
- "TabFolders": "Folders",
- "TabPathSubstitution": "Path Substitution",
- "LabelSeasonZeroDisplayName": "Season 0 display name:",
- "LabelEnableRealtimeMonitor": "Enable real time monitoring",
- "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
- "ButtonScanLibrary": "Scan Library",
- "HeaderNumberOfPlayers": "Players:",
- "OptionAnyNumberOfPlayers": "Any",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Media Folders",
- "HeaderThemeVideos": "Theme Videos",
- "HeaderThemeSongs": "Theme Songs",
- "HeaderScenes": "Scenes",
- "HeaderAwardsAndReviews": "Awards and Reviews",
- "HeaderSoundtracks": "Soundtracks",
- "HeaderMusicVideos": "Music Videos",
- "HeaderSpecialFeatures": "Special Features",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Additional Parts",
- "ButtonSplitVersionsApart": "Split Versions Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Missing",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
- "HeaderFrom": "From",
- "HeaderTo": "To",
- "LabelFrom": "From:",
- "LabelFromHelp": "Example: D:\\Movies (on the server)",
- "LabelTo": "To:",
- "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
- "ButtonAddPathSubstitution": "Add Substitution",
- "OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Missing Episodes",
- "OptionUnairedEpisode": "Unaired Episodes",
- "OptionEpisodeSortName": "Episode Sort Name",
- "OptionSeriesSortName": "Series Name",
- "OptionTvdbRating": "Tvdb Rating",
- "HeaderTranscodingQualityPreference": "Transcoding Quality Preference:",
- "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
- "OptionHighSpeedTranscodingHelp": "Lower quality, but faster encoding",
- "OptionHighQualityTranscodingHelp": "Higher quality, but slower encoding",
- "OptionMaxQualityTranscodingHelp": "Best quality with slower encoding and high CPU usage",
- "OptionHighSpeedTranscoding": "Higher speed",
- "OptionHighQualityTranscoding": "Higher quality",
- "OptionMaxQualityTranscoding": "Max quality",
- "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
- "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
- "OptionUpscaling": "Allow clients to request upscaled video",
- "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
- "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
- "HeaderAddTitles": "Add Titles",
- "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
- "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
- "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
- "HeaderCustomDlnaProfiles": "Custom Profiles",
- "HeaderSystemDlnaProfiles": "System Profiles",
- "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Home",
- "TabInfo": "Info",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "System Paths",
- "LinkCommunity": "Community",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api Documentation",
- "LabelFriendlyServerName": "Friendly server name:",
- "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
- "LabelReadHowYouCanContribute": "Read about how you can contribute.",
- "HeaderNewCollection": "New Collection",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "Example: Star Wars Collection",
- "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
- "ButtonCreate": "Create",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web socket port number:",
- "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 WAN Address:",
- "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
- "TabResume": "Resume",
- "TabWeather": "Weather",
- "TitleAppSettings": "App Settings",
- "LabelMinResumePercentage": "Min resume percentage:",
- "LabelMaxResumePercentage": "Max resume percentage:",
- "LabelMinResumeDuration": "Min resume duration (seconds):",
- "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
- "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
- "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
- "TitleAutoOrganize": "Auto-Organize",
- "TabActivityLog": "Activity Log",
- "HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
- "LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
- "HeaderEpisodeOrganization": "Episode Organization",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Media Browser Team",
- "LabelSupportAmount": "Amount (USD)",
- "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
- "ButtonEnterSupporterKey": "Enter supporter key",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Enable new episode organization",
- "LabelWatchFolder": "Watch folder:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "View scheduled tasks",
- "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Supported Patterns",
- "HeaderTerm": "Term",
- "HeaderPattern": "Pattern",
- "HeaderResult": "Result",
- "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
- "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
- "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
- "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Latest News",
- "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
- "HeaderPendingInstallations": "Pending Installations",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown the server and update manually.",
- "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
- "ServerUpToDate": "Media Browser Server is up to date",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Old supporter key",
- "LabelNewSupporterKey": "New supporter key",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Current email address",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "Email address",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "Enable Dlna server",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "Default user:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Server Settings",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Require manual username entry for:",
- "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
- "HeaderNotificationList": "Click on a notification to configure it's sending options.",
- "NotificationOptionApplicationUpdateAvailable": "Application update available",
- "NotificationOptionApplicationUpdateInstalled": "Application update installed",
- "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
- "NotificationOptionPluginInstalled": "Plugin installed",
- "NotificationOptionPluginUninstalled": "Plugin uninstalled",
- "NotificationOptionVideoPlayback": "Video playback started",
- "NotificationOptionAudioPlayback": "Audio playback started",
- "NotificationOptionGamePlayback": "Game playback started",
- "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
- "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
- "NotificationOptionGamePlaybackStopped": "Game playback stopped",
- "NotificationOptionTaskFailed": "Scheduled task failure",
- "NotificationOptionInstallationFailed": "Installation failure",
- "NotificationOptionNewLibraryContent": "New content added",
- "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
- "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
- "NotificationOptionServerRestartRequired": "Server restart required",
- "LabelNotificationEnabled": "Enable this notification",
- "LabelMonitorUsers": "Monitor activity from:",
- "LabelSendNotificationToUsers": "Send the notification to:"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
index d036f80e7..b7bf66d5c 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/pt_BR.json
@@ -1,636 +1,4 @@
{
- "LabelPublicPort": "N\u00famero da porta p\u00fablica:",
- "LabelPublicPortHelp": "O n\u00famero da porta p\u00fablica que deve ser mapeado para a porta local.",
- "ButtonVolumeUp": "Aumentar volume",
- "ButtonVolumeDown": "Diminuir volume",
- "ButtonMute": "Mudo",
- "HeaderLatestMedia": "M\u00eddias Recentes",
- "OptionSpecialFeatures": "Recursos Especiais",
- "HeaderCollections": "Cole\u00e7\u00f5es",
- "LabelProfileCodecsHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os codecs.",
- "LabelProfileContainersHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os containers.",
- "HeaderResponseProfile": "Perfil de Resposta",
- "LabelType": "Tipo:",
- "LabelPersonRole": "Personagem:",
- "LabelPersonRoleHelp": "O personagem geralmente s\u00f3 aplica para atores.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Codecs de v\u00eddeo:",
- "LabelProfileAudioCodecs": "Codecs de \u00e1udio:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Perfil da Reprodu\u00e7\u00e3o Direta",
- "HeaderTranscodingProfile": "Perfil da Transcodifica\u00e7\u00e3o",
- "HeaderCodecProfile": "Perfil do Codec",
- "HeaderCodecProfileHelp": "Perfis do Codec indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir codecs espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o codec estiver configurado para reprodu\u00e7\u00e3o direta.",
- "HeaderContainerProfile": "Perfil do Container",
- "HeaderContainerProfileHelp": "Perfis do Container indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir formatos espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o formato estiver configurado para reprodu\u00e7\u00e3o direta.",
- "OptionProfileVideo": "V\u00eddeo",
- "OptionProfileAudio": "\u00c1udio",
- "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
- "OptionProfilePhoto": "Foto",
- "LabelUserLibrary": "Biblioteca do usu\u00e1rio:",
- "LabelUserLibraryHelp": "Selecione qual biblioteca de usu\u00e1rio ser\u00e1 exibida no dispositivo. Deixe em branco para usar a configura\u00e7\u00e3o padr\u00e3o.",
- "OptionPlainStorageFolders": "Exibir todas as pastas como pastas de armazenamento simples",
- "OptionPlainStorageFoldersHelp": "Se ativado, todas as pastas s\u00e3o representadas no DIDL como \"object.container.storageFolder\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
- "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Tipos de M\u00eddia Suportados:",
- "TabIdentification": "Identifica\u00e7\u00e3o",
- "HeaderIdentification": "Identifica\u00e7\u00e3o",
- "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Respostas",
- "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
- "LabelEmbedAlbumArtDidl": "Embutir a capa do \u00e1lbum no Didl",
- "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
- "LabelAlbumArtPN": "PN da capa do \u00e1lbum:",
- "LabelAlbumArtHelp": "O PN usado para a capa do album, dentro do atributo dlna:profileID em upnp:albumArtURI. Alguns clientes requerem um valor espec\u00edfico, independente do tamanho da imagem.",
- "LabelAlbumArtMaxWidth": "Largura m\u00e1xima da capa do \u00e1lbum:",
- "LabelAlbumArtMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Altura m\u00e1xima da capa do \u00e1lbum:",
- "LabelAlbumArtMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
- "LabelIconMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
- "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
- "LabelIconMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
- "LabelIdentificationFieldHelp": "Uma substring ou express\u00e3o regex que n\u00e3o diferencia mai\u00fascula de min\u00fasculas.",
- "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
- "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
- "LabelMaxBitrateHelp": "Especifique uma taxa de bits m\u00e1xima para ambientes com restri\u00e7\u00e3o de tamanho de banda, ou se o dispositivo imp\u00f5e esse limite.",
- "LabelMaxStreamingBitrate": "Taxa m\u00e1xima para streaming:",
- "LabelMaxStreamingBitrateHelp": "Defina uma taxa m\u00e1xima para fazer streaming.",
- "LabelMaxStaticBitrate": "Taxa m\u00e1xima para sincronizar:",
- "LabelMaxStaticBitrateHelp": "Defina uma taxa m\u00e1xima quando sincronizar conte\u00fado em alta qualidade.",
- "LabelMusicStaticBitrate": "Taxa de sincroniza\u00e7\u00e3o das m\u00fasicas:",
- "LabelMusicStaticBitrateHelp": "Defina a taxa m\u00e1xima ao sincronizar m\u00fasicas",
- "LabelMusicStreamingTranscodingBitrate": "Taxa de transcodifica\u00e7\u00e3o das m\u00fasicas:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Defina a taxa m\u00e1xima ao fazer streaming das m\u00fasicas",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignorar requisi\u00e7\u00f5es de extens\u00e3o do byte de transcodifica\u00e7\u00e3o",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se ativadas, estas requisi\u00e7\u00f5es ser\u00e3o honradas mas ir\u00e3o ignorar o cabe\u00e7alho da extens\u00e3o do byte.",
- "LabelFriendlyName": "Nome amig\u00e1vel",
- "LabelManufacturer": "Fabricante",
- "LabelManufacturerUrl": "Url do fabricante",
- "LabelModelName": "Nome do modelo",
- "LabelModelNumber": "N\u00famero do modelo",
- "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
- "LabelModelUrl": "Url do modelo",
- "LabelSerialNumber": "N\u00famero de s\u00e9rie",
- "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
- "HeaderIdentificationCriteriaHelp": "Digite, ao menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
- "HeaderDirectPlayProfileHelp": "Adicionar perfis de reprodu\u00e7\u00e3o direta que indiquem que formatos o dispositivo pode suportar nativamente.",
- "HeaderTranscodingProfileHelp": "Adicionar perfis de transcodifica\u00e7\u00e3o que indiquem que formatos dever\u00e3o ser usados quando a transcodifica\u00e7\u00e3o \u00e9 necess\u00e1ria.",
- "HeaderResponseProfileHelp": "Perfis de resposta oferecem uma forma de personalizar a informa\u00e7\u00e3o enviada para o dispositivo ao executar certos tipos de m\u00eddia.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determina o conte\u00fado do elemento X_DLNACAP no namespace urn:schemas-dlna-org:device-1-0.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determina o conte\u00fado do elemento X_DLNADOC no namespace urn:schemas-dlna-org:device-1-0",
- "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
- "LabelSonyAggregationFlagsHelp": "Determina o conte\u00fado do elemento aggregationFlags no namespace urn:schemas-sonycom:av.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
- "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
- "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
- "OptionEnableM2tsMode": "Ativar modo M2ts",
- "OptionEnableM2tsModeHelp": "Ative o modo m2ts quando codificar para mpegts.",
- "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado quando transcodificar",
- "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que o servidor suporta busca de byte quando transcodificar",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "Isto \u00e9 necess\u00e1rio para alguns dispositivos que n\u00e3o buscam o tempo muito bem.",
- "HeaderSubtitleDownloadingHelp": "Quando o Media Browser verificar seus arquivos de v\u00eddeo, ele pode buscar legendas que n\u00e3o existam e fazer download usando um provedor de legendas como, por exemplo, o OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Fazer download de legendas para:",
- "MessageNoChapterProviders": "Instale um plugin provedor de cap\u00edtulos como o ChapterDb para habilitar mais op\u00e7\u00f5es de cap\u00edtulos.",
- "LabelSkipIfGraphicalSubsPresent": "Ignorar se o v\u00eddeo j\u00e1 possuir legendas gr\u00e1ficas",
- "LabelSkipIfGraphicalSubsPresentHelp": "Manter vers\u00f5es das legendas em texto resultar\u00e1 em uma entrega mais eficiente para os clientes m\u00f3veis.",
- "TabSubtitles": "Legendas",
- "TabChapters": "Cap\u00edtulos",
- "HeaderDownloadChaptersFor": "Fazer download de nomes de cap\u00edtulos para:",
- "LabelOpenSubtitlesUsername": "Nome do usu\u00e1rio do Open Subtitles:",
- "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
- "HeaderChapterDownloadingHelp": "Quando o Media Browser verifica seus arquivos de v\u00eddeo, pode fazer download de nomes amig\u00e1veis para os cap\u00edtulos atrav\u00e9s de plugins como o ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o, independente do idioma",
- "LabelSubtitlePlaybackMode": "Modo da Legenda:",
- "LabelDownloadLanguages": "Idiomas para download:",
- "ButtonRegister": "Registrar",
- "LabelSkipIfAudioTrackPresent": "Ignorar se a faixa de \u00e1udio padr\u00e3o coincidir com o idioma de download",
- "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independente do idioma do \u00e1udio.",
- "HeaderSendMessage": "Enviar mensagem",
- "ButtonSend": "Enviar",
- "LabelMessageText": "Texto da mensagem:",
- "MessageNoAvailablePlugins": "N\u00e3o existem plugins dispon\u00edveis.",
- "LabelDisplayPluginsFor": "Exibir plugins para:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
- "LabelSeriesNamePlain": "Nome da s\u00e9rie",
- "ValueSeriesNamePeriod": "Nome.s\u00e9rie",
- "ValueSeriesNameUnderscore": "Nome_s\u00e9rie",
- "ValueEpisodeNamePeriod": "Nome.epis\u00f3dio",
- "ValueEpisodeNameUnderscore": "Nome_epis\u00f3dio",
- "LabelSeasonNumberPlain": "N\u00famero da temporada",
- "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
- "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
- "HeaderTypeText": "Digitar texto",
- "LabelTypeText": "Texto",
- "HeaderSearchForSubtitles": "Buscar Legendas",
- "MessageNoSubtitleSearchResultsFound": "N\u00e3o foi encontrado nenhum resultado.",
- "TabDisplay": "Exibi\u00e7\u00e3o",
- "TabLanguages": "Idiomas",
- "TabWebClient": "Cliente Web",
- "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
- "LabelEnableBackdrops": "Ativar imagens de fundo",
- "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
- "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
- "HeaderHomePage": "P\u00e1gina Inicial",
- "HeaderSettingsForThisDevice": "Ajustes para Este Dispositivo",
- "OptionAuto": "Auto",
- "OptionYes": "Sim",
- "OptionNo": "N\u00e3o",
- "HeaderOptions": "Op\u00e7\u00f5es",
- "HeaderIdentificationResult": "Resultado da Identifica\u00e7\u00e3o",
- "LabelHomePageSection1": "Tela de in\u00edcio se\u00e7\u00e3o 1:",
- "LabelHomePageSection2": "Tela de in\u00edcio se\u00e7\u00e3o 2:",
- "LabelHomePageSection3": "Tela de in\u00edcio se\u00e7\u00e3o 3:",
- "LabelHomePageSection4": "Tela de in\u00edcio se\u00e7\u00e3o 4:",
- "OptionMyViewsButtons": "Minhas visualiza\u00e7\u00f5es (bot\u00f5es)",
- "OptionMyViews": "Minhas visualiza\u00e7\u00f5es",
- "OptionMyViewsSmall": "Minhas visualiza\u00e7\u00f5es (pequeno)",
- "OptionResumablemedia": "Retomar",
- "OptionLatestMedia": "M\u00eddias recentes",
- "OptionLatestChannelMedia": "Itens recentes de canal",
- "HeaderLatestChannelItems": "Itens Recentes de Canal",
- "OptionNone": "Nenhum",
- "HeaderLiveTv": "TV ao Vivo",
- "HeaderReports": "Relat\u00f3rios",
- "HeaderMetadataManager": "Gerenciador de Metadados",
- "HeaderPreferences": "Prefer\u00eancias",
- "MessageLoadingChannels": "Carregando conte\u00fado do canal...",
- "MessageLoadingContent": "Carregando conte\u00fado...",
- "ButtonMarkRead": "Marcar com lido",
- "OptionDefaultSort": "Padr\u00e3o",
- "OptionCommunityMostWatchedSort": "Mais Assistidos",
- "TabNextUp": "Pr\u00f3ximos",
- "MessageNoMovieSuggestionsAvailable": "N\u00e3o existem sugest\u00f5es de filmes dispon\u00edveis atualmente. Comece por assistir e avaliar seus filmes e, ent\u00e3o, volte para verificar suas recomenda\u00e7\u00f5es.",
- "MessageNoCollectionsAvailable": "Cole\u00e7\u00f5es permitem que voc\u00ea aproveite grupos personalizados de Filmes, S\u00e9ries, \u00c1lbuns, Livros e Jogos. Clique no bot\u00e3o + para come\u00e7ar a criar Cole\u00e7\u00f5es.",
- "MessageNoPlaylistsAvailable": "Listas de reprodu\u00e7\u00e3o permitem criar listas com conte\u00fado para reproduzir consecutivamente, de uma s\u00f3 vez. Para adicionar itens \u00e0s listas de reprodu\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque a tela por alguns segundos, depois selecione Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o.",
- "MessageNoPlaylistItemsAvailable": "Esta lista de reprodu\u00e7\u00e3o est\u00e1 vazia.",
- "ButtonDismiss": "Descartar",
- "ButtonEditOtherUserPreferences": "Editar este perfil de usu\u00e1rio, senha e prefer\u00eancias pessoais.",
- "LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
- "LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
- "OptionBestAvailableStreamQuality": "Melhor dispon\u00edvel",
- "LabelEnableChannelContentDownloadingFor": "Ativar o download de conte\u00fado do canal para:",
- "LabelEnableChannelContentDownloadingForHelp": "Alguns canais suportam o download de conte\u00fado antes de sua visualiza\u00e7\u00e3o. Ative esta fun\u00e7\u00e3o em ambientes com banda larga de baixa velocidade para fazer o download do conte\u00fado do canal durante horas sem uso. O conte\u00fado \u00e9 transferido como parte da tarefa agendada de download do canal.",
- "LabelChannelDownloadPath": "Caminho para download do conte\u00fado do canal:",
- "LabelChannelDownloadPathHelp": "Se desejar, defina um caminho personalizado para a transfer\u00eancia. Deixe em branco para fazer download para uma pasta interna do programa.",
- "LabelChannelDownloadAge": "Excluir conte\u00fado depois de: (dias)",
- "LabelChannelDownloadAgeHelp": "O conte\u00fado transferido que for mais velho que este valor ser\u00e1 exclu\u00eddo. Poder\u00e1 seguir reproduzindo-o atrav\u00e9s de streaming da internet.",
- "ChannelSettingsFormHelp": "Instalar canais como, por exemplo, Trailers e Vimeo no cat\u00e1logo de plugins.",
- "LabelSelectCollection": "Selecione cole\u00e7\u00e3o:",
- "ButtonOptions": "Op\u00e7\u00f5es",
- "ViewTypeMovies": "Filmes",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Jogos",
- "ViewTypeMusic": "M\u00fasicas",
- "ViewTypeMusicGenres": "G\u00eaneros",
- "ViewTypeMusicArtists": "Artistas",
- "ViewTypeBoxSets": "Cole\u00e7\u00f5es",
- "ViewTypeChannels": "Canais",
- "ViewTypeLiveTV": "TV ao Vivo",
- "ViewTypeLiveTvNowPlaying": "Exibindo Agora",
- "ViewTypeLatestGames": "Jogos Recentes",
- "ViewTypeRecentlyPlayedGames": "Reproduzido Recentemente",
- "ViewTypeGameFavorites": "Favoritos",
- "ViewTypeGameSystems": "Sistemas de Jogo",
- "ViewTypeGameGenres": "G\u00eaneros",
- "ViewTypeTvResume": "Retomar",
- "ViewTypeTvNextUp": "Pr\u00f3ximos",
- "ViewTypeTvLatest": "Recentes",
- "ViewTypeTvShowSeries": "S\u00e9ries",
- "ViewTypeTvGenres": "G\u00eaneros",
- "ViewTypeTvFavoriteSeries": "S\u00e9ries Favoritas",
- "ViewTypeTvFavoriteEpisodes": "Epis\u00f3dios Favoritos",
- "ViewTypeMovieResume": "Retomar",
- "ViewTypeMovieLatest": "Recentes",
- "ViewTypeMovieMovies": "Filmes",
- "ViewTypeMovieCollections": "Cole\u00e7\u00f5es",
- "ViewTypeMovieFavorites": "Favoritos",
- "ViewTypeMovieGenres": "G\u00eaneros",
- "ViewTypeMusicLatest": "Recentes",
- "ViewTypeMusicAlbums": "\u00c1lbuns",
- "ViewTypeMusicAlbumArtists": "Artistas do \u00c1lbum",
- "HeaderOtherDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o",
- "ViewTypeMusicSongs": "M\u00fasicas",
- "ViewTypeMusicFavorites": "Favoritos",
- "ViewTypeMusicFavoriteAlbums": "\u00c1lbuns Favoritos",
- "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
- "ViewTypeMusicFavoriteSongs": "M\u00fasicas Favoritas",
- "HeaderMyViews": "Minhas Visualiza\u00e7\u00f5es",
- "LabelSelectFolderGroups": "Agrupar automaticamente o conte\u00fado das seguintes pastas dentro das visualiza\u00e7\u00f5es como Filmes, M\u00fasicas e TV:",
- "LabelSelectFolderGroupsHelp": "Pastas que n\u00e3o est\u00e3o marcadas ser\u00e3o exibidas em sua pr\u00f3pria visualiza\u00e7\u00e3o.",
- "OptionDisplayAdultContent": "Exibir conte\u00fado adulto",
- "OptionLibraryFolders": "Pastas de m\u00eddias",
- "TitleRemoteControl": "Controle Remoto",
- "OptionLatestTvRecordings": "\u00daltimas grava\u00e7\u00f5es",
- "LabelProtocolInfo": "Informa\u00e7\u00e3o do protocolo:",
- "LabelProtocolInfoHelp": "O valor que ser\u00e1 usado ao responder os pedidos GetProtocolInfo do dispositivo.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "O Media Browser inclui suporte nativo aos metadados e imagens Nfo do Kodi. Para ativar ou desativar os metadados do Kodi, use a aba Avan\u00e7ado e configure as op\u00e7\u00f5es dos seus tipos de m\u00eddia.",
- "LabelKodiMetadataUser": "Sincronizar informa\u00e7\u00f5es do que o usu\u00e1rio assiste aos nfo's para:",
- "LabelKodiMetadataUserHelp": "Ativar esta op\u00e7\u00e3o para manter os dados sincronizados entre o Media Browser e o Kodi.",
- "LabelKodiMetadataDateFormat": "Formato da data de lan\u00e7amento:",
- "LabelKodiMetadataDateFormatHelp": "Todas as datas dentro dos nfo's ser\u00e3o lidas e gravadas usando este formato.",
- "LabelKodiMetadataSaveImagePaths": "Salvar o caminho das imagens dentro dos arquivos nfo's",
- "LabelKodiMetadataSaveImagePathsHelp": "Esta op\u00e7\u00e3o \u00e9 recomendada se voc\u00ea tiver nomes de arquivos de imagem que n\u00e3o est\u00e3o de acordo \u00e0s recomenda\u00e7\u00f5es do Kodi.",
- "LabelKodiMetadataEnablePathSubstitution": "Ativar substitui\u00e7\u00e3o de caminho",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Ativa a substitui\u00e7\u00e3o do caminho das imagens usando as op\u00e7\u00f5es de substitui\u00e7\u00e3o de caminho no servidor.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver substitui\u00e7\u00e3o de caminho.",
- "LabelGroupChannelsIntoViews": "Exibir os seguintes canais diretamente dentro de minhas visualiza\u00e7\u00f5es:",
- "LabelGroupChannelsIntoViewsHelp": "Se ativados, estes canais ser\u00e3o exibidos imediatamente ao lado de outras visualiza\u00e7\u00f5es. Se desativado, eles ser\u00e3o exibidos dentro de uma visualiza\u00e7\u00e3o separada de Canais.",
- "LabelDisplayCollectionsView": "Exibir uma visualiza\u00e7\u00e3o de cole\u00e7\u00f5es para mostrar colet\u00e2neas de filmes",
- "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart para extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "Ao fazer download das imagens, elas podem ser salvas em ambas extrafanart e extrathumbs para uma maior compatibilidade com as skins do Kodi.",
- "TabServices": "Servi\u00e7os",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Arquivos de log do servidor:",
- "TabBranding": "Marca",
- "HeaderBrandingHelp": "Personalize a apar\u00eancia do Media Browser para as necessidades de seu grupo ou organiza\u00e7\u00e3o.",
- "LabelLoginDisclaimer": "Aviso legal no login:",
- "LabelLoginDisclaimerHelp": "Este aviso ser\u00e1 exibido na parte inferior da p\u00e1gina de login.",
- "LabelAutomaticallyDonate": "Doar automaticamente este valor a cada m\u00eas",
- "LabelAutomaticallyDonateHelp": "Voc\u00ea pode cancelar a qualquer momento atrav\u00e9s de sua conta do PayPal.",
- "OptionList": "Lista",
- "TabDashboard": "Painel",
- "TitleServer": "Servidor",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadados:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Arquivos tempor\u00e1rios da transcodifica\u00e7\u00e3o:",
- "HeaderLatestMusic": "M\u00fasicas Recentes",
- "HeaderBranding": "Marca",
- "HeaderApiKeys": "Chaves da Api",
- "HeaderApiKeysHelp": "Aplica\u00e7\u00f5es externas necessitam uma chave da Api para se comunicar com o Media Browser. Chaves s\u00e3o emitidas ao logar com uma conta do Media Browser ou ao conceder manualmente uma chave \u00e0 aplica\u00e7\u00e3o",
- "HeaderApiKey": "Chave da Api",
- "HeaderApp": "App",
- "HeaderDevice": "Dispositivo",
- "HeaderUser": "Usu\u00e1rio",
- "HeaderDateIssued": "Data da Emiss\u00e3o",
- "LabelChapterName": "Cap\u00edtulo {0}",
- "HeaderNewApiKey": "Nova Chave da Api",
- "LabelAppName": "Nome da app",
- "LabelAppNameExample": "Exemplo: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Conceder permiss\u00e3o a uma aplica\u00e7\u00e3o para se comunicar com o Media Browser.",
- "HeaderHttpHeaders": "Cabe\u00e7alhos de Http",
- "HeaderIdentificationHeader": "Cabe\u00e7alho de Identifica\u00e7\u00e3o",
- "LabelValue": "Valor:",
- "LabelMatchType": "Tipo de correspond\u00eancia",
- "OptionEquals": "Igual",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "Visualizar",
- "TabSort": "Ordenar",
- "TabFilter": "Filtro",
- "ButtonView": "Visualizar",
- "LabelPageSize": "Limite de itens:",
- "LabelPath": "Caminho:",
- "LabelView": "Visualizar:",
- "TabUsers": "Usu\u00e1rios",
- "LabelSortName": "Nome para ordena\u00e7\u00e3o:",
- "LabelDateAdded": "Data de adi\u00e7\u00e3o:",
- "HeaderFeatures": "Recursos",
- "HeaderAdvanced": "Avan\u00e7ado",
- "ButtonSync": "Sincronizar",
- "TabScheduledTasks": "Tarefas Agendadas",
- "HeaderChapters": "Cap\u00edtulos",
- "HeaderResumeSettings": "Ajustes para Retomar",
- "TabSync": "Sincroniza\u00e7\u00e3o",
- "TitleUsers": "Usu\u00e1rios",
- "LabelProtocol": "Protocolo:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Contexto:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sinc",
- "ButtonAddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
- "TabPlaylists": "Listas de Reprodu\u00e7\u00e3o",
- "ButtonClose": "Fechar",
- "LabelAllLanguages": "Todos os idiomas",
- "HeaderBrowseOnlineImages": "Procurar Imagens Online",
- "LabelSource": "Fonte:",
- "OptionAll": "Todos",
- "LabelImage": "Imagem:",
- "ButtonBrowseImages": "Procurar Imagens",
- "HeaderImages": "Imagens",
- "HeaderBackdrops": "Imagens de Fundo",
- "HeaderScreenshots": "Imagens da Tela",
- "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
- "LabelJpgPngOnly": "Apenas JPG\/PNG",
- "LabelImageType": "Tipo de imagem:",
- "OptionPrimary": "Capa",
- "OptionArt": "Arte",
- "OptionBox": "Caixa",
- "OptionBoxRear": "Traseira da Caixa",
- "OptionDisc": "Disco",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Imagem da tela",
- "OptionLocked": "Bloqueada",
- "OptionUnidentified": "N\u00e3o identificada",
- "OptionMissingParentalRating": "Faltando classifica\u00e7\u00e3o parental",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Epis\u00f3dios",
- "OptionSeason0": "Temporada 0",
- "LabelReport": "Relat\u00f3rio:",
- "OptionReportSongs": "M\u00fasicas",
- "OptionReportSeries": "S\u00e9ries",
- "OptionReportSeasons": "Temporadas",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "V\u00eddeos musicais",
- "OptionReportMovies": "Filmes",
- "OptionReportHomeVideos": "V\u00eddeos caseiros",
- "OptionReportGames": "Jogos",
- "OptionReportEpisodes": "Epis\u00f3dios",
- "OptionReportCollections": "Cole\u00e7\u00f5es",
- "OptionReportBooks": "Livros",
- "OptionReportArtists": "Artistas",
- "OptionReportAlbums": "\u00c1lbuns",
- "OptionReportAdultVideos": "V\u00eddeos adultos",
- "ButtonMore": "Mais",
- "HeaderActivity": "Atividade",
- "ScheduledTaskStartedWithName": "{0} iniciado",
- "ScheduledTaskCancelledWithName": "{0} foi cancelado",
- "ScheduledTaskCompletedWithName": "{0} completa",
- "ScheduledTaskFailed": "Tarefa agendada completa",
- "PluginInstalledWithName": "{0} foi instalado",
- "PluginUpdatedWithName": "{0} foi atualizado",
- "PluginUninstalledWithName": "{0} foi desinstalado",
- "ScheduledTaskFailedWithName": "{0} falhou",
- "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
- "ItemRemovedWithName": "{0} foi removido da biblioteca",
- "DeviceOnlineWithName": "{0} est\u00e1 conectado",
- "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
- "DeviceOfflineWithName": "{0} foi desconectado",
- "UserOfflineFromDevice": "{0} foi desconectado de {1}",
- "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
- "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
- "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
- "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
- "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o do usu\u00e1rio {0} foi atualizada",
- "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
- "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
- "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
- "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
- "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
- "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
- "AuthenticationSucceededWithUserName": "{0} autenticou-se com sucesso",
- "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
- "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
- "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
- "AppDeviceValues": "App: {0}, Dispositivo: {1}",
- "ProviderValue": "Provedor: {0}",
- "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
- "HeaderRecentActivity": "Atividade Recente",
- "HeaderPeople": "Pessoas",
- "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
- "OptionComposers": "Compositores",
- "OptionOthers": "Outros",
- "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
- "ViewTypeFolders": "Pastas",
- "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
- "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
- "ViewTypeLiveTvChannels": "Canais",
- "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
- "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
- "HeaderPassword": "Senha",
- "HeaderLocalAccess": "Acesso Local",
- "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
- "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
- "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
- "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
- "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
- "OptionReplaceExistingImages": "Substituir imagens existentes",
- "OptionRefreshAllData": "Atualizar todos os dados",
- "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
- "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
- "HeaderRefreshMetadata": "Atualizar Metadados",
- "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
- "HeaderIdentifyItem": "Identificar Item",
- "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
- "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
- "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
- "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
- "ButtonIdentify": "Identificar",
- "LabelAlbumArtist": "Artista do \u00e1lbum:",
- "LabelAlbum": "\u00c1lbum:",
- "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
- "LabelVoteCount": "Contagem de votos:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
- "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
- "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Slogan:",
- "LabelOverview": "Sinopse:",
- "LabelShortOverview": "Sinopse curta:",
- "LabelReleaseDate": "Data do lan\u00e7amento:",
- "LabelYear": "Ano:",
- "LabelPlaceOfBirth": "Local de nascimento:",
- "LabelEndDate": "Data final:",
- "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
- "LabelAirTime:": "Hor\u00e1rio:",
- "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
- "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
- "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
- "LabelBudget": "Or\u00e7amento",
- "LabelRevenue": "Faturamento ($):",
- "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
- "LabelPlayers": "Reprodutores:",
- "Label3DFormat": "Formato 3D:",
- "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
- "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
- "HeaderExternalIds": "Id`s Externos:",
- "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
- "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
- "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
- "LabelAirsBeforeSeason": "Exibido antes da temporada:",
- "LabelAirsAfterSeason": "Exibido depois da temporada:",
- "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
- "LabelTreatImageAs": "Tratar imagem como:",
- "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
- "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
- "HeaderCountries": "Pa\u00edses",
- "HeaderGenres": "G\u00eaneros",
- "HeaderPlotKeywords": "Palavras-chave da Trama",
- "HeaderStudios": "Est\u00fadios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Ajustes dos Metadados",
- "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
- "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
- "TabDonate": "Doar",
- "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
- "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
- "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
- "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
- "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
- "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
- "OptionNoTrailer": "Nenhum Trailer",
- "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
- "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
- "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
- "ButtonDonate": "Doar",
- "OptionActor": "Ator",
- "OptionComposer": "Compositor",
- "OptionDirector": "Diretor",
- "OptionGuestStar": "Ator convidado",
- "OptionProducer": "Produtor",
- "OptionWriter": "Escritor",
- "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
- "LabelAirTime": "Hor\u00e1rio:",
- "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
- "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
- "HeaderInstall": "Instalar",
- "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
- "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
- "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
- "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
- "HeaderReviews": "Avalia\u00e7\u00f5es",
- "HeaderDeveloperInfo": "Info do desenvolvedor",
- "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
- "ButtonViewWebsite": "Ver website",
- "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
- "HeaderXmlSettings": "Ajustes do Xml",
- "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
- "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
- "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
- "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
- "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
- "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
- "LabelConnectGuestUserName": "Seu nome de usu\u00e1rio ou endere\u00e7o de email do Media Browser:",
- "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
- "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio \u00e0 conta do Media Browser para ativar o acesso f\u00e1cil de qualquer app do Media Browser sem a necessidade de conhecer o endere\u00e7o ip do servidor.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
- "LabelExternalPlayers": "Reprodutores externos:",
- "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
- "HeaderSubtitleProfile": "Perfil da Legenda",
- "HeaderSubtitleProfiles": "Perfis da Legenda",
- "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
- "LabelFormat": "Formato:",
- "LabelMethod": "M\u00e9todo:",
- "LabelDidlMode": "Modo Didl:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "elemento res",
- "OptionEmbedSubtitles": "Incorporar no recipiente",
- "OptionExternallyDownloaded": "Download Externo",
- "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
- "LabelSubtitleFormatHelp": "Exemplo: srt",
- "ButtonLearnMore": "Saiba mais",
- "TabPlayback": "Reprodu\u00e7\u00e3o",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
- "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
- "TabCinemaMode": "Modo Cinema",
- "TitlePlayback": "Reprodu\u00e7\u00e3o",
- "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
- "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
- "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
- "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
- "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
- "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
- "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
- "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
- "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
- "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
- "ValueSpecialEpisodeName": "Especial - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
- "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
- "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
- "LabelEnableCinemaMode": "Ativar modo cinema",
- "HeaderCinemaMode": "Modo Cinema",
- "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
- "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
- "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
- "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
- "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
- "TitleDevices": "Dispositivos",
- "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
- "TabDevices": "Dispositivos",
- "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
- "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
- "LabelCameraUploadPathHelp": "Selecione um caminho personalizado para upload, se desejar. Se n\u00e3o definir, a pasta padr\u00e3o ser\u00e1 usada. Se usar um caminho personalizado, ser\u00e1 necess\u00e1rio adicionar na \u00e1rea de ajustes da biblioteca.",
- "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
- "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
- "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
- "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
- "HeaderInviteUser": "Convidar usu\u00e1rio",
- "LabelConnectGuestUserNameHelp": "Este \u00e9 o nome de usu\u00e1rio que seus amigos usam para entrar no site do Media Browser, ou o endere\u00e7o de email deles.",
- "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais f\u00e1cil com o Media Browser Connect",
- "ButtonSendInvitation": "Enviar convite",
- "HeaderSignInWithConnect": "Entrar no Media Browser Connect",
- "HeaderGuests": "Convidados",
- "HeaderLocalUsers": "Usu\u00e1rios Locais",
- "HeaderPendingInvitations": "Convites pendentes",
- "TabParentalControl": "Controle Parental",
- "HeaderAccessSchedule": "Agendamento de Acesso",
- "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
- "ButtonAddSchedule": "Adicionar Agendamento",
- "LabelAccessDay": "Dia da semana:",
- "LabelAccessStart": "Hora inicial:",
- "LabelAccessEnd": "Hora final:",
- "HeaderSchedule": "Agendamento",
- "OptionEveryday": "Todos os dias",
- "OptionWeekdays": "Dias da semana",
- "OptionWeekends": "Fins-de-semana",
- "MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do usu\u00e1rio foi sincronizada com o Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Conectar sua conta do Media Browser",
- "ButtonTrailerReel": "Carrossel de trailers",
- "HeaderTrailerReel": "Carrossel de Trailers",
- "OptionPlayUnwatchedTrailersOnly": "Reproduzir apenas trailers n\u00e3o assistidos",
- "HeaderTrailerReelHelp": "Inicie um carrossel de trailers para reproduzir uma longa lista de reprodu\u00e7\u00e3o de trailers.",
- "MessageNoTrailersFound": "Nenhum trailer encontrado. Instale o canal Trailer para melhorar sua experi\u00eancia com filmes, adicionando uma biblioteca de trailers da internet.",
- "HeaderNewUsers": "Novos Usu\u00e1rios",
- "ButtonSignUp": "Entrar",
- "ButtonForgotPassword": "Esqueceu a senha?",
- "OptionDisableUserPreferences": "Desativar acesso \u00e0s prefer\u00eancias do usu\u00e1rio.",
- "OptionDisableUserPreferencesHelp": "Se ativado, apenas administradores poder\u00e3o configurar imagens do perfil do usu\u00e1rio, senhas e prefer\u00eancias de idioma.",
- "HeaderSelectServer": "Selecionar Servidor",
- "MessageNoServersAvailableToConnect": "Nenhum servidor dispon\u00edvel para conex\u00e3o. Se foi convidado a compartilhar um servidor, confirme aceitando abaixo ou clicando no link em seu email.",
- "TitleNewUser": "Novo Usu\u00e1rio",
- "ButtonConfigurePassword": "Configurar Senha",
- "HeaderDashboardUserPassword": "As senhas do usu\u00e1rio s\u00e3o gerenciadas dentro das prefer\u00eancias de cada perfil de usu\u00e1rio.",
- "HeaderLibraryAccess": "Acesso \u00e0 Biblioteca",
- "HeaderChannelAccess": "Acesso ao Canal",
- "HeaderLatestItems": "Itens Recentes",
- "LabelSelectLastestItemsFolders": "Incluir m\u00eddia das seguintes se\u00e7\u00f5es nos Itens Recentes",
- "HeaderShareMediaFolders": "Compartilhar Pastas de M\u00eddia",
- "MessageGuestSharingPermissionsHelp": "A maioria dos recursos est\u00e3o inicialmente indispon\u00edveis para convidados, mas podem ser ativados conforme necess\u00e1rio.",
- "HeaderInvitations": "Convites",
- "LabelForgotPasswordUsernameHelp": "Digite o nome de seu usu\u00e1rio, se lembrar.",
- "HeaderForgotPassword": "Esqueci a Senha",
- "TitleForgotPassword": "Esqueci a Senha",
- "TitlePasswordReset": "Redefini\u00e7\u00e3o de Senha",
- "LabelPasswordRecoveryPinCode": "C\u00f3digo:",
- "HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
- "HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
- "HeaderVideoTypes": "Tipos de V\u00eddeo",
- "HeaderYears": "Anos",
- "HeaderAddTag": "Adicionar Tag",
- "LabelBlockItemsWithTags": "Bloquear itens com tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
- "LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
- "TabActivity": "Atividade",
- "TitleSync": "Sinc",
- "OptionAllowSyncContent": "Permitir sincroniza\u00e7\u00e3o de m\u00eddia com os dispositivos",
- "NameSeasonUnknown": "Temporada Desconhecida",
- "NameSeasonNumber": "Temporada {0}",
- "LabelNewUserNameHelp": "Nomes de usu\u00e1rios podem conter letras (a-z), n\u00fameros (0-9), tra\u00e7os (-), sublinhados (_), ap\u00f3strofes (') e pontos (.)",
- "TabJobs": "Tarefas",
- "TabSyncJobs": "Tarefas de Sincroniza\u00e7\u00e3o",
"LabelExit": "Sair",
"LabelVisitCommunity": "Visitar a Comunidade",
"LabelGithub": "Github",
@@ -1145,23 +513,23 @@
"NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Star Wars",
"OptionSearchForInternetMetadata": "Buscar artwork e metadados na internet",
"ButtonCreate": "Criar",
- "LabelLocalHttpServerPortNumber": "N\u00famero da porta local:",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "O n\u00famero da porta tcp que o servidor http do Media Browser utilizar\u00e1.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "N\u00famero da porta do web socket:",
"LabelEnableAutomaticPortMap": "Habilitar mapeamento autom\u00e1tico de portas",
"LabelEnableAutomaticPortMapHelp": "Tentativa de mapear automaticamente a porta p\u00fablica para a local atrav\u00e9s de uPnP. Isto poder\u00e1 n\u00e3o funcionar em alguns modelos de roteadores.",
- "LabelExternalDDNS": "DDNS Externo:",
- "LabelExternalDDNSHelp": "Se voc\u00ea tem um DNS din\u00e2mico digite aqui. O Media Browser o usar\u00e1 quando conectar remotamente.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
"TabResume": "Retomar",
"TabWeather": "Tempo",
"TitleAppSettings": "Configura\u00e7\u00f5es da App",
@@ -1340,5 +708,635 @@
"ButtonPrevious": "Anterior",
"LabelGroupMoviesIntoCollections": "Agrupar filmes nas cole\u00e7\u00f5es",
"LabelGroupMoviesIntoCollectionsHelp": "Ao exibir listas de filmes, filmes que perten\u00e7am a uma cole\u00e7\u00e3o ser\u00e3o exibidos como um \u00fanico item agrupado.",
- "NotificationOptionPluginError": "Falha no plugin"
+ "NotificationOptionPluginError": "Falha no plugin",
+ "ButtonVolumeUp": "Aumentar volume",
+ "ButtonVolumeDown": "Diminuir volume",
+ "ButtonMute": "Mudo",
+ "HeaderLatestMedia": "M\u00eddias Recentes",
+ "OptionSpecialFeatures": "Recursos Especiais",
+ "HeaderCollections": "Cole\u00e7\u00f5es",
+ "LabelProfileCodecsHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os codecs.",
+ "LabelProfileContainersHelp": "Separados por v\u00edrgula. Pode ser deixado em branco para usar com todos os containers.",
+ "HeaderResponseProfile": "Perfil de Resposta",
+ "LabelType": "Tipo:",
+ "LabelPersonRole": "Personagem:",
+ "LabelPersonRoleHelp": "O personagem geralmente s\u00f3 aplica para atores.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Codecs de v\u00eddeo:",
+ "LabelProfileAudioCodecs": "Codecs de \u00e1udio:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Perfil da Reprodu\u00e7\u00e3o Direta",
+ "HeaderTranscodingProfile": "Perfil da Transcodifica\u00e7\u00e3o",
+ "HeaderCodecProfile": "Perfil do Codec",
+ "HeaderCodecProfileHelp": "Perfis do Codec indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir codecs espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o codec estiver configurado para reprodu\u00e7\u00e3o direta.",
+ "HeaderContainerProfile": "Perfil do Container",
+ "HeaderContainerProfileHelp": "Perfis do Container indicam as limita\u00e7\u00f5es de um dispositivo ao reproduzir formatos espec\u00edficos. Se uma limita\u00e7\u00e3o ocorre, a m\u00eddia ser\u00e1 transcodificada, mesmo se o formato estiver configurado para reprodu\u00e7\u00e3o direta.",
+ "OptionProfileVideo": "V\u00eddeo",
+ "OptionProfileAudio": "\u00c1udio",
+ "OptionProfileVideoAudio": "\u00c1udio do V\u00eddeo",
+ "OptionProfilePhoto": "Foto",
+ "LabelUserLibrary": "Biblioteca do usu\u00e1rio:",
+ "LabelUserLibraryHelp": "Selecione qual biblioteca de usu\u00e1rio ser\u00e1 exibida no dispositivo. Deixe em branco para usar a configura\u00e7\u00e3o padr\u00e3o.",
+ "OptionPlainStorageFolders": "Exibir todas as pastas como pastas de armazenamento simples",
+ "OptionPlainStorageFoldersHelp": "Se ativado, todas as pastas s\u00e3o representadas no DIDL como \"object.container.storageFolder\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Exibir todos os v\u00eddeos como itens de v\u00eddeo simples",
+ "OptionPlainVideoItemsHelp": "Se ativado, todos os v\u00eddeos s\u00e3o representados no DIDL como \"object.item.videoItem\" ao inv\u00e9s de um tipo mais espec\u00edfico como, por exemplo, \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Tipos de M\u00eddia Suportados:",
+ "TabIdentification": "Identifica\u00e7\u00e3o",
+ "HeaderIdentification": "Identifica\u00e7\u00e3o",
+ "TabDirectPlay": "Reprodu\u00e7\u00e3o Direta",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Respostas",
+ "HeaderProfileInformation": "Informa\u00e7\u00e3o do Perfil",
+ "LabelEmbedAlbumArtDidl": "Embutir a capa do \u00e1lbum no Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este m\u00e9todo para obter a capa do \u00e1lbum. Outros podem falhar para reproduzir com esta op\u00e7\u00e3o ativada",
+ "LabelAlbumArtPN": "PN da capa do \u00e1lbum:",
+ "LabelAlbumArtHelp": "O PN usado para a capa do album, dentro do atributo dlna:profileID em upnp:albumArtURI. Alguns clientes requerem um valor espec\u00edfico, independente do tamanho da imagem.",
+ "LabelAlbumArtMaxWidth": "Largura m\u00e1xima da capa do \u00e1lbum:",
+ "LabelAlbumArtMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Altura m\u00e1xima da capa do \u00e1lbum:",
+ "LabelAlbumArtMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima da capa do \u00e1lbum que \u00e9 exposta via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Largura m\u00e1xima do \u00edcone:",
+ "LabelIconMaxWidthHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
+ "LabelIconMaxHeight": "Altura m\u00e1xima do \u00edcone:",
+ "LabelIconMaxHeightHelp": "Resolu\u00e7\u00e3o m\u00e1xima do \u00edcone que \u00e9 exposto via upnp:icon.",
+ "LabelIdentificationFieldHelp": "Uma substring ou express\u00e3o regex que n\u00e3o diferencia mai\u00fascula de min\u00fasculas.",
+ "HeaderProfileServerSettingsHelp": "Estes valores controlam como o Media Browser ser\u00e1 exibido no dispositivo.",
+ "LabelMaxBitrate": "Taxa de bits m\u00e1xima:",
+ "LabelMaxBitrateHelp": "Especifique uma taxa de bits m\u00e1xima para ambientes com restri\u00e7\u00e3o de tamanho de banda, ou se o dispositivo imp\u00f5e esse limite.",
+ "LabelMaxStreamingBitrate": "Taxa m\u00e1xima para streaming:",
+ "LabelMaxStreamingBitrateHelp": "Defina uma taxa m\u00e1xima para fazer streaming.",
+ "LabelMaxStaticBitrate": "Taxa m\u00e1xima para sincronizar:",
+ "LabelMaxStaticBitrateHelp": "Defina uma taxa m\u00e1xima quando sincronizar conte\u00fado em alta qualidade.",
+ "LabelMusicStaticBitrate": "Taxa de sincroniza\u00e7\u00e3o das m\u00fasicas:",
+ "LabelMusicStaticBitrateHelp": "Defina a taxa m\u00e1xima ao sincronizar m\u00fasicas",
+ "LabelMusicStreamingTranscodingBitrate": "Taxa de transcodifica\u00e7\u00e3o das m\u00fasicas:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Defina a taxa m\u00e1xima ao fazer streaming das m\u00fasicas",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignorar requisi\u00e7\u00f5es de extens\u00e3o do byte de transcodifica\u00e7\u00e3o",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "Se ativadas, estas requisi\u00e7\u00f5es ser\u00e3o honradas mas ir\u00e3o ignorar o cabe\u00e7alho da extens\u00e3o do byte.",
+ "LabelFriendlyName": "Nome amig\u00e1vel",
+ "LabelManufacturer": "Fabricante",
+ "LabelManufacturerUrl": "Url do fabricante",
+ "LabelModelName": "Nome do modelo",
+ "LabelModelNumber": "N\u00famero do modelo",
+ "LabelModelDescription": "Descri\u00e7\u00e3o do modelo",
+ "LabelModelUrl": "Url do modelo",
+ "LabelSerialNumber": "N\u00famero de s\u00e9rie",
+ "LabelDeviceDescription": "Descri\u00e7\u00e3o do dispositivo",
+ "HeaderIdentificationCriteriaHelp": "Digite, ao menos, um crit\u00e9rio de identifica\u00e7\u00e3o.",
+ "HeaderDirectPlayProfileHelp": "Adicionar perfis de reprodu\u00e7\u00e3o direta que indiquem que formatos o dispositivo pode suportar nativamente.",
+ "HeaderTranscodingProfileHelp": "Adicionar perfis de transcodifica\u00e7\u00e3o que indiquem que formatos dever\u00e3o ser usados quando a transcodifica\u00e7\u00e3o \u00e9 necess\u00e1ria.",
+ "HeaderResponseProfileHelp": "Perfis de resposta oferecem uma forma de personalizar a informa\u00e7\u00e3o enviada para o dispositivo ao executar certos tipos de m\u00eddia.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determina o conte\u00fado do elemento X_DLNACAP no namespace urn:schemas-dlna-org:device-1-0.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determina o conte\u00fado do elemento X_DLNADOC no namespace urn:schemas-dlna-org:device-1-0",
+ "LabelSonyAggregationFlags": "Flags de agrega\u00e7\u00e3o da Sony:",
+ "LabelSonyAggregationFlagsHelp": "Determina o conte\u00fado do elemento aggregationFlags no namespace urn:schemas-sonycom:av.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Codec do v\u00eddeo:",
+ "LabelTranscodingVideoProfile": "Perfil do v\u00eddeo:",
+ "LabelTranscodingAudioCodec": "Codec do \u00c1udio:",
+ "OptionEnableM2tsMode": "Ativar modo M2ts",
+ "OptionEnableM2tsModeHelp": "Ative o modo m2ts quando codificar para mpegts.",
+ "OptionEstimateContentLength": "Estimar o tamanho do conte\u00fado quando transcodificar",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Reportar que o servidor suporta busca de byte quando transcodificar",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "Isto \u00e9 necess\u00e1rio para alguns dispositivos que n\u00e3o buscam o tempo muito bem.",
+ "HeaderSubtitleDownloadingHelp": "Quando o Media Browser verificar seus arquivos de v\u00eddeo, ele pode buscar legendas que n\u00e3o existam e fazer download usando um provedor de legendas como, por exemplo, o OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Fazer download de legendas para:",
+ "MessageNoChapterProviders": "Instale um plugin provedor de cap\u00edtulos como o ChapterDb para habilitar mais op\u00e7\u00f5es de cap\u00edtulos.",
+ "LabelSkipIfGraphicalSubsPresent": "Ignorar se o v\u00eddeo j\u00e1 possuir legendas gr\u00e1ficas",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Manter vers\u00f5es das legendas em texto resultar\u00e1 em uma entrega mais eficiente para os clientes m\u00f3veis.",
+ "TabSubtitles": "Legendas",
+ "TabChapters": "Cap\u00edtulos",
+ "HeaderDownloadChaptersFor": "Fazer download de nomes de cap\u00edtulos para:",
+ "LabelOpenSubtitlesUsername": "Nome do usu\u00e1rio do Open Subtitles:",
+ "LabelOpenSubtitlesPassword": "Senha do Open Subtitles:",
+ "HeaderChapterDownloadingHelp": "Quando o Media Browser verifica seus arquivos de v\u00eddeo, pode fazer download de nomes amig\u00e1veis para os cap\u00edtulos atrav\u00e9s de plugins como o ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o, independente do idioma",
+ "LabelSubtitlePlaybackMode": "Modo da Legenda:",
+ "LabelDownloadLanguages": "Idiomas para download:",
+ "ButtonRegister": "Registrar",
+ "LabelSkipIfAudioTrackPresent": "Ignorar se a faixa de \u00e1udio padr\u00e3o coincidir com o idioma de download",
+ "LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independente do idioma do \u00e1udio.",
+ "HeaderSendMessage": "Enviar mensagem",
+ "ButtonSend": "Enviar",
+ "LabelMessageText": "Texto da mensagem:",
+ "MessageNoAvailablePlugins": "N\u00e3o existem plugins dispon\u00edveis.",
+ "LabelDisplayPluginsFor": "Exibir plugins para:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
+ "LabelSeriesNamePlain": "Nome da s\u00e9rie",
+ "ValueSeriesNamePeriod": "Nome.s\u00e9rie",
+ "ValueSeriesNameUnderscore": "Nome_s\u00e9rie",
+ "ValueEpisodeNamePeriod": "Nome.epis\u00f3dio",
+ "ValueEpisodeNameUnderscore": "Nome_epis\u00f3dio",
+ "LabelSeasonNumberPlain": "N\u00famero da temporada",
+ "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
+ "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
+ "HeaderTypeText": "Digitar texto",
+ "LabelTypeText": "Texto",
+ "HeaderSearchForSubtitles": "Buscar Legendas",
+ "MessageNoSubtitleSearchResultsFound": "N\u00e3o foi encontrado nenhum resultado.",
+ "TabDisplay": "Exibi\u00e7\u00e3o",
+ "TabLanguages": "Idiomas",
+ "TabWebClient": "Cliente Web",
+ "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
+ "LabelEnableBackdrops": "Ativar imagens de fundo",
+ "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
+ "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
+ "HeaderHomePage": "P\u00e1gina Inicial",
+ "HeaderSettingsForThisDevice": "Ajustes para Este Dispositivo",
+ "OptionAuto": "Auto",
+ "OptionYes": "Sim",
+ "OptionNo": "N\u00e3o",
+ "HeaderOptions": "Op\u00e7\u00f5es",
+ "HeaderIdentificationResult": "Resultado da Identifica\u00e7\u00e3o",
+ "LabelHomePageSection1": "Tela de in\u00edcio se\u00e7\u00e3o 1:",
+ "LabelHomePageSection2": "Tela de in\u00edcio se\u00e7\u00e3o 2:",
+ "LabelHomePageSection3": "Tela de in\u00edcio se\u00e7\u00e3o 3:",
+ "LabelHomePageSection4": "Tela de in\u00edcio se\u00e7\u00e3o 4:",
+ "OptionMyViewsButtons": "Minhas visualiza\u00e7\u00f5es (bot\u00f5es)",
+ "OptionMyViews": "Minhas visualiza\u00e7\u00f5es",
+ "OptionMyViewsSmall": "Minhas visualiza\u00e7\u00f5es (pequeno)",
+ "OptionResumablemedia": "Retomar",
+ "OptionLatestMedia": "M\u00eddias recentes",
+ "OptionLatestChannelMedia": "Itens recentes de canal",
+ "HeaderLatestChannelItems": "Itens Recentes de Canal",
+ "OptionNone": "Nenhum",
+ "HeaderLiveTv": "TV ao Vivo",
+ "HeaderReports": "Relat\u00f3rios",
+ "HeaderMetadataManager": "Gerenciador de Metadados",
+ "HeaderPreferences": "Prefer\u00eancias",
+ "MessageLoadingChannels": "Carregando conte\u00fado do canal...",
+ "MessageLoadingContent": "Carregando conte\u00fado...",
+ "ButtonMarkRead": "Marcar com lido",
+ "OptionDefaultSort": "Padr\u00e3o",
+ "OptionCommunityMostWatchedSort": "Mais Assistidos",
+ "TabNextUp": "Pr\u00f3ximos",
+ "MessageNoMovieSuggestionsAvailable": "N\u00e3o existem sugest\u00f5es de filmes dispon\u00edveis atualmente. Comece por assistir e avaliar seus filmes e, ent\u00e3o, volte para verificar suas recomenda\u00e7\u00f5es.",
+ "MessageNoCollectionsAvailable": "Cole\u00e7\u00f5es permitem que voc\u00ea aproveite grupos personalizados de Filmes, S\u00e9ries, \u00c1lbuns, Livros e Jogos. Clique no bot\u00e3o + para come\u00e7ar a criar Cole\u00e7\u00f5es.",
+ "MessageNoPlaylistsAvailable": "Listas de reprodu\u00e7\u00e3o permitem criar listas com conte\u00fado para reproduzir consecutivamente, de uma s\u00f3 vez. Para adicionar itens \u00e0s listas de reprodu\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque a tela por alguns segundos, depois selecione Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o.",
+ "MessageNoPlaylistItemsAvailable": "Esta lista de reprodu\u00e7\u00e3o est\u00e1 vazia.",
+ "ButtonDismiss": "Descartar",
+ "ButtonEditOtherUserPreferences": "Editar este perfil de usu\u00e1rio, senha e prefer\u00eancias pessoais.",
+ "LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
+ "LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
+ "OptionBestAvailableStreamQuality": "Melhor dispon\u00edvel",
+ "LabelEnableChannelContentDownloadingFor": "Ativar o download de conte\u00fado do canal para:",
+ "LabelEnableChannelContentDownloadingForHelp": "Alguns canais suportam o download de conte\u00fado antes de sua visualiza\u00e7\u00e3o. Ative esta fun\u00e7\u00e3o em ambientes com banda larga de baixa velocidade para fazer o download do conte\u00fado do canal durante horas sem uso. O conte\u00fado \u00e9 transferido como parte da tarefa agendada de download do canal.",
+ "LabelChannelDownloadPath": "Caminho para download do conte\u00fado do canal:",
+ "LabelChannelDownloadPathHelp": "Se desejar, defina um caminho personalizado para a transfer\u00eancia. Deixe em branco para fazer download para uma pasta interna do programa.",
+ "LabelChannelDownloadAge": "Excluir conte\u00fado depois de: (dias)",
+ "LabelChannelDownloadAgeHelp": "O conte\u00fado transferido que for mais velho que este valor ser\u00e1 exclu\u00eddo. Poder\u00e1 seguir reproduzindo-o atrav\u00e9s de streaming da internet.",
+ "ChannelSettingsFormHelp": "Instalar canais como, por exemplo, Trailers e Vimeo no cat\u00e1logo de plugins.",
+ "LabelSelectCollection": "Selecione cole\u00e7\u00e3o:",
+ "ButtonOptions": "Op\u00e7\u00f5es",
+ "ViewTypeMovies": "Filmes",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Jogos",
+ "ViewTypeMusic": "M\u00fasicas",
+ "ViewTypeMusicGenres": "G\u00eaneros",
+ "ViewTypeMusicArtists": "Artistas",
+ "ViewTypeBoxSets": "Cole\u00e7\u00f5es",
+ "ViewTypeChannels": "Canais",
+ "ViewTypeLiveTV": "TV ao Vivo",
+ "ViewTypeLiveTvNowPlaying": "Exibindo Agora",
+ "ViewTypeLatestGames": "Jogos Recentes",
+ "ViewTypeRecentlyPlayedGames": "Reproduzido Recentemente",
+ "ViewTypeGameFavorites": "Favoritos",
+ "ViewTypeGameSystems": "Sistemas de Jogo",
+ "ViewTypeGameGenres": "G\u00eaneros",
+ "ViewTypeTvResume": "Retomar",
+ "ViewTypeTvNextUp": "Pr\u00f3ximos",
+ "ViewTypeTvLatest": "Recentes",
+ "ViewTypeTvShowSeries": "S\u00e9ries",
+ "ViewTypeTvGenres": "G\u00eaneros",
+ "ViewTypeTvFavoriteSeries": "S\u00e9ries Favoritas",
+ "ViewTypeTvFavoriteEpisodes": "Epis\u00f3dios Favoritos",
+ "ViewTypeMovieResume": "Retomar",
+ "ViewTypeMovieLatest": "Recentes",
+ "ViewTypeMovieMovies": "Filmes",
+ "ViewTypeMovieCollections": "Cole\u00e7\u00f5es",
+ "ViewTypeMovieFavorites": "Favoritos",
+ "ViewTypeMovieGenres": "G\u00eaneros",
+ "ViewTypeMusicLatest": "Recentes",
+ "ViewTypeMusicAlbums": "\u00c1lbuns",
+ "ViewTypeMusicAlbumArtists": "Artistas do \u00c1lbum",
+ "HeaderOtherDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o",
+ "ViewTypeMusicSongs": "M\u00fasicas",
+ "ViewTypeMusicFavorites": "Favoritos",
+ "ViewTypeMusicFavoriteAlbums": "\u00c1lbuns Favoritos",
+ "ViewTypeMusicFavoriteArtists": "Artistas Favoritos",
+ "ViewTypeMusicFavoriteSongs": "M\u00fasicas Favoritas",
+ "HeaderMyViews": "Minhas Visualiza\u00e7\u00f5es",
+ "LabelSelectFolderGroups": "Agrupar automaticamente o conte\u00fado das seguintes pastas dentro das visualiza\u00e7\u00f5es como Filmes, M\u00fasicas e TV:",
+ "LabelSelectFolderGroupsHelp": "Pastas que n\u00e3o est\u00e3o marcadas ser\u00e3o exibidas em sua pr\u00f3pria visualiza\u00e7\u00e3o.",
+ "OptionDisplayAdultContent": "Exibir conte\u00fado adulto",
+ "OptionLibraryFolders": "Pastas de m\u00eddias",
+ "TitleRemoteControl": "Controle Remoto",
+ "OptionLatestTvRecordings": "\u00daltimas grava\u00e7\u00f5es",
+ "LabelProtocolInfo": "Informa\u00e7\u00e3o do protocolo:",
+ "LabelProtocolInfoHelp": "O valor que ser\u00e1 usado ao responder os pedidos GetProtocolInfo do dispositivo.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "O Media Browser inclui suporte nativo aos metadados e imagens Nfo do Kodi. Para ativar ou desativar os metadados do Kodi, use a aba Avan\u00e7ado e configure as op\u00e7\u00f5es dos seus tipos de m\u00eddia.",
+ "LabelKodiMetadataUser": "Sincronizar informa\u00e7\u00f5es do que o usu\u00e1rio assiste aos nfo's para:",
+ "LabelKodiMetadataUserHelp": "Ativar esta op\u00e7\u00e3o para manter os dados sincronizados entre o Media Browser e o Kodi.",
+ "LabelKodiMetadataDateFormat": "Formato da data de lan\u00e7amento:",
+ "LabelKodiMetadataDateFormatHelp": "Todas as datas dentro dos nfo's ser\u00e3o lidas e gravadas usando este formato.",
+ "LabelKodiMetadataSaveImagePaths": "Salvar o caminho das imagens dentro dos arquivos nfo's",
+ "LabelKodiMetadataSaveImagePathsHelp": "Esta op\u00e7\u00e3o \u00e9 recomendada se voc\u00ea tiver nomes de arquivos de imagem que n\u00e3o est\u00e3o de acordo \u00e0s recomenda\u00e7\u00f5es do Kodi.",
+ "LabelKodiMetadataEnablePathSubstitution": "Ativar substitui\u00e7\u00e3o de caminho",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Ativa a substitui\u00e7\u00e3o do caminho das imagens usando as op\u00e7\u00f5es de substitui\u00e7\u00e3o de caminho no servidor.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "Ver substitui\u00e7\u00e3o de caminho.",
+ "LabelGroupChannelsIntoViews": "Exibir os seguintes canais diretamente dentro de minhas visualiza\u00e7\u00f5es:",
+ "LabelGroupChannelsIntoViewsHelp": "Se ativados, estes canais ser\u00e3o exibidos imediatamente ao lado de outras visualiza\u00e7\u00f5es. Se desativado, eles ser\u00e3o exibidos dentro de uma visualiza\u00e7\u00e3o separada de Canais.",
+ "LabelDisplayCollectionsView": "Exibir uma visualiza\u00e7\u00e3o de cole\u00e7\u00f5es para mostrar colet\u00e2neas de filmes",
+ "LabelKodiMetadataEnableExtraThumbs": "Copiar extrafanart para extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "Ao fazer download das imagens, elas podem ser salvas em ambas extrafanart e extrathumbs para uma maior compatibilidade com as skins do Kodi.",
+ "TabServices": "Servi\u00e7os",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Arquivos de log do servidor:",
+ "TabBranding": "Marca",
+ "HeaderBrandingHelp": "Personalize a apar\u00eancia do Media Browser para as necessidades de seu grupo ou organiza\u00e7\u00e3o.",
+ "LabelLoginDisclaimer": "Aviso legal no login:",
+ "LabelLoginDisclaimerHelp": "Este aviso ser\u00e1 exibido na parte inferior da p\u00e1gina de login.",
+ "LabelAutomaticallyDonate": "Doar automaticamente este valor a cada m\u00eas",
+ "LabelAutomaticallyDonateHelp": "Voc\u00ea pode cancelar a qualquer momento atrav\u00e9s de sua conta do PayPal.",
+ "OptionList": "Lista",
+ "TabDashboard": "Painel",
+ "TitleServer": "Servidor",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadados:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Arquivos tempor\u00e1rios da transcodifica\u00e7\u00e3o:",
+ "HeaderLatestMusic": "M\u00fasicas Recentes",
+ "HeaderBranding": "Marca",
+ "HeaderApiKeys": "Chaves da Api",
+ "HeaderApiKeysHelp": "Aplica\u00e7\u00f5es externas necessitam uma chave da Api para se comunicar com o Media Browser. Chaves s\u00e3o emitidas ao logar com uma conta do Media Browser ou ao conceder manualmente uma chave \u00e0 aplica\u00e7\u00e3o",
+ "HeaderApiKey": "Chave da Api",
+ "HeaderApp": "App",
+ "HeaderDevice": "Dispositivo",
+ "HeaderUser": "Usu\u00e1rio",
+ "HeaderDateIssued": "Data da Emiss\u00e3o",
+ "LabelChapterName": "Cap\u00edtulo {0}",
+ "HeaderNewApiKey": "Nova Chave da Api",
+ "LabelAppName": "Nome da app",
+ "LabelAppNameExample": "Exemplo: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Conceder permiss\u00e3o a uma aplica\u00e7\u00e3o para se comunicar com o Media Browser.",
+ "HeaderHttpHeaders": "Cabe\u00e7alhos de Http",
+ "HeaderIdentificationHeader": "Cabe\u00e7alho de Identifica\u00e7\u00e3o",
+ "LabelValue": "Valor:",
+ "LabelMatchType": "Tipo de correspond\u00eancia",
+ "OptionEquals": "Igual",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "Visualizar",
+ "TabSort": "Ordenar",
+ "TabFilter": "Filtro",
+ "ButtonView": "Visualizar",
+ "LabelPageSize": "Limite de itens:",
+ "LabelPath": "Caminho:",
+ "LabelView": "Visualizar:",
+ "TabUsers": "Usu\u00e1rios",
+ "LabelSortName": "Nome para ordena\u00e7\u00e3o:",
+ "LabelDateAdded": "Data de adi\u00e7\u00e3o:",
+ "HeaderFeatures": "Recursos",
+ "HeaderAdvanced": "Avan\u00e7ado",
+ "ButtonSync": "Sincronizar",
+ "TabScheduledTasks": "Tarefas Agendadas",
+ "HeaderChapters": "Cap\u00edtulos",
+ "HeaderResumeSettings": "Ajustes para Retomar",
+ "TabSync": "Sincroniza\u00e7\u00e3o",
+ "TitleUsers": "Usu\u00e1rios",
+ "LabelProtocol": "Protocolo:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Contexto:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sinc",
+ "ButtonAddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
+ "TabPlaylists": "Listas de Reprodu\u00e7\u00e3o",
+ "ButtonClose": "Fechar",
+ "LabelAllLanguages": "Todos os idiomas",
+ "HeaderBrowseOnlineImages": "Procurar Imagens Online",
+ "LabelSource": "Fonte:",
+ "OptionAll": "Todos",
+ "LabelImage": "Imagem:",
+ "ButtonBrowseImages": "Procurar Imagens",
+ "HeaderImages": "Imagens",
+ "HeaderBackdrops": "Imagens de Fundo",
+ "HeaderScreenshots": "Imagens da Tela",
+ "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
+ "LabelJpgPngOnly": "Apenas JPG\/PNG",
+ "LabelImageType": "Tipo de imagem:",
+ "OptionPrimary": "Capa",
+ "OptionArt": "Arte",
+ "OptionBox": "Caixa",
+ "OptionBoxRear": "Traseira da Caixa",
+ "OptionDisc": "Disco",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Imagem da tela",
+ "OptionLocked": "Bloqueada",
+ "OptionUnidentified": "N\u00e3o identificada",
+ "OptionMissingParentalRating": "Faltando classifica\u00e7\u00e3o parental",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Epis\u00f3dios",
+ "OptionSeason0": "Temporada 0",
+ "LabelReport": "Relat\u00f3rio:",
+ "OptionReportSongs": "M\u00fasicas",
+ "OptionReportSeries": "S\u00e9ries",
+ "OptionReportSeasons": "Temporadas",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "V\u00eddeos musicais",
+ "OptionReportMovies": "Filmes",
+ "OptionReportHomeVideos": "V\u00eddeos caseiros",
+ "OptionReportGames": "Jogos",
+ "OptionReportEpisodes": "Epis\u00f3dios",
+ "OptionReportCollections": "Cole\u00e7\u00f5es",
+ "OptionReportBooks": "Livros",
+ "OptionReportArtists": "Artistas",
+ "OptionReportAlbums": "\u00c1lbuns",
+ "OptionReportAdultVideos": "V\u00eddeos adultos",
+ "ButtonMore": "Mais",
+ "HeaderActivity": "Atividade",
+ "ScheduledTaskStartedWithName": "{0} iniciado",
+ "ScheduledTaskCancelledWithName": "{0} foi cancelado",
+ "ScheduledTaskCompletedWithName": "{0} completa",
+ "ScheduledTaskFailed": "Tarefa agendada completa",
+ "PluginInstalledWithName": "{0} foi instalado",
+ "PluginUpdatedWithName": "{0} foi atualizado",
+ "PluginUninstalledWithName": "{0} foi desinstalado",
+ "ScheduledTaskFailedWithName": "{0} falhou",
+ "ItemAddedWithName": "{0} foi adicionado \u00e0 biblioteca",
+ "ItemRemovedWithName": "{0} foi removido da biblioteca",
+ "DeviceOnlineWithName": "{0} est\u00e1 conectado",
+ "UserOnlineFromDevice": "{0} est\u00e1 ativo em {1}",
+ "DeviceOfflineWithName": "{0} foi desconectado",
+ "UserOfflineFromDevice": "{0} foi desconectado de {1}",
+ "SubtitlesDownloadedForItem": "Legendas baixadas para {0}",
+ "SubtitleDownloadFailureForItem": "Falha ao baixar legendas para {0}",
+ "LabelRunningTimeValue": "Dura\u00e7\u00e3o: {0}",
+ "LabelIpAddressValue": "Endere\u00e7o Ip: {0}",
+ "UserConfigurationUpdatedWithName": "A configura\u00e7\u00e3o do usu\u00e1rio {0} foi atualizada",
+ "UserCreatedWithName": "O usu\u00e1rio {0} foi criado",
+ "UserPasswordChangedWithName": "A senha do usu\u00e1rio {0} foi alterada",
+ "UserDeletedWithName": "O usu\u00e1rio {0} foi exclu\u00eddo",
+ "MessageServerConfigurationUpdated": "A configura\u00e7\u00e3o do servidor foi atualizada",
+ "MessageNamedServerConfigurationUpdatedWithValue": "A se\u00e7\u00e3o {0} da configura\u00e7\u00e3o do servidor foi atualizada",
+ "MessageApplicationUpdated": "O Servidor Media Browser foi atualizado",
+ "AuthenticationSucceededWithUserName": "{0} autenticou-se com sucesso",
+ "FailedLoginAttemptWithUserName": "Falha em tentativa de login de {0}",
+ "UserStartedPlayingItemWithValues": "{0} come\u00e7ou a reproduzir {1}",
+ "UserStoppedPlayingItemWithValues": "{0} parou de reproduzir {1}",
+ "AppDeviceValues": "App: {0}, Dispositivo: {1}",
+ "ProviderValue": "Provedor: {0}",
+ "LabelChannelDownloadSizeLimit": "Limite do tamanho para download (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limitar o tamanho da pasta de download do canal.",
+ "HeaderRecentActivity": "Atividade Recente",
+ "HeaderPeople": "Pessoas",
+ "HeaderDownloadPeopleMetadataFor": "Fazer download da biografia e imagens para:",
+ "OptionComposers": "Compositores",
+ "OptionOthers": "Outros",
+ "HeaderDownloadPeopleMetadataForHelp": "Ativar op\u00e7\u00f5es adicionais disponibilizar\u00e1 mais informa\u00e7\u00f5es na tela mas deixar\u00e1 os rastreamentos de biblioteca mais lentos.",
+ "ViewTypeFolders": "Pastas",
+ "LabelDisplayFoldersView": "Exibir visualiza\u00e7\u00e3o de pastas para mostrar pastas simples de m\u00eddia",
+ "ViewTypeLiveTvRecordingGroups": "Grava\u00e7\u00f5es",
+ "ViewTypeLiveTvChannels": "Canais",
+ "LabelAllowLocalAccessWithoutPassword": "Permtir acesso local sem senha",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "Quando ativado, uma senha n\u00e3o ser\u00e1 necess\u00e1ria para entrar atrav\u00e9s de sua rede dom\u00e9stica.",
+ "HeaderPassword": "Senha",
+ "HeaderLocalAccess": "Acesso Local",
+ "HeaderViewOrder": "Ordem da Visualiza\u00e7\u00e3o",
+ "LabelSelectUserViewOrder": "Escolha a ordem em que suas visualiza\u00e7\u00f5es ser\u00e3o exibidas dentro das apps do Media Browser",
+ "LabelMetadataRefreshMode": "Modo de atualiza\u00e7\u00e3o dos metadados:",
+ "LabelImageRefreshMode": "Modo de atualiza\u00e7\u00e3o das imagens:",
+ "OptionDownloadMissingImages": "Fazer download das imagens faltantes",
+ "OptionReplaceExistingImages": "Substituir imagens existentes",
+ "OptionRefreshAllData": "Atualizar todos os dados",
+ "OptionAddMissingDataOnly": "Adicionar apenas dados faltantes",
+ "OptionLocalRefreshOnly": "Atualiza\u00e7\u00e3o local apenas",
+ "HeaderRefreshMetadata": "Atualizar Metadados",
+ "HeaderPersonInfo": "Informa\u00e7\u00e3o da Pessoa",
+ "HeaderIdentifyItem": "Identificar Item",
+ "HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
+ "HeaderConfirmDeletion": "Confirmar Exclus\u00e3o",
+ "LabelFollowingFileWillBeDeleted": "O seguinte arquivo ser\u00e1 exclu\u00eddo:",
+ "LabelIfYouWishToContinueWithDeletion": "Se desejar continuar, por favor confirme digitando o valor de:",
+ "ButtonIdentify": "Identificar",
+ "LabelAlbumArtist": "Artista do \u00e1lbum:",
+ "LabelAlbum": "\u00c1lbum:",
+ "LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
+ "LabelVoteCount": "Contagem de votos:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
+ "LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
+ "LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Slogan:",
+ "LabelOverview": "Sinopse:",
+ "LabelShortOverview": "Sinopse curta:",
+ "LabelReleaseDate": "Data do lan\u00e7amento:",
+ "LabelYear": "Ano:",
+ "LabelPlaceOfBirth": "Local de nascimento:",
+ "LabelEndDate": "Data final:",
+ "LabelAirDate": "Dias da exibi\u00e7\u00e3o:",
+ "LabelAirTime:": "Hor\u00e1rio:",
+ "LabelRuntimeMinutes": "Dura\u00e7\u00e3o (minutos):",
+ "LabelParentalRating": "Classifica\u00e7\u00e3o parental:",
+ "LabelCustomRating": "Classifica\u00e7\u00e3o personalizada:",
+ "LabelBudget": "Or\u00e7amento",
+ "LabelRevenue": "Faturamento ($):",
+ "LabelOriginalAspectRatio": "Propor\u00e7\u00e3o da imagem original:",
+ "LabelPlayers": "Reprodutores:",
+ "Label3DFormat": "Formato 3D:",
+ "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
+ "HeaderSpecialEpisodeInfo": "Informa\u00e7\u00e3o do Epis\u00f3dio Especial",
+ "HeaderExternalIds": "Id`s Externos:",
+ "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
+ "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
+ "LabelAbsoluteEpisodeNumber": "N\u00famero absoluto do epis\u00f3dio:",
+ "LabelAirsBeforeSeason": "Exibido antes da temporada:",
+ "LabelAirsAfterSeason": "Exibido depois da temporada:",
+ "LabelAirsBeforeEpisode": "Exibido antes do epis\u00f3dio:",
+ "LabelTreatImageAs": "Tratar imagem como:",
+ "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
+ "LabelDisplaySpecialsWithinSeasons": "Exibir especiais dentro das temporadas em que s\u00e3o exibidos",
+ "HeaderCountries": "Pa\u00edses",
+ "HeaderGenres": "G\u00eaneros",
+ "HeaderPlotKeywords": "Palavras-chave da Trama",
+ "HeaderStudios": "Est\u00fadios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Ajustes dos Metadados",
+ "LabelLockItemToPreventChanges": "Bloquear este item para evitar altera\u00e7\u00f5es futuras",
+ "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padr\u00e3o global",
+ "TabDonate": "Doar",
+ "HeaderDonationType": "Tipo de doa\u00e7\u00e3o:",
+ "OptionMakeOneTimeDonation": "Fazer uma doa\u00e7\u00e3o \u00fanica",
+ "OptionOneTimeDescription": "Esta \u00e9 uma doa\u00e7\u00e3o adicional \u00e0 equipe para demonstrar seu apoio. N\u00e3o garante nenhum benef\u00edcio adicional e n\u00e3o produzir\u00e1 uma chave de colaborador.",
+ "OptionLifeTimeSupporterMembership": "Ades\u00e3o de colaborador vital\u00edcia",
+ "OptionYearlySupporterMembership": "Ades\u00e3o de colaborador anual",
+ "OptionMonthlySupporterMembership": "Ades\u00e3o de colaborador mensal",
+ "OptionNoTrailer": "Nenhum Trailer",
+ "OptionNoThemeSong": "Nenhuma M\u00fasica-tema",
+ "OptionNoThemeVideo": "Nenhum V\u00eddeo-tema",
+ "LabelOneTimeDonationAmount": "Valor da doa\u00e7\u00e3o:",
+ "ButtonDonate": "Doar",
+ "OptionActor": "Ator",
+ "OptionComposer": "Compositor",
+ "OptionDirector": "Diretor",
+ "OptionGuestStar": "Ator convidado",
+ "OptionProducer": "Produtor",
+ "OptionWriter": "Escritor",
+ "LabelAirDays": "Dias da exibi\u00e7\u00e3o:",
+ "LabelAirTime": "Hor\u00e1rio:",
+ "HeaderMediaInfo": "Informa\u00e7\u00f5es da M\u00eddia",
+ "HeaderPhotoInfo": "Informa\u00e7\u00f5es da Foto",
+ "HeaderInstall": "Instalar",
+ "LabelSelectVersionToInstall": "Selecione a vers\u00e3o para instalar:",
+ "LinkSupporterMembership": "Aprenda sobre a Associa\u00e7\u00e3o de Colaboradores",
+ "MessageSupporterPluginRequiresMembership": "Este plugin requer que seja um colaborador ativo depois de um per\u00edodo gr\u00e1tis de 14 dias.",
+ "MessagePremiumPluginRequiresMembership": "Este plugin requer que seja um colaborador para compr\u00e1-lo depois do per\u00edodo gr\u00e1tis de 14 dias.",
+ "HeaderReviews": "Avalia\u00e7\u00f5es",
+ "HeaderDeveloperInfo": "Info do desenvolvedor",
+ "HeaderRevisionHistory": "Hist\u00f3rico de Vers\u00f5es",
+ "ButtonViewWebsite": "Ver website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Doa\u00e7\u00f5es recorrentes podem ser canceladas a qualquer momento dentro da conta do PayPal.",
+ "HeaderXmlSettings": "Ajustes do Xml",
+ "HeaderXmlDocumentAttributes": "Atributos do Documento Xml",
+ "HeaderXmlDocumentAttribute": "Atributo do Documento Xml",
+ "XmlDocumentAttributeListHelp": "Estes atributos s\u00e3o aplicados ao elemento principal de cada resposta xml.",
+ "OptionSaveMetadataAsHidden": "Salvar metadados e imagens como arquivos ocultos",
+ "LabelExtractChaptersDuringLibraryScan": "Extrair imagens dos cap\u00edtulos durante o rastreamento da biblioteca",
+ "LabelExtractChaptersDuringLibraryScanHelp": "Se ativado, as imagens dos cap\u00edtulos ser\u00e3o extra\u00eddas quando os v\u00eddeos forem importados durante o rastreamento da biblioteca. Se desativado, elas ser\u00e3o extra\u00eddas durante a tarefa agendada de imagens dos cap\u00edtulos, permitindo que a tarefa de rastreamento da biblioteca seja mais r\u00e1pida.",
+ "LabelConnectGuestUserName": "Seu nome de usu\u00e1rio ou endere\u00e7o de email do Media Browser:",
+ "LabelConnectUserName": "Usu\u00e1rio\/email do Media Browser:",
+ "LabelConnectUserNameHelp": "Conecte este usu\u00e1rio \u00e0 conta do Media Browser para ativar o acesso f\u00e1cil de qualquer app do Media Browser sem a necessidade de conhecer o endere\u00e7o ip do servidor.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Saiba mais sobre o Media Browser Connect",
+ "LabelExternalPlayers": "Reprodutores externos:",
+ "LabelExternalPlayersHelp": "Exibir bot\u00f5es para reproduzir conte\u00fado em reprodutores externos. Isto est\u00e1 dispon\u00edvel apenas em dispositivos que suportam esquemas url, geralmente Android e iOS. Com os reprodutores externos, geralmente n\u00e3o existe suporte para controle remoto ou para retomar.",
+ "HeaderSubtitleProfile": "Perfil da Legenda",
+ "HeaderSubtitleProfiles": "Perfis da Legenda",
+ "HeaderSubtitleProfilesHelp": "Perfis da legenda descrevem os formatos da legenda suportados pelo dispositivo.",
+ "LabelFormat": "Formato:",
+ "LabelMethod": "M\u00e9todo:",
+ "LabelDidlMode": "Modo Didl:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "elemento res",
+ "OptionEmbedSubtitles": "Incorporar no recipiente",
+ "OptionExternallyDownloaded": "Download Externo",
+ "OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
+ "LabelSubtitleFormatHelp": "Exemplo: srt",
+ "ButtonLearnMore": "Saiba mais",
+ "TabPlayback": "Reprodu\u00e7\u00e3o",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Encontrar trailers na internet automaticamente",
+ "HeaderLanguagePreferences": "Prefer\u00eancias de Idioma",
+ "TabCinemaMode": "Modo Cinema",
+ "TitlePlayback": "Reprodu\u00e7\u00e3o",
+ "LabelEnableCinemaModeFor": "Ativar modo cinema para:",
+ "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e intros personalizadas antes da fun\u00e7\u00e3o principal.",
+ "OptionTrailersFromMyMovies": "Incluir trailers dos filmes na biblioteca",
+ "OptionUpcomingMoviesInTheaters": "Incluir trailers dos filmes novos e por estrear",
+ "LabelLimitIntrosToUnwatchedContent": "Usar trailers apenas para conte\u00fado n\u00e3o assistido",
+ "LabelEnableIntroParentalControl": "Ativar controle parental inteligente",
+ "LabelEnableIntroParentalControlHelp": "Os trailers s\u00f3 ser\u00e3o selecionados se sua classifica\u00e7\u00e3o parental for igual ou menor que o conte\u00fado que est\u00e1 sendo assistido.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "Estes recursos requerem uma ades\u00e3o ativa de colaborador e a instala\u00e7\u00e3o do plugin de canal de Trailers",
+ "OptionTrailersFromMyMoviesHelp": "\u00c9 necess\u00e1rio o ajuste dos trailers locais.",
+ "LabelCustomIntrosPath": "Caminho das intros personalizadas:",
+ "LabelCustomIntrosPathHelp": "Uma pasta contendo arquivos de v\u00eddeo. Um v\u00eddeo ser\u00e1 selecionado aleatoriamente e reproduzido depois dos trailers.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Trailers da Internet:",
+ "OptionUpcomingDvdMovies": "Incluir trailers de filmes novos e por estrear em Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
+ "CinemaModeConfigurationHelp2": "Os usu\u00e1rios poder\u00e3o desabilitar o modo cinema individualmente, em suas pr\u00f3prias prefer\u00eancias.",
+ "LabelEnableCinemaMode": "Ativar modo cinema",
+ "HeaderCinemaMode": "Modo Cinema",
+ "LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
+ "OptionDateAddedImportTime": "Use a data obtida na biblioteca",
+ "OptionDateAddedFileTime": "Use a data de cria\u00e7\u00e3o do arquivo",
+ "LabelDateAddedBehaviorHelp": "Se um valor de metadata estiver presente, ele sempre ser\u00e1 utilizado antes destas op\u00e7\u00f5es.",
+ "LabelNumberTrailerToPlay": "N\u00famero de trailers a serem apresentados:",
+ "TitleDevices": "Dispositivos",
+ "TabCameraUpload": "Carga atrav\u00e9s de c\u00e2mera",
+ "TabDevices": "Dispositivos",
+ "HeaderCameraUploadHelp": "Carga autom\u00e1tica de fotos e v\u00eddeos de seus dispositivos m\u00f3veis para o Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "Atualmente voc\u00ea n\u00e3o tem nenhum dispositivo que suporte carga atrav\u00e9s da c\u00e2mera.",
+ "LabelCameraUploadPath": "Caminho para carga atrav\u00e9s da c\u00e2mera:",
+ "LabelCameraUploadPathHelp": "Selecione um caminho personalizado para upload, se desejar. Se n\u00e3o definir, a pasta padr\u00e3o ser\u00e1 usada. Se usar um caminho personalizado, ser\u00e1 necess\u00e1rio adicionar na \u00e1rea de ajustes da biblioteca.",
+ "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
+ "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo clicando-as na p\u00e1gina de Dispositivos.",
+ "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
+ "LabelCustomDeviceDisplayNameHelp": "Forne\u00e7a um nome para exibi\u00e7\u00e3o ou deixe vazio para usar o nome informado pelo dispositivo.",
+ "HeaderInviteUser": "Convidar usu\u00e1rio",
+ "LabelConnectGuestUserNameHelp": "Este \u00e9 o nome de usu\u00e1rio que seus amigos usam para entrar no site do Media Browser, ou o endere\u00e7o de email deles.",
+ "HeaderInviteUserHelp": "Compartilhar suas m\u00eddias com seus amigos \u00e9 muito mais f\u00e1cil com o Media Browser Connect",
+ "ButtonSendInvitation": "Enviar convite",
+ "HeaderSignInWithConnect": "Entrar no Media Browser Connect",
+ "HeaderGuests": "Convidados",
+ "HeaderLocalUsers": "Usu\u00e1rios Locais",
+ "HeaderPendingInvitations": "Convites pendentes",
+ "TabParentalControl": "Controle Parental",
+ "HeaderAccessSchedule": "Agendamento de Acesso",
+ "HeaderAccessScheduleHelp": "Criar um agendamento de acesso para limitar o acesso a certas horas.",
+ "ButtonAddSchedule": "Adicionar Agendamento",
+ "LabelAccessDay": "Dia da semana:",
+ "LabelAccessStart": "Hora inicial:",
+ "LabelAccessEnd": "Hora final:",
+ "HeaderSchedule": "Agendamento",
+ "OptionEveryday": "Todos os dias",
+ "OptionWeekdays": "Dias da semana",
+ "OptionWeekends": "Fins-de-semana",
+ "MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do usu\u00e1rio foi sincronizada com o Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Opcional: Conectar sua conta do Media Browser",
+ "ButtonTrailerReel": "Carrossel de trailers",
+ "HeaderTrailerReel": "Carrossel de Trailers",
+ "OptionPlayUnwatchedTrailersOnly": "Reproduzir apenas trailers n\u00e3o assistidos",
+ "HeaderTrailerReelHelp": "Inicie um carrossel de trailers para reproduzir uma longa lista de reprodu\u00e7\u00e3o de trailers.",
+ "MessageNoTrailersFound": "Nenhum trailer encontrado. Instale o canal Trailer para melhorar sua experi\u00eancia com filmes, adicionando uma biblioteca de trailers da internet.",
+ "HeaderNewUsers": "Novos Usu\u00e1rios",
+ "ButtonSignUp": "Entrar",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Desativar acesso \u00e0s prefer\u00eancias do usu\u00e1rio.",
+ "OptionDisableUserPreferencesHelp": "Se ativado, apenas administradores poder\u00e3o configurar imagens do perfil do usu\u00e1rio, senhas e prefer\u00eancias de idioma.",
+ "HeaderSelectServer": "Selecionar Servidor",
+ "MessageNoServersAvailableToConnect": "Nenhum servidor dispon\u00edvel para conex\u00e3o. Se foi convidado a compartilhar um servidor, confirme aceitando abaixo ou clicando no link em seu email.",
+ "TitleNewUser": "Novo Usu\u00e1rio",
+ "ButtonConfigurePassword": "Configurar Senha",
+ "HeaderDashboardUserPassword": "As senhas do usu\u00e1rio s\u00e3o gerenciadas dentro das prefer\u00eancias de cada perfil de usu\u00e1rio.",
+ "HeaderLibraryAccess": "Acesso \u00e0 Biblioteca",
+ "HeaderChannelAccess": "Acesso ao Canal",
+ "HeaderLatestItems": "Itens Recentes",
+ "LabelSelectLastestItemsFolders": "Incluir m\u00eddia das seguintes se\u00e7\u00f5es nos Itens Recentes",
+ "HeaderShareMediaFolders": "Compartilhar Pastas de M\u00eddia",
+ "MessageGuestSharingPermissionsHelp": "A maioria dos recursos est\u00e3o inicialmente indispon\u00edveis para convidados, mas podem ser ativados conforme necess\u00e1rio.",
+ "HeaderInvitations": "Convites",
+ "LabelForgotPasswordUsernameHelp": "Digite o nome de seu usu\u00e1rio, se lembrar.",
+ "HeaderForgotPassword": "Esqueci a Senha",
+ "TitleForgotPassword": "Esqueci a Senha",
+ "TitlePasswordReset": "Redefini\u00e7\u00e3o de Senha",
+ "LabelPasswordRecoveryPinCode": "C\u00f3digo:",
+ "HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
+ "HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
+ "HeaderVideoTypes": "Tipos de V\u00eddeo",
+ "HeaderYears": "Anos",
+ "HeaderAddTag": "Adicionar Tag",
+ "LabelBlockItemsWithTags": "Bloquear itens com tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
+ "LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
+ "TabActivity": "Atividade",
+ "TitleSync": "Sinc",
+ "OptionAllowSyncContent": "Permitir sincroniza\u00e7\u00e3o de m\u00eddia com os dispositivos",
+ "NameSeasonUnknown": "Temporada Desconhecida",
+ "NameSeasonNumber": "Temporada {0}",
+ "LabelNewUserNameHelp": "Nomes de usu\u00e1rios podem conter letras (a-z), n\u00fameros (0-9), tra\u00e7os (-), sublinhados (_), ap\u00f3strofes (') e pontos (.)",
+ "TabJobs": "Tarefas",
+ "TabSyncJobs": "Tarefas de Sincroniza\u00e7\u00e3o"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json b/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
index 1828dee90..a719ee19b 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/pt_PT.json
@@ -1,6 +1,648 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Sair",
+ "LabelVisitCommunity": "Visitar a Comunidade",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Padr\u00e3o",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "Navegar pela Biblioteca",
+ "LabelConfigureMediaBrowser": "Configurar o Media Browser",
+ "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
+ "LabelRestartServer": "Reiniciar Servidor",
+ "LabelShowLogWindow": "Mostrar Janela de Log",
+ "LabelPrevious": "Anterior",
+ "LabelFinish": "Terminar",
+ "LabelNext": "Seguinte",
+ "LabelYoureDone": "Concluiu!",
+ "WelcomeToMediaBrowser": "Bem-vindo ao Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "Este assistente ir\u00e1 ajud\u00e1-lo durante o processo de configura\u00e7\u00e3o. Para come\u00e7ar, selecione o idioma.",
+ "TellUsAboutYourself": "Fale-nos sobre si",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "O seu primeiro nome:",
+ "MoreUsersCanBeAddedLater": "\u00c9 poss\u00edvel adicionar utilizadores mais tarde no Painel Principal",
+ "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.",
+ "LabelWindowsService": "Servi\u00e7o do Windows",
+ "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
+ "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.",
+ "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.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Configura\u00e7\u00f5es",
+ "LabelEnableVideoImageExtraction": "Activar extrac\u00e7\u00e3o de imagens dos v\u00eddeos.",
+ "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,",
+ "LabelEnableChapterImageExtractionForMovies": "Extrair imagens dos cap\u00edtulos dos Filmes",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Activar mapeamento autom\u00e1tico de portas",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP permite configurar automaticamente o router, para um acesso remoto mais facilitado. Pode n\u00e3o suportar todos os modelos de routers.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Ok",
+ "ButtonCancel": "Cancelar",
+ "ButtonNew": "Novo",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Configurar biblioteca",
+ "ButtonAddMediaFolder": "Adicionar pasta de media",
+ "LabelFolderType": "Tipo de pasta",
+ "ReferToMediaLibraryWiki": "Consulte a wiki",
+ "LabelCountry": "Pa\u00eds:",
+ "LabelLanguage": "Idioma:",
+ "HeaderPreferredMetadataLanguage": "Idioma preferido para metadados",
+ "LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
+ "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.",
+ "LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
+ "LabelDownloadInternetMetadataHelp": "O Media Browser pode transferir informa\u00e7\u00f5es sobre os seus conte\u00fados multim\u00e9dia para possibilitar apresenta\u00e7\u00f5es mais ricas.",
+ "TabPreferences": "Prefer\u00eancias",
+ "TabPassword": "Senha",
+ "TabLibraryAccess": "Aceder \u00e0 Biblioteca",
+ "TabAccess": "Access",
+ "TabImage": "Imagem",
+ "TabProfile": "Perfil",
+ "TabMetadata": "Metadados",
+ "TabImages": "Imagens",
+ "TabNotifications": "Notifica\u00e7\u00f5es",
+ "TabCollectionTitles": "T\u00edtulos",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
+ "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
+ "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
+ "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:",
+ "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:",
+ "OptionDefaultSubtitles": "Padr\u00e3o",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
+ "OptionNoSubtitles": "Sem legendas",
+ "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver num idioma estrangeiro.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
+ "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
+ "TabProfiles": "Perfis",
+ "TabSecurity": "Seguran\u00e7a",
+ "ButtonAddUser": "Adicionar Utilizador",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Guardar",
+ "ButtonResetPassword": "Redefinir Senha",
+ "LabelNewPassword": "Nova senha:",
+ "LabelNewPasswordConfirm": "Confirmar nova senha:",
+ "HeaderCreatePassword": "Criar Senha",
+ "LabelCurrentPassword": "Senha actual:",
+ "LabelMaxParentalRating": "Controlo Parental m\u00e1ximo permitido:",
+ "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o mais elevada ser\u00e1 escondida deste utilizador.",
+ "LibraryAccessHelp": "Escolha as pastas de media a partilha com este utilizador. Os Administradores poder\u00e3o editar todas as pastas, usando o Gestor de Metadados.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Apagar imagem",
+ "LabelSelectUsers": "Selecionar utilizadores:",
+ "ButtonUpload": "Carregar",
+ "HeaderUploadNewImage": "Carregar Nova Imagem",
+ "LabelDropImageHere": "Largar a imagem aqui",
+ "ImageUploadAspectRatioHelp": "1:1 R\u00e1cio de aspecto recomendado. JPG\/ PNG apenas.",
+ "MessageNothingHere": "Nada aqui.",
+ "MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
+ "TabSuggested": "Sugest\u00f5es",
+ "TabLatest": "Mais recente",
+ "TabUpcoming": "Pr\u00f3ximos",
+ "TabShows": "S\u00e9ries",
+ "TabEpisodes": "Epis\u00f3dios",
+ "TabGenres": "G\u00e9neros Art\u00edsticos",
+ "TabPeople": "Pessoas",
+ "TabNetworks": "Redes",
+ "HeaderUsers": "Utilizadores",
+ "HeaderFilters": "Filtros:",
+ "ButtonFilter": "Filtro",
+ "OptionFavorite": "Favoritos",
+ "OptionLikes": "Gostos",
+ "OptionDislikes": "N\u00e3o gostos",
+ "OptionActors": "Actores",
+ "OptionGuestStars": "Actores convidados",
+ "OptionDirectors": "Realizadores",
+ "OptionWriters": "Argumentistas",
+ "OptionProducers": "Produtores",
+ "HeaderResume": "Resumir",
+ "HeaderNextUp": "A Seguir",
+ "NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
+ "HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
+ "HeaderPersonTypes": "Tipos de Pessoa:",
+ "TabSongs": "M\u00fasicas",
+ "TabAlbums": "\u00c1lbuns",
+ "TabArtists": "Artistas",
+ "TabAlbumArtists": "Artistas do \u00c1lbum",
+ "TabMusicVideos": "Videos Musicais",
+ "ButtonSort": "Organizar",
+ "HeaderSortBy": "Organizar por:",
+ "HeaderSortOrder": "Ordem de organiza\u00e7\u00e3o:",
+ "OptionPlayed": "Reproduzido",
+ "OptionUnplayed": "Por reproduzir",
+ "OptionAscending": "Ascendente",
+ "OptionDescending": "Descendente",
+ "OptionRuntime": "Dura\u00e7\u00e3o",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
+ "OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
+ "OptionDateAdded": "Data de adi\u00e7\u00e3o",
+ "OptionAlbumArtist": "Artista do \u00c1lbum",
+ "OptionArtist": "Artista",
+ "OptionAlbum": "\u00c1lbum",
+ "OptionTrackName": "Nome da pista",
+ "OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
+ "OptionNameSort": "Nome",
+ "OptionFolderSort": "Pastas",
+ "OptionBudget": "Or\u00e7amento",
+ "OptionRevenue": "Receita",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Imagem de fundo",
+ "OptionTimeline": "Linha de tempo",
+ "OptionThumb": "Miniatura",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Classifica\u00e7\u00e3o dos cr\u00edticos",
+ "OptionVideoBitrate": "Qualidade do v\u00eddeo",
+ "OptionResumable": "Retom\u00e1vel",
+ "ScheduledTasksHelp": "Clique numa tarefa para configurar o seu agendamento.",
+ "ScheduledTasksTitle": "Tarefas Agendadas",
+ "TabMyPlugins": "As minhas extens\u00f5es",
+ "TabCatalog": "Cat\u00e1logo",
+ "PluginsTitle": "Extens\u00f5es",
+ "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es autom\u00e1ticas",
+ "HeaderNowPlaying": "A reproduzir",
+ "HeaderLatestAlbums": "\u00daltimos \u00c1lbuns",
+ "HeaderLatestSongs": "\u00daltimas m\u00fasicas",
+ "HeaderRecentlyPlayed": "Reproduzido recentemente",
+ "HeaderFrequentlyPlayed": "Reproduzido frequentemente",
+ "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.",
+ "LabelVideoType": "Tipo de V\u00eddeo:",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "DVD",
+ "OptionIso": "Iso",
+ "Option3D": "3D",
+ "LabelFeatures": "Caracter\u00edsticas:",
+ "LabelService": "Servi\u00e7o:",
+ "LabelStatus": "Estado:",
+ "LabelVersion": "Vers\u00e3o:",
+ "LabelLastResult": "\u00daltimo resultado:",
+ "OptionHasSubtitles": "Legendas",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "M\u00fasica de Tema",
+ "OptionHasThemeVideo": "V\u00eddeo de Tema",
+ "TabMovies": "Filmes",
+ "TabStudios": "Est\u00fadios",
+ "TabTrailers": "Trailers",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "\u00daltimos Filmes",
+ "HeaderLatestTrailers": "\u00daltimos Trailers",
+ "OptionHasSpecialFeatures": "Extras",
+ "OptionImdbRating": "Classifica\u00e7\u00e3o no IMDb",
+ "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
+ "OptionPremiereDate": "Data de Estreia",
+ "TabBasic": "B\u00e1sico",
+ "TabAdvanced": "Avan\u00e7ado",
+ "HeaderStatus": "Estado",
+ "OptionContinuing": "A Continuar",
+ "OptionEnded": "Terminado",
+ "HeaderAirDays": "Dias de Exibi\u00e7\u00e3o",
+ "OptionSunday": "Domingo",
+ "OptionMonday": "Segunda",
+ "OptionTuesday": "Ter\u00e7a",
+ "OptionWednesday": "Quarta",
+ "OptionThursday": "Quinta",
+ "OptionFriday": "Sexta",
+ "OptionSaturday": "S\u00e1bado",
+ "HeaderManagement": "Gest\u00e3o",
+ "LabelManagement": "Administra\u00e7\u00e3o:",
+ "OptionMissingImdbId": "Id do IMDb em falta",
+ "OptionMissingTvdbId": "iD do TheTVDB em falta",
+ "OptionMissingOverview": "Descri\u00e7\u00e3o em falta",
+ "OptionFileMetadataYearMismatch": "Anos do Ficheiro\/Metadados n\u00e3o coincidem",
+ "TabGeneral": "Geral",
+ "TitleSupport": "Suporte",
+ "TabLog": "Log",
+ "TabAbout": "Acerca",
+ "TabSupporterKey": "Chave de Apoiante",
+ "TabBecomeSupporter": "Torne-se um Apoiante",
+ "MediaBrowserHasCommunity": "O Media Browser tem uma pr\u00f3spera comunidade de utilizadores e colaboradores.",
+ "CheckoutKnowledgeBase": "Consulte a nossa base de conhecimento para o ajudar a obter um maior proveito do Media Browser.",
+ "SearchKnowledgeBase": "Procurar na Base de Conhecimento",
+ "VisitTheCommunity": "Visite a Comunidade",
+ "VisitMediaBrowserWebsite": "Visite a p\u00e1gina web do Media Browser",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Desativar este utilizador",
+ "OptionDisableUserHelp": "Se desativado, o servidor n\u00e3o permite nenhuma conex\u00e3o deste utilizador. Conex\u00f5es existentes ser\u00e3o terminadas.",
+ "HeaderAdvancedControl": "Controlo Avan\u00e7ado",
+ "LabelName": "Nome:",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Permitir a este utilizador gerir o servidor",
+ "HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
+ "OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de multim\u00e9dia",
+ "OptionAllowBrowsingLiveTv": "Permitir navega\u00e7\u00e3o da tv ao vivo",
+ "OptionAllowDeleteLibraryContent": "Permitir que conte\u00fado da biblioteca seja apagado",
+ "OptionAllowManageLiveTv": "Permitir gest\u00e3o das grava\u00e7\u00f5es da tv ao vivo",
+ "OptionAllowRemoteControlOthers": "Permitir controlo remoto de outros utilizadores",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Id Tmdb em falta",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Selecionar",
+ "ButtonGroupVersions": "Agrupar Vers\u00f5es",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Usar o Prismo File Mount atrav\u00e9s de uma licen\u00e7a doada.",
+ "TangibleSoftwareMessage": "A utilizar conversores Java\/C# da Tangible Solutions atrav\u00e9s de uma licen\u00e7a doada.",
+ "HeaderCredits": "Cr\u00e9ditos",
+ "PleaseSupportOtherProduces": "Por favor suporte outros produtos gratuitos que utilizamos:",
+ "VersionNumber": "Vers\u00e3o {0}",
+ "TabPaths": "Localiza\u00e7\u00f5es",
+ "TabServer": "Servidor",
+ "TabTranscoding": "Transcodifica\u00e7\u00e3o",
+ "TitleAdvanced": "Avan\u00e7ado",
+ "LabelAutomaticUpdateLevel": "N\u00edvel da atualiza\u00e7\u00e3o autom\u00e1tica",
+ "OptionRelease": "Lan\u00e7amento Oficial",
+ "OptionBeta": "Beta",
+ "OptionDev": "Dev (Inst\u00e1vel)",
+ "LabelAllowServerAutoRestart": "Permitir ao servidor reiniciar automaticamente para aplicar as atualiza\u00e7\u00f5es",
+ "LabelAllowServerAutoRestartHelp": "O servidor ir\u00e1 reiniciar apenas durante per\u00edodos em que n\u00e3o esteja a ser usado, quando nenhum utilizador estiver ativo.",
+ "LabelEnableDebugLogging": "Ativar log de depura\u00e7\u00e3o",
+ "LabelRunServerAtStartup": "Iniciar o servidor no arranque",
+ "LabelRunServerAtStartupHelp": "Isto ir\u00e1 iniciar o \u00edcone na barra de tarefas quando o Windows inicia. Para iniciar o servi\u00e7o do Windows, desmarque isto e corra o servi\u00e7o a partir do Painel de Controlo do Windows. N\u00e3o pode correr ambos ao mesmo tempo, logo precisa de terminar o \u00edcone da barra de tarefas antes de iniciar o servi\u00e7o.",
+ "ButtonSelectDirectory": "Selecione a diretoria",
+ "LabelCustomPaths": "Defina localiza\u00e7\u00f5es personalizadas. Deixe os campos em branco para usar os valores padr\u00e3o.",
+ "LabelCachePath": "Localiza\u00e7\u00e3o da cache:",
+ "LabelCachePathHelp": "Defina uma localiza\u00e7\u00e3o para ficheiros de cache do servidor, como por exemplo, imagens.",
+ "LabelImagesByNamePath": "Localiza\u00e7\u00e3o das imagens por nome:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Localiza\u00e7\u00e3o dos metadados:",
+ "LabelMetadataPathHelp": "Defina uma localiza\u00e7\u00e3o para imagens e metadados transferidos que n\u00e3o foram configurados para serem armazenados nas pastas multim\u00e9dia.",
+ "LabelTranscodingTempPath": "Localiza\u00e7\u00e3o tempor\u00e1ria das transcodifica\u00e7\u00f5es:",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "B\u00e1sico",
+ "TabTV": "TV",
+ "TabGames": "Jogos",
+ "TabMusic": "M\u00fasica",
+ "TabOthers": "Outros",
+ "HeaderExtractChapterImagesFor": "Extrair imagens de cap\u00edtulos para:",
+ "OptionMovies": "Filmes",
+ "OptionEpisodes": "Epis\u00f3dios",
+ "OptionOtherVideos": "Outros V\u00eddeos",
+ "TitleMetadata": "Metadados",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao fanart.tv. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
+ "LabelAutomaticUpdatesTmdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheMovieDB.org. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
+ "LabelAutomaticUpdatesTvdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheTVDB.com. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "Scroll autom\u00e1tico",
+ "LabelImageSavingConvention": "Conven\u00e7\u00e3o para guardar imagens:",
+ "LabelImageSavingConventionHelp": "O Media Browser reconhece imagens da maioria das aplica\u00e7\u00f5es multim\u00e9dia. Escolher a conven\u00e7\u00e3o de transfer\u00eancia \u00e9 \u00fatil se tamb\u00e9m usa outros produtos.",
+ "OptionImageSavingCompatible": "Compat\u00edvel - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Padr\u00e3o - MB2",
+ "ButtonSignIn": "Iniciar Sess\u00e3o",
+ "TitleSignIn": "Iniciar Sess\u00e3o",
+ "HeaderPleaseSignIn": "Por favor inicie a sess\u00e3o",
+ "LabelUser": "Utilizador:",
+ "LabelPassword": "Senha:",
+ "ButtonManualLogin": "In\u00edcio de Sess\u00e3o Manual",
+ "PasswordLocalhostMessage": "N\u00e3o s\u00e3o necess\u00e1rias senhas ao iniciar a sess\u00e3o a partir do localhost.",
+ "TabGuide": "Guia",
+ "TabChannels": "Canais",
+ "TabCollections": "Cole\u00e7\u00f5es",
+ "HeaderChannels": "Canais",
+ "TabRecordings": "Grava\u00e7\u00f5es",
+ "TabScheduled": "Agendado",
+ "TabSeries": "S\u00e9ries",
+ "TabFavorites": "Favoritos",
+ "TabMyLibrary": "A minha Biblioteca",
+ "ButtonCancelRecording": "Cancelar Grava\u00e7\u00e3o",
+ "HeaderPrePostPadding": "Pr\u00e9\/P\u00f3s grava\u00e7\u00e3o extra",
+ "LabelPrePaddingMinutes": "Minutos pr\u00e9vios extra:",
+ "OptionPrePaddingRequired": "S\u00e3o necess\u00e1rios minutos pr\u00e9vios extra para poder gravar.",
+ "LabelPostPaddingMinutes": "Minutos posteriores extra:",
+ "OptionPostPaddingRequired": "S\u00e3o necess\u00e1rios minutos posteriores extra para poder gravar.",
+ "HeaderWhatsOnTV": "Agora a exibir",
+ "HeaderUpcomingTV": "Pr\u00f3ximos Programas",
+ "TabStatus": "Estado",
+ "TabSettings": "Configura\u00e7\u00f5es",
+ "ButtonRefreshGuideData": "Atualizar Dados do Guia",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "Prioridade",
+ "OptionRecordOnAllChannels": "Gravar programa em todos os canais",
+ "OptionRecordAnytime": "Gravar programa em qualquer altura",
+ "OptionRecordOnlyNewEpisodes": "Gravar apenas novos epis\u00f3dios",
+ "HeaderDays": "Dias",
+ "HeaderActiveRecordings": "Grava\u00e7\u00f5es ativas",
+ "HeaderLatestRecordings": "\u00daltimas Grava\u00e7\u00f5es",
+ "HeaderAllRecordings": "Todas as Grava\u00e7\u00f5es",
+ "ButtonPlay": "Reproduzir",
+ "ButtonEdit": "Editar",
+ "ButtonRecord": "Gravar",
+ "ButtonDelete": "Remover",
+ "ButtonRemove": "Remover",
+ "OptionRecordSeries": "Gravar S\u00e9rie",
+ "HeaderDetails": "Detalhes",
+ "TitleLiveTV": "TV ao Vivo",
+ "LabelNumberOfGuideDays": "N\u00famero de dias de informa\u00e7\u00e3o do guia para transferir:",
+ "LabelNumberOfGuideDaysHelp": "Transferir mais dias de informa\u00e7\u00e3o do guia permite agendar com maior anteced\u00eancia e ver mais listagens, no entanto ir\u00e1 levar mais tempo a transferir. Se optar que seja Autom\u00e1tico, ser\u00e1 escolhido baseado no n\u00famero de canais.",
+ "LabelActiveService": "Ativar Servi\u00e7o:",
+ "LabelActiveServiceHelp": "Podem ser instalados m\u00faltiplas extens\u00f5es para TV, mas s\u00f3 pode estar ativo um de cada vez.",
+ "OptionAutomatic": "Autom\u00e1tico",
+ "LiveTvPluginRequired": "Uma extens\u00e3o de um fornecedor de servi\u00e7o de TV ao Vivo \u00e9 necess\u00e1rio para continuar.",
+ "LiveTvPluginRequiredHelp": "Por favor instale uma das nossas extens\u00f5es dispon\u00edveis, como a Next Pvr ou ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Personalizar para o tipo de conte\u00fado:",
+ "OptionDownloadThumbImage": "Miniatura",
+ "OptionDownloadMenuImage": "Menu",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Caixa",
+ "OptionDownloadDiscImage": "Disco",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Traseira",
+ "OptionDownloadArtImage": "Arte",
+ "OptionDownloadPrimaryImage": "Principal",
+ "HeaderFetchImages": "Buscar Imagens:",
+ "HeaderImageSettings": "Op\u00e7\u00f5es da Imagem",
+ "TabOther": "Outro",
+ "LabelMaxBackdropsPerItem": "N\u00famero m\u00e1ximo de imagens de fundo por item:",
+ "LabelMaxScreenshotsPerItem": "N\u00famero m\u00e1ximo de imagens de ecr\u00e3 por item:",
+ "LabelMinBackdropDownloadWidth": "Transferir Imagens de fundo com o tamanho m\u00ednimo:",
+ "LabelMinScreenshotDownloadWidth": "Transferir imagens de ecr\u00e3 com o tamanho m\u00ednimo:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "Adicionar",
+ "LabelTriggerType": "Tipo do Acionador:",
+ "OptionDaily": "Diariamente",
+ "OptionWeekly": "Semanalmente",
+ "OptionOnInterval": "Num intervalo",
+ "OptionOnAppStartup": "Ao iniciar a aplica\u00e7\u00e3o",
+ "OptionAfterSystemEvent": "Depois de um evento do sistema",
+ "LabelDay": "Dia:",
+ "LabelTime": "Tempo:",
+ "LabelEvent": "Evento:",
+ "OptionWakeFromSleep": "Retomar da suspens\u00e3o",
+ "LabelEveryXMinutes": "Todos",
+ "HeaderTvTuners": "Sintonizadores",
+ "HeaderGallery": "Galeria",
+ "HeaderLatestGames": "\u00daltimos Jogos",
+ "HeaderRecentlyPlayedGames": "Jogos jogados recentemente",
+ "TabGameSystems": "Sistemas de Jogos",
+ "TitleMediaLibrary": "Biblioteca Multim\u00e9dia",
+ "TabFolders": "Pastas",
+ "TabPathSubstitution": "Substitui\u00e7\u00e3o de Localiza\u00e7\u00e3o",
+ "LabelSeasonZeroDisplayName": "Nome de apresenta\u00e7\u00e3o da temporada 0:",
+ "LabelEnableRealtimeMonitor": "Ativar monitoriza\u00e7\u00e3o em tempo real",
+ "LabelEnableRealtimeMonitorHelp": "As altera\u00e7\u00f5es ir\u00e3o ser processadas imediatamente em sistemas de ficheiros suportados.",
+ "ButtonScanLibrary": "Analisar Biblioteca",
+ "HeaderNumberOfPlayers": "Jogadores:",
+ "OptionAnyNumberOfPlayers": "Qualquer",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Pastas Multim\u00e9dia",
+ "HeaderThemeVideos": "V\u00eddeos Tem\u00e1ticos",
+ "HeaderThemeSongs": "M\u00fasicas Tem\u00e1ticas",
+ "HeaderScenes": "Cenas",
+ "HeaderAwardsAndReviews": "Pr\u00e9mios e Cr\u00edticas",
+ "HeaderSoundtracks": "Banda Sonora",
+ "HeaderMusicVideos": "V\u00eddeos de M\u00fasica",
+ "HeaderSpecialFeatures": "Extras",
+ "HeaderCastCrew": "Elenco e Equipa",
+ "HeaderAdditionalParts": "Partes Adicionais",
+ "ButtonSplitVersionsApart": "Separar Vers\u00f5es",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Em falta",
+ "LabelOffline": "Desconectado",
+ "PathSubstitutionHelp": "Substitui\u00e7\u00f5es de localiza\u00e7\u00e3o s\u00e3o usadas para mapear uma localiza\u00e7\u00e3o no servidor que possa ser acedido pelos clientes. Ao permitir o acesso dos clientes ao conte\u00fado multim\u00e9dia no servidor, permite-lhes reproduzir diretamente atrav\u00e9s da rede e evitar o uso de recursos do servidor para fazer stream ou transcodifica\u00e7\u00e3o.",
+ "HeaderFrom": "De",
+ "HeaderTo": "Para",
+ "LabelFrom": "De:",
+ "LabelFromHelp": "Exemplo: D:\\Filmes (no servidor)",
+ "LabelTo": "Para:",
+ "LabelToHelp": "Exemplo: \\\\OMeuServidor\\Filmes (uma localiza\u00e7\u00e3o que os clientes possam aceder)",
+ "ButtonAddPathSubstitution": "Adicionar Substitui\u00e7\u00e3o",
+ "OptionSpecialEpisode": "Especiais",
+ "OptionMissingEpisode": "Epis\u00f3dios em Falta",
+ "OptionUnairedEpisode": "Epis\u00f3dios por Estrear",
+ "OptionEpisodeSortName": "Nome de Ordena\u00e7\u00e3o do Epis\u00f3dio",
+ "OptionSeriesSortName": "Nome da S\u00e9rie",
+ "OptionTvdbRating": "Classifica\u00e7\u00e3o no Tvdb",
+ "HeaderTranscodingQualityPreference": "Prefer\u00eancia da Qualidade de Transcodifica\u00e7\u00e3o:",
+ "OptionAutomaticTranscodingHelp": "O servidor ir\u00e1 decidir a qualidade e a velocidade",
+ "OptionHighSpeedTranscodingHelp": "Baixa qualidade mas r\u00e1pida codifica\u00e7\u00e3o",
+ "OptionHighQualityTranscodingHelp": "Alta qualidade mas lenta codifica\u00e7\u00e3o",
+ "OptionMaxQualityTranscodingHelp": "M\u00e1xima qualidade com codifica\u00e7\u00e3o lenta e utiliza\u00e7\u00e3o do CPU elevada",
+ "OptionHighSpeedTranscoding": "Mais alta velocidade",
+ "OptionHighQualityTranscoding": "Mais alta qualidade",
+ "OptionMaxQualityTranscoding": "M\u00e1xima qualidade",
+ "OptionEnableDebugTranscodingLogging": "Ativar log de depura\u00e7\u00e3o da transcodifica\u00e7\u00e3o",
+ "OptionEnableDebugTranscodingLoggingHelp": "Ir\u00e1 criar ficheiros log muito grandes e s\u00f3 \u00e9 recomendado para ajudar na resolu\u00e7\u00e3o de problemas.",
+ "OptionUpscaling": "Permitir aos clientes solicitar o aumento da resolu\u00e7\u00e3o do v\u00eddeo",
+ "OptionUpscalingHelp": "Em alguns casos ir\u00e1 resultar no aumento da qualidade do v\u00eddeo mas ir\u00e1 aumentar a utiliza\u00e7\u00e3o do CPU.",
+ "EditCollectionItemsHelp": "Adicione ou remova qualquer filme, s\u00e9rie, \u00e1lbum, livro ou jogo que desejar agrupar dentro desta cole\u00e7\u00e3o.",
+ "HeaderAddTitles": "Adicional T\u00edtulos",
+ "LabelEnableDlnaPlayTo": "Ativar DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "O Media Browser pode detetar dispositivos dentro da sua rede, dando-lhe a possibilidade de os controlar remotamente.",
+ "LabelEnableDlnaDebugLogging": "Ativar log de depura\u00e7\u00e3o do DLNA",
+ "LabelEnableDlnaDebugLoggingHelp": "Isto ir\u00e1 criar ficheiros de log grandes e deve ser usado apenas quando \u00e9 necess\u00e1rio para depurar problemas.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Intervalo para a descoberta do cliente (segundos)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as procuras SSDP feitas pelo Media Browser.",
+ "HeaderCustomDlnaProfiles": "Perfis Personalizados",
+ "HeaderSystemDlnaProfiles": "Perfis de Sistema",
+ "CustomDlnaProfilesHelp": "Crie um perfil personalizado para um novo dispositivo ou para sobrepor um perfil de sistema.",
+ "SystemDlnaProfilesHelp": "Perfis de sistema s\u00e3o apenas de leitura. Mudan\u00e7as a um perfil de sistema ser\u00e3o guardadas num novo perfil personalizado.",
+ "TitleDashboard": "Painel Principal",
+ "TabHome": "In\u00edcio",
+ "TabInfo": "Info",
+ "HeaderLinks": "Hiperliga\u00e7\u00f5es",
+ "HeaderSystemPaths": "Localiza\u00e7\u00f5es de Sistema",
+ "LinkCommunity": "Comunidade",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Documenta\u00e7\u00e3o da API",
+ "LabelFriendlyServerName": "Nome amig\u00e1vel do servidor:",
+ "LabelFriendlyServerNameHelp": "Ser\u00e1 usado este nome para identificar o servidor. Se n\u00e3o for preenchido, ser\u00e1 usado o nome do computador.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Media Browser \u00e9 um projeto em andamento e ainda n\u00e3o est\u00e1 completo.",
+ "LabelReadHowYouCanContribute": "Leia sobre como pode contribuir.",
+ "HeaderNewCollection": "Nova Cole\u00e7\u00e3o",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
+ "OptionSearchForInternetMetadata": "Procurar na internet por imagens e metadados",
+ "ButtonCreate": "Criar",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "N\u00famero da porta da Web socket:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Retomar",
+ "TabWeather": "Tempo",
+ "TitleAppSettings": "Configura\u00e7\u00f5es da Aplica\u00e7\u00e3o",
+ "LabelMinResumePercentage": "Percentagem m\u00ednima para retomar:",
+ "LabelMaxResumePercentage": "Percentagem m\u00e1xima para retomar:",
+ "LabelMinResumeDuration": "Dura\u00e7\u00e3o m\u00ednima da retoma (segundos):",
+ "LabelMinResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados n\u00e3o assistidos se parados antes deste tempo",
+ "LabelMaxResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados totalmente assistidos se parados depois deste tempo",
+ "LabelMinResumeDurationHelp": "T\u00edtulos mais curtos que isto n\u00e3o ser\u00e3o retom\u00e1veis",
+ "TitleAutoOrganize": "Organiza\u00e7\u00e3o Autom\u00e1tica",
+ "TabActivityLog": "Log da Atividade",
+ "HeaderName": "Nome",
+ "HeaderDate": "Data",
+ "HeaderSource": "Origem",
+ "HeaderDestination": "Destino",
+ "HeaderProgram": "Programa",
+ "HeaderClients": "Clientes",
+ "LabelCompleted": "Terminado",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Ignorado",
+ "HeaderEpisodeOrganization": "Organiza\u00e7\u00e3o dos Epis\u00f3dios",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "N\u00famero da temporada:",
+ "LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
+ "LabelEndingEpisodeNumber": "N\u00famero do epis\u00f3dio final:",
+ "LabelEndingEpisodeNumberHelp": "Necess\u00e1rio s\u00f3 para arquivos multi-epis\u00f3dios",
+ "HeaderSupportTheTeam": "Apoie a Equipa do Media Browser",
+ "LabelSupportAmount": "Quantia (USD)",
+ "HeaderSupportTheTeamHelp": "Ajude a garantir o desenvolvimento continuado deste projeto, doando. Uma parte de todas as doa\u00e7\u00f5es ser\u00e1 para contribuir para outras ferramentas gratuitas em que dependemos.",
+ "ButtonEnterSupporterKey": "Insira a chave de apoiante",
+ "DonationNextStep": "Assim que termine, por favor volte e insira a sua chave de apoiante, a qual ir\u00e1 receber por email.",
+ "AutoOrganizeHelp": "O auto-organizar monitoriza as suas pastas de transfer\u00eancias em busca de novos ficheiros e move-os para as suas pastas multim\u00e9dia.",
+ "AutoOrganizeTvHelp": "A organiza\u00e7\u00e3o de ficheiros de TV s\u00f3 ir\u00e1 adicionar ficheiros \u00e0s s\u00e9ries existentes. Ela n\u00e3o ir\u00e1 criar novas pastas de s\u00e9ries.",
+ "OptionEnableEpisodeOrganization": "Ativar a organiza\u00e7\u00e3o de novos epis\u00f3dios",
+ "LabelWatchFolder": "Observar pasta:",
+ "LabelWatchFolderHelp": "O servidor ir\u00e1 pesquisar esta pasta durante a tarefa agendada 'Organizar novos ficheiros multim\u00e9dia'.",
+ "ButtonViewScheduledTasks": "Ver tarefas agendadas",
+ "LabelMinFileSizeForOrganize": "Tamanho m\u00ednimo do ficheiro (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Ficheiros at\u00e9 este tamanho ser\u00e3o ignorados.",
+ "LabelSeasonFolderPattern": "Padr\u00e3o da pasta da temporada:",
+ "LabelSeasonZeroFolderName": "Nome da pasta da temporada zero:",
+ "HeaderEpisodeFilePattern": "Padr\u00e3o do ficheiro de epis\u00f3dio",
+ "LabelEpisodePattern": "Padr\u00e3o dos epis\u00f3dios:",
+ "LabelMultiEpisodePattern": "Padr\u00e3o de multi-epis\u00f3dios:",
+ "HeaderSupportedPatterns": "Padr\u00f5es Suportados",
+ "HeaderTerm": "Termo",
+ "HeaderPattern": "Padr\u00e3o",
+ "HeaderResult": "Resultado",
+ "LabelDeleteEmptyFolders": "Remover pastas vazias depois de organizar",
+ "LabelDeleteEmptyFoldersHelp": "Ative isto para manter a pasta de downloads limpa.",
+ "LabelDeleteLeftOverFiles": "Apagar os ficheiros deixados com as seguintes extens\u00f5es:",
+ "LabelDeleteLeftOverFilesHelp": "Separar com ;. Por exemplo: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Sobrepor epis\u00f3dios existentes",
+ "LabelTransferMethod": "M\u00e9todo da transfer\u00eancia",
+ "OptionCopy": "Copiar",
+ "OptionMove": "Mover",
+ "LabelTransferMethodHelp": "Copiar ou mover ficheiros da pasta observada",
+ "HeaderLatestNews": "\u00daltimas Not\u00edcias",
+ "HeaderHelpImproveMediaBrowser": "Ajude a melhorar o Media Browser",
+ "HeaderRunningTasks": "Tarefas em Execu\u00e7\u00e3o",
+ "HeaderActiveDevices": "Dispositivos Ativos",
+ "HeaderPendingInstallations": "Instala\u00e7\u00f5es Pendentes",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Reiniciar Agora",
+ "ButtonRestart": "Reiniciar",
+ "ButtonShutdown": "Encerrar",
+ "ButtonUpdateNow": "Atualizar Agora",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Por favor encerre o servidor e atualize manualmente.",
+ "NewServerVersionAvailable": "Est\u00e1 dispon\u00edvel uma nova vers\u00e3o do Media Browser!",
+ "ServerUpToDate": "O Media Browser est\u00e1 atualizado",
+ "ErrorConnectingToMediaBrowserRepository": "Ocorreu um erro ao conectar ao reposit\u00f3rio remoto do Media Browser.",
+ "LabelComponentsUpdated": "Os componentes seguintes foram instalados ou atualizados:",
+ "MessagePleaseRestartServerToFinishUpdating": "Por favor reinicie o servidor para terminar a aplica\u00e7\u00e3o das atualiza\u00e7\u00f5es.",
+ "LabelDownMixAudioScale": "Escala do aumento de \u00e1udio ao fazer downmix:",
+ "LabelDownMixAudioScaleHelp": "Aumentar o \u00e1udio ao fazer downmix. Defina como 1 para preservar o volume original.",
+ "ButtonLinkKeys": "Transferir Chave",
+ "LabelOldSupporterKey": "Chave de apoiante antiga",
+ "LabelNewSupporterKey": "Chave de apoiante nova",
+ "HeaderMultipleKeyLinking": "Transferir para Nova Chave",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Endere\u00e7o de email atual",
+ "LabelCurrentEmailAddressHelp": "O endere\u00e7o de email atual para o qual a sua nova chave foi enviada.",
+ "HeaderForgotKey": "Esqueci a Chave",
+ "LabelEmailAddress": "Endere\u00e7o de email",
+ "LabelSupporterEmailAddress": "O endere\u00e7o de email que foi usado para comprar a chave.",
+ "ButtonRetrieveKey": "Recuperar Chave",
+ "LabelSupporterKey": "Chave de Apoiante (colar do email)",
+ "LabelSupporterKeyHelp": "Insira a sua chave de apoiante para come\u00e7ar a tirar partido dos benef\u00edcios adicionais que a comunidade desenvolveu para o Media Browser.",
+ "MessageInvalidKey": "Chave de apoiante ausente ou inv\u00e1lida",
+ "ErrorMessageInvalidKey": "Para registar conte\u00fado premium, voc\u00ea deve ser um apoiante do Media Browser. Por favor, fa\u00e7a uma doa\u00e7\u00e3o e apoie o desenvolvimento cont\u00ednuo do produto. Obrigado.",
+ "HeaderDisplaySettings": "Apresentar Configura\u00e7\u00f5es",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "Ativar servidor DLNA",
+ "LabelEnableDlnaServerHelp": "Permite aos dispositivos UPnP da sua rede, navegar e reproduzir conte\u00fado do Media Browser.",
+ "LabelEnableBlastAliveMessages": "Propagar mensagens de reconhecimento",
+ "LabelEnableBlastAliveMessagesHelp": "Ativar isto se o servidor n\u00e3o \u00e9 detetado convenientemente por outros dispositivos UPnP na sua rede.",
+ "LabelBlastMessageInterval": "Intervalo das mensagens de reconhecimento (segundos)",
+ "LabelBlastMessageIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as mensagens de explora\u00e7\u00e3o enviadas pelo servidor.",
+ "LabelDefaultUser": "Utilizador padr\u00e3o:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Op\u00e7\u00f5es do Servidor",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "C\u00f3digo postal dos EUA \/ Cidade, Estado, Pa\u00eds \/ Cidade, Pa\u00eds",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Necessita a inser\u00e7\u00e3o manual de um nome de utilizador para:",
+ "HeaderRequireManualLoginHelp": "Quando desativados, os clientes podem mostrar a tela de login com uma sele\u00e7\u00e3o visual de utilizadores.",
+ "OptionOtherApps": "Outras apps",
+ "OptionMobileApps": "Apps m\u00f3veis",
"HeaderNotificationList": "Click on a notification to configure it's sending options.",
"NotificationOptionApplicationUpdateAvailable": "Dispon\u00edvel atualiza\u00e7\u00e3o da aplica\u00e7\u00e3o",
"NotificationOptionApplicationUpdateInstalled": "Instalada atualiza\u00e7\u00e3o da aplica\u00e7\u00e3o",
@@ -660,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -696,649 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Sair",
- "LabelVisitCommunity": "Visitar a Comunidade",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Padr\u00e3o",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "Navegar pela Biblioteca",
- "LabelConfigureMediaBrowser": "Configurar o Media Browser",
- "LabelOpenLibraryViewer": "Abrir Visualizador da Biblioteca",
- "LabelRestartServer": "Reiniciar Servidor",
- "LabelShowLogWindow": "Mostrar Janela de Log",
- "LabelPrevious": "Anterior",
- "LabelFinish": "Terminar",
- "LabelNext": "Seguinte",
- "LabelYoureDone": "Concluiu!",
- "WelcomeToMediaBrowser": "Bem-vindo ao Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "Este assistente ir\u00e1 ajud\u00e1-lo durante o processo de configura\u00e7\u00e3o. Para come\u00e7ar, selecione o idioma.",
- "TellUsAboutYourself": "Fale-nos sobre si",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "O seu primeiro nome:",
- "MoreUsersCanBeAddedLater": "\u00c9 poss\u00edvel adicionar utilizadores mais tarde no Painel Principal",
- "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.",
- "LabelWindowsService": "Servi\u00e7o do Windows",
- "AWindowsServiceHasBeenInstalled": "Foi instalado um Servi\u00e7o do Windows.",
- "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.",
- "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.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Configura\u00e7\u00f5es",
- "LabelEnableVideoImageExtraction": "Activar extrac\u00e7\u00e3o de imagens dos v\u00eddeos.",
- "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,",
- "LabelEnableChapterImageExtractionForMovies": "Extrair imagens dos cap\u00edtulos dos Filmes",
- "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.",
- "LabelEnableAutomaticPortMapping": "Activar mapeamento autom\u00e1tico de portas",
- "LabelEnableAutomaticPortMappingHelp": "UPnP permite configurar automaticamente o router, para um acesso remoto mais facilitado. Pode n\u00e3o suportar todos os modelos de routers.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Ok",
- "ButtonCancel": "Cancelar",
- "ButtonNew": "Novo",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Configurar biblioteca",
- "ButtonAddMediaFolder": "Adicionar pasta de media",
- "LabelFolderType": "Tipo de pasta",
- "ReferToMediaLibraryWiki": "Consulte a wiki",
- "LabelCountry": "Pa\u00eds:",
- "LabelLanguage": "Idioma:",
- "HeaderPreferredMetadataLanguage": "Idioma preferido para metadados",
- "LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
- "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.",
- "LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
- "LabelDownloadInternetMetadataHelp": "O Media Browser pode transferir informa\u00e7\u00f5es sobre os seus conte\u00fados multim\u00e9dia para possibilitar apresenta\u00e7\u00f5es mais ricas.",
- "TabPreferences": "Prefer\u00eancias",
- "TabPassword": "Senha",
- "TabLibraryAccess": "Aceder \u00e0 Biblioteca",
- "TabAccess": "Access",
- "TabImage": "Imagem",
- "TabProfile": "Perfil",
- "TabMetadata": "Metadados",
- "TabImages": "Imagens",
- "TabNotifications": "Notifica\u00e7\u00f5es",
- "TabCollectionTitles": "T\u00edtulos",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
- "LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
- "HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
- "HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
- "LabelAudioLanguagePreference": "Prefer\u00eancias de Idioma de Audio:",
- "LabelSubtitleLanguagePreference": "Prefer\u00eancia de Idioma de Legenda:",
- "OptionDefaultSubtitles": "Padr\u00e3o",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
- "OptionNoSubtitles": "Sem legendas",
- "OptionDefaultSubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas quando o \u00e1udio estiver num idioma estrangeiro.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
- "OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
- "TabProfiles": "Perfis",
- "TabSecurity": "Seguran\u00e7a",
- "ButtonAddUser": "Adicionar Utilizador",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Guardar",
- "ButtonResetPassword": "Redefinir Senha",
- "LabelNewPassword": "Nova senha:",
- "LabelNewPasswordConfirm": "Confirmar nova senha:",
- "HeaderCreatePassword": "Criar Senha",
- "LabelCurrentPassword": "Senha actual:",
- "LabelMaxParentalRating": "Controlo Parental m\u00e1ximo permitido:",
- "MaxParentalRatingHelp": "Conte\u00fado com classifica\u00e7\u00e3o mais elevada ser\u00e1 escondida deste utilizador.",
- "LibraryAccessHelp": "Escolha as pastas de media a partilha com este utilizador. Os Administradores poder\u00e3o editar todas as pastas, usando o Gestor de Metadados.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Apagar imagem",
- "LabelSelectUsers": "Selecionar utilizadores:",
- "ButtonUpload": "Carregar",
- "HeaderUploadNewImage": "Carregar Nova Imagem",
- "LabelDropImageHere": "Largar a imagem aqui",
- "ImageUploadAspectRatioHelp": "1:1 R\u00e1cio de aspecto recomendado. JPG\/ PNG apenas.",
- "MessageNothingHere": "Nada aqui.",
- "MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
- "TabSuggested": "Sugest\u00f5es",
- "TabLatest": "Mais recente",
- "TabUpcoming": "Pr\u00f3ximos",
- "TabShows": "S\u00e9ries",
- "TabEpisodes": "Epis\u00f3dios",
- "TabGenres": "G\u00e9neros Art\u00edsticos",
- "TabPeople": "Pessoas",
- "TabNetworks": "Redes",
- "HeaderUsers": "Utilizadores",
- "HeaderFilters": "Filtros:",
- "ButtonFilter": "Filtro",
- "OptionFavorite": "Favoritos",
- "OptionLikes": "Gostos",
- "OptionDislikes": "N\u00e3o gostos",
- "OptionActors": "Actores",
- "OptionGuestStars": "Actores convidados",
- "OptionDirectors": "Realizadores",
- "OptionWriters": "Argumentistas",
- "OptionProducers": "Produtores",
- "HeaderResume": "Resumir",
- "HeaderNextUp": "A Seguir",
- "NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
- "HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
- "HeaderPersonTypes": "Tipos de Pessoa:",
- "TabSongs": "M\u00fasicas",
- "TabAlbums": "\u00c1lbuns",
- "TabArtists": "Artistas",
- "TabAlbumArtists": "Artistas do \u00c1lbum",
- "TabMusicVideos": "Videos Musicais",
- "ButtonSort": "Organizar",
- "HeaderSortBy": "Organizar por:",
- "HeaderSortOrder": "Ordem de organiza\u00e7\u00e3o:",
- "OptionPlayed": "Reproduzido",
- "OptionUnplayed": "Por reproduzir",
- "OptionAscending": "Ascendente",
- "OptionDescending": "Descendente",
- "OptionRuntime": "Dura\u00e7\u00e3o",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
- "OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
- "OptionDateAdded": "Data de adi\u00e7\u00e3o",
- "OptionAlbumArtist": "Artista do \u00c1lbum",
- "OptionArtist": "Artista",
- "OptionAlbum": "\u00c1lbum",
- "OptionTrackName": "Nome da pista",
- "OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
- "OptionNameSort": "Nome",
- "OptionFolderSort": "Pastas",
- "OptionBudget": "Or\u00e7amento",
- "OptionRevenue": "Receita",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Imagem de fundo",
- "OptionTimeline": "Linha de tempo",
- "OptionThumb": "Miniatura",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Classifica\u00e7\u00e3o dos cr\u00edticos",
- "OptionVideoBitrate": "Qualidade do v\u00eddeo",
- "OptionResumable": "Retom\u00e1vel",
- "ScheduledTasksHelp": "Clique numa tarefa para configurar o seu agendamento.",
- "ScheduledTasksTitle": "Tarefas Agendadas",
- "TabMyPlugins": "As minhas extens\u00f5es",
- "TabCatalog": "Cat\u00e1logo",
- "PluginsTitle": "Extens\u00f5es",
- "HeaderAutomaticUpdates": "Atualiza\u00e7\u00f5es autom\u00e1ticas",
- "HeaderNowPlaying": "A reproduzir",
- "HeaderLatestAlbums": "\u00daltimos \u00c1lbuns",
- "HeaderLatestSongs": "\u00daltimas m\u00fasicas",
- "HeaderRecentlyPlayed": "Reproduzido recentemente",
- "HeaderFrequentlyPlayed": "Reproduzido frequentemente",
- "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.",
- "LabelVideoType": "Tipo de V\u00eddeo:",
- "OptionBluray": "Bluray",
- "OptionDvd": "DVD",
- "OptionIso": "Iso",
- "Option3D": "3D",
- "LabelFeatures": "Caracter\u00edsticas:",
- "LabelService": "Servi\u00e7o:",
- "LabelStatus": "Estado:",
- "LabelVersion": "Vers\u00e3o:",
- "LabelLastResult": "\u00daltimo resultado:",
- "OptionHasSubtitles": "Legendas",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "M\u00fasica de Tema",
- "OptionHasThemeVideo": "V\u00eddeo de Tema",
- "TabMovies": "Filmes",
- "TabStudios": "Est\u00fadios",
- "TabTrailers": "Trailers",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "\u00daltimos Filmes",
- "HeaderLatestTrailers": "\u00daltimos Trailers",
- "OptionHasSpecialFeatures": "Extras",
- "OptionImdbRating": "Classifica\u00e7\u00e3o no IMDb",
- "OptionParentalRating": "Classifica\u00e7\u00e3o Parental",
- "OptionPremiereDate": "Data de Estreia",
- "TabBasic": "B\u00e1sico",
- "TabAdvanced": "Avan\u00e7ado",
- "HeaderStatus": "Estado",
- "OptionContinuing": "A Continuar",
- "OptionEnded": "Terminado",
- "HeaderAirDays": "Dias de Exibi\u00e7\u00e3o",
- "OptionSunday": "Domingo",
- "OptionMonday": "Segunda",
- "OptionTuesday": "Ter\u00e7a",
- "OptionWednesday": "Quarta",
- "OptionThursday": "Quinta",
- "OptionFriday": "Sexta",
- "OptionSaturday": "S\u00e1bado",
- "HeaderManagement": "Gest\u00e3o",
- "LabelManagement": "Administra\u00e7\u00e3o:",
- "OptionMissingImdbId": "Id do IMDb em falta",
- "OptionMissingTvdbId": "iD do TheTVDB em falta",
- "OptionMissingOverview": "Descri\u00e7\u00e3o em falta",
- "OptionFileMetadataYearMismatch": "Anos do Ficheiro\/Metadados n\u00e3o coincidem",
- "TabGeneral": "Geral",
- "TitleSupport": "Suporte",
- "TabLog": "Log",
- "TabAbout": "Acerca",
- "TabSupporterKey": "Chave de Apoiante",
- "TabBecomeSupporter": "Torne-se um Apoiante",
- "MediaBrowserHasCommunity": "O Media Browser tem uma pr\u00f3spera comunidade de utilizadores e colaboradores.",
- "CheckoutKnowledgeBase": "Consulte a nossa base de conhecimento para o ajudar a obter um maior proveito do Media Browser.",
- "SearchKnowledgeBase": "Procurar na Base de Conhecimento",
- "VisitTheCommunity": "Visite a Comunidade",
- "VisitMediaBrowserWebsite": "Visite a p\u00e1gina web do Media Browser",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Desativar este utilizador",
- "OptionDisableUserHelp": "Se desativado, o servidor n\u00e3o permite nenhuma conex\u00e3o deste utilizador. Conex\u00f5es existentes ser\u00e3o terminadas.",
- "HeaderAdvancedControl": "Controlo Avan\u00e7ado",
- "LabelName": "Nome:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Permitir a este utilizador gerir o servidor",
- "HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
- "OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de multim\u00e9dia",
- "OptionAllowBrowsingLiveTv": "Permitir navega\u00e7\u00e3o da tv ao vivo",
- "OptionAllowDeleteLibraryContent": "Permitir que conte\u00fado da biblioteca seja apagado",
- "OptionAllowManageLiveTv": "Permitir gest\u00e3o das grava\u00e7\u00f5es da tv ao vivo",
- "OptionAllowRemoteControlOthers": "Permitir controlo remoto de outros utilizadores",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Id Tmdb em falta",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Selecionar",
- "ButtonGroupVersions": "Agrupar Vers\u00f5es",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Usar o Prismo File Mount atrav\u00e9s de uma licen\u00e7a doada.",
- "TangibleSoftwareMessage": "A utilizar conversores Java\/C# da Tangible Solutions atrav\u00e9s de uma licen\u00e7a doada.",
- "HeaderCredits": "Cr\u00e9ditos",
- "PleaseSupportOtherProduces": "Por favor suporte outros produtos gratuitos que utilizamos:",
- "VersionNumber": "Vers\u00e3o {0}",
- "TabPaths": "Localiza\u00e7\u00f5es",
- "TabServer": "Servidor",
- "TabTranscoding": "Transcodifica\u00e7\u00e3o",
- "TitleAdvanced": "Avan\u00e7ado",
- "LabelAutomaticUpdateLevel": "N\u00edvel da atualiza\u00e7\u00e3o autom\u00e1tica",
- "OptionRelease": "Lan\u00e7amento Oficial",
- "OptionBeta": "Beta",
- "OptionDev": "Dev (Inst\u00e1vel)",
- "LabelAllowServerAutoRestart": "Permitir ao servidor reiniciar automaticamente para aplicar as atualiza\u00e7\u00f5es",
- "LabelAllowServerAutoRestartHelp": "O servidor ir\u00e1 reiniciar apenas durante per\u00edodos em que n\u00e3o esteja a ser usado, quando nenhum utilizador estiver ativo.",
- "LabelEnableDebugLogging": "Ativar log de depura\u00e7\u00e3o",
- "LabelRunServerAtStartup": "Iniciar o servidor no arranque",
- "LabelRunServerAtStartupHelp": "Isto ir\u00e1 iniciar o \u00edcone na barra de tarefas quando o Windows inicia. Para iniciar o servi\u00e7o do Windows, desmarque isto e corra o servi\u00e7o a partir do Painel de Controlo do Windows. N\u00e3o pode correr ambos ao mesmo tempo, logo precisa de terminar o \u00edcone da barra de tarefas antes de iniciar o servi\u00e7o.",
- "ButtonSelectDirectory": "Selecione a diretoria",
- "LabelCustomPaths": "Defina localiza\u00e7\u00f5es personalizadas. Deixe os campos em branco para usar os valores padr\u00e3o.",
- "LabelCachePath": "Localiza\u00e7\u00e3o da cache:",
- "LabelCachePathHelp": "Defina uma localiza\u00e7\u00e3o para ficheiros de cache do servidor, como por exemplo, imagens.",
- "LabelImagesByNamePath": "Localiza\u00e7\u00e3o das imagens por nome:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Localiza\u00e7\u00e3o dos metadados:",
- "LabelMetadataPathHelp": "Defina uma localiza\u00e7\u00e3o para imagens e metadados transferidos que n\u00e3o foram configurados para serem armazenados nas pastas multim\u00e9dia.",
- "LabelTranscodingTempPath": "Localiza\u00e7\u00e3o tempor\u00e1ria das transcodifica\u00e7\u00f5es:",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "B\u00e1sico",
- "TabTV": "TV",
- "TabGames": "Jogos",
- "TabMusic": "M\u00fasica",
- "TabOthers": "Outros",
- "HeaderExtractChapterImagesFor": "Extrair imagens de cap\u00edtulos para:",
- "OptionMovies": "Filmes",
- "OptionEpisodes": "Epis\u00f3dios",
- "OptionOtherVideos": "Outros V\u00eddeos",
- "TitleMetadata": "Metadados",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Ativar atualiza\u00e7\u00f5es autom\u00e1ticas do TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao fanart.tv. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
- "LabelAutomaticUpdatesTmdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheMovieDB.org. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
- "LabelAutomaticUpdatesTvdbHelp": "Se ativado, novas imagens ser\u00e3o automaticamente transferidas ao serem adicionadas ao TheTVDB.com. As imagens existentes n\u00e3o ser\u00e3o substitu\u00eddas.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "Scroll autom\u00e1tico",
- "LabelImageSavingConvention": "Conven\u00e7\u00e3o para guardar imagens:",
- "LabelImageSavingConventionHelp": "O Media Browser reconhece imagens da maioria das aplica\u00e7\u00f5es multim\u00e9dia. Escolher a conven\u00e7\u00e3o de transfer\u00eancia \u00e9 \u00fatil se tamb\u00e9m usa outros produtos.",
- "OptionImageSavingCompatible": "Compat\u00edvel - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Padr\u00e3o - MB2",
- "ButtonSignIn": "Iniciar Sess\u00e3o",
- "TitleSignIn": "Iniciar Sess\u00e3o",
- "HeaderPleaseSignIn": "Por favor inicie a sess\u00e3o",
- "LabelUser": "Utilizador:",
- "LabelPassword": "Senha:",
- "ButtonManualLogin": "In\u00edcio de Sess\u00e3o Manual",
- "PasswordLocalhostMessage": "N\u00e3o s\u00e3o necess\u00e1rias senhas ao iniciar a sess\u00e3o a partir do localhost.",
- "TabGuide": "Guia",
- "TabChannels": "Canais",
- "TabCollections": "Cole\u00e7\u00f5es",
- "HeaderChannels": "Canais",
- "TabRecordings": "Grava\u00e7\u00f5es",
- "TabScheduled": "Agendado",
- "TabSeries": "S\u00e9ries",
- "TabFavorites": "Favoritos",
- "TabMyLibrary": "A minha Biblioteca",
- "ButtonCancelRecording": "Cancelar Grava\u00e7\u00e3o",
- "HeaderPrePostPadding": "Pr\u00e9\/P\u00f3s grava\u00e7\u00e3o extra",
- "LabelPrePaddingMinutes": "Minutos pr\u00e9vios extra:",
- "OptionPrePaddingRequired": "S\u00e3o necess\u00e1rios minutos pr\u00e9vios extra para poder gravar.",
- "LabelPostPaddingMinutes": "Minutos posteriores extra:",
- "OptionPostPaddingRequired": "S\u00e3o necess\u00e1rios minutos posteriores extra para poder gravar.",
- "HeaderWhatsOnTV": "Agora a exibir",
- "HeaderUpcomingTV": "Pr\u00f3ximos Programas",
- "TabStatus": "Estado",
- "TabSettings": "Configura\u00e7\u00f5es",
- "ButtonRefreshGuideData": "Atualizar Dados do Guia",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "Prioridade",
- "OptionRecordOnAllChannels": "Gravar programa em todos os canais",
- "OptionRecordAnytime": "Gravar programa em qualquer altura",
- "OptionRecordOnlyNewEpisodes": "Gravar apenas novos epis\u00f3dios",
- "HeaderDays": "Dias",
- "HeaderActiveRecordings": "Grava\u00e7\u00f5es ativas",
- "HeaderLatestRecordings": "\u00daltimas Grava\u00e7\u00f5es",
- "HeaderAllRecordings": "Todas as Grava\u00e7\u00f5es",
- "ButtonPlay": "Reproduzir",
- "ButtonEdit": "Editar",
- "ButtonRecord": "Gravar",
- "ButtonDelete": "Remover",
- "ButtonRemove": "Remover",
- "OptionRecordSeries": "Gravar S\u00e9rie",
- "HeaderDetails": "Detalhes",
- "TitleLiveTV": "TV ao Vivo",
- "LabelNumberOfGuideDays": "N\u00famero de dias de informa\u00e7\u00e3o do guia para transferir:",
- "LabelNumberOfGuideDaysHelp": "Transferir mais dias de informa\u00e7\u00e3o do guia permite agendar com maior anteced\u00eancia e ver mais listagens, no entanto ir\u00e1 levar mais tempo a transferir. Se optar que seja Autom\u00e1tico, ser\u00e1 escolhido baseado no n\u00famero de canais.",
- "LabelActiveService": "Ativar Servi\u00e7o:",
- "LabelActiveServiceHelp": "Podem ser instalados m\u00faltiplas extens\u00f5es para TV, mas s\u00f3 pode estar ativo um de cada vez.",
- "OptionAutomatic": "Autom\u00e1tico",
- "LiveTvPluginRequired": "Uma extens\u00e3o de um fornecedor de servi\u00e7o de TV ao Vivo \u00e9 necess\u00e1rio para continuar.",
- "LiveTvPluginRequiredHelp": "Por favor instale uma das nossas extens\u00f5es dispon\u00edveis, como a Next Pvr ou ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Personalizar para o tipo de conte\u00fado:",
- "OptionDownloadThumbImage": "Miniatura",
- "OptionDownloadMenuImage": "Menu",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Caixa",
- "OptionDownloadDiscImage": "Disco",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Traseira",
- "OptionDownloadArtImage": "Arte",
- "OptionDownloadPrimaryImage": "Principal",
- "HeaderFetchImages": "Buscar Imagens:",
- "HeaderImageSettings": "Op\u00e7\u00f5es da Imagem",
- "TabOther": "Outro",
- "LabelMaxBackdropsPerItem": "N\u00famero m\u00e1ximo de imagens de fundo por item:",
- "LabelMaxScreenshotsPerItem": "N\u00famero m\u00e1ximo de imagens de ecr\u00e3 por item:",
- "LabelMinBackdropDownloadWidth": "Transferir Imagens de fundo com o tamanho m\u00ednimo:",
- "LabelMinScreenshotDownloadWidth": "Transferir imagens de ecr\u00e3 com o tamanho m\u00ednimo:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Adicionar",
- "LabelTriggerType": "Tipo do Acionador:",
- "OptionDaily": "Diariamente",
- "OptionWeekly": "Semanalmente",
- "OptionOnInterval": "Num intervalo",
- "OptionOnAppStartup": "Ao iniciar a aplica\u00e7\u00e3o",
- "OptionAfterSystemEvent": "Depois de um evento do sistema",
- "LabelDay": "Dia:",
- "LabelTime": "Tempo:",
- "LabelEvent": "Evento:",
- "OptionWakeFromSleep": "Retomar da suspens\u00e3o",
- "LabelEveryXMinutes": "Todos",
- "HeaderTvTuners": "Sintonizadores",
- "HeaderGallery": "Galeria",
- "HeaderLatestGames": "\u00daltimos Jogos",
- "HeaderRecentlyPlayedGames": "Jogos jogados recentemente",
- "TabGameSystems": "Sistemas de Jogos",
- "TitleMediaLibrary": "Biblioteca Multim\u00e9dia",
- "TabFolders": "Pastas",
- "TabPathSubstitution": "Substitui\u00e7\u00e3o de Localiza\u00e7\u00e3o",
- "LabelSeasonZeroDisplayName": "Nome de apresenta\u00e7\u00e3o da temporada 0:",
- "LabelEnableRealtimeMonitor": "Ativar monitoriza\u00e7\u00e3o em tempo real",
- "LabelEnableRealtimeMonitorHelp": "As altera\u00e7\u00f5es ir\u00e3o ser processadas imediatamente em sistemas de ficheiros suportados.",
- "ButtonScanLibrary": "Analisar Biblioteca",
- "HeaderNumberOfPlayers": "Jogadores:",
- "OptionAnyNumberOfPlayers": "Qualquer",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Pastas Multim\u00e9dia",
- "HeaderThemeVideos": "V\u00eddeos Tem\u00e1ticos",
- "HeaderThemeSongs": "M\u00fasicas Tem\u00e1ticas",
- "HeaderScenes": "Cenas",
- "HeaderAwardsAndReviews": "Pr\u00e9mios e Cr\u00edticas",
- "HeaderSoundtracks": "Banda Sonora",
- "HeaderMusicVideos": "V\u00eddeos de M\u00fasica",
- "HeaderSpecialFeatures": "Extras",
- "HeaderCastCrew": "Elenco e Equipa",
- "HeaderAdditionalParts": "Partes Adicionais",
- "ButtonSplitVersionsApart": "Separar Vers\u00f5es",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Em falta",
- "LabelOffline": "Desconectado",
- "PathSubstitutionHelp": "Substitui\u00e7\u00f5es de localiza\u00e7\u00e3o s\u00e3o usadas para mapear uma localiza\u00e7\u00e3o no servidor que possa ser acedido pelos clientes. Ao permitir o acesso dos clientes ao conte\u00fado multim\u00e9dia no servidor, permite-lhes reproduzir diretamente atrav\u00e9s da rede e evitar o uso de recursos do servidor para fazer stream ou transcodifica\u00e7\u00e3o.",
- "HeaderFrom": "De",
- "HeaderTo": "Para",
- "LabelFrom": "De:",
- "LabelFromHelp": "Exemplo: D:\\Filmes (no servidor)",
- "LabelTo": "Para:",
- "LabelToHelp": "Exemplo: \\\\OMeuServidor\\Filmes (uma localiza\u00e7\u00e3o que os clientes possam aceder)",
- "ButtonAddPathSubstitution": "Adicionar Substitui\u00e7\u00e3o",
- "OptionSpecialEpisode": "Especiais",
- "OptionMissingEpisode": "Epis\u00f3dios em Falta",
- "OptionUnairedEpisode": "Epis\u00f3dios por Estrear",
- "OptionEpisodeSortName": "Nome de Ordena\u00e7\u00e3o do Epis\u00f3dio",
- "OptionSeriesSortName": "Nome da S\u00e9rie",
- "OptionTvdbRating": "Classifica\u00e7\u00e3o no Tvdb",
- "HeaderTranscodingQualityPreference": "Prefer\u00eancia da Qualidade de Transcodifica\u00e7\u00e3o:",
- "OptionAutomaticTranscodingHelp": "O servidor ir\u00e1 decidir a qualidade e a velocidade",
- "OptionHighSpeedTranscodingHelp": "Baixa qualidade mas r\u00e1pida codifica\u00e7\u00e3o",
- "OptionHighQualityTranscodingHelp": "Alta qualidade mas lenta codifica\u00e7\u00e3o",
- "OptionMaxQualityTranscodingHelp": "M\u00e1xima qualidade com codifica\u00e7\u00e3o lenta e utiliza\u00e7\u00e3o do CPU elevada",
- "OptionHighSpeedTranscoding": "Mais alta velocidade",
- "OptionHighQualityTranscoding": "Mais alta qualidade",
- "OptionMaxQualityTranscoding": "M\u00e1xima qualidade",
- "OptionEnableDebugTranscodingLogging": "Ativar log de depura\u00e7\u00e3o da transcodifica\u00e7\u00e3o",
- "OptionEnableDebugTranscodingLoggingHelp": "Ir\u00e1 criar ficheiros log muito grandes e s\u00f3 \u00e9 recomendado para ajudar na resolu\u00e7\u00e3o de problemas.",
- "OptionUpscaling": "Permitir aos clientes solicitar o aumento da resolu\u00e7\u00e3o do v\u00eddeo",
- "OptionUpscalingHelp": "Em alguns casos ir\u00e1 resultar no aumento da qualidade do v\u00eddeo mas ir\u00e1 aumentar a utiliza\u00e7\u00e3o do CPU.",
- "EditCollectionItemsHelp": "Adicione ou remova qualquer filme, s\u00e9rie, \u00e1lbum, livro ou jogo que desejar agrupar dentro desta cole\u00e7\u00e3o.",
- "HeaderAddTitles": "Adicional T\u00edtulos",
- "LabelEnableDlnaPlayTo": "Ativar DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "O Media Browser pode detetar dispositivos dentro da sua rede, dando-lhe a possibilidade de os controlar remotamente.",
- "LabelEnableDlnaDebugLogging": "Ativar log de depura\u00e7\u00e3o do DLNA",
- "LabelEnableDlnaDebugLoggingHelp": "Isto ir\u00e1 criar ficheiros de log grandes e deve ser usado apenas quando \u00e9 necess\u00e1rio para depurar problemas.",
- "LabelEnableDlnaClientDiscoveryInterval": "Intervalo para a descoberta do cliente (segundos)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as procuras SSDP feitas pelo Media Browser.",
- "HeaderCustomDlnaProfiles": "Perfis Personalizados",
- "HeaderSystemDlnaProfiles": "Perfis de Sistema",
- "CustomDlnaProfilesHelp": "Crie um perfil personalizado para um novo dispositivo ou para sobrepor um perfil de sistema.",
- "SystemDlnaProfilesHelp": "Perfis de sistema s\u00e3o apenas de leitura. Mudan\u00e7as a um perfil de sistema ser\u00e3o guardadas num novo perfil personalizado.",
- "TitleDashboard": "Painel Principal",
- "TabHome": "In\u00edcio",
- "TabInfo": "Info",
- "HeaderLinks": "Hiperliga\u00e7\u00f5es",
- "HeaderSystemPaths": "Localiza\u00e7\u00f5es de Sistema",
- "LinkCommunity": "Comunidade",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Documenta\u00e7\u00e3o da API",
- "LabelFriendlyServerName": "Nome amig\u00e1vel do servidor:",
- "LabelFriendlyServerNameHelp": "Ser\u00e1 usado este nome para identificar o servidor. Se n\u00e3o for preenchido, ser\u00e1 usado o nome do computador.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Media Browser \u00e9 um projeto em andamento e ainda n\u00e3o est\u00e1 completo.",
- "LabelReadHowYouCanContribute": "Leia sobre como pode contribuir.",
- "HeaderNewCollection": "Nova Cole\u00e7\u00e3o",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
- "OptionSearchForInternetMetadata": "Procurar na internet por imagens e metadados",
- "ButtonCreate": "Criar",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "N\u00famero da porta da Web socket:",
- "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",
- "TabWeather": "Tempo",
- "TitleAppSettings": "Configura\u00e7\u00f5es da Aplica\u00e7\u00e3o",
- "LabelMinResumePercentage": "Percentagem m\u00ednima para retomar:",
- "LabelMaxResumePercentage": "Percentagem m\u00e1xima para retomar:",
- "LabelMinResumeDuration": "Dura\u00e7\u00e3o m\u00ednima da retoma (segundos):",
- "LabelMinResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados n\u00e3o assistidos se parados antes deste tempo",
- "LabelMaxResumePercentageHelp": "Os t\u00edtulos s\u00e3o considerados totalmente assistidos se parados depois deste tempo",
- "LabelMinResumeDurationHelp": "T\u00edtulos mais curtos que isto n\u00e3o ser\u00e3o retom\u00e1veis",
- "TitleAutoOrganize": "Organiza\u00e7\u00e3o Autom\u00e1tica",
- "TabActivityLog": "Log da Atividade",
- "HeaderName": "Nome",
- "HeaderDate": "Data",
- "HeaderSource": "Origem",
- "HeaderDestination": "Destino",
- "HeaderProgram": "Programa",
- "HeaderClients": "Clientes",
- "LabelCompleted": "Terminado",
- "LabelFailed": "Failed",
- "LabelSkipped": "Ignorado",
- "HeaderEpisodeOrganization": "Organiza\u00e7\u00e3o dos Epis\u00f3dios",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "N\u00famero da temporada:",
- "LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
- "LabelEndingEpisodeNumber": "N\u00famero do epis\u00f3dio final:",
- "LabelEndingEpisodeNumberHelp": "Necess\u00e1rio s\u00f3 para arquivos multi-epis\u00f3dios",
- "HeaderSupportTheTeam": "Apoie a Equipa do Media Browser",
- "LabelSupportAmount": "Quantia (USD)",
- "HeaderSupportTheTeamHelp": "Ajude a garantir o desenvolvimento continuado deste projeto, doando. Uma parte de todas as doa\u00e7\u00f5es ser\u00e1 para contribuir para outras ferramentas gratuitas em que dependemos.",
- "ButtonEnterSupporterKey": "Insira a chave de apoiante",
- "DonationNextStep": "Assim que termine, por favor volte e insira a sua chave de apoiante, a qual ir\u00e1 receber por email.",
- "AutoOrganizeHelp": "O auto-organizar monitoriza as suas pastas de transfer\u00eancias em busca de novos ficheiros e move-os para as suas pastas multim\u00e9dia.",
- "AutoOrganizeTvHelp": "A organiza\u00e7\u00e3o de ficheiros de TV s\u00f3 ir\u00e1 adicionar ficheiros \u00e0s s\u00e9ries existentes. Ela n\u00e3o ir\u00e1 criar novas pastas de s\u00e9ries.",
- "OptionEnableEpisodeOrganization": "Ativar a organiza\u00e7\u00e3o de novos epis\u00f3dios",
- "LabelWatchFolder": "Observar pasta:",
- "LabelWatchFolderHelp": "O servidor ir\u00e1 pesquisar esta pasta durante a tarefa agendada 'Organizar novos ficheiros multim\u00e9dia'.",
- "ButtonViewScheduledTasks": "Ver tarefas agendadas",
- "LabelMinFileSizeForOrganize": "Tamanho m\u00ednimo do ficheiro (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Ficheiros at\u00e9 este tamanho ser\u00e3o ignorados.",
- "LabelSeasonFolderPattern": "Padr\u00e3o da pasta da temporada:",
- "LabelSeasonZeroFolderName": "Nome da pasta da temporada zero:",
- "HeaderEpisodeFilePattern": "Padr\u00e3o do ficheiro de epis\u00f3dio",
- "LabelEpisodePattern": "Padr\u00e3o dos epis\u00f3dios:",
- "LabelMultiEpisodePattern": "Padr\u00e3o de multi-epis\u00f3dios:",
- "HeaderSupportedPatterns": "Padr\u00f5es Suportados",
- "HeaderTerm": "Termo",
- "HeaderPattern": "Padr\u00e3o",
- "HeaderResult": "Resultado",
- "LabelDeleteEmptyFolders": "Remover pastas vazias depois de organizar",
- "LabelDeleteEmptyFoldersHelp": "Ative isto para manter a pasta de downloads limpa.",
- "LabelDeleteLeftOverFiles": "Apagar os ficheiros deixados com as seguintes extens\u00f5es:",
- "LabelDeleteLeftOverFilesHelp": "Separar com ;. Por exemplo: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Sobrepor epis\u00f3dios existentes",
- "LabelTransferMethod": "M\u00e9todo da transfer\u00eancia",
- "OptionCopy": "Copiar",
- "OptionMove": "Mover",
- "LabelTransferMethodHelp": "Copiar ou mover ficheiros da pasta observada",
- "HeaderLatestNews": "\u00daltimas Not\u00edcias",
- "HeaderHelpImproveMediaBrowser": "Ajude a melhorar o Media Browser",
- "HeaderRunningTasks": "Tarefas em Execu\u00e7\u00e3o",
- "HeaderActiveDevices": "Dispositivos Ativos",
- "HeaderPendingInstallations": "Instala\u00e7\u00f5es Pendentes",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Reiniciar Agora",
- "ButtonRestart": "Reiniciar",
- "ButtonShutdown": "Encerrar",
- "ButtonUpdateNow": "Atualizar Agora",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Por favor encerre o servidor e atualize manualmente.",
- "NewServerVersionAvailable": "Est\u00e1 dispon\u00edvel uma nova vers\u00e3o do Media Browser!",
- "ServerUpToDate": "O Media Browser est\u00e1 atualizado",
- "ErrorConnectingToMediaBrowserRepository": "Ocorreu um erro ao conectar ao reposit\u00f3rio remoto do Media Browser.",
- "LabelComponentsUpdated": "Os componentes seguintes foram instalados ou atualizados:",
- "MessagePleaseRestartServerToFinishUpdating": "Por favor reinicie o servidor para terminar a aplica\u00e7\u00e3o das atualiza\u00e7\u00f5es.",
- "LabelDownMixAudioScale": "Escala do aumento de \u00e1udio ao fazer downmix:",
- "LabelDownMixAudioScaleHelp": "Aumentar o \u00e1udio ao fazer downmix. Defina como 1 para preservar o volume original.",
- "ButtonLinkKeys": "Transferir Chave",
- "LabelOldSupporterKey": "Chave de apoiante antiga",
- "LabelNewSupporterKey": "Chave de apoiante nova",
- "HeaderMultipleKeyLinking": "Transferir para Nova Chave",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Endere\u00e7o de email atual",
- "LabelCurrentEmailAddressHelp": "O endere\u00e7o de email atual para o qual a sua nova chave foi enviada.",
- "HeaderForgotKey": "Esqueci a Chave",
- "LabelEmailAddress": "Endere\u00e7o de email",
- "LabelSupporterEmailAddress": "O endere\u00e7o de email que foi usado para comprar a chave.",
- "ButtonRetrieveKey": "Recuperar Chave",
- "LabelSupporterKey": "Chave de Apoiante (colar do email)",
- "LabelSupporterKeyHelp": "Insira a sua chave de apoiante para come\u00e7ar a tirar partido dos benef\u00edcios adicionais que a comunidade desenvolveu para o Media Browser.",
- "MessageInvalidKey": "Chave de apoiante ausente ou inv\u00e1lida",
- "ErrorMessageInvalidKey": "Para registar conte\u00fado premium, voc\u00ea deve ser um apoiante do Media Browser. Por favor, fa\u00e7a uma doa\u00e7\u00e3o e apoie o desenvolvimento cont\u00ednuo do produto. Obrigado.",
- "HeaderDisplaySettings": "Apresentar Configura\u00e7\u00f5es",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "Ativar servidor DLNA",
- "LabelEnableDlnaServerHelp": "Permite aos dispositivos UPnP da sua rede, navegar e reproduzir conte\u00fado do Media Browser.",
- "LabelEnableBlastAliveMessages": "Propagar mensagens de reconhecimento",
- "LabelEnableBlastAliveMessagesHelp": "Ativar isto se o servidor n\u00e3o \u00e9 detetado convenientemente por outros dispositivos UPnP na sua rede.",
- "LabelBlastMessageInterval": "Intervalo das mensagens de reconhecimento (segundos)",
- "LabelBlastMessageIntervalHelp": "Determina a dura\u00e7\u00e3o em segundos entre as mensagens de explora\u00e7\u00e3o enviadas pelo servidor.",
- "LabelDefaultUser": "Utilizador padr\u00e3o:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Op\u00e7\u00f5es do Servidor",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "C\u00f3digo postal dos EUA \/ Cidade, Estado, Pa\u00eds \/ Cidade, Pa\u00eds",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Necessita a inser\u00e7\u00e3o manual de um nome de utilizador para:",
- "HeaderRequireManualLoginHelp": "Quando desativados, os clientes podem mostrar a tela de login com uma sele\u00e7\u00e3o visual de utilizadores.",
- "OptionOtherApps": "Outras apps",
- "OptionMobileApps": "Apps m\u00f3veis"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/ru.json b/MediaBrowser.Server.Implementations/Localization/Server/ru.json
index 9e66fc8fb..bb09da324 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/ru.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/ru.json
@@ -1,6 +1,656 @@
{
- "LabelPublicPort": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430:",
- "LabelPublicPortHelp": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c.",
+ "LabelExit": "\u0412\u044b\u0445\u043e\u0434",
+ "LabelVisitCommunity": "\u041f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435 \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430",
+ "LabelGithub": "\u0420\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 Github",
+ "LabelSwagger": "\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Swagger",
+ "LabelStandard": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442",
+ "LabelApiDocumentation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043f\u043e API",
+ "LabelDeveloperResources": "\u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432",
+ "LabelBrowseLibrary": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
+ "LabelConfigureMediaBrowser": "\u041d\u0430\u0441\u0442\u0440o\u0439\u043a\u0430 Media Browser",
+ "LabelOpenLibraryViewer": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
+ "LabelRestartServer": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
+ "LabelShowLogWindow": "\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u0432 \u043e\u043a\u043d\u0435",
+ "LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
+ "LabelFinish": "\u0413\u043e\u0442\u043e\u0432\u043e",
+ "LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
+ "LabelYoureDone": "\u0412\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438!",
+ "WelcomeToMediaBrowser": "\u0412\u0430\u0441 \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "\u042d\u0442\u043e\u0442 \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u043f\u0440\u043e\u0432\u0435\u0434\u0451\u0442 \u0432\u0430\u0441 \u0447\u0435\u0440\u0435\u0437 \u0432\u0441\u0435 \u0444\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438. \u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a.",
+ "TellUsAboutYourself": "\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043e \u0441\u0435\u0431\u0435",
+ "ButtonQuickStartGuide": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0443",
+ "LabelYourFirstName": "\u0412\u0430\u0448\u0435 \u0438\u043c\u044f:",
+ "MoreUsersCanBeAddedLater": "\u041f\u043e\u0442\u043e\u043c \u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0451 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0447\u0435\u0440\u0435\u0437 \u00ab\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c\u00bb.",
+ "UserProfilesIntro": "\u0412 Media Browser \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0438\u0437 \u043d\u0438\u0445 \u0438\u043c\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u043c.",
+ "LabelWindowsService": "\u0421\u043b\u0443\u0436\u0431\u0430 Windows",
+ "AWindowsServiceHasBeenInstalled": "\u0421\u043b\u0443\u0436\u0431\u0430 Windows \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
+ "WindowsServiceIntro1": "\u041e\u0431\u044b\u0447\u043d\u043e Media Browser Server \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043e \u0437\u043d\u0430\u0447\u043a\u043e\u043c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435, \u043d\u043e \u043f\u0440\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u044b \u0432\u043e \u0444\u043e\u043d\u043e\u0432\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435, \u0432\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0436\u0431\u0430\u043c\u0438 Windows.",
+ "WindowsServiceIntro2": "\u041f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0441\u043b\u0443\u0436\u0431\u044b Windows, \u043f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441\u043e \u0437\u043d\u0430\u0447\u043a\u043e\u043c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u043b\u043e\u0442\u043a\u0435, \u0447\u0442\u043e\u0431\u044b \u0441\u043b\u0443\u0436\u0431\u0430 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0430. \u0421\u043b\u0443\u0436\u0431\u0443 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043d\u0443\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u043f\u0440\u0430\u0432\u0430\u043c\u0438. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u0432 \u0434\u0430\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0436\u0431\u044b, \u0442\u0430\u043a \u0447\u0442\u043e \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u0441\u0438\u0439 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0435 \u0432\u043c\u0435\u0448\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e.",
+ "WizardCompleted": "\u042d\u0442\u043e \u0432\u0441\u0451, \u0447\u0442\u043e \u043d\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u0435\u0439\u0447\u0430\u0441. Media Browser \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435. \u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u0438\u0437 \u043d\u0430\u0448\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <b>\u0413\u043e\u0442\u043e\u0432\u043e<\/b>, \u0447\u0442\u043e\u0431\u044b \u0432\u0438\u0434\u0435\u0442\u044c <b>\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0430<\/b>.",
+ "LabelConfigureSettings": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
+ "LabelEnableVideoImageExtraction": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0430 \u0438\u0437 \u0432\u0438\u0434\u0435\u043e",
+ "VideoImageExtractionHelp": "\u0414\u043b\u044f \u0432\u0438\u0434\u0435\u043e, \u0433\u0434\u0435 \u0435\u0449\u0451 \u200b\u200b\u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432, \u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0435\u0449\u0451 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043a \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438, \u043d\u043e \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0438.",
+ "LabelEnableChapterImageExtractionForMovies": "\u0418\u0437\u0432\u043b\u0435\u043a\u0430\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0441\u0446\u0435\u043d \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u043c\u043e\u0432",
+ "LabelChapterImageExtractionForMoviesHelp": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0435\u043d\u044e \u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0446\u0435\u043d\u044b. \u0414\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c, \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440 \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0433\u0438\u0433\u0430\u0431\u0430\u0439\u0442 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430. \u041e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0430\u043a \u0437\u0430\u0434\u0430\u0447\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u043d\u0430 4:00 \u0443\u0442\u0440\u0430, \u043e\u0434\u043d\u0430\u043a\u043e, \u0435\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u00ab\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430\u00bb. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u0437\u0430\u0434\u0430\u0447\u0443 \u0432 \u0447\u0430\u0441\u044b \u043f\u0438\u043a.",
+ "LabelEnableAutomaticPortMapping": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430 \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430.\u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
+ "HeaderTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 Media Browser",
+ "MessagePleaseAcceptTermsOfService": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u0441 \u0423\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 \u0438 \u041f\u043e\u043b\u0438\u0442\u0438\u043a\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.",
+ "OptionIAcceptTermsOfService": "\u042f \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c \u0441 \u0423\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433",
+ "ButtonPrivacyPolicy": "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438",
+ "ButtonTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433",
+ "HeaderDeveloperOptions": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432",
+ "OptionEnableWebClientResponseCache": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u0438\u043a\u043e\u0432 \u0432\u0435\u0431-\u043a\u043b\u0438\u0435\u043d\u0442\u0430",
+ "OptionDisableForDevelopmentHelp": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u043e\u0435, \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438, \u0432 \u0446\u0435\u043b\u044f\u0445 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u0435\u0431-\u043a\u043b\u0438\u0435\u043d\u0442\u0430.",
+ "OptionEnableWebClientResourceMinification": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044e \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0435\u0431-\u043a\u043b\u0438\u0435\u043d\u0442\u0430",
+ "LabelDashboardSourcePath": "\u041f\u0443\u0442\u044c \u043a \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0443 \u0432\u0435\u0431-\u043a\u043b\u0438\u0435\u043d\u0442\u0430:",
+ "LabelDashboardSourcePathHelp": "\u0415\u0441\u043b\u0438 \u0441\u0435\u0440\u0432\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043e\u0442 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u043a\u043e\u0434\u043e\u0432, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0443\u0442\u044c \u043a \u043f\u0430\u043f\u043a\u0435 dashboard-ui. \u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b \u0432\u0435\u0431-\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0441 \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f.",
+ "ButtonOk": "\u041e\u041a",
+ "ButtonCancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
+ "ButtonNew": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
+ "HeaderTV": "\u0422\u0412",
+ "HeaderAudio": "\u0410\u0443\u0434\u0438\u043e",
+ "HeaderVideo": "\u0412\u0438\u0434\u0435\u043e",
+ "HeaderPaths": "\u041f\u0443\u0442\u0438",
+ "TitleNotifications": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
+ "ButtonDonateWithPayPal": "\u041f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0447\u0435\u0440\u0435\u0437 PayPal",
+ "OptionDetectArchiveFilesAsMedia": "\u0410\u0440\u0445\u0438\u0432\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
+ "OptionDetectArchiveFilesAsMediaHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0444\u0430\u0439\u043b\u044b \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438 .rar \u0438 .zip \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u044b.",
+ "LabelEnterConnectUserName": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u042d-\u043f\u043e\u0447\u0442\u0430",
+ "LabelEnterConnectUserNameHelp": "\u042d\u0442\u043e - \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Media Browser.",
+ "HeaderSyncJobInfo": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
+ "FolderTypeMixed": "\u0420\u0430\u0437\u043d\u043e\u0442\u0438\u043f\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
+ "FolderTypeMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
+ "FolderTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
+ "FolderTypeAdultVideos": "\u0412\u0437\u0440\u043e\u0441\u043b\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "FolderTypePhotos": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438",
+ "FolderTypeMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "FolderTypeHomeVideos": "\u0414\u043e\u043c\u0430\u0448\u043d\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "FolderTypeGames": "\u0418\u0433\u0440\u044b",
+ "FolderTypeBooks": "\u041a\u043d\u0438\u0433\u0438",
+ "FolderTypeTvShows": "\u0422\u0412",
+ "FolderTypeInherit": "\u041d\u0430\u0441\u043b\u0435\u0434\u0443\u0435\u043c\u044b\u0439",
+ "LabelContentType": "\u0422\u0438\u043f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f:",
+ "TitleScheduledTasks": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438",
+ "HeaderSetupLibrary": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
+ "ButtonAddMediaFolder": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0443",
+ "LabelFolderType": "\u0422\u0438\u043f \u043f\u0430\u043f\u043a\u0438:",
+ "ReferToMediaLibraryWiki": "\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0432\u0438\u043a\u0438 \u043f\u043e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435.",
+ "LabelCountry": "\u0421\u0442\u0440\u0430\u043d\u0430:",
+ "LabelLanguage": "\u042f\u0437\u044b\u043a:",
+ "HeaderPreferredMetadataLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445:",
+ "LabelSaveLocalMetadata": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432\u043d\u0443\u0442\u0440\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a",
+ "LabelSaveLocalMetadataHelp": "\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0439 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u0432\u043d\u0443\u0442\u0440\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a, \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432 \u0442\u0430\u043a\u043e\u043c \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438, \u0433\u0434\u0435 \u0438\u0445 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043b\u0435\u0433\u043a\u043e \u043f\u0440\u0430\u0432\u0438\u0442\u044c.",
+ "LabelDownloadInternetMetadata": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430",
+ "LabelDownloadInternetMetadataHelp": "\u0412 Media Browser \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f.",
+ "TabPreferences": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
+ "TabPassword": "\u041f\u0430\u0440\u043e\u043b\u044c",
+ "TabLibraryAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435",
+ "TabAccess": "\u0414\u043e\u0441\u0442\u0443\u043f",
+ "TabImage": "\u0420\u0438\u0441\u0443\u043d\u043e\u043a",
+ "TabProfile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c",
+ "TabMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
+ "TabImages": "\u0420\u0438\u0441\u0443\u043d\u043a\u0438",
+ "TabNotifications": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
+ "TabCollectionTitles": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
+ "HeaderDeviceAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
+ "OptionEnableAccessFromAllDevices": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0441\u043e \u0432\u0441\u0435\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432",
+ "OptionEnableAccessToAllChannels": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a\u043e \u0432\u0441\u0435\u043c \u043a\u0430\u043d\u0430\u043b\u0430\u043c",
+ "DeviceAccessHelp": "\u042d\u0442\u043e \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u044b \u0438 \u043d\u0435 \u043f\u0440\u0435\u043f\u044f\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440. \u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0437\u0430\u043f\u0440\u0435\u0442\u0438\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043f\u043e\u043a\u0430 \u043e\u043d\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u044b \u0442\u0443\u0442.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0441\u0435\u0437\u043e\u043d\u043e\u0432",
+ "LabelUnairedMissingEpisodesWithinSeasons": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0441\u0435\u0437\u043e\u043d\u043e\u0432",
+ "HeaderVideoPlaybackSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e",
+ "HeaderPlaybackSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
+ "LabelAudioLanguagePreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e:",
+ "LabelSubtitleLanguagePreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044f\u0437\u044b\u043a\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432:",
+ "OptionDefaultSubtitles": "\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435",
+ "OptionOnlyForcedSubtitles": "\u0422\u043e\u043b\u044c\u043a\u043e \u0444\u043e\u0440\u0441-\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
+ "OptionAlwaysPlaySubtitles": "\u0412\u0441\u0435\u0433\u0434\u0430 \u0432\u043e\u0441\u043f\u0440-\u0442\u044c \u0441\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438",
+ "OptionNoSubtitles": "\u0411\u0435\u0437 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",
+ "OptionDefaultSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u044f\u0437\u044b\u043a\u0430, \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f, \u0435\u0441\u043b\u0438 \u0430\u0443\u0434\u0438\u043e \u043d\u0430 \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u043c \u044f\u0437\u044b\u043a\u0435.",
+ "OptionOnlyForcedSubtitlesHelp": "\u0411\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043a \u0444\u043e\u0440\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435.",
+ "OptionAlwaysPlaySubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u044f\u0437\u044b\u043a\u0430, \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e.",
+ "OptionNoSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
+ "TabProfiles": "\u041f\u0440\u043e\u0444\u0438\u043b\u0438",
+ "TabSecurity": "\u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c",
+ "ButtonAddUser": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
+ "ButtonAddLocalUser": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
+ "ButtonInviteUser": "\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
+ "ButtonSave": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
+ "ButtonResetPassword": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c",
+ "LabelNewPassword": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",
+ "LabelNewPasswordConfirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
+ "HeaderCreatePassword": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
+ "LabelCurrentPassword": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",
+ "LabelMaxParentalRating": "\u041c\u0430\u043a\u0441. \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u043c\u0430\u044f \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f:",
+ "MaxParentalRatingHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0435\u0439 \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442\u043e \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
+ "LibraryAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u044d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0430\u043f\u043a\u0438 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
+ "ChannelAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u044d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
+ "ButtonDeleteImage": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043e\u043a",
+ "LabelSelectUsers": "\u0412\u044b\u0431\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439:",
+ "ButtonUpload": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
+ "HeaderUploadNewImage": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043d\u043e\u0432\u043e\u0433\u043e \u0440\u0438\u0441\u0443\u043d\u043a\u0430",
+ "LabelDropImageHere": "\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0440\u0438\u0441\u0443\u043d\u043e\u043a \u0441\u044e\u0434\u0430",
+ "ImageUploadAspectRatioHelp": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0441\u0442\u043e\u0440\u043e\u043d - 1:1. \u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e JPG\/PNG.",
+ "MessageNothingHere": "\u0417\u0434\u0435\u0441\u044c \u043d\u0435\u0442 \u043d\u0438\u0447\u0435\u0433\u043e.",
+ "MessagePleaseEnsureInternetMetadata": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430.",
+ "TabSuggested": "\u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c\u043e\u0435",
+ "TabLatest": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435",
+ "TabUpcoming": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u043e\u0435",
+ "TabShows": "\u0426\u0438\u043a\u043b\u044b",
+ "TabEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "TabGenres": "\u0416\u0430\u043d\u0440\u044b",
+ "TabPeople": "\u041b\u044e\u0434\u0438",
+ "TabNetworks": "\u0422\u0435\u043b\u0435\u0441\u0435\u0442\u0438",
+ "HeaderUsers": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438",
+ "HeaderFilters": "\u0424\u0438\u043b\u044c\u0442\u0440\u044b:",
+ "ButtonFilter": "\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c",
+ "OptionFavorite": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435",
+ "OptionLikes": "\u041d\u0440\u0430\u0432\u044f\u0449\u0438\u0435\u0441\u044f",
+ "OptionDislikes": "\u041d\u0435 \u043d\u0440\u0430\u0432\u044f\u0449\u0438\u0435\u0441\u044f",
+ "OptionActors": "\u0410\u043a\u0442\u0451\u0440\u044b",
+ "OptionGuestStars": "\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0451\u043d\u043d\u044b\u0435 \u0430\u043a\u0442\u0451\u0440\u044b",
+ "OptionDirectors": "\u0420\u0435\u0436\u0438\u0441\u0441\u0451\u0440\u044b",
+ "OptionWriters": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0441\u0442\u044b",
+ "OptionProducers": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440\u044b",
+ "HeaderResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u0435",
+ "HeaderNextUp": "\u041e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u0435",
+ "NoNextUpItemsMessage": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0442\u0432 \u0446\u0438\u043a\u043b\u044b!",
+ "HeaderLatestEpisodes": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "HeaderPersonTypes": "\u0422\u0438\u043f\u044b \u043f\u0435\u0440\u0441\u043e\u043d:",
+ "TabSongs": "\u041c\u0435\u043b\u043e\u0434\u0438\u0438",
+ "TabAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u044b",
+ "TabArtists": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
+ "TabAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c\u043d\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
+ "TabMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "ButtonSort": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
+ "HeaderSortBy": "\u0423\u0441\u043b\u043e\u0432\u0438\u0435:",
+ "HeaderSortOrder": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435:",
+ "OptionPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435",
+ "OptionUnplayed": "\u041d\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435",
+ "OptionAscending": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u044e\u0449\u0438\u0439",
+ "OptionDescending": "\u0423\u0431\u044b\u0432\u0430\u044e\u0449\u0438\u0439",
+ "OptionRuntime": "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c",
+ "OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430",
+ "OptionPlayCount": "\u041f\u043e\u0434\u0441\u0447\u0451\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
+ "OptionDatePlayed": "\u0414\u0430\u0442\u0430 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
+ "OptionDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
+ "OptionAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c. \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c",
+ "OptionArtist": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c",
+ "OptionAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c",
+ "OptionTrackName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u0440\u043e\u0436\u043a\u0438",
+ "OptionCommunityRating": "\u041e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430",
+ "OptionNameSort": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
+ "OptionFolderSort": "\u041f\u0430\u043f\u043a\u0438",
+ "OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
+ "OptionRevenue": "\u0412\u044b\u0440\u0443\u0447\u043a\u0430",
+ "OptionPoster": "\u041f\u043e\u0441\u0442\u0435\u0440",
+ "OptionPosterCard": "\u041f\u043e\u0441\u0442\u0435\u0440-\u043a\u0430\u0440\u0442\u0430",
+ "OptionBackdrop": "\u0417\u0430\u0434\u043d\u0438\u043a",
+ "OptionTimeline": "\u0425\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u044f",
+ "OptionThumb": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a",
+ "OptionThumbCard": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a-\u043a\u0430\u0440\u0442\u0430",
+ "OptionBanner": "\u0411\u0430\u043d\u043d\u0435\u0440",
+ "OptionCriticRating": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432",
+ "OptionVideoBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
+ "OptionResumable": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u0435",
+ "ScheduledTasksHelp": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0435\u0433\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435.",
+ "ScheduledTasksTitle": "\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a",
+ "TabMyPlugins": "\u041c\u043e\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b",
+ "TabCatalog": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433",
+ "PluginsTitle": "\u041f\u043b\u0430\u0433\u0438\u043d\u044b",
+ "HeaderAutomaticUpdates": "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
+ "HeaderNowPlaying": " \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u043e\u0435",
+ "HeaderLatestAlbums": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0430\u043b\u044c\u0431\u043e\u043c\u044b",
+ "HeaderLatestSongs": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043c\u0435\u043b\u043e\u0434\u0438\u0438",
+ "HeaderRecentlyPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u043d\u0435\u0434\u0430\u0432\u043d\u043e",
+ "HeaderFrequentlyPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u043e",
+ "DevBuildWarning": "\u0420\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c\u044b\u0435 \u0441\u0431\u043e\u0440\u043a\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u044b\u0440\u044b\u043c\u0438 \u0438 \u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c\u0438. \u0412\u044b\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0447\u0430\u0441\u0442\u043e, \u044d\u0442\u0438 \u0441\u0431\u043e\u0440\u043a\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u043e\u0442\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0434\u043e \u043a\u043e\u043d\u0446\u0430. \u0420\u0430\u0431\u043e\u0442\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0430\u0440\u0438\u0439\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0442\u044c\u0441\u044f, \u0430 \u043c\u043d\u043e\u0433\u0438\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u043c\u043e\u0433\u0443\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441\u043e\u0432\u0441\u0435\u043c.",
+ "LabelVideoType": "\u0422\u0438\u043f \u0432\u0438\u0434\u0435\u043e:",
+ "OptionBluray": "BluRay",
+ "OptionDvd": "DVD",
+ "OptionIso": "ISO",
+ "Option3D": "3D",
+ "LabelFeatures": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b:",
+ "LabelService": "\u0421\u043b\u0443\u0436\u0431\u0430:",
+ "LabelStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435:",
+ "LabelVersion": "\u0412\u0435\u0440\u0441\u0438\u044f:",
+ "LabelLastResult": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:",
+ "OptionHasSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
+ "OptionHasTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
+ "OptionHasThemeSong": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043c\u0435\u043b\u043e\u0434\u0438\u044f",
+ "OptionHasThemeVideo": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "TabMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
+ "TabStudios": "\u0421\u0442\u0443\u0434\u0438\u0438",
+ "TabTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
+ "LabelArtists": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438:",
+ "LabelArtistsHelp": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0439\u0442\u0435, \u043a\u043e\u0433\u0434\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab;\u00bb",
+ "HeaderLatestMovies": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0438\u043b\u044c\u043c\u044b",
+ "HeaderLatestTrailers": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
+ "OptionHasSpecialFeatures": "\u0414\u043e\u043f. \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
+ "OptionImdbRating": "\u041e\u0446\u0435\u043d\u043a\u0430 IMDb",
+ "OptionParentalRating": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
+ "OptionPremiereDate": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0435\u043c\u044c\u0435\u0440\u044b",
+ "TabBasic": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435",
+ "TabAdvanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435",
+ "HeaderStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
+ "OptionContinuing": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442\u0441\u044f",
+ "OptionEnded": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0441\u044f",
+ "HeaderAirDays": "\u0414\u043d\u0438 \u044d\u0444\u0438\u0440\u0430",
+ "OptionSunday": "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435",
+ "OptionMonday": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a",
+ "OptionTuesday": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a",
+ "OptionWednesday": "\u0441\u0440\u0435\u0434\u0430",
+ "OptionThursday": "\u0447\u0435\u0442\u0432\u0435\u0440\u0433",
+ "OptionFriday": "\u043f\u044f\u0442\u043d\u0438\u0446\u0430",
+ "OptionSaturday": "\u0441\u0443\u0431\u0431\u043e\u0442\u0430",
+ "HeaderManagement": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
+ "LabelManagement": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
+ "OptionMissingImdbId": "\u041d\u0435\u0442 IMDb Id",
+ "OptionMissingTvdbId": "\u041d\u0435\u0442 TheTVDB Id",
+ "OptionMissingOverview": "\u041d\u0435\u0442 \u043e\u0431\u0437\u043e\u0440\u0430",
+ "OptionFileMetadataYearMismatch": "\u0420\u0430\u0437\u043d\u044b\u0435 \u0433\u043e\u0434\u044b \u0432\u043e \u0444\u0430\u0439\u043b\u0435\/\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
+ "TabGeneral": "\u041e\u0431\u0449\u0438\u0435",
+ "TitleSupport": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430",
+ "TabLog": "\u0416\u0443\u0440\u043d\u0430\u043b",
+ "TabAbout": "\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435",
+ "TabSupporterKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
+ "TabBecomeSupporter": "\u0421\u0442\u0430\u0442\u044c \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u043c",
+ "MediaBrowserHasCommunity": "\u0423 Media Browser - \u0440\u0430\u0441\u0442\u0443\u0449\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.",
+ "CheckoutKnowledgeBase": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0411\u0430\u0437\u043e\u0439 \u0437\u043d\u0430\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043f\u043e \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u043e\u0442\u0434\u0430\u0447\u0438 \u043e\u0442 Media Browser.",
+ "SearchKnowledgeBase": "\u0418\u0441\u043a\u0430\u0442\u044c \u0432 \u0411\u0430\u0437\u0435 \u0437\u043d\u0430\u043d\u0438\u0439",
+ "VisitTheCommunity": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e",
+ "VisitMediaBrowserWebsite": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u0441\u0430\u0439\u0442 Media Browser",
+ "VisitMediaBrowserWebsiteLong": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0441\u0430\u0439\u0442 Media Browser, \u0447\u0442\u043e\u0431\u044b \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c\u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u044f\u043c\u0438 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u043e\u0441\u0432\u0435\u0434\u043e\u043c\u043b\u0451\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u043e \u0431\u043b\u043e\u0433\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432.",
+ "OptionHideUser": "\u0421\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441 \u044d\u043a\u0440\u0430\u043d\u043e\u0432 \u0432\u0445\u043e\u0434\u0430",
+ "OptionHideUserFromLoginHelp": "\u041f\u043e\u043b\u0435\u0437\u043d\u043e \u043f\u0440\u0438 \u043b\u0438\u0447\u043d\u044b\u0445 \u0438\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0441\u043a\u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043d\u0443\u0436\u043d\u043e \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u0440\u0443\u0447\u043d\u0443\u044e, \u0432\u0432\u0435\u0434\u044f \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c.",
+ "OptionDisableUser": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
+ "OptionDisableUserHelp": "\u041f\u0440\u0438 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438, \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442 \u043b\u044e\u0431\u044b\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0440\u0435\u0437\u043a\u043e \u043e\u0431\u043e\u0440\u0432\u0430\u043d\u044b.",
+ "HeaderAdvancedControl": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
+ "LabelName": "\u0418\u043c\u044f (\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435):",
+ "ButtonHelp": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430",
+ "OptionAllowUserToManageServer": "\u042d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c",
+ "HeaderFeatureAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438",
+ "OptionAllowMediaPlayback": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
+ "OptionAllowBrowsingLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430",
+ "OptionAllowDeleteLibraryContent": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
+ "OptionAllowManageLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0441 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430",
+ "OptionAllowRemoteControlOthers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438",
+ "OptionAllowRemoteSharedDevices": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0431\u0449\u0438\u043c\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438",
+ "OptionAllowRemoteSharedDevicesHelp": "DLNA-\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0431\u0449\u0438\u043c\u0438, \u043f\u043e\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043c\u0438.",
+ "HeaderRemoteControl": "\u0423\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
+ "OptionMissingTmdbId": "\u041d\u0435\u0442 TMDb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "\u041e\u0446\u0435\u043d\u043a\u0430 Metascore",
+ "ButtonSelect": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c",
+ "ButtonGroupVersions": "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0440\u0441\u0438\u0438",
+ "ButtonAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e",
+ "PismoMessage": "Pismo File Mount \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u043e \u043f\u043e\u0434\u0430\u0440\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438.",
+ "TangibleSoftwareMessage": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440\u044b Java\/C# \u043e\u0442 Tangible Solutions \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u043f\u043e \u043f\u043e\u0434\u0430\u0440\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438.",
+ "HeaderCredits": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0441\u0442\u0432\u0430",
+ "PleaseSupportOtherProduces": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0438 \u0438\u043d\u043e\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043c\u044b \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f:",
+ "VersionNumber": "\u0412\u0435\u0440\u0441\u0438\u044f {0}",
+ "TabPaths": "\u041f\u0443\u0442\u0438",
+ "TabServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
+ "TabTranscoding": "\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430",
+ "TitleAdvanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435",
+ "LabelAutomaticUpdateLevel": "\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
+ "OptionRelease": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a",
+ "OptionBeta": "\u0411\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u044f",
+ "OptionDev": "\u0420\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c\u0430\u044f (\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e)",
+ "LabelAllowServerAutoRestart": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439",
+ "LabelAllowServerAutoRestartHelp": "\u0421\u0435\u0440\u0432\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043f\u0435\u0440\u0438\u043e\u0434\u044b \u043f\u0440\u043e\u0441\u0442\u043e\u044f, \u043a\u043e\u0433\u0434\u0430 \u043d\u0438\u043a\u0430\u043a\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u044b.",
+ "LabelEnableDebugLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
+ "LabelRunServerAtStartup": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
+ "LabelRunServerAtStartupHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u0442\u0430\u0440\u0442\u0430 Windows. \u0414\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043b\u0443\u0436\u0431\u044b Windows, \u0441\u043d\u0438\u043c\u0438\u0442\u0435 \u0444\u043b\u0430\u0436\u043e\u043a \u0438 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u043b\u0443\u0436\u0431\u0443 \u0438\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f Windows. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0438\u0445 \u0432\u043c\u0435\u0441\u0442\u0435, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u043b\u043e\u0442\u043a\u0435 \u0434\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043b\u0443\u0436\u0431\u044b.",
+ "ButtonSelectDirectory": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433",
+ "LabelCustomPaths": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u043f\u0443\u0442\u0438 \u043f\u043e \u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043c. \u041e\u0441\u0442\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u043f\u043e\u043b\u044f \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435.",
+ "LabelCachePath": "\u041f\u0443\u0442\u044c \u043a\u043e \u043a\u0435\u0448\u0443:",
+ "LabelCachePathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u043a\u044d\u0448\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432.",
+ "LabelImagesByNamePath": "\u041f\u0443\u0442\u044c \u043a \u0440\u0438\u0441\u0443\u043d\u043a\u0430\u043c \u0447\u0435\u0440\u0435\u0437 \u0438\u043c\u044f:",
+ "LabelImagesByNamePathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0430\u043a\u0442\u0451\u0440\u043e\u0432, \u0436\u0430\u043d\u0440\u043e\u0432 \u0438 \u0441\u0442\u0443\u0434\u0438\u0439.",
+ "LabelMetadataPath": "\u041f\u0443\u0442\u044c \u043a \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u043c:",
+ "LabelMetadataPathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0439 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043d\u0435 \u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a.",
+ "LabelTranscodingTempPath": "\u041f\u0443\u0442\u044c \u043a\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u0444\u0430\u0439\u043b\u0430\u043c \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438:",
+ "LabelTranscodingTempPathHelp": "\u0412 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044f \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0444\u0430\u0439\u043b\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u0443\u0442\u044c, \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0430\u043f\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.",
+ "TabBasics": "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435",
+ "TabTV": "\u0422\u0412",
+ "TabGames": "\u0418\u0433\u0440\u044b",
+ "TabMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
+ "TabOthers": "\u0414\u0440\u0443\u0433\u0438\u0435",
+ "HeaderExtractChapterImagesFor": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u0434\u043b\u044f:",
+ "OptionMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
+ "OptionEpisodes": "\u0422\u0412 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "OptionOtherVideos": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "TitleMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
+ "LabelAutomaticUpdates": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
+ "LabelAutomaticUpdatesTmdb": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441 TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441 TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 fanart.tv. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
+ "LabelAutomaticUpdatesTmdbHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 TheMovieDB.org. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
+ "LabelAutomaticUpdatesTvdbHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 TheTVDB.com. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
+ "LabelFanartApiKey": "\u041b\u0438\u0447\u043d\u044b\u0439 api-\u043a\u043b\u044e\u0447:",
+ "LabelFanartApiKeyHelp": "\u0417\u0430\u043f\u0440\u043e\u0441\u044b \u043a Fanart \u0431\u0435\u0437 \u043b\u0438\u0447\u043d\u043e\u0433\u043e API-\u043a\u043b\u044e\u0447\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u044b \u0441\u0432\u044b\u0448\u0435 7 \u0434\u043d\u0435\u0439 \u043d\u0430\u0437\u0430\u0434. \u0421 \u043b\u0438\u0447\u043d\u044b\u043c API-\u043a\u043b\u044e\u0447\u043e\u043c - \u0441\u0440\u043e\u043a \u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442\u0441\u044f \u0434\u043e 48 \u0447\u0430\u0441\u043e\u0432, \u0430 \u0435\u0441\u043b\u0438 \u0432\u044b \u0442\u0430\u043a\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c VIP-\u0447\u043b\u0435\u043d\u043e\u043c Fanart, \u0442\u043e \u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u0441\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0447\u0442\u0438 \u0434\u043e 10 \u043c\u0438\u043d\u0443\u0442.",
+ "ExtractChapterImagesHelp": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0435\u043d\u044e \u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0446\u0435\u043d\u044b. \u0414\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c, \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440 \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0433\u0438\u0433\u0430\u0431\u0430\u0439\u0442 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430. \u041e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043f\u0440\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0438 \u043d\u043e\u0432\u044b\u0445 \u0432\u0438\u0434\u0435\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435, \u043a\u0430\u043a \u0437\u0430\u0434\u0430\u0447\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u043d\u0430 4:00 \u0443\u0442\u0440\u0430. \u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u00ab\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430\u00bb. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u0437\u0430\u0434\u0430\u0447\u0443 \u0432 \u0447\u0430\u0441\u044b \u043f\u0438\u043a.",
+ "LabelMetadataDownloadLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e:",
+ "ButtonAutoScroll": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0443",
+ "LabelImageSavingConvention": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432:",
+ "LabelImageSavingConventionHelp": "\u0412 Media Browser \u043f\u0440\u0438\u0437\u043d\u0430\u044e\u0442\u0441\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0438\u0437 \u0441\u0430\u043c\u044b\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439. \u0412\u044b\u0431\u043e\u0440 \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u044b\u043c \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0435\u0449\u0451 \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432.",
+ "OptionImageSavingCompatible": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 - MB2",
+ "ButtonSignIn": "\u0412\u043e\u0439\u0442\u0438",
+ "TitleSignIn": "\u0412\u0445\u043e\u0434",
+ "HeaderPleaseSignIn": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0445\u043e\u0434",
+ "LabelUser": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c:",
+ "LabelPassword": "\u041f\u0430\u0440\u043e\u043b\u044c:",
+ "ButtonManualLogin": "\u0412\u043e\u0439\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443\u044e",
+ "PasswordLocalhostMessage": "\u041f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u043e\u0441\u0442\u0430.",
+ "TabGuide": "\u0413\u0438\u0434",
+ "TabChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
+ "TabCollections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
+ "HeaderChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
+ "TabRecordings": "\u0417\u0430\u043f\u0438\u0441\u0438",
+ "TabScheduled": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u043e\u0435",
+ "TabSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u044b",
+ "TabFavorites": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435",
+ "TabMyLibrary": "\u041c\u043e\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430",
+ "ButtonCancelRecording": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",
+ "HeaderPrePostPadding": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f\/\u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0438",
+ "LabelPrePaddingMinutes": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430, \u043c\u0438\u043d:",
+ "OptionPrePaddingRequired": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u043d\u0438\u044f.",
+ "LabelPostPaddingMinutes": "\u041a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430, \u043c\u0438\u043d:",
+ "OptionPostPaddingRequired": "\u041a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u043d\u0438\u044f.",
+ "HeaderWhatsOnTV": "\u0412 \u044d\u0444\u0438\u0440\u0435",
+ "HeaderUpcomingTV": "\u0421\u043a\u043e\u0440\u043e",
+ "TabStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
+ "TabSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
+ "ButtonRefreshGuideData": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0433\u0438\u0434\u0430",
+ "ButtonRefresh": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c",
+ "ButtonAdvancedRefresh": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e",
+ "OptionPriority": "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442",
+ "OptionRecordOnAllChannels": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0441\u043e \u0432\u0441\u0435\u0445 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
+ "OptionRecordAnytime": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f",
+ "OptionRecordOnlyNewEpisodes": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "HeaderDays": "\u0414\u043d\u0438",
+ "HeaderActiveRecordings": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
+ "HeaderLatestRecordings": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
+ "HeaderAllRecordings": "\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
+ "ButtonPlay": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438",
+ "ButtonEdit": "\u041f\u0440\u0430\u0432\u0438\u0442\u044c",
+ "ButtonRecord": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c",
+ "ButtonDelete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
+ "ButtonRemove": "\u0418\u0437\u044a\u044f\u0442\u044c",
+ "OptionRecordSeries": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0435\u0440\u0438\u0430\u043b",
+ "HeaderDetails": "\u0414\u0435\u0442\u0430\u043b\u0438",
+ "TitleLiveTV": "\u0422\u0412-\u044d\u0444\u0438\u0440",
+ "LabelNumberOfGuideDays": "\u0427\u0438\u0441\u043b\u043e \u0434\u043d\u0435\u0439 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0438\u0434\u0430:",
+ "LabelNumberOfGuideDaysHelp": "\u0427\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0434\u043d\u0435\u0439, \u0442\u0435\u043c \u0446\u0435\u043d\u043d\u0435\u0435 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0438\u0434\u0430, \u0434\u0430\u0432\u0430\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0440\u0430\u043d\u043d\u0435\u0433\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0447, \u043d\u043e \u044d\u0442\u043e \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u043e\u0434\u043b\u044f\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443. \u041f\u0440\u0438 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab\u0410\u0432\u0442\u043e\u00bb \u0432\u044b\u0431\u043e\u0440 \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043a\u0430\u043d\u0430\u043b\u043e\u0432.",
+ "LabelActiveService": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u043b\u0443\u0436\u0431\u0430:",
+ "LabelActiveServiceHelp": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u044d\u0444\u0438\u0440\u043d\u043e\u0433\u043e \u0442\u0432, \u043d\u043e \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0438\u0437 \u043d\u0438\u0445.",
+ "OptionAutomatic": "\u0410\u0432\u0442\u043e",
+ "LiveTvPluginRequired": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d-\u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043b\u0443\u0433 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430.",
+ "LiveTvPluginRequiredHelp": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043e\u0434\u0438\u043d \u0438\u0437 \u0438\u043c\u0435\u044e\u0449\u0438\u0445\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, NextPVR \u0438\u043b\u0438 ServerWMC.",
+ "LabelCustomizeOptionsPerMediaType": "\u041f\u043e\u0434\u0433\u043e\u043d\u043a\u0430 \u043f\u043e \u0442\u0438\u043f\u0443 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445:",
+ "OptionDownloadThumbImage": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a",
+ "OptionDownloadMenuImage": "\u041c\u0435\u043d\u044e",
+ "OptionDownloadLogoImage": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
+ "OptionDownloadBoxImage": "\u041a\u043e\u0440\u043e\u0431\u043a\u0430",
+ "OptionDownloadDiscImage": "\u0414\u0438\u0441\u043a",
+ "OptionDownloadBannerImage": "\u0411\u0430\u043d\u043d\u0435\u0440",
+ "OptionDownloadBackImage": "\u0421\u043f\u0438\u043d\u043a\u0430",
+ "OptionDownloadArtImage": "\u0412\u0438\u043d\u044c\u0435\u0442\u043a\u0430",
+ "OptionDownloadPrimaryImage": "\u041f\u0435\u0440\u0432\u0438\u0447\u043d\u044b\u0439",
+ "HeaderFetchImages": "\u041e\u0442\u0431\u043e\u0440\u043a\u0430 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432:",
+ "HeaderImageSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432",
+ "TabOther": "\u0414\u0440\u0443\u0433\u0438\u0435",
+ "LabelMaxBackdropsPerItem": "\u041c\u0430\u043a\u0441. \u0447\u0438\u0441\u043b\u043e \u0437\u0430\u0434\u043d\u0438\u043a\u043e\u0432 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442:",
+ "LabelMaxScreenshotsPerItem": "\u041c\u0430\u043a\u0441. \u0447\u0438\u0441\u043b\u043e \u0441\u043d\u0438\u043c\u043a\u043e\u0432 \u044d\u043a\u0440\u0430\u043d\u0430 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442:",
+ "LabelMinBackdropDownloadWidth": "\u041c\u0438\u043d. \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u0430\u0434\u043d\u0438\u043a\u0430:",
+ "LabelMinScreenshotDownloadWidth": "\u041c\u0438\u043d. \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0441\u043d\u0438\u043c\u043a\u0430 \u044d\u043a\u0440\u0430\u043d\u0430:",
+ "ButtonAddScheduledTaskTrigger": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0440\u0438\u0433\u0433\u0435\u0440",
+ "HeaderAddScheduledTaskTrigger": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
+ "ButtonAdd": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",
+ "LabelTriggerType": "\u0422\u0438\u043f \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430:",
+ "OptionDaily": "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e",
+ "OptionWeekly": "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e",
+ "OptionOnInterval": "\u0412 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435",
+ "OptionOnAppStartup": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
+ "OptionAfterSystemEvent": "\u041f\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u0441\u043e\u0431\u044b\u0442\u0438\u044e",
+ "LabelDay": "\u0414\u0435\u043d\u044c:",
+ "LabelTime": "\u0412\u0440\u0435\u043c\u044f:",
+ "LabelEvent": "\u0421\u043e\u0431\u044b\u0442\u0438\u0435:",
+ "OptionWakeFromSleep": "\u0412\u044b\u0445\u043e\u0434 \u0438\u0437 \u0441\u043f\u044f\u0449\u0435\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430",
+ "LabelEveryXMinutes": "\u041a\u0430\u0436\u0434\u044b\u0435:",
+ "HeaderTvTuners": "\u0422\u044e\u043d\u0435\u0440\u044b",
+ "HeaderGallery": "\u0413\u0430\u043b\u0435\u0440\u0435\u044f",
+ "HeaderLatestGames": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0438\u0433\u0440\u044b",
+ "HeaderRecentlyPlayedGames": "C\u044b\u0433\u0440\u0430\u043d\u043d\u044b\u0435 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0438\u0433\u0440\u044b",
+ "TabGameSystems": "\u0418\u0433\u0440\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
+ "TitleMediaLibrary": "\u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430",
+ "TabFolders": "\u041f\u0430\u043f\u043a\u0438",
+ "TabPathSubstitution": "\u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0443\u0442\u0435\u0439",
+ "LabelSeasonZeroDisplayName": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0437\u043e\u043d\u0430 0:",
+ "LabelEnableRealtimeMonitor": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
+ "LabelEnableRealtimeMonitorHelp": "\u0412 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u0437\u0430\u043c\u0435\u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e.",
+ "ButtonScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443",
+ "HeaderNumberOfPlayers": "\u0418\u0433\u0440\u043e\u043a\u0438:",
+ "OptionAnyNumberOfPlayers": "\u041b\u044e\u0431\u044b\u0435",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438",
+ "HeaderThemeVideos": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "HeaderThemeSongs": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043c\u0435\u043b\u043e\u0434\u0438\u0438",
+ "HeaderScenes": "\u0421\u0446\u0435\u043d\u044b",
+ "HeaderAwardsAndReviews": "\u041f\u0440\u0438\u0437\u044b \u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0438",
+ "HeaderSoundtracks": "\u0421\u0430\u0443\u043d\u0434\u0442\u0440\u0435\u043a\u0438",
+ "HeaderMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
+ "HeaderSpecialFeatures": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
+ "HeaderCastCrew": "\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u0441\u044a\u0451\u043c\u043e\u043a",
+ "HeaderAdditionalParts": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0447\u0430\u0441\u0442\u0438",
+ "ButtonSplitVersionsApart": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u0432\u0435\u0440\u0441\u0438\u0438 \u0432\u0440\u043e\u0437\u044c",
+ "ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
+ "LabelMissing": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
+ "LabelOffline": "\u0410\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e",
+ "PathSubstitutionHelp": "\u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0443\u0442\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0443\u0442\u0438 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u0441 \u043f\u0443\u0442\u0451\u043c, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f. \u041f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435, \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0438\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u043f\u043e \u0441\u0435\u0442\u0438, \u0438 \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u043d\u0430 \u0438\u0445 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443.",
+ "HeaderFrom": "\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435",
+ "HeaderTo": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435",
+ "LabelFrom": "\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435:",
+ "LabelFromHelp": "\u041f\u0440\u0438\u043c\u0435\u0440: D:\\Movies (\u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435)",
+ "LabelTo": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435:",
+ "LabelToHelp": "\u041f\u0440\u0438\u043c\u0435\u0440: \\\\MyServer\\Movies (\u043f\u0443\u0442\u044c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c)",
+ "ButtonAddPathSubstitution": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438",
+ "OptionSpecialEpisode": "\u0421\u043f\u0435\u0446\u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "OptionMissingEpisode": "\u041d\u0435\u0442 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
+ "OptionUnairedEpisode": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "OptionEpisodeSortName": "\u0421\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
+ "OptionSeriesSortName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u0430",
+ "OptionTvdbRating": "\u041e\u0446\u0435\u043d\u043a\u0430 TVDb",
+ "HeaderTranscodingQualityPreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438:",
+ "OptionAutomaticTranscodingHelp": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0438 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0431\u0443\u0434\u0443\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c\u0441\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c",
+ "OptionHighSpeedTranscodingHelp": "\u0411\u043e\u043b\u0435\u0435 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e, \u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u0431\u044b\u0441\u0442\u0440\u043e\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
+ "OptionHighQualityTranscodingHelp": "\u0411\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e, \u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
+ "OptionMaxQualityTranscodingHelp": "\u041d\u0430\u0438\u0443\u0447\u0448\u0435\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441 \u0431\u043e\u043b\u0435\u0435 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u043c, \u0438 \u0432\u044b\u0441\u043e\u043a\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430",
+ "OptionHighSpeedTranscoding": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u044b\u0448\u0435",
+ "OptionHighQualityTranscoding": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u0448\u0435",
+ "OptionMaxQualityTranscoding": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e",
+ "OptionEnableDebugTranscodingLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
+ "OptionEnableDebugTranscodingLoggingHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0444\u0430\u0439\u043b\u044b \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430, \u0430 \u044d\u0442\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0438\u043b\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a.",
+ "OptionUpscaling": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0437\u0430\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e",
+ "OptionUpscalingHelp": "\u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445, \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0441\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430.",
+ "EditCollectionItemsHelp": "\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0438\u043b\u0438 \u0438\u0437\u044b\u043c\u0438\u0442\u0435 \u043b\u044e\u0431\u044b\u0435 \u0444\u0438\u043b\u044c\u043c\u044b, \u0441\u0435\u0440\u0438\u0430\u043b\u044b, \u0430\u043b\u044c\u0431\u043e\u043c\u044b, \u043a\u043d\u0438\u0433\u0438 \u0438\u043b\u0438 \u0438\u0433\u0440\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0438 \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
+ "HeaderAddTitles": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
+ "LabelEnableDlnaPlayTo": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c DLNA-\u0444\u0443\u043d\u043a\u0446\u0438\u044e \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u041d\u0430",
+ "LabelEnableDlnaPlayToHelp": "\u0412 Media Browser \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0442\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432\u043d\u0443\u0442\u0440\u0438 \u0441\u0435\u0442\u0438, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u0430\u0451\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043c\u0438.",
+ "LabelEnableDlnaDebugLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 DLNA \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
+ "LabelEnableDlnaDebugLoggingHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0444\u0430\u0439\u043b\u044b \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430, \u0430 \u044d\u0442\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0438\u043b\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a.",
+ "LabelEnableDlnaClientDiscoveryInterval": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432, \u0441",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u043c\u0435\u0436\u0434\u0443 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u043c\u0438 SSDP-\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043c\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u043c\u0438 Media Browser.",
+ "HeaderCustomDlnaProfiles": "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438",
+ "HeaderSystemDlnaProfiles": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438",
+ "CustomDlnaProfilesHelp": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c, \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c.",
+ "SystemDlnaProfilesHelp": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0444\u0438\u043b\u044e \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b \u0432 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u0435.",
+ "TitleDashboard": "\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c",
+ "TabHome": "\u0413\u043b\u0430\u0432\u043d\u043e\u0435",
+ "TabInfo": "\u0421\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
+ "HeaderLinks": "\u0421\u0441\u044b\u043b\u043a\u0438",
+ "HeaderSystemPaths": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0443\u0442\u0438",
+ "LinkCommunity": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e",
+ "LinkGithub": "\u0420\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043f\u043e API",
+ "LabelFriendlyServerName": "\u041f\u043e\u043d\u044f\u0442\u043d\u043e\u0435 \u0438\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430:",
+ "LabelFriendlyServerNameHelp": "\u0414\u0430\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430. \u0415\u0441\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0438\u043c\u044f \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430.",
+ "LabelPreferredDisplayLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
+ "LabelPreferredDisplayLanguageHelp": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 Media Browser \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c \u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u043c\u0441\u044f \u0432 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0438 \u0438 \u0432\u0441\u0451 \u0435\u0449\u0451 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d.",
+ "LabelReadHowYouCanContribute": "\u0427\u0438\u0442\u0430\u0439\u0442\u0435 \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0432\u043d\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434.",
+ "HeaderNewCollection": "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f",
+ "HeaderAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e",
+ "ButtonSubmit": "\u0412\u043d\u0435\u0441\u0442\u0438",
+ "NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)",
+ "OptionSearchForInternetMetadata": "\u0418\u0441\u043a\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
+ "ButtonCreate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
+ "LabelCustomCss": "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 css:",
+ "LabelCustomCssHelp": "\u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0439\u0442\u0435 \u0441\u0432\u043e\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 css \u043a \u0432\u0435\u0431-\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443.",
+ "LabelLocalHttpServerPortNumber": "\u041d\u043e\u043c\u0435\u0440 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 http:",
+ "LabelLocalHttpServerPortNumberHelp": "TCP-\u043f\u043e\u0440\u0442, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 HTTP-\u0441\u0435\u0440\u0432\u0435\u0440 Media Browser \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0443.",
+ "LabelPublicHttpPort": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 http:",
+ "LabelPublicHttpPortHelp": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c http-\u043f\u043e\u0440\u0442\u043e\u043c.",
+ "LabelPublicHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 https:",
+ "LabelPublicHttpsPortHelp": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c https-\u043f\u043e\u0440\u0442\u043e\u043c.",
+ "LabelEnableHttps": "\u0412\u044b\u0434\u0430\u0432\u0430\u0442\u044c https \u043a\u0430\u043a \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0430\u0434\u0440\u0435\u0441",
+ "LabelEnableHttpsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0441\u0435\u0440\u0432\u0435\u0440 \u0432\u044b\u0434\u0430\u0441\u0442 https url \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c, \u043a\u0430\u043a \u0435\u0433\u043e \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0430\u0434\u0440\u0435\u0441. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0435\u0449\u0451 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b https.",
+ "LabelHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 https:",
+ "LabelHttpsPortHelp": "\u041d\u043e\u043c\u0435\u0440 tcp-\u043f\u043e\u0440\u0442\u0430, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 https-\u0441\u0435\u0440\u0432\u0435\u0440 Media Browser \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d.",
+ "LabelWebSocketPortNumber": "\u041d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430 \u0432\u0435\u0431-\u0441\u043e\u043a\u0435\u0442\u0430:",
+ "LabelEnableAutomaticPortMap": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
+ "LabelEnableAutomaticPortMapHelp": "\u041f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c \u0447\u0435\u0440\u0435\u0437 UPnP. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
+ "LabelExternalDDNS": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 WAN-\u0430\u0434\u0440\u0435\u0441:",
+ "LabelExternalDDNSHelp": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 DNS, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c. \u042d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438 Media Browser \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438. \u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u0443\u0441\u0442\u044b\u043c \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f.",
+ "TabResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435",
+ "TabWeather": "\u041f\u043e\u0433\u043e\u0434\u0430",
+ "TitleAppSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
+ "LabelMinResumePercentage": "\u041c\u0438\u043d. \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
+ "LabelMaxResumePercentage": "\u041c\u0430\u043a\u0441. \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
+ "LabelMinResumeDuration": "\u041c\u0438\u043d. \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, \u0441:",
+ "LabelMinResumePercentageHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043d\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u043c\u0438, \u043f\u0440\u0438 \u0441\u0442\u043e\u043f\u0435 \u0434\u043e \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430",
+ "LabelMaxResumePercentageHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e, \u043f\u0440\u0438 \u0441\u0442\u043e\u043f\u0435 \u043f\u043e\u0441\u043b\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430",
+ "LabelMinResumeDurationHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u043c\u0438 \u043f\u0440\u0438 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043c\u0435\u043d\u0435\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e",
+ "TitleAutoOrganize": "\u0410\u0432\u0442\u043e\u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
+ "TabActivityLog": "\u0416\u0443\u0440\u043d\u0430\u043b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
+ "HeaderName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
+ "HeaderDate": "\u0414\u0430\u0442\u0430",
+ "HeaderSource": "\u041e\u0442\u043a\u0443\u0434\u0430",
+ "HeaderDestination": "\u041a\u0443\u0434\u0430",
+ "HeaderProgram": "\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430",
+ "HeaderClients": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b",
+ "LabelCompleted": "\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e",
+ "LabelFailed": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u043e",
+ "LabelSkipped": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043e",
+ "HeaderEpisodeOrganization": "\u0420\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
+ "LabelSeries": "\u0421\u0435\u0440\u0438\u0430\u043b:",
+ "LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:",
+ "LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
+ "LabelEndingEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0433\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
+ "LabelEndingEpisodeNumberHelp": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
+ "HeaderSupportTheTeam": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0434\u043b\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b Media Browser",
+ "LabelSupportAmount": "\u0421\u0443\u043c\u043c\u0430 (USD)",
+ "HeaderSupportTheTeamHelp": "\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u0438 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430. \u0427\u0430\u0441\u0442\u044c \u0432\u0441\u0435\u0445 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0439 \u0431\u0443\u0434\u0435\u0442 \u0432\u043b\u043e\u0436\u0435\u043d\u0430 \u0432 \u0438\u043d\u043e\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043c\u044b \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u043c.",
+ "ButtonEnterSupporterKey": "\u0412\u0432\u0435\u0441\u0442\u0438 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
+ "DonationNextStep": "\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c, \u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043f\u043e \u042d-\u043f\u043e\u0447\u0442\u0435.",
+ "AutoOrganizeHelp": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u0430\u0432\u0442\u043e\u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043d\u043e\u0432\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432, \u0438 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442 \u0438\u0445 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445.",
+ "AutoOrganizeTvHelp": "\u041f\u0440\u0438 \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0422\u0412-\u0444\u0430\u0439\u043b\u043e\u0432, \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u044b. \u041f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u043d\u043e\u0432\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f.",
+ "OptionEnableEpisodeOrganization": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044e \u043d\u043e\u0432\u044b\u0445 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
+ "LabelWatchFolder": "\u041f\u0430\u043f\u043a\u0430 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f:",
+ "LabelWatchFolderHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043e\u043f\u0440\u043e\u0441 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0438 \u0432 \u0445\u043e\u0434\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0438 \u00ab\u0420\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u043e\u0432\u00bb.",
+ "ButtonViewScheduledTasks": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438",
+ "LabelMinFileSizeForOrganize": "\u041c\u0438\u043d. \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430, \u041c\u0411:",
+ "LabelMinFileSizeForOrganizeHelp": "\u0411\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0444\u0430\u0439\u043b\u044b \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u043c \u043c\u0435\u043d\u0435\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e.",
+ "LabelSeasonFolderPattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u043f\u0430\u043f\u043a\u0438 \u0441\u0435\u0437\u043e\u043d\u0430:",
+ "LabelSeasonZeroFolderName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 \u043d\u0443\u043b\u0435\u0432\u043e\u0433\u043e \u0441\u0435\u0437\u043e\u043d\u0430:",
+ "HeaderEpisodeFilePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0444\u0430\u0439\u043b\u0430 \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
+ "LabelEpisodePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0434\u043b\u044f \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
+ "LabelMultiEpisodePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0434\u043b\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432:",
+ "HeaderSupportedPatterns": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u044b",
+ "HeaderTerm": "\u0412\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
+ "HeaderPattern": "\u0428\u0430\u0431\u043b\u043e\u043d",
+ "HeaderResult": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442",
+ "LabelDeleteEmptyFolders": "\u0423\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u0441\u043b\u0435 \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
+ "LabelDeleteEmptyFoldersHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0447\u0438\u0441\u0442\u044b\u043c.",
+ "LabelDeleteLeftOverFiles": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0445\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0441\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438:",
+ "LabelDeleteLeftOverFilesHelp": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0439\u0442\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab;\u00bb. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
+ "LabelTransferMethod": "\u041c\u0435\u0442\u043e\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430",
+ "OptionCopy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
+ "OptionMove": "\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435",
+ "LabelTransferMethodHelp": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
+ "HeaderLatestNews": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438",
+ "HeaderHelpImproveMediaBrowser": "\u041f\u043e\u043c\u043e\u0449\u044c \u0432 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0438 Media Browser",
+ "HeaderRunningTasks": "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0437\u0430\u0434\u0430\u0447\u0438",
+ "HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
+ "HeaderPendingInstallations": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438",
+ "HeaderServerInformation": "\u0421\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0435",
+ "ButtonRestartNow": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e",
+ "ButtonRestart": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c",
+ "ButtonShutdown": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443",
+ "ButtonUpdateNow": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e",
+ "TabHosting": "\u0425\u043e\u0441\u0442\u0438\u043d\u0433",
+ "PleaseUpdateManually": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.",
+ "NewServerVersionAvailable": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Media Browser Server!",
+ "ServerUpToDate": "Media Browser Server - \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d",
+ "ErrorConnectingToMediaBrowserRepository": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043a \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044e Media Browser.",
+ "LabelComponentsUpdated": "\u0411\u044b\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b:",
+ "MessagePleaseRestartServerToFinishUpdating": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439.",
+ "LabelDownMixAudioScale": "\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u044f \u043f\u0440\u0438 \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0449\u0435\u043c \u043c\u0438\u043a\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438:",
+ "LabelDownMixAudioScaleHelp": "\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0432\u0443\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0449\u0435\u043c \u043c\u0438\u043a\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 1, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0443\u0440\u043e\u0432\u043d\u044f.",
+ "ButtonLinkKeys": "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u043a\u043b\u044e\u0447",
+ "LabelOldSupporterKey": "\u0421\u0442\u0430\u0440\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
+ "LabelNewSupporterKey": "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
+ "HeaderMultipleKeyLinking": "\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a \u043d\u043e\u0432\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0443",
+ "MultipleKeyLinkingHelp": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0434\u0430\u043d\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u043e\u0439, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043e \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 \u043a \u043d\u043e\u0432\u043e\u043c\u0443.",
+ "LabelCurrentEmailAddress": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b",
+ "LabelCurrentEmailAddressHelp": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b\u043b \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447.",
+ "HeaderForgotKey": "\u0417\u0430\u0431\u044b\u043b\u0438 \u043a\u043b\u044e\u0447?",
+ "LabelEmailAddress": "\u0410\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b",
+ "LabelSupporterEmailAddress": "\u0410\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b\u043b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f \u043a\u043b\u044e\u0447\u0430.",
+ "ButtonRetrieveKey": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043b\u044e\u0447",
+ "LabelSupporterKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430 (\u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437 \u043f\u0438\u0441\u044c\u043c\u0430 \u043f\u043e \u042d-\u043f\u043e\u0447\u0442\u0435)",
+ "LabelSupporterKeyHelp": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u043b\u044f Media Browser.",
+ "MessageInvalidKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c.",
+ "ErrorMessageInvalidKey": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0442\u0430\u043a\u0436\u0435 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u043c Media Browser. \u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0443\u044e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043e\u0441\u043d\u043e\u0432\u043e\u043f\u043e\u043b\u0430\u0433\u0430\u044e\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430.",
+ "HeaderDisplaySettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
+ "TabPlayTo": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u041d\u0430",
+ "LabelEnableDlnaServer": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c DLNA-\u0441\u0435\u0440\u0432\u0435\u0440",
+ "LabelEnableDlnaServerHelp": "UPnP-\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c \u0432 \u0441\u0435\u0442\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f Media Browser.",
+ "LabelEnableBlastAliveMessages": "\u0411\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438",
+ "LabelEnableBlastAliveMessagesHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0435\u0441\u043b\u0438 \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0434\u0451\u0436\u043d\u043e \u0434\u0440\u0443\u0433\u0438\u043c\u0438 UPnP \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 \u0432 \u0441\u0435\u0442\u0438.",
+ "LabelBlastMessageInterval": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438, \u0441",
+ "LabelBlastMessageIntervalHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.",
+ "LabelDefaultUser": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c:",
+ "LabelDefaultUserHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f, \u0447\u044c\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0445. \u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
+ "HeaderServerSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
+ "LabelWeatherDisplayLocation": "\u041c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0439 \u043f\u043e\u0433\u043e\u0434\u044b:",
+ "LabelWeatherDisplayLocationHelp": "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u0421\u0428\u0410 \/ \u0413\u043e\u0440\u043e\u0434, \u0420\u0435\u0433\u0438\u043e\u043d, \u0421\u0442\u0440\u0430\u043d\u0430 \/ \u0413\u043e\u0440\u043e\u0434, \u0421\u0442\u0440\u0430\u043d\u0430",
+ "LabelWeatherDisplayUnit": "\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u044b \u043f\u043e:",
+ "OptionCelsius": "\u0426\u0435\u043b\u044c\u0441\u0438\u0439",
+ "OptionFahrenheit": "\u0424\u0430\u0440\u0435\u043d\u0433\u0435\u0439\u0442",
+ "HeaderRequireManualLogin": "\u0420\u0443\u0447\u043d\u043e\u0439 \u0432\u0432\u043e\u0434 \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f:",
+ "HeaderRequireManualLoginHelp": "\u041f\u0440\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0434\u043b\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430 \u0432\u0445\u043e\u0434\u0430 \u0441 \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439.",
+ "OptionOtherApps": "\u0414\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
+ "OptionMobileApps": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
+ "HeaderNotificationList": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044e, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438.",
+ "NotificationOptionApplicationUpdateAvailable": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
+ "NotificationOptionApplicationUpdateInstalled": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e",
+ "NotificationOptionPluginUpdateInstalled": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e",
+ "NotificationOptionPluginInstalled": "\u041f\u043b\u0430\u0433\u0438\u043d \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d",
+ "NotificationOptionPluginUninstalled": "\u041f\u043b\u0430\u0433\u0438\u043d \u0443\u0434\u0430\u043b\u0451\u043d",
+ "NotificationOptionVideoPlayback": "\u0412\u043e\u0441\u043f\u0440-\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0437\u0430\u043f-\u043d\u043e",
+ "NotificationOptionAudioPlayback": "\u0412\u043e\u0441\u043f\u0440-\u0438\u0435 \u0430\u0443\u0434\u0438\u043e \u0437\u0430\u043f-\u043d\u043e",
"NotificationOptionGamePlayback": "\u0412\u043e\u0441\u043f\u0440-\u0438\u0435 \u0438\u0433\u0440\u044b \u0437\u0430\u043f-\u043d\u043e",
"NotificationOptionVideoPlaybackStopped": "\u0412\u043e\u0441\u043f-\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u043e\u0441\u0442-\u043d\u043e",
"NotificationOptionAudioPlaybackStopped": "\u0412\u043e\u0441\u043f-\u0438\u0435 \u0430\u0443\u0434\u0438\u043e \u043e\u0441\u0442-\u043d\u043e",
@@ -151,7 +801,7 @@
"OptionEnableM2tsMode": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c M2ts",
"OptionEnableM2tsModeHelp": "\u0412\u043a\u043b\u044e\u0447\u0430\u0439\u0442\u0435 \u0440\u0435\u0436\u0438\u043c M2ts \u043f\u0440\u0438 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0434\u043b\u044f mpegts.",
"OptionEstimateContentLength": "\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0434\u043b\u0438\u043d\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435",
- "OptionReportByteRangeSeekingWhenTranscoding": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u044f\u0442\u044c \u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u043f\u043e\u0431\u0430\u0439\u0442\u043e\u0432\u043e\u0439 \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u043a\u0438 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435",
+ "OptionReportByteRangeSeekingWhenTranscoding": "\u0412\u044b\u0434\u0430\u0432\u0430\u0442\u044c, \u0447\u0442\u043e \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u043e\u0431\u0430\u0439\u0442\u043e\u0432\u0443\u044e \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u043a\u0443 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "\u042d\u0442\u043e \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0435\u043b\u0430\u044e\u0442 \u043f\u043e\u0432\u0440\u0435\u043c\u0451\u043d\u043d\u0443\u044e \u043f\u0435\u0440\u0435\u043c\u043e\u0442\u043a\u0443 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e.",
"HeaderSubtitleDownloadingHelp": "\u0412 Media Browser \u043f\u0440\u0438 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u043c\u0435\u044e\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u044e\u0449\u0438\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0445 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, OpenSubtitles.org.",
"HeaderDownloadSubtitlesFor": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u0434\u043b\u044f:",
@@ -462,7 +1112,7 @@
"HeaderPassword": "\u041f\u0430\u0440\u043e\u043b\u044c",
"HeaderLocalAccess": "\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f",
"HeaderViewOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0430\u0441\u043f\u0435\u043a\u0442\u043e\u0432",
- "LabelSelectUserViewOrder": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u044c\u0442\u0435 \u0430\u0441\u043f\u0435\u043a\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 Media Browser",
+ "LabelSelectUserViewOrder": "\u0412\u044b\u0431\u043e\u0440 \u043f\u043e\u0440\u044f\u0434\u043a\u0430 \u0430\u0441\u043f\u0435\u043a\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 Media Browser",
"LabelMetadataRefreshMode": "\u0420\u0435\u0436\u0438\u043c \u043f\u043e\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445:",
"LabelImageRefreshMode": "\u0420\u0435\u0436\u0438\u043c \u043f\u043e\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432:",
"OptionDownloadMissingImages": "\u041f\u043e\u0434\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432",
@@ -623,7 +1273,7 @@
"LabelCreateCameraUploadSubfolder": "\u0421\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"LabelCreateCameraUploadSubfolderHelp": "\u0421\u043f\u0435\u0446\u0438\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u044b \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043f\u0440\u0438 \u0449\u0435\u043b\u0447\u043a\u0435 \u043d\u0430 \u043d\u0451\u043c \u0441\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \"\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\".",
"LabelCustomDeviceDisplayName": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435:",
- "LabelCustomDeviceDisplayNameHelp": "\u041f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435, \u0441\u043e\u043e\u0431\u0449\u0451\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c.",
+ "LabelCustomDeviceDisplayNameHelp": "\u041f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0438\u043c\u044f, \u0432\u044b\u0434\u0430\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c.",
"HeaderInviteUser": "\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
"LabelConnectGuestUserNameHelp": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0432\u0430\u0448 \u0434\u0440\u0443\u0433 \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u043d\u0430 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442 Media Browser, \u0438\u043b\u0438 \u0430\u0434\u0440\u0435\u0441 \u044d-\u043f\u043e\u0447\u0442\u044b.",
"HeaderInviteUserHelp": "Media Browser Connect \u0443\u043f\u0440\u043e\u0449\u0430\u0435\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f\u043c \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0430\u0448\u0438\u043c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c.",
@@ -652,7 +1302,7 @@
"MessageNoTrailersFound": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043a\u0430\u043d\u0430\u043b \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0438\u043b\u0438\u0442\u044c \u0432\u0430\u0448\u0435 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0435 \u043e\u0442 \u0444\u0438\u043b\u044c\u043c\u0430 \u043f\u0443\u0442\u0451\u043c \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043e\u0432.",
"HeaderNewUsers": "\u041d\u043e\u0432\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438",
"ButtonSignUp": "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f",
- "ButtonForgotPassword": "\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?",
+ "ButtonForgotPassword": "\u041d\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c",
"OptionDisableUserPreferences": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c",
"OptionDisableUserPreferencesHelp": "\u0415\u0441\u043b\u0438 \u0444\u043b\u0430\u0436\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d, \u0442\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0441\u043c\u043e\u0433\u0443\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0440\u0438\u0441\u0443\u043d\u043a\u0438, \u043f\u0430\u0440\u043e\u043b\u0438 \u0438 \u044f\u0437\u044b\u043a\u043e\u0432\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
"HeaderSelectServer": "\u0412\u044b\u0431\u043e\u0440 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
@@ -663,7 +1313,7 @@
"HeaderLibraryAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435",
"HeaderChannelAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0430\u043d\u0430\u043b\u0430\u043c",
"HeaderLatestItems": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b",
- "LabelSelectLastestItemsFolders": "\u041e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u0435\u0442 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0445",
+ "LabelSelectLastestItemsFolders": "\u041e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0445",
"HeaderShareMediaFolders": "\u041e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0430\u043c",
"MessageGuestSharingPermissionsHelp": "\u041c\u043d\u043e\u0433\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0438\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0433\u043e\u0441\u0442\u0435\u0439, \u043d\u043e \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u043f\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438.",
"HeaderInvitations": "\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f",
@@ -688,657 +1338,5 @@
"NameSeasonNumber": "\u0421\u0435\u0437\u043e\u043d {0}",
"LabelNewUserNameHelp": "\u0418\u043c\u0435\u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u0443\u043a\u0432\u044b (a-z), \u0446\u0438\u0444\u0440\u044b (0-9), \u0434\u0435\u0444\u0438\u0441\u044b (-), \u043f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u044f (_), \u0430\u043f\u043e\u0441\u0442\u0440\u043e\u0444\u044b (') \u0438 \u0442\u043e\u0447\u043a\u0438 (.)",
"TabJobs": "\u0417\u0430\u0434\u0430\u043d\u0438\u044f",
- "TabSyncJobs": "\u0417\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
- "LabelExit": "\u0412\u044b\u0445\u043e\u0434",
- "LabelVisitCommunity": "\u041f\u043e\u0441\u0435\u0449\u0435\u043d\u0438\u0435 \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430",
- "LabelGithub": "\u0420\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 Github",
- "LabelSwagger": "\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 Swagger",
- "LabelStandard": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442",
- "LabelApiDocumentation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043f\u043e API",
- "LabelDeveloperResources": "\u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432",
- "LabelBrowseLibrary": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
- "LabelConfigureMediaBrowser": "\u041d\u0430\u0441\u0442\u0440o\u0439\u043a\u0430 Media Browser",
- "LabelOpenLibraryViewer": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
- "LabelRestartServer": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
- "LabelShowLogWindow": "\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u0432 \u043e\u043a\u043d\u0435",
- "LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
- "LabelFinish": "\u0413\u043e\u0442\u043e\u0432\u043e",
- "LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
- "LabelYoureDone": "\u0412\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0438!",
- "WelcomeToMediaBrowser": "\u0412\u0430\u0441 \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "\u042d\u0442\u043e\u0442 \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u043f\u0440\u043e\u0432\u0435\u0434\u0451\u0442 \u0432\u0430\u0441 \u0447\u0435\u0440\u0435\u0437 \u0432\u0441\u0435 \u0444\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438. \u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a.",
- "TellUsAboutYourself": "\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043e \u0441\u0435\u0431\u0435",
- "ButtonQuickStartGuide": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0443",
- "LabelYourFirstName": "\u0412\u0430\u0448\u0435 \u0438\u043c\u044f:",
- "MoreUsersCanBeAddedLater": "\u041f\u043e\u0442\u043e\u043c \u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0451 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0447\u0435\u0440\u0435\u0437 \u00ab\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c\u00bb.",
- "UserProfilesIntro": "\u0412 Media Browser \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043a\u0430\u0436\u0434\u043e\u043c\u0443 \u0438\u0437 \u043d\u0438\u0445 \u0438\u043c\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u043c.",
- "LabelWindowsService": "\u0421\u043b\u0443\u0436\u0431\u0430 Windows",
- "AWindowsServiceHasBeenInstalled": "\u0421\u043b\u0443\u0436\u0431\u0430 Windows \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
- "WindowsServiceIntro1": "\u041e\u0431\u044b\u0447\u043d\u043e Media Browser Server \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u043a\u0430\u043a \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043e \u0437\u043d\u0430\u0447\u043a\u043e\u043c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435, \u043d\u043e \u043f\u0440\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u044b \u0432\u043e \u0444\u043e\u043d\u043e\u0432\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435, \u0432\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043b\u0443\u0436\u0431\u0430\u043c\u0438 Windows.",
- "WindowsServiceIntro2": "\u041f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0441\u043b\u0443\u0436\u0431\u044b Windows, \u043f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441\u043e \u0437\u043d\u0430\u0447\u043a\u043e\u043c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u043b\u043e\u0442\u043a\u0435, \u0447\u0442\u043e\u0431\u044b \u0441\u043b\u0443\u0436\u0431\u0430 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0430. \u0421\u043b\u0443\u0436\u0431\u0443 \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043d\u0443\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u043f\u0440\u0430\u0432\u0430\u043c\u0438. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u0432 \u0434\u0430\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0443\u0436\u0431\u044b, \u0442\u0430\u043a \u0447\u0442\u043e \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u0441\u0438\u0439 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0435 \u0432\u043c\u0435\u0448\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e.",
- "WizardCompleted": "\u042d\u0442\u043e \u0432\u0441\u0451, \u0447\u0442\u043e \u043d\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u0435\u0439\u0447\u0430\u0441. Media Browser \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435. \u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u0438\u0437 \u043d\u0430\u0448\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <b>\u0413\u043e\u0442\u043e\u0432\u043e<\/b>, \u0447\u0442\u043e\u0431\u044b \u0432\u0438\u0434\u0435\u0442\u044c <b>\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0430<\/b>.",
- "LabelConfigureSettings": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
- "LabelEnableVideoImageExtraction": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0430 \u0438\u0437 \u0432\u0438\u0434\u0435\u043e",
- "VideoImageExtractionHelp": "\u0414\u043b\u044f \u0432\u0438\u0434\u0435\u043e, \u0433\u0434\u0435 \u0435\u0449\u0451 \u200b\u200b\u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432, \u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0435\u0449\u0451 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043a \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438, \u043d\u043e \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0438\u0438.",
- "LabelEnableChapterImageExtractionForMovies": "\u0418\u0437\u0432\u043b\u0435\u043a\u0430\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0441\u0446\u0435\u043d \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u043c\u043e\u0432",
- "LabelChapterImageExtractionForMoviesHelp": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0435\u043d\u044e \u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0446\u0435\u043d\u044b. \u0414\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c, \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440 \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0433\u0438\u0433\u0430\u0431\u0430\u0439\u0442 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430. \u041e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0430\u043a \u0437\u0430\u0434\u0430\u0447\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u043d\u0430 4:00 \u0443\u0442\u0440\u0430, \u043e\u0434\u043d\u0430\u043a\u043e, \u0435\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u00ab\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430\u00bb. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u0437\u0430\u0434\u0430\u0447\u0443 \u0432 \u0447\u0430\u0441\u044b \u043f\u0438\u043a.",
- "LabelEnableAutomaticPortMapping": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
- "LabelEnableAutomaticPortMappingHelp": "UPnP \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430 \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430.\u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
- "HeaderTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 Media Browser",
- "MessagePleaseAcceptTermsOfService": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u0441 \u0423\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433 \u0438 \u041f\u043e\u043b\u0438\u0442\u0438\u043a\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.",
- "OptionIAcceptTermsOfService": "\u042f \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c \u0441 \u0423\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433",
- "ButtonPrivacyPolicy": "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438",
- "ButtonTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "\u041e\u041a",
- "ButtonCancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
- "ButtonNew": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
- "HeaderTV": "\u0422\u0412",
- "HeaderAudio": "\u0410\u0443\u0434\u0438\u043e",
- "HeaderVideo": "\u0412\u0438\u0434\u0435\u043e",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "\u0410\u0440\u0445\u0438\u0432\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
- "OptionDetectArchiveFilesAsMediaHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0444\u0430\u0439\u043b\u044b \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438 .rar \u0438 .zip \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u044b.",
- "LabelEnterConnectUserName": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u042d-\u043f\u043e\u0447\u0442\u0430",
- "LabelEnterConnectUserNameHelp": "\u042d\u0442\u043e - \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Media Browser.",
- "HeaderSyncJobInfo": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
- "FolderTypeMixed": "\u0420\u0430\u0437\u043d\u043e\u0442\u0438\u043f\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
- "FolderTypeMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
- "FolderTypeMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
- "FolderTypeAdultVideos": "\u0412\u0437\u0440\u043e\u0441\u043b\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
- "FolderTypePhotos": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438",
- "FolderTypeMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
- "FolderTypeHomeVideos": "\u0414\u043e\u043c\u0430\u0448\u043d\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
- "FolderTypeGames": "\u0418\u0433\u0440\u044b",
- "FolderTypeBooks": "\u041a\u043d\u0438\u0433\u0438",
- "FolderTypeTvShows": "\u0422\u0412",
- "FolderTypeInherit": "\u041d\u0430\u0441\u043b\u0435\u0434\u0443\u0435\u043c\u044b\u0439",
- "LabelContentType": "\u0422\u0438\u043f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
- "ButtonAddMediaFolder": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0443",
- "LabelFolderType": "\u0422\u0438\u043f \u043f\u0430\u043f\u043a\u0438:",
- "ReferToMediaLibraryWiki": "\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0432\u0438\u043a\u0438 \u043f\u043e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435.",
- "LabelCountry": "\u0421\u0442\u0440\u0430\u043d\u0430:",
- "LabelLanguage": "\u042f\u0437\u044b\u043a:",
- "HeaderPreferredMetadataLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445:",
- "LabelSaveLocalMetadata": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432\u043d\u0443\u0442\u0440\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a",
- "LabelSaveLocalMetadataHelp": "\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0439 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u0432\u043d\u0443\u0442\u0440\u044c \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a, \u043e\u043d\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432 \u0442\u0430\u043a\u043e\u043c \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438, \u0433\u0434\u0435 \u0438\u0445 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043b\u0435\u0433\u043a\u043e \u043f\u0440\u0430\u0432\u0438\u0442\u044c.",
- "LabelDownloadInternetMetadata": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430",
- "LabelDownloadInternetMetadataHelp": "\u0412 Media Browser \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f.",
- "TabPreferences": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
- "TabPassword": "\u041f\u0430\u0440\u043e\u043b\u044c",
- "TabLibraryAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435",
- "TabAccess": "\u0414\u043e\u0441\u0442\u0443\u043f",
- "TabImage": "\u0420\u0438\u0441\u0443\u043d\u043e\u043a",
- "TabProfile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c",
- "TabMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
- "TabImages": "\u0420\u0438\u0441\u0443\u043d\u043a\u0438",
- "TabNotifications": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
- "TabCollectionTitles": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
- "HeaderDeviceAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
- "OptionEnableAccessFromAllDevices": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0441\u043e \u0432\u0441\u0435\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432",
- "OptionEnableAccessToAllChannels": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a\u043e \u0432\u0441\u0435\u043c \u043a\u0430\u043d\u0430\u043b\u0430\u043c",
- "DeviceAccessHelp": "\u042d\u0442\u043e \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u044b \u0438 \u043d\u0435 \u043f\u0440\u0435\u043f\u044f\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440. \u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0437\u0430\u043f\u0440\u0435\u0442\u0438\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043f\u043e\u043a\u0430 \u043e\u043d\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u044b \u0442\u0443\u0442.",
- "LabelDisplayMissingEpisodesWithinSeasons": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0441\u0435\u0437\u043e\u043d\u043e\u0432",
- "LabelUnairedMissingEpisodesWithinSeasons": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0441\u0435\u0437\u043e\u043d\u043e\u0432",
- "HeaderVideoPlaybackSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e",
- "HeaderPlaybackSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
- "LabelAudioLanguagePreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e:",
- "LabelSubtitleLanguagePreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044f\u0437\u044b\u043a\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432:",
- "OptionDefaultSubtitles": "\u0423\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u0435",
- "OptionOnlyForcedSubtitles": "\u0422\u043e\u043b\u044c\u043a\u043e \u0444\u043e\u0440\u0441-\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
- "OptionAlwaysPlaySubtitles": "\u0412\u0441\u0435\u0433\u0434\u0430 \u0432\u043e\u0441\u043f\u0440-\u0442\u044c \u0441\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0430\u043c\u0438",
- "OptionNoSubtitles": "\u0411\u0435\u0437 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",
- "OptionDefaultSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u044f\u0437\u044b\u043a\u0430, \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f, \u0435\u0441\u043b\u0438 \u0430\u0443\u0434\u0438\u043e \u043d\u0430 \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u043c \u044f\u0437\u044b\u043a\u0435.",
- "OptionOnlyForcedSubtitlesHelp": "\u0411\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043a\u0430\u043a \u0444\u043e\u0440\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435.",
- "OptionAlwaysPlaySubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u044f\u0437\u044b\u043a\u0430, \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u0432\u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e.",
- "OptionNoSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
- "TabProfiles": "\u041f\u0440\u043e\u0444\u0438\u043b\u0438",
- "TabSecurity": "\u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c",
- "ButtonAddUser": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
- "ButtonAddLocalUser": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
- "ButtonInviteUser": "\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
- "ButtonSave": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
- "ButtonResetPassword": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c",
- "LabelNewPassword": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",
- "LabelNewPasswordConfirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
- "HeaderCreatePassword": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
- "LabelCurrentPassword": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",
- "LabelMaxParentalRating": "\u041c\u0430\u043a\u0441. \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u043c\u0430\u044f \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f:",
- "MaxParentalRatingHelp": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0435\u0439 \u0431\u0443\u0434\u0435\u0442 \u0441\u043a\u0440\u044b\u0442\u043e \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
- "LibraryAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u044d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u0430\u043f\u043a\u0438 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
- "ChannelAccessHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u044d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u044b \u0431\u0443\u0434\u0443\u0442 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab\u0414\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u00bb.",
- "ButtonDeleteImage": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043e\u043a",
- "LabelSelectUsers": "\u0412\u044b\u0431\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439:",
- "ButtonUpload": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",
- "HeaderUploadNewImage": "\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043d\u043e\u0432\u043e\u0433\u043e \u0440\u0438\u0441\u0443\u043d\u043a\u0430",
- "LabelDropImageHere": "\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0440\u0438\u0441\u0443\u043d\u043e\u043a \u0441\u044e\u0434\u0430",
- "ImageUploadAspectRatioHelp": "\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0441\u0442\u043e\u0440\u043e\u043d - 1:1. \u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b \u0442\u043e\u043b\u044c\u043a\u043e JPG\/PNG.",
- "MessageNothingHere": "\u0417\u0434\u0435\u0441\u044c \u043d\u0435\u0442 \u043d\u0438\u0447\u0435\u0433\u043e.",
- "MessagePleaseEnsureInternetMetadata": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430.",
- "TabSuggested": "\u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c\u043e\u0435",
- "TabLatest": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435",
- "TabUpcoming": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u043e\u0435",
- "TabShows": "\u0426\u0438\u043a\u043b\u044b",
- "TabEpisodes": "\u042d\u043f\u0438\u0437\u043e\u0434\u044b",
- "TabGenres": "\u0416\u0430\u043d\u0440\u044b",
- "TabPeople": "\u041b\u044e\u0434\u0438",
- "TabNetworks": "\u0422\u0435\u043b\u0435\u0441\u0435\u0442\u0438",
- "HeaderUsers": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438",
- "HeaderFilters": "\u0424\u0438\u043b\u044c\u0442\u0440\u044b:",
- "ButtonFilter": "\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c",
- "OptionFavorite": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435",
- "OptionLikes": "\u041d\u0440\u0430\u0432\u044f\u0449\u0438\u0435\u0441\u044f",
- "OptionDislikes": "\u041d\u0435 \u043d\u0440\u0430\u0432\u044f\u0449\u0438\u0435\u0441\u044f",
- "OptionActors": "\u0410\u043a\u0442\u0451\u0440\u044b",
- "OptionGuestStars": "\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0451\u043d\u043d\u044b\u0435 \u0430\u043a\u0442\u0451\u0440\u044b",
- "OptionDirectors": "\u0420\u0435\u0436\u0438\u0441\u0441\u0451\u0440\u044b",
- "OptionWriters": "\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0441\u0442\u044b",
- "OptionProducers": "\u041f\u0440\u043e\u0434\u044e\u0441\u0435\u0440\u044b",
- "HeaderResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u0435",
- "HeaderNextUp": "\u041e\u0447\u0435\u0440\u0435\u0434\u043d\u044b\u0435",
- "NoNextUpItemsMessage": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0442\u0432 \u0446\u0438\u043a\u043b\u044b!",
- "HeaderLatestEpisodes": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "HeaderPersonTypes": "\u0422\u0438\u043f\u044b \u043f\u0435\u0440\u0441\u043e\u043d:",
- "TabSongs": "\u041c\u0435\u043b\u043e\u0434\u0438\u0438",
- "TabAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u044b",
- "TabArtists": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
- "TabAlbumArtists": "\u0410\u043b\u044c\u0431\u043e\u043c\u043d\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
- "TabMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
- "ButtonSort": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
- "HeaderSortBy": "\u0423\u0441\u043b\u043e\u0432\u0438\u0435:",
- "HeaderSortOrder": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435:",
- "OptionPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435",
- "OptionUnplayed": "\u041d\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435",
- "OptionAscending": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u044e\u0449\u0438\u0439",
- "OptionDescending": "\u0423\u0431\u044b\u0432\u0430\u044e\u0449\u0438\u0439",
- "OptionRuntime": "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c",
- "OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430",
- "OptionPlayCount": "\u041f\u043e\u0434\u0441\u0447\u0451\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
- "OptionDatePlayed": "\u0414\u0430\u0442\u0430 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
- "OptionDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
- "OptionAlbumArtist": "\u0410\u043b\u044c\u0431\u043e\u043c. \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c",
- "OptionArtist": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c",
- "OptionAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c",
- "OptionTrackName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043e\u0440\u043e\u0436\u043a\u0438",
- "OptionCommunityRating": "\u041e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430",
- "OptionNameSort": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
- "OptionFolderSort": "\u041f\u0430\u043f\u043a\u0438",
- "OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
- "OptionRevenue": "\u0412\u044b\u0440\u0443\u0447\u043a\u0430",
- "OptionPoster": "\u041f\u043e\u0441\u0442\u0435\u0440",
- "OptionPosterCard": "\u041f\u043e\u0441\u0442\u0435\u0440-\u043a\u0430\u0440\u0442\u0430",
- "OptionBackdrop": "\u0417\u0430\u0434\u043d\u0438\u043a",
- "OptionTimeline": "\u0425\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u044f",
- "OptionThumb": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a",
- "OptionThumbCard": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a-\u043a\u0430\u0440\u0442\u0430",
- "OptionBanner": "\u0411\u0430\u043d\u043d\u0435\u0440",
- "OptionCriticRating": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432",
- "OptionVideoBitrate": "\u041f\u043e\u0442\u043e\u043a. \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
- "OptionResumable": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u0435",
- "ScheduledTasksHelp": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0435\u0433\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435.",
- "ScheduledTasksTitle": "\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a",
- "TabMyPlugins": "\u041c\u043e\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b",
- "TabCatalog": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433",
- "PluginsTitle": "\u041f\u043b\u0430\u0433\u0438\u043d\u044b",
- "HeaderAutomaticUpdates": "\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
- "HeaderNowPlaying": " \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u043e\u0435",
- "HeaderLatestAlbums": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0430\u043b\u044c\u0431\u043e\u043c\u044b",
- "HeaderLatestSongs": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043c\u0435\u043b\u043e\u0434\u0438\u0438",
- "HeaderRecentlyPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u043d\u0435\u0434\u0430\u0432\u043d\u043e",
- "HeaderFrequentlyPlayed": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u043e",
- "DevBuildWarning": "\u0420\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c\u044b\u0435 \u0441\u0431\u043e\u0440\u043a\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u044b\u0440\u044b\u043c\u0438 \u0438 \u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c\u0438. \u0412\u044b\u0445\u043e\u0434\u044f\u0449\u0438\u0435 \u0447\u0430\u0441\u0442\u043e, \u044d\u0442\u0438 \u0441\u0431\u043e\u0440\u043a\u0438 \u043d\u0435 \u0431\u044b\u043b\u0438 \u043e\u0442\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0434\u043e \u043a\u043e\u043d\u0446\u0430. \u0420\u0430\u0431\u043e\u0442\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0430\u0432\u0430\u0440\u0438\u0439\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0442\u044c\u0441\u044f, \u0430 \u043c\u043d\u043e\u0433\u0438\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u043c\u043e\u0433\u0443\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441\u043e\u0432\u0441\u0435\u043c.",
- "LabelVideoType": "\u0422\u0438\u043f \u0432\u0438\u0434\u0435\u043e:",
- "OptionBluray": "BluRay",
- "OptionDvd": "DVD",
- "OptionIso": "ISO",
- "Option3D": "3D",
- "LabelFeatures": "\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b:",
- "LabelService": "\u0421\u043b\u0443\u0436\u0431\u0430:",
- "LabelStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435:",
- "LabelVersion": "\u0412\u0435\u0440\u0441\u0438\u044f:",
- "LabelLastResult": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:",
- "OptionHasSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
- "OptionHasTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
- "OptionHasThemeSong": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043c\u0435\u043b\u043e\u0434\u0438\u044f",
- "OptionHasThemeVideo": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u0438\u0434\u0435\u043e",
- "TabMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
- "TabStudios": "\u0421\u0442\u0443\u0434\u0438\u0438",
- "TabTrailers": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
- "LabelArtists": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438:",
- "LabelArtistsHelp": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0439\u0442\u0435, \u043a\u043e\u0433\u0434\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab;\u00bb",
- "HeaderLatestMovies": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0438\u043b\u044c\u043c\u044b",
- "HeaderLatestTrailers": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
- "OptionHasSpecialFeatures": "\u0414\u043e\u043f. \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
- "OptionImdbRating": "\u041e\u0446\u0435\u043d\u043a\u0430 IMDb",
- "OptionParentalRating": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
- "OptionPremiereDate": "\u0414\u0430\u0442\u0430 \u043f\u0440\u0435\u043c\u044c\u0435\u0440\u044b",
- "TabBasic": "\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435",
- "TabAdvanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435",
- "HeaderStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
- "OptionContinuing": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442\u0441\u044f",
- "OptionEnded": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0441\u044f",
- "HeaderAirDays": "\u0414\u043d\u0438 \u044d\u0444\u0438\u0440\u0430",
- "OptionSunday": "\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435",
- "OptionMonday": "\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a",
- "OptionTuesday": "\u0432\u0442\u043e\u0440\u043d\u0438\u043a",
- "OptionWednesday": "\u0441\u0440\u0435\u0434\u0430",
- "OptionThursday": "\u0447\u0435\u0442\u0432\u0435\u0440\u0433",
- "OptionFriday": "\u043f\u044f\u0442\u043d\u0438\u0446\u0430",
- "OptionSaturday": "\u0441\u0443\u0431\u0431\u043e\u0442\u0430",
- "HeaderManagement": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
- "LabelManagement": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
- "OptionMissingImdbId": "\u041d\u0435\u0442 IMDb Id",
- "OptionMissingTvdbId": "\u041d\u0435\u0442 TheTVDB Id",
- "OptionMissingOverview": "\u041d\u0435\u0442 \u043e\u0431\u0437\u043e\u0440\u0430",
- "OptionFileMetadataYearMismatch": "\u0420\u0430\u0437\u043d\u044b\u0435 \u0433\u043e\u0434\u044b \u0432\u043e \u0444\u0430\u0439\u043b\u0435\/\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
- "TabGeneral": "\u041e\u0431\u0449\u0438\u0435",
- "TitleSupport": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430",
- "TabLog": "\u0416\u0443\u0440\u043d\u0430\u043b",
- "TabAbout": "\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435",
- "TabSupporterKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
- "TabBecomeSupporter": "\u0421\u0442\u0430\u0442\u044c \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u043c",
- "MediaBrowserHasCommunity": "\u0423 Media Browser - \u0440\u0430\u0441\u0442\u0443\u0449\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.",
- "CheckoutKnowledgeBase": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0411\u0430\u0437\u043e\u0439 \u0437\u043d\u0430\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0432\u0435\u0441\u0442\u0438 \u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043f\u043e \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u043e\u0442\u0434\u0430\u0447\u0438 \u043e\u0442 Media Browser.",
- "SearchKnowledgeBase": "\u0418\u0441\u043a\u0430\u0442\u044c \u0432 \u0411\u0430\u0437\u0435 \u0437\u043d\u0430\u043d\u0438\u0439",
- "VisitTheCommunity": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e",
- "VisitMediaBrowserWebsite": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u0441\u0430\u0439\u0442 Media Browser",
- "VisitMediaBrowserWebsiteLong": "\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0441\u0430\u0439\u0442 Media Browser, \u0447\u0442\u043e\u0431\u044b \u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c\u0438 \u043d\u043e\u0432\u043e\u0441\u0442\u044f\u043c\u0438 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u043e\u0441\u0432\u0435\u0434\u043e\u043c\u043b\u0451\u043d\u043d\u043e\u0441\u0442\u044c \u043f\u043e \u0431\u043b\u043e\u0433\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432.",
- "OptionHideUser": "\u0421\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441 \u044d\u043a\u0440\u0430\u043d\u043e\u0432 \u0432\u0445\u043e\u0434\u0430",
- "OptionHideUserFromLoginHelp": "\u041f\u043e\u043b\u0435\u0437\u043d\u043e \u043f\u0440\u0438 \u043b\u0438\u0447\u043d\u044b\u0445 \u0438\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0441\u043a\u0438\u0445 \u0443\u0447\u0451\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043d\u0443\u0436\u043d\u043e \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u0440\u0443\u0447\u043d\u0443\u044e, \u0432\u0432\u0435\u0434\u044f \u0441\u0432\u043e\u0451 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c.",
- "OptionDisableUser": "\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
- "OptionDisableUserHelp": "\u041f\u0440\u0438 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438, \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442 \u043b\u044e\u0431\u044b\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0440\u0435\u0437\u043a\u043e \u043e\u0431\u043e\u0440\u0432\u0430\u043d\u044b.",
- "HeaderAdvancedControl": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
- "LabelName": "\u0418\u043c\u044f (\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435):",
- "ButtonHelp": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430",
- "OptionAllowUserToManageServer": "\u042d\u0442\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c",
- "HeaderFeatureAccess": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438",
- "OptionAllowMediaPlayback": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
- "OptionAllowBrowsingLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430",
- "OptionAllowDeleteLibraryContent": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
- "OptionAllowManageLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0441 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430",
- "OptionAllowRemoteControlOthers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438",
- "OptionAllowRemoteSharedDevices": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0431\u0449\u0438\u043c\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438",
- "OptionAllowRemoteSharedDevicesHelp": "DLNA-\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043e\u0431\u0449\u0438\u043c\u0438, \u043f\u043e\u043a\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043c\u0438.",
- "HeaderRemoteControl": "\u0423\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
- "OptionMissingTmdbId": "\u041d\u0435\u0442 TMDb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "\u041e\u0446\u0435\u043d\u043a\u0430 Metascore",
- "ButtonSelect": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c",
- "ButtonGroupVersions": "\u0413\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0435\u0440\u0441\u0438\u0438",
- "ButtonAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e",
- "PismoMessage": "Pismo File Mount \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u043e \u043f\u043e\u0434\u0430\u0440\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438.",
- "TangibleSoftwareMessage": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440\u044b Java\/C# \u043e\u0442 Tangible Solutions \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u043f\u043e \u043f\u043e\u0434\u0430\u0440\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438.",
- "HeaderCredits": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0441\u0442\u0432\u0430",
- "PleaseSupportOtherProduces": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0438 \u0438\u043d\u043e\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043c\u044b \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f:",
- "VersionNumber": "\u0412\u0435\u0440\u0441\u0438\u044f {0}",
- "TabPaths": "\u041f\u0443\u0442\u0438",
- "TabServer": "\u0421\u0435\u0440\u0432\u0435\u0440",
- "TabTranscoding": "\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430",
- "TitleAdvanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435",
- "LabelAutomaticUpdateLevel": "\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
- "OptionRelease": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a",
- "OptionBeta": "\u0411\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u044f",
- "OptionDev": "\u0420\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c\u0430\u044f (\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e)",
- "LabelAllowServerAutoRestart": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439",
- "LabelAllowServerAutoRestartHelp": "\u0421\u0435\u0440\u0432\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u043f\u0435\u0440\u0438\u043e\u0434\u044b \u043f\u0440\u043e\u0441\u0442\u043e\u044f, \u043a\u043e\u0433\u0434\u0430 \u043d\u0438\u043a\u0430\u043a\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u044b.",
- "LabelEnableDebugLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
- "LabelRunServerAtStartup": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
- "LabelRunServerAtStartupHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c \u043b\u043e\u0442\u043a\u0435 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u0442\u0430\u0440\u0442\u0430 Windows. \u0414\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043b\u0443\u0436\u0431\u044b Windows, \u0441\u043d\u0438\u043c\u0438\u0442\u0435 \u0444\u043b\u0430\u0436\u043e\u043a \u0438 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0441\u043b\u0443\u0436\u0431\u0443 \u0438\u0437 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f Windows. \u041f\u043e\u043c\u043d\u0438\u0442\u0435, \u0447\u0442\u043e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0438\u0445 \u0432\u043c\u0435\u0441\u0442\u0435, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0432 \u043b\u043e\u0442\u043a\u0435 \u0434\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0441\u043b\u0443\u0436\u0431\u044b.",
- "ButtonSelectDirectory": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433",
- "LabelCustomPaths": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u043f\u0443\u0442\u0438 \u043f\u043e \u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043c. \u041e\u0441\u0442\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u043f\u043e\u043b\u044f \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435.",
- "LabelCachePath": "\u041f\u0443\u0442\u044c \u043a\u043e \u043a\u0435\u0448\u0443:",
- "LabelCachePathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u043a\u044d\u0448\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432.",
- "LabelImagesByNamePath": "\u041f\u0443\u0442\u044c \u043a \u0440\u0438\u0441\u0443\u043d\u043a\u0430\u043c \u0447\u0435\u0440\u0435\u0437 \u0438\u043c\u044f:",
- "LabelImagesByNamePathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0430\u043a\u0442\u0451\u0440\u043e\u0432, \u0436\u0430\u043d\u0440\u043e\u0432 \u0438 \u0441\u0442\u0443\u0434\u0438\u0439.",
- "LabelMetadataPath": "\u041f\u0443\u0442\u044c \u043a \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u043c:",
- "LabelMetadataPathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0439 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043d\u0435 \u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043e\u043a.",
- "LabelTranscodingTempPath": "\u041f\u0443\u0442\u044c \u043a\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u0444\u0430\u0439\u043b\u0430\u043c \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438:",
- "LabelTranscodingTempPathHelp": "\u0412 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u0441\u044f \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0444\u0430\u0439\u043b\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u0443\u0442\u044c, \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0430\u043f\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.",
- "TabBasics": "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435",
- "TabTV": "\u0422\u0412",
- "TabGames": "\u0418\u0433\u0440\u044b",
- "TabMusic": "\u041c\u0443\u0437\u044b\u043a\u0430",
- "TabOthers": "\u0414\u0440\u0443\u0433\u0438\u0435",
- "HeaderExtractChapterImagesFor": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u0434\u043b\u044f:",
- "OptionMovies": "\u0424\u0438\u043b\u044c\u043c\u044b",
- "OptionEpisodes": "\u0422\u0412 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "OptionOtherVideos": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
- "TitleMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
- "LabelAutomaticUpdates": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
- "LabelAutomaticUpdatesTmdb": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441 TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441 TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 fanart.tv. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
- "LabelAutomaticUpdatesTmdbHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 TheMovieDB.org. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
- "LabelAutomaticUpdatesTvdbHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u043d\u043e\u0432\u044b\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043d\u0430 TheTVDB.com. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u043c\u0435\u0449\u0430\u0442\u044c\u0441\u044f.",
- "LabelFanartApiKey": "\u041b\u0438\u0447\u043d\u044b\u0439 api-\u043a\u043b\u044e\u0447:",
- "LabelFanartApiKeyHelp": "\u0417\u0430\u043f\u0440\u043e\u0441\u044b \u043a Fanart \u0431\u0435\u0437 \u043b\u0438\u0447\u043d\u043e\u0433\u043e API-\u043a\u043b\u044e\u0447\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u044b \u0441\u0432\u044b\u0448\u0435 7 \u0434\u043d\u0435\u0439 \u043d\u0430\u0437\u0430\u0434. \u0421 \u043b\u0438\u0447\u043d\u044b\u043c API-\u043a\u043b\u044e\u0447\u043e\u043c - \u0441\u0440\u043e\u043a \u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442\u0441\u044f \u0434\u043e 48 \u0447\u0430\u0441\u043e\u0432, \u0430 \u0435\u0441\u043b\u0438 \u0432\u044b \u0442\u0430\u043a\u0436\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c VIP-\u0447\u043b\u0435\u043d\u043e\u043c Fanart, \u0442\u043e \u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u0441\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0447\u0442\u0438 \u0434\u043e 10 \u043c\u0438\u043d\u0443\u0442.",
- "ExtractChapterImagesHelp": "\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0441\u0446\u0435\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0435\u043d\u044e \u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0446\u0435\u043d\u044b. \u0414\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c, \u043d\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440 \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0433\u0438\u0433\u0430\u0431\u0430\u0439\u0442 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430. \u041e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043f\u0440\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0438 \u043d\u043e\u0432\u044b\u0445 \u0432\u0438\u0434\u0435\u043e, \u0430 \u0442\u0430\u043a\u0436\u0435, \u043a\u0430\u043a \u0437\u0430\u0434\u0430\u0447\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u043d\u0430 4:00 \u0443\u0442\u0440\u0430. \u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u00ab\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430\u00bb. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u0437\u0430\u0434\u0430\u0447\u0443 \u0432 \u0447\u0430\u0441\u044b \u043f\u0438\u043a.",
- "LabelMetadataDownloadLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e:",
- "ButtonAutoScroll": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0443",
- "LabelImageSavingConvention": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432:",
- "LabelImageSavingConventionHelp": "\u0412 Media Browser \u043f\u0440\u0438\u0437\u043d\u0430\u044e\u0442\u0441\u044f \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u0438\u0437 \u0441\u0430\u043c\u044b\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0439\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439. \u0412\u044b\u0431\u043e\u0440 \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u044b\u043c \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0435\u0449\u0451 \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432.",
- "OptionImageSavingCompatible": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 - MB2",
- "ButtonSignIn": "\u0412\u043e\u0439\u0442\u0438",
- "TitleSignIn": "\u0412\u0445\u043e\u0434",
- "HeaderPleaseSignIn": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0432\u0445\u043e\u0434",
- "LabelUser": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c:",
- "LabelPassword": "\u041f\u0430\u0440\u043e\u043b\u044c:",
- "ButtonManualLogin": "\u0412\u043e\u0439\u0442\u0438 \u0432\u0440\u0443\u0447\u043d\u0443\u044e",
- "PasswordLocalhostMessage": "\u041f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u043f\u0440\u0438 \u0432\u0445\u043e\u0434\u0435 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u043e\u0441\u0442\u0430.",
- "TabGuide": "\u0413\u0438\u0434",
- "TabChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
- "TabCollections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
- "HeaderChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
- "TabRecordings": "\u0417\u0430\u043f\u0438\u0441\u0438",
- "TabScheduled": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u043e\u0435",
- "TabSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u044b",
- "TabFavorites": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435",
- "TabMyLibrary": "\u041c\u043e\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430",
- "ButtonCancelRecording": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",
- "HeaderPrePostPadding": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f\/\u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0438",
- "LabelPrePaddingMinutes": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430, \u043c\u0438\u043d:",
- "OptionPrePaddingRequired": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u043d\u0438\u044f.",
- "LabelPostPaddingMinutes": "\u041a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430, \u043c\u0438\u043d:",
- "OptionPostPaddingRequired": "\u041a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u043e\u0442\u0431\u0438\u0432\u043a\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u043d\u0438\u044f.",
- "HeaderWhatsOnTV": "\u0412 \u044d\u0444\u0438\u0440\u0435",
- "HeaderUpcomingTV": "\u0421\u043a\u043e\u0440\u043e",
- "TabStatus": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
- "TabSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
- "ButtonRefreshGuideData": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0433\u0438\u0434\u0430",
- "ButtonRefresh": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c",
- "ButtonAdvancedRefresh": "\u041f\u043e\u0434\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e",
- "OptionPriority": "\u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442",
- "OptionRecordOnAllChannels": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0441\u043e \u0432\u0441\u0435\u0445 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
- "OptionRecordAnytime": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f",
- "OptionRecordOnlyNewEpisodes": "\u0417\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "HeaderDays": "\u0414\u043d\u0438",
- "HeaderActiveRecordings": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
- "HeaderLatestRecordings": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
- "HeaderAllRecordings": "\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
- "ButtonPlay": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438",
- "ButtonEdit": "\u041f\u0440\u0430\u0432\u0438\u0442\u044c",
- "ButtonRecord": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c",
- "ButtonDelete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
- "ButtonRemove": "\u0418\u0437\u044a\u044f\u0442\u044c",
- "OptionRecordSeries": "\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0435\u0440\u0438\u0430\u043b",
- "HeaderDetails": "\u0414\u0435\u0442\u0430\u043b\u0438",
- "TitleLiveTV": "\u0422\u0412-\u044d\u0444\u0438\u0440",
- "LabelNumberOfGuideDays": "\u0427\u0438\u0441\u043b\u043e \u0434\u043d\u0435\u0439 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0438\u0434\u0430:",
- "LabelNumberOfGuideDaysHelp": "\u0427\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0434\u043d\u0435\u0439, \u0442\u0435\u043c \u0446\u0435\u043d\u043d\u0435\u0435 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0438\u0434\u0430, \u0434\u0430\u0432\u0430\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0440\u0430\u043d\u043d\u0435\u0433\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0447, \u043d\u043e \u044d\u0442\u043e \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u043e\u0434\u043b\u044f\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443. \u041f\u0440\u0438 \u0440\u0435\u0436\u0438\u043c\u0435 \u00ab\u0410\u0432\u0442\u043e\u00bb \u0432\u044b\u0431\u043e\u0440 \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043a\u0430\u043d\u0430\u043b\u043e\u0432.",
- "LabelActiveService": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u043b\u0443\u0436\u0431\u0430:",
- "LabelActiveServiceHelp": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u044d\u0444\u0438\u0440\u043d\u043e\u0433\u043e \u0442\u0432, \u043d\u043e \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0438\u0437 \u043d\u0438\u0445.",
- "OptionAutomatic": "\u0410\u0432\u0442\u043e",
- "LiveTvPluginRequired": "\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d-\u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043b\u0443\u0433 \u0422\u0412-\u044d\u0444\u0438\u0440\u0430.",
- "LiveTvPluginRequiredHelp": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043e\u0434\u0438\u043d \u0438\u0437 \u0438\u043c\u0435\u044e\u0449\u0438\u0445\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, NextPVR \u0438\u043b\u0438 ServerWMC.",
- "LabelCustomizeOptionsPerMediaType": "\u041f\u043e\u0434\u0433\u043e\u043d\u043a\u0430 \u043f\u043e \u0442\u0438\u043f\u0443 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445:",
- "OptionDownloadThumbImage": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a",
- "OptionDownloadMenuImage": "\u041c\u0435\u043d\u044e",
- "OptionDownloadLogoImage": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
- "OptionDownloadBoxImage": "\u041a\u043e\u0440\u043e\u0431\u043a\u0430",
- "OptionDownloadDiscImage": "\u0414\u0438\u0441\u043a",
- "OptionDownloadBannerImage": "\u0411\u0430\u043d\u043d\u0435\u0440",
- "OptionDownloadBackImage": "\u0421\u043f\u0438\u043d\u043a\u0430",
- "OptionDownloadArtImage": "\u0412\u0438\u043d\u044c\u0435\u0442\u043a\u0430",
- "OptionDownloadPrimaryImage": "\u041f\u0435\u0440\u0432\u0438\u0447\u043d\u044b\u0439",
- "HeaderFetchImages": "\u041e\u0442\u0431\u043e\u0440\u043a\u0430 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432:",
- "HeaderImageSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432",
- "TabOther": "\u0414\u0440\u0443\u0433\u0438\u0435",
- "LabelMaxBackdropsPerItem": "\u041c\u0430\u043a\u0441. \u0447\u0438\u0441\u043b\u043e \u0437\u0430\u0434\u043d\u0438\u043a\u043e\u0432 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442:",
- "LabelMaxScreenshotsPerItem": "\u041c\u0430\u043a\u0441. \u0447\u0438\u0441\u043b\u043e \u0441\u043d\u0438\u043c\u043a\u043e\u0432 \u044d\u043a\u0440\u0430\u043d\u0430 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442:",
- "LabelMinBackdropDownloadWidth": "\u041c\u0438\u043d. \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u0430\u0434\u043d\u0438\u043a\u0430:",
- "LabelMinScreenshotDownloadWidth": "\u041c\u0438\u043d. \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0441\u043d\u0438\u043c\u043a\u0430 \u044d\u043a\u0440\u0430\u043d\u0430:",
- "ButtonAddScheduledTaskTrigger": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0440\u0438\u0433\u0433\u0435\u0440",
- "HeaderAddScheduledTaskTrigger": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
- "ButtonAdd": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",
- "LabelTriggerType": "\u0422\u0438\u043f \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430:",
- "OptionDaily": "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e",
- "OptionWeekly": "\u0415\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e",
- "OptionOnInterval": "\u0412 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435",
- "OptionOnAppStartup": "\u041f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "OptionAfterSystemEvent": "\u041f\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u0441\u043e\u0431\u044b\u0442\u0438\u044e",
- "LabelDay": "\u0414\u0435\u043d\u044c:",
- "LabelTime": "\u0412\u0440\u0435\u043c\u044f:",
- "LabelEvent": "\u0421\u043e\u0431\u044b\u0442\u0438\u0435:",
- "OptionWakeFromSleep": "\u0412\u044b\u0445\u043e\u0434 \u0438\u0437 \u0441\u043f\u044f\u0449\u0435\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0430",
- "LabelEveryXMinutes": "\u041a\u0430\u0436\u0434\u044b\u0435:",
- "HeaderTvTuners": "\u0422\u044e\u043d\u0435\u0440\u044b",
- "HeaderGallery": "\u0413\u0430\u043b\u0435\u0440\u0435\u044f",
- "HeaderLatestGames": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0438\u0433\u0440\u044b",
- "HeaderRecentlyPlayedGames": "C\u044b\u0433\u0440\u0430\u043d\u043d\u044b\u0435 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0438\u0433\u0440\u044b",
- "TabGameSystems": "\u0418\u0433\u0440\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
- "TitleMediaLibrary": "\u041c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430",
- "TabFolders": "\u041f\u0430\u043f\u043a\u0438",
- "TabPathSubstitution": "\u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0443\u0442\u0435\u0439",
- "LabelSeasonZeroDisplayName": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0437\u043e\u043d\u0430 0:",
- "LabelEnableRealtimeMonitor": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438",
- "LabelEnableRealtimeMonitorHelp": "\u0412 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u0437\u0430\u043c\u0435\u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e.",
- "ButtonScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443",
- "HeaderNumberOfPlayers": "\u0418\u0433\u0440\u043e\u043a\u0438:",
- "OptionAnyNumberOfPlayers": "\u041b\u044e\u0431\u044b\u0435",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0430\u043f\u0430\u043f\u043a\u0438",
- "HeaderThemeVideos": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
- "HeaderThemeSongs": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043c\u0435\u043b\u043e\u0434\u0438\u0438",
- "HeaderScenes": "\u0421\u0446\u0435\u043d\u044b",
- "HeaderAwardsAndReviews": "\u041f\u0440\u0438\u0437\u044b \u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0438",
- "HeaderSoundtracks": "\u0421\u0430\u0443\u043d\u0434\u0442\u0440\u0435\u043a\u0438",
- "HeaderMusicVideos": "\u041c\u0443\u0437\u044b\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
- "HeaderSpecialFeatures": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b",
- "HeaderCastCrew": "\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u0441\u044a\u0451\u043c\u043e\u043a",
- "HeaderAdditionalParts": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0447\u0430\u0441\u0442\u0438",
- "ButtonSplitVersionsApart": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u0432\u0435\u0440\u0441\u0438\u0438 \u0432\u0440\u043e\u0437\u044c",
- "ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
- "LabelMissing": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
- "LabelOffline": "\u0410\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e",
- "PathSubstitutionHelp": "\u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0443\u0442\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0443\u0442\u0438 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u0441 \u043f\u0443\u0442\u0451\u043c, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f. \u041f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435, \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0438\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u043f\u043e \u0441\u0435\u0442\u0438, \u0438 \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u043d\u0430 \u0438\u0445 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443.",
- "HeaderFrom": "\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435",
- "HeaderTo": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435",
- "LabelFrom": "\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435:",
- "LabelFromHelp": "\u041f\u0440\u0438\u043c\u0435\u0440: D:\\Movies (\u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435)",
- "LabelTo": "\u041a\u043e\u043d\u0435\u0447\u043d\u043e\u0435:",
- "LabelToHelp": "\u041f\u0440\u0438\u043c\u0435\u0440: \\\\MyServer\\Movies (\u043f\u0443\u0442\u044c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c)",
- "ButtonAddPathSubstitution": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438",
- "OptionSpecialEpisode": "\u0421\u043f\u0435\u0446\u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "OptionMissingEpisode": "\u041d\u0435\u0442 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
- "OptionUnairedEpisode": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "OptionEpisodeSortName": "\u0421\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "OptionSeriesSortName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u0430",
- "OptionTvdbRating": "\u041e\u0446\u0435\u043d\u043a\u0430 TVDb",
- "HeaderTranscodingQualityPreference": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438:",
- "OptionAutomaticTranscodingHelp": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0438 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0431\u0443\u0434\u0443\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c\u0441\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c",
- "OptionHighSpeedTranscodingHelp": "\u0411\u043e\u043b\u0435\u0435 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e, \u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u0431\u044b\u0441\u0442\u0440\u043e\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
- "OptionHighQualityTranscodingHelp": "\u0411\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e, \u043d\u043e \u0431\u043e\u043b\u0435\u0435 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
- "OptionMaxQualityTranscodingHelp": "\u041d\u0430\u0438\u0443\u0447\u0448\u0435\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441 \u0431\u043e\u043b\u0435\u0435 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u043c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u043c, \u0438 \u0432\u044b\u0441\u043e\u043a\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430",
- "OptionHighSpeedTranscoding": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432\u044b\u0448\u0435",
- "OptionHighQualityTranscoding": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u044b\u0448\u0435",
- "OptionMaxQualityTranscoding": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e",
- "OptionEnableDebugTranscodingLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
- "OptionEnableDebugTranscodingLoggingHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0444\u0430\u0439\u043b\u044b \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430, \u0430 \u044d\u0442\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0438\u043b\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a.",
- "OptionUpscaling": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0437\u0430\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e",
- "OptionUpscalingHelp": "\u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445, \u044d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0432\u0438\u0434\u0435\u043e, \u043d\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0441\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0430.",
- "EditCollectionItemsHelp": "\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0438\u043b\u0438 \u0438\u0437\u044b\u043c\u0438\u0442\u0435 \u043b\u044e\u0431\u044b\u0435 \u0444\u0438\u043b\u044c\u043c\u044b, \u0441\u0435\u0440\u0438\u0430\u043b\u044b, \u0430\u043b\u044c\u0431\u043e\u043c\u044b, \u043a\u043d\u0438\u0433\u0438 \u0438\u043b\u0438 \u0438\u0433\u0440\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0438 \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
- "HeaderAddTitles": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
- "LabelEnableDlnaPlayTo": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c DLNA-\u0444\u0443\u043d\u043a\u0446\u0438\u044e \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u041d\u0430",
- "LabelEnableDlnaPlayToHelp": "\u0412 Media Browser \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0442\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432\u043d\u0443\u0442\u0440\u0438 \u0441\u0435\u0442\u0438, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u0430\u0451\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043c\u0438.",
- "LabelEnableDlnaDebugLogging": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 DLNA \u0432 \u0416\u0443\u0440\u043d\u0430\u043b\u0435",
- "LabelEnableDlnaDebugLoggingHelp": "\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u0444\u0430\u0439\u043b\u044b \u0416\u0443\u0440\u043d\u0430\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043e\u0431\u044a\u0451\u043c\u0430, \u0430 \u044d\u0442\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0438\u043b\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a.",
- "LabelEnableDlnaClientDiscoveryInterval": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432, \u0441",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u043c\u0435\u0436\u0434\u0443 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u043c\u0438 SSDP-\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043c\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u043c\u0438 Media Browser.",
- "HeaderCustomDlnaProfiles": "\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438",
- "HeaderSystemDlnaProfiles": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438",
- "CustomDlnaProfilesHelp": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c, \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c.",
- "SystemDlnaProfilesHelp": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f. \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0444\u0438\u043b\u044e \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b \u0432 \u043d\u043e\u0432\u043e\u043c \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u0435.",
- "TitleDashboard": "\u0418\u043d\u0444\u043e\u043f\u0430\u043d\u0435\u043b\u044c",
- "TabHome": "\u0413\u043b\u0430\u0432\u043d\u043e\u0435",
- "TabInfo": "\u0421\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
- "HeaderLinks": "\u0421\u0441\u044b\u043b\u043a\u0438",
- "HeaderSystemPaths": "\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043f\u0443\u0442\u0438",
- "LinkCommunity": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e",
- "LinkGithub": "\u0420\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439 Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043f\u043e API",
- "LabelFriendlyServerName": "\u041f\u043e\u043d\u044f\u0442\u043d\u043e\u0435 \u0438\u043c\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430:",
- "LabelFriendlyServerNameHelp": "\u0414\u0430\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430. \u0415\u0441\u043b\u0438 \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u043c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0438\u043c\u044f \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430.",
- "LabelPreferredDisplayLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u044b\u0439 \u044f\u0437\u044b\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
- "LabelPreferredDisplayLanguageHelp": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 Media Browser \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c \u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u043c\u0441\u044f \u0432 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0438 \u0438 \u0432\u0441\u0451 \u0435\u0449\u0451 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d.",
- "LabelReadHowYouCanContribute": "\u0427\u0438\u0442\u0430\u0439\u0442\u0435 \u043e \u0442\u043e\u043c, \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0432\u043d\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434.",
- "HeaderNewCollection": "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f",
- "HeaderAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e",
- "ButtonSubmit": "\u0412\u043d\u0435\u0441\u0442\u0438",
- "NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)",
- "OptionSearchForInternetMetadata": "\u0418\u0441\u043a\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
- "ButtonCreate": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
- "LabelLocalHttpServerPortNumber": "\u041d\u043e\u043c\u0435\u0440 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430:",
- "LabelLocalHttpServerPortNumberHelp": "TCP-\u043f\u043e\u0440\u0442, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 HTTP-\u0441\u0435\u0440\u0432\u0435\u0440 Media Browser \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0443.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "\u041d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430 \u0432\u0435\u0431-\u0441\u043e\u043a\u0435\u0442\u0430:",
- "LabelEnableAutomaticPortMap": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
- "LabelEnableAutomaticPortMapHelp": "\u041f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c \u0447\u0435\u0440\u0435\u0437 UPnP. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
- "LabelExternalDDNS": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 DDNS-\u0434\u043e\u043c\u0435\u043d:",
- "LabelExternalDDNSHelp": "\u0415\u0441\u043b\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 DNS, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c. \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f Media Browser \u0431\u0443\u0434\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438.",
- "TabResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435",
- "TabWeather": "\u041f\u043e\u0433\u043e\u0434\u0430",
- "TitleAppSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "LabelMinResumePercentage": "\u041c\u0438\u043d. \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
- "LabelMaxResumePercentage": "\u041c\u0430\u043a\u0441. \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
- "LabelMinResumeDuration": "\u041c\u0438\u043d. \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, \u0441:",
- "LabelMinResumePercentageHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043d\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u043c\u0438, \u043f\u0440\u0438 \u0441\u0442\u043e\u043f\u0435 \u0434\u043e \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430",
- "LabelMaxResumePercentageHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e, \u043f\u0440\u0438 \u0441\u0442\u043e\u043f\u0435 \u043f\u043e\u0441\u043b\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u043c\u0435\u043d\u0442\u0430",
- "LabelMinResumeDurationHelp": "\u041f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u044b\u043c\u0438 \u043f\u0440\u0438 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043c\u0435\u043d\u0435\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e",
- "TitleAutoOrganize": "\u0410\u0432\u0442\u043e\u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
- "TabActivityLog": "\u0416\u0443\u0440\u043d\u0430\u043b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",
- "HeaderName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
- "HeaderDate": "\u0414\u0430\u0442\u0430",
- "HeaderSource": "\u041e\u0442\u043a\u0443\u0434\u0430",
- "HeaderDestination": "\u041a\u0443\u0434\u0430",
- "HeaderProgram": "\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430",
- "HeaderClients": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b",
- "LabelCompleted": "\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e",
- "LabelFailed": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u043e",
- "LabelSkipped": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043e",
- "HeaderEpisodeOrganization": "\u0420\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "LabelSeries": "\u0421\u0435\u0440\u0438\u0430\u043b:",
- "LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:",
- "LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
- "LabelEndingEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0433\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
- "LabelEndingEpisodeNumberHelp": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
- "HeaderSupportTheTeam": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0434\u043b\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b Media Browser",
- "LabelSupportAmount": "\u0421\u0443\u043c\u043c\u0430 (USD)",
- "HeaderSupportTheTeamHelp": "\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u0438 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430. \u0427\u0430\u0441\u0442\u044c \u0432\u0441\u0435\u0445 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0439 \u0431\u0443\u0434\u0435\u0442 \u0432\u043b\u043e\u0436\u0435\u043d\u0430 \u0432 \u0438\u043d\u043e\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043c\u044b \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u043c.",
- "ButtonEnterSupporterKey": "\u0412\u0432\u0435\u0441\u0442\u0438 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
- "DonationNextStep": "\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c, \u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043f\u043e \u042d-\u043f\u043e\u0447\u0442\u0435.",
- "AutoOrganizeHelp": "\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u0430\u0432\u0442\u043e\u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043d\u043e\u0432\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432, \u0438 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442 \u0438\u0445 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445.",
- "AutoOrganizeTvHelp": "\u041f\u0440\u0438 \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0422\u0412-\u0444\u0430\u0439\u043b\u043e\u0432, \u044d\u043f\u0438\u0437\u043e\u0434\u044b \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u044b. \u041f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u043d\u043e\u0432\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c\u0441\u044f.",
- "OptionEnableEpisodeOrganization": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044e \u043d\u043e\u0432\u044b\u0445 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
- "LabelWatchFolder": "\u041f\u0430\u043f\u043a\u0430 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f:",
- "LabelWatchFolderHelp": "\u0421\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043e\u043f\u0440\u043e\u0441 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0438 \u0432 \u0445\u043e\u0434\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0438 \u00ab\u0420\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u043e\u0432\u044b\u0445 \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u043e\u0432\u00bb.",
- "ButtonViewScheduledTasks": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438",
- "LabelMinFileSizeForOrganize": "\u041c\u0438\u043d. \u0440\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430, \u041c\u0411:",
- "LabelMinFileSizeForOrganizeHelp": "\u0411\u0443\u0434\u0443\u0442 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0444\u0430\u0439\u043b\u044b \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u043c \u043c\u0435\u043d\u0435\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e.",
- "LabelSeasonFolderPattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u043f\u0430\u043f\u043a\u0438 \u0441\u0435\u0437\u043e\u043d\u0430:",
- "LabelSeasonZeroFolderName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 \u043d\u0443\u043b\u0435\u0432\u043e\u0433\u043e \u0441\u0435\u0437\u043e\u043d\u0430:",
- "HeaderEpisodeFilePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0444\u0430\u0439\u043b\u0430 \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
- "LabelEpisodePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0434\u043b\u044f \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
- "LabelMultiEpisodePattern": "\u0428\u0430\u0431\u043b\u043e\u043d \u0434\u043b\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432:",
- "HeaderSupportedPatterns": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u044b",
- "HeaderTerm": "\u0412\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
- "HeaderPattern": "\u0428\u0430\u0431\u043b\u043e\u043d",
- "HeaderResult": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442",
- "LabelDeleteEmptyFolders": "\u0423\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 \u043f\u043e\u0441\u043b\u0435 \u0440\u0435\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438",
- "LabelDeleteEmptyFoldersHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u043e\u0433\u043e \u0447\u0438\u0441\u0442\u044b\u043c.",
- "LabelDeleteLeftOverFiles": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0445\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0441\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438:",
- "LabelDeleteLeftOverFilesHelp": "\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0439\u0442\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u00ab;\u00bb. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
- "LabelTransferMethod": "\u041c\u0435\u0442\u043e\u0434 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430",
- "OptionCopy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
- "OptionMove": "\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435",
- "LabelTransferMethodHelp": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
- "HeaderLatestNews": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438",
- "HeaderHelpImproveMediaBrowser": "\u041f\u043e\u043c\u043e\u0449\u044c \u0432 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0438 Media Browser",
- "HeaderRunningTasks": "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0437\u0430\u0434\u0430\u0447\u0438",
- "HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
- "HeaderPendingInstallations": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438",
- "HeaderServerInformation": "\u0421\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0435",
- "ButtonRestartNow": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e",
- "ButtonRestart": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c",
- "ButtonShutdown": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443",
- "ButtonUpdateNow": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.",
- "NewServerVersionAvailable": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Media Browser Server!",
- "ServerUpToDate": "Media Browser Server - \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d",
- "ErrorConnectingToMediaBrowserRepository": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043a \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044e Media Browser.",
- "LabelComponentsUpdated": "\u0411\u044b\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b:",
- "MessagePleaseRestartServerToFinishUpdating": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439.",
- "LabelDownMixAudioScale": "\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u044f \u043f\u0440\u0438 \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0449\u0435\u043c \u043c\u0438\u043a\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438:",
- "LabelDownMixAudioScaleHelp": "\u041a\u043e\u043c\u043f\u0435\u043d\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0432\u0443\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043d\u0438\u0436\u0430\u044e\u0449\u0435\u043c \u043c\u0438\u043a\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 1, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0443\u0440\u043e\u0432\u043d\u044f.",
- "ButtonLinkKeys": "\u041f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u043a\u043b\u044e\u0447",
- "LabelOldSupporterKey": "\u0421\u0442\u0430\u0440\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
- "LabelNewSupporterKey": "\u041d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430",
- "HeaderMultipleKeyLinking": "\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a \u043d\u043e\u0432\u043e\u043c\u0443 \u043a\u043b\u044e\u0447\u0443",
- "MultipleKeyLinkingHelp": "\u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0434\u0430\u043d\u043d\u043e\u0439 \u0444\u043e\u0440\u043c\u043e\u0439, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043e \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 \u043a \u043d\u043e\u0432\u043e\u043c\u0443.",
- "LabelCurrentEmailAddress": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b",
- "LabelCurrentEmailAddressHelp": "\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b\u043b \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447.",
- "HeaderForgotKey": "\u0417\u0430\u0431\u044b\u043b\u0438 \u043a\u043b\u044e\u0447?",
- "LabelEmailAddress": "\u0410\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b",
- "LabelSupporterEmailAddress": "\u0410\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b\u043b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0434\u043b\u044f \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u0438\u044f \u043a\u043b\u044e\u0447\u0430.",
- "ButtonRetrieveKey": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043b\u044e\u0447",
- "LabelSupporterKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430 (\u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437 \u043f\u0438\u0441\u044c\u043c\u0430 \u043f\u043e \u042d-\u043f\u043e\u0447\u0442\u0435)",
- "LabelSupporterKeyHelp": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u043b\u0430\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0434\u043b\u044f Media Browser.",
- "MessageInvalidKey": "\u041a\u043b\u044e\u0447 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u0430 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c.",
- "ErrorMessageInvalidKey": "\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0432\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0442\u0430\u043a\u0436\u0435 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u043c Media Browser. \u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u043f\u043e\u0436\u0435\u0440\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0443\u044e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043e\u0441\u043d\u043e\u0432\u043e\u043f\u043e\u043b\u0430\u0433\u0430\u044e\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430.",
- "HeaderDisplaySettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
- "TabPlayTo": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u041d\u0430",
- "LabelEnableDlnaServer": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c DLNA-\u0441\u0435\u0440\u0432\u0435\u0440",
- "LabelEnableDlnaServerHelp": "UPnP-\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c \u0432 \u0441\u0435\u0442\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f Media Browser.",
- "LabelEnableBlastAliveMessages": "\u0411\u043e\u043c\u0431\u0430\u0440\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438",
- "LabelEnableBlastAliveMessagesHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0435\u0441\u043b\u0438 \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0434\u0451\u0436\u043d\u043e \u0434\u0440\u0443\u0433\u0438\u043c\u0438 UPnP \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 \u0432 \u0441\u0435\u0442\u0438.",
- "LabelBlastMessageInterval": "\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438, \u0441",
- "LabelBlastMessageIntervalHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.",
- "LabelDefaultUser": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c:",
- "LabelDefaultUserHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f, \u0447\u044c\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0445. \u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439.",
- "TitleDlna": "DLNA",
- "TitleChannels": "\u041a\u0430\u043d\u0430\u043b\u044b",
- "HeaderServerSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
- "LabelWeatherDisplayLocation": "\u041c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0439 \u043f\u043e\u0433\u043e\u0434\u044b:",
- "LabelWeatherDisplayLocationHelp": "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u0421\u0428\u0410 \/ \u0413\u043e\u0440\u043e\u0434, \u0420\u0435\u0433\u0438\u043e\u043d, \u0421\u0442\u0440\u0430\u043d\u0430 \/ \u0413\u043e\u0440\u043e\u0434, \u0421\u0442\u0440\u0430\u043d\u0430",
- "LabelWeatherDisplayUnit": "\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u044b \u043f\u043e:",
- "OptionCelsius": "\u0426\u0435\u043b\u044c\u0441\u0438\u0439",
- "OptionFahrenheit": "\u0424\u0430\u0440\u0435\u043d\u0433\u0435\u0439\u0442",
- "HeaderRequireManualLogin": "\u0420\u0443\u0447\u043d\u043e\u0439 \u0432\u0432\u043e\u0434 \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f:",
- "HeaderRequireManualLoginHelp": "\u041f\u0440\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0434\u043b\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430 \u0432\u0445\u043e\u0434\u0430 \u0441 \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439.",
- "OptionOtherApps": "\u0414\u0440\u0443\u0433\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "OptionMobileApps": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "HeaderNotificationList": "\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u043e \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044e, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438.",
- "NotificationOptionApplicationUpdateAvailable": "\u0418\u043c\u0435\u0435\u0442\u0441\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "NotificationOptionApplicationUpdateInstalled": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e",
- "NotificationOptionPluginUpdateInstalled": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e",
- "NotificationOptionPluginInstalled": "\u041f\u043b\u0430\u0433\u0438\u043d \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d",
- "NotificationOptionPluginUninstalled": "\u041f\u043b\u0430\u0433\u0438\u043d \u0443\u0434\u0430\u043b\u0451\u043d",
- "NotificationOptionVideoPlayback": "\u0412\u043e\u0441\u043f\u0440-\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0437\u0430\u043f-\u043d\u043e",
- "NotificationOptionAudioPlayback": "\u0412\u043e\u0441\u043f\u0440-\u0438\u0435 \u0430\u0443\u0434\u0438\u043e \u0437\u0430\u043f-\u043d\u043e"
+ "TabSyncJobs": "\u0417\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/sv.json b/MediaBrowser.Server.Implementations/Localization/Server/sv.json
index 89a9b1921..a289da00b 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/sv.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/sv.json
@@ -1,6 +1,671 @@
{
- "LabelPublicPort": "Publikt portnummer:",
- "LabelPublicPortHelp": "Publikt portnummer som den lokala porten skall knytas till.",
+ "LabelExit": "Avsluta",
+ "LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "F\u00f6rval",
+ "LabelApiDocumentation": "Api Dokumentation",
+ "LabelDeveloperResources": "Resurser f\u00f6r utvecklare",
+ "LabelBrowseLibrary": "Bl\u00e4ddra i biblioteket",
+ "LabelConfigureMediaBrowser": "Konfigurera Media Browser",
+ "LabelOpenLibraryViewer": "\u00d6ppna biblioteksbl\u00e4ddraren",
+ "LabelRestartServer": "Starta om servern",
+ "LabelShowLogWindow": "Visa loggf\u00f6nstret",
+ "LabelPrevious": "F\u00f6reg\u00e5ende",
+ "LabelFinish": "Klart",
+ "LabelNext": "N\u00e4sta",
+ "LabelYoureDone": "Klart!",
+ "WelcomeToMediaBrowser": "V\u00e4lkommen till Media Browser!",
+ "TitleMediaBrowser": "Media Browser",
+ "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.",
+ "TellUsAboutYourself": "Ber\u00e4tta om dig sj\u00e4lv",
+ "ButtonQuickStartGuide": "Snabbstartguide",
+ "LabelYourFirstName": "Ditt f\u00f6rnamn:",
+ "MoreUsersCanBeAddedLater": "Flera anv\u00e4ndare kan skapas senare i Kontrollpanelen.",
+ "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.",
+ "LabelWindowsService": "Windows-tj\u00e4nst",
+ "AWindowsServiceHasBeenInstalled": "En Windows-tj\u00e4nst har installerats.",
+ "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).",
+ "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.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Inst\u00e4llningar",
+ "LabelEnableVideoImageExtraction": "Ta fram bildrutor ur videofiler",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Ta fram kapitelbildrutor ur filmfiler",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Aktivera automatisk koppling av portar",
+ "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.",
+ "HeaderTermsOfService": "Media Browser Villkor",
+ "MessagePleaseAcceptTermsOfService": "V\u00e4nligen acceptera anv\u00e4ndarvillkoren och sekretesspolicy innan du forts\u00e4tter.",
+ "OptionIAcceptTermsOfService": "Jag accepterar anv\u00e4ndarvillkoren",
+ "ButtonPrivacyPolicy": "sekretesspolicy",
+ "ButtonTermsOfService": "Anv\u00e4ndarvillkor",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "OK",
+ "ButtonCancel": "Avbryt",
+ "ButtonNew": "Nytillkommet",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Ljud",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Identifiera arkivfiler som media",
+ "OptionDetectArchiveFilesAsMediaHelp": "Om aktiverad, kommer filer med .rar och .zip f\u00f6rl\u00e4ngningar att uppt\u00e4ckas som mediefiler.",
+ "LabelEnterConnectUserName": "Anv\u00e4ndarnamn eller email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Synk jobb",
+ "FolderTypeMixed": "Blandat inneh\u00e5ll",
+ "FolderTypeMovies": "Filmer",
+ "FolderTypeMusic": "Musik",
+ "FolderTypeAdultVideos": "Inneh\u00e5ll f\u00f6r vuxna",
+ "FolderTypePhotos": "Foton",
+ "FolderTypeMusicVideos": "Musikvideor",
+ "FolderTypeHomeVideos": "Hemvideor",
+ "FolderTypeGames": "Spel",
+ "FolderTypeBooks": "B\u00f6cker",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "\u00c4rv",
+ "LabelContentType": "Inneh\u00e5llstyp:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Konfigurera mediabiblioteket",
+ "ButtonAddMediaFolder": "Skapa mediamapp",
+ "LabelFolderType": "Typ av mapp:",
+ "ReferToMediaLibraryWiki": "Se avsnittet om mediabibliotek i v\u00e5r Wiki.",
+ "LabelCountry": "Land:",
+ "LabelLanguage": "Spr\u00e5k:",
+ "HeaderPreferredMetadataLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
+ "LabelSaveLocalMetadata": "Spara grafik och metadata i mediamapparna",
+ "LabelSaveLocalMetadataHelp": "Om grafik och metadata sparas tillsammans med media \u00e4r de enkelt \u00e5tkomliga f\u00f6r redigering.",
+ "LabelDownloadInternetMetadata": "H\u00e4mta grafik och metadata fr\u00e5n Internet",
+ "LabelDownloadInternetMetadataHelp": "Media Browser kan h\u00e4mta informatiom om dina media fr\u00e5n Internet f\u00f6r att ge en visuellt full\u00e4ndad presentation.",
+ "TabPreferences": "Inst\u00e4llningar",
+ "TabPassword": "L\u00f6senord",
+ "TabLibraryAccess": "\u00c5tkomst till biblioteket",
+ "TabAccess": "Access",
+ "TabImage": "Bild",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metadata",
+ "TabImages": "Bilder",
+ "TabNotifications": "Meddelanden",
+ "TabCollectionTitles": "Titlar",
+ "HeaderDeviceAccess": "Enhets\u00e5tkomst",
+ "OptionEnableAccessFromAllDevices": "Aktivera \u00e5tkomst fr\u00e5n alla enheter",
+ "OptionEnableAccessToAllChannels": "Aktivera \u00e5tkomst till alla kanaler",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
+ "HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
+ "HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
+ "LabelAudioLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r ljudsp\u00e5r",
+ "LabelSubtitleLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r undertexter",
+ "OptionDefaultSubtitles": "F\u00f6rval",
+ "OptionOnlyForcedSubtitles": "Endast tvingande undertexter",
+ "OptionAlwaysPlaySubtitles": "Visa alltid undertexter",
+ "OptionNoSubtitles": "Inga undertexter",
+ "OptionDefaultSubtitlesHelp": "Om ljudsp\u00e5ret \u00e4r p\u00e5 ett fr\u00e4mmande spr\u00e5k laddas undertexter p\u00e5 det \u00f6nskade spr\u00e5ket.",
+ "OptionOnlyForcedSubtitlesHelp": "Endast undertexter markerade som tvingande kommer att laddas.",
+ "OptionAlwaysPlaySubtitlesHelp": "Undertexter p\u00e5 det \u00f6nskade spr\u00e5ket kommer att laddas oavsett ljudsp\u00e5rets spr\u00e5k.",
+ "OptionNoSubtitlesHelp": "Ladda normalt inte undertexter.",
+ "TabProfiles": "Profiler",
+ "TabSecurity": "S\u00e4kerhet",
+ "ButtonAddUser": "Ny anv\u00e4ndare",
+ "ButtonAddLocalUser": "Skapa lokal anv\u00e4ndare",
+ "ButtonInviteUser": "Bjud in anv\u00e4ndare",
+ "ButtonSave": "Spara",
+ "ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
+ "LabelNewPassword": "Nytt l\u00f6senord:",
+ "LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
+ "HeaderCreatePassword": "Skapa l\u00f6senord",
+ "LabelCurrentPassword": "Nuvarande l\u00f6senord:",
+ "LabelMaxParentalRating": "H\u00f6gsta till\u00e5tna \u00e5ldersgr\u00e4ns",
+ "MaxParentalRatingHelp": "Inneh\u00e5ll med h\u00f6gre gr\u00e4ns visas ej f\u00f6r den h\u00e4r anv\u00e4ndaren.",
+ "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.",
+ "ChannelAccessHelp": "V\u00e4lj kanaler att dela med denna anv\u00e4ndare. Administrat\u00f6rer kan redigera alla kanaler med hj\u00e4lp av metadatahanteraren.",
+ "ButtonDeleteImage": "Ta bort bild",
+ "LabelSelectUsers": "V\u00e4lj anv\u00e4ndare:",
+ "ButtonUpload": "Ladda upp",
+ "HeaderUploadNewImage": "Ladda upp ny bild",
+ "LabelDropImageHere": "Dra bild hit",
+ "ImageUploadAspectRatioHelp": "Bildf\u00f6rh\u00e5llande 1:1 rekommenderas. Endast JPG\/PNG.",
+ "MessageNothingHere": "Ingenting h\u00e4r.",
+ "MessagePleaseEnsureInternetMetadata": "Var god se till att h\u00e4mtning av metadata via Internet \u00e4r aktiverad.",
+ "TabSuggested": "Rekommenderas",
+ "TabLatest": "Nytillkommet",
+ "TabUpcoming": "Kommande",
+ "TabShows": "Serier",
+ "TabEpisodes": "Avsnitt",
+ "TabGenres": "Genrer",
+ "TabPeople": "Personer",
+ "TabNetworks": "TV-bolag",
+ "HeaderUsers": "Anv\u00e4ndare",
+ "HeaderFilters": "Filter:",
+ "ButtonFilter": "Filtrera",
+ "OptionFavorite": "Favoriter",
+ "OptionLikes": "Gillar",
+ "OptionDislikes": "Ogillar",
+ "OptionActors": "Sk\u00e5despelare",
+ "OptionGuestStars": "G\u00e4startister",
+ "OptionDirectors": "Regiss\u00f6rer",
+ "OptionWriters": "Manusf\u00f6rfattare",
+ "OptionProducers": "Producenter",
+ "HeaderResume": "\u00c5teruppta",
+ "HeaderNextUp": "N\u00e4stkommande",
+ "NoNextUpItemsMessage": "Hittade inget. S\u00e4tt ig\u00e5ng och titta!",
+ "HeaderLatestEpisodes": "Senaste avsnitten",
+ "HeaderPersonTypes": "Personkategorier:",
+ "TabSongs": "L\u00e5tar",
+ "TabAlbums": "Album",
+ "TabArtists": "Artister",
+ "TabAlbumArtists": "Albumartister",
+ "TabMusicVideos": "Musikvideor",
+ "ButtonSort": "Sortera",
+ "HeaderSortBy": "Sortera efter:",
+ "HeaderSortOrder": "Sorteringsordning:",
+ "OptionPlayed": "Visad",
+ "OptionUnplayed": "Ej visad",
+ "OptionAscending": "Stigande",
+ "OptionDescending": "Sjunkande",
+ "OptionRuntime": "Speltid",
+ "OptionReleaseDate": "Premi\u00e4rdatum",
+ "OptionPlayCount": "Antal visningar",
+ "OptionDatePlayed": "Senast visad",
+ "OptionDateAdded": "Inlagd den",
+ "OptionAlbumArtist": "Albumartist",
+ "OptionArtist": "Artist",
+ "OptionAlbum": "Album",
+ "OptionTrackName": "Sp\u00e5rnamn",
+ "OptionCommunityRating": "Allm\u00e4nhetens betyg",
+ "OptionNameSort": "Namn",
+ "OptionFolderSort": "Mappar",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Int\u00e4kter",
+ "OptionPoster": "Affisch",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Fondbild",
+ "OptionTimeline": "Tidslinje",
+ "OptionThumb": "Miniatyr",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banderoll",
+ "OptionCriticRating": "Kritikerbetyg",
+ "OptionVideoBitrate": "Bithastighet f\u00f6r video",
+ "OptionResumable": "Kan \u00e5terupptas",
+ "ScheduledTasksHelp": "Klicka p\u00e5 en aktivitet f\u00f6r att \u00e4ndra k\u00f6rtider.",
+ "ScheduledTasksTitle": "Schemalagda aktiviteter",
+ "TabMyPlugins": "Mina till\u00e4gg",
+ "TabCatalog": "Katalog",
+ "PluginsTitle": "Till\u00e4gg",
+ "HeaderAutomaticUpdates": "Automatiska uppdateringar",
+ "HeaderNowPlaying": "Nu spelas",
+ "HeaderLatestAlbums": "Nytillkomna album",
+ "HeaderLatestSongs": "Nytillkomna l\u00e5tar",
+ "HeaderRecentlyPlayed": "Nyligen spelade",
+ "HeaderFrequentlyPlayed": "Ofta spelade",
+ "DevBuildWarning": "Utvecklingsversioner \u00e4r \"bleeding edge\". Dessa kommer ut ofta och \u00e4r otestade. Appen kanske kraschar och vissa delar kanske inte alls fungerar.",
+ "LabelVideoType": "Videoformat:",
+ "OptionBluray": "Blu-ray",
+ "OptionDvd": "DVD",
+ "OptionIso": "ISO",
+ "Option3D": "3D",
+ "LabelFeatures": "Inneh\u00e5ll:",
+ "LabelService": "Tj\u00e4nst:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Senaste resultat:",
+ "OptionHasSubtitles": "Undertexter",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "Ledmotiv",
+ "OptionHasThemeVideo": "Temavideo",
+ "TabMovies": "Filmer",
+ "TabStudios": "Studior",
+ "TabTrailers": "Trailers",
+ "LabelArtists": "Artister:",
+ "LabelArtistsHelp": "Separera med ; vid flera",
+ "HeaderLatestMovies": "Nytillkomna filmer",
+ "HeaderLatestTrailers": "Nytillkomna trailers",
+ "OptionHasSpecialFeatures": "Extramaterial:",
+ "OptionImdbRating": "Betyg p\u00e5 IMDB",
+ "OptionParentalRating": "F\u00f6r\u00e4ldraklassning",
+ "OptionPremiereDate": "Premi\u00e4rdatum",
+ "TabBasic": "Grunderna",
+ "TabAdvanced": "Avancerat",
+ "HeaderStatus": "Status",
+ "OptionContinuing": "P\u00e5g\u00e5ende",
+ "OptionEnded": "Avslutad",
+ "HeaderAirDays": "S\u00e4ndningsdagar",
+ "OptionSunday": "S\u00f6ndag",
+ "OptionMonday": "M\u00e5ndag",
+ "OptionTuesday": "Tisdag",
+ "OptionWednesday": "Onsdag",
+ "OptionThursday": "Torsdag",
+ "OptionFriday": "Fredag",
+ "OptionSaturday": "L\u00f6rdag",
+ "HeaderManagement": "Administration",
+ "LabelManagement": "Administration:",
+ "OptionMissingImdbId": "IMDB-ID saknas",
+ "OptionMissingTvdbId": "TVDB-ID saknas",
+ "OptionMissingOverview": "Synopsis saknas",
+ "OptionFileMetadataYearMismatch": "Fildatum\/metadatadatum \u00f6verensst\u00e4mmer ej",
+ "TabGeneral": "Allm\u00e4nt",
+ "TitleSupport": "Support",
+ "TabLog": "H\u00e4ndelselogg",
+ "TabAbout": "Om",
+ "TabSupporterKey": "Donationskod",
+ "TabBecomeSupporter": "Bidra med en donation",
+ "MediaBrowserHasCommunity": "Media Browser har en livaktig grupp av anv\u00e4ndare och medverkande.",
+ "CheckoutKnowledgeBase": "Ta en titt i v\u00e5r kunskapsdatabas s\u00e5 att du f\u00e5r ut mesta m\u00f6jliga av Media Browser.",
+ "SearchKnowledgeBase": "S\u00f6k i kunskapsdatabasen",
+ "VisitTheCommunity": "Bes\u00f6k anv\u00e4ndargrupperna",
+ "VisitMediaBrowserWebsite": "G\u00e5 till Media Browsers hemsida",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Sp\u00e4rra den h\u00e4r anv\u00e4ndaren",
+ "OptionDisableUserHelp": "Sp\u00e4rrade anv\u00e4ndare till\u00e5ts ej kontakta servern. Eventuella p\u00e5g\u00e5ende anslutningar avbryts omedelbart.",
+ "HeaderAdvancedControl": "Avancerade anv\u00e4ndarinst\u00e4llningar",
+ "LabelName": "Namn:",
+ "ButtonHelp": "Hj\u00e4lp",
+ "OptionAllowUserToManageServer": "Till\u00e5t denna anv\u00e4ndare att administrera servern",
+ "HeaderFeatureAccess": "Tillg\u00e5ng till funktioner",
+ "OptionAllowMediaPlayback": "Till\u00e5t mediauppspelning",
+ "OptionAllowBrowsingLiveTv": "Till\u00e5t bl\u00e4ddring i live-TV",
+ "OptionAllowDeleteLibraryContent": "Till\u00e5t radering av biblioteksinneh\u00e5ll",
+ "OptionAllowManageLiveTv": "Till\u00e5t denna anv\u00e4ndare att administrera TV-inspelningar",
+ "OptionAllowRemoteControlOthers": "Till\u00e5t fj\u00e4rrstyrning av andra anv\u00e4ndare",
+ "OptionAllowRemoteSharedDevices": "Till\u00e5t fj\u00e4rrstyrning av delade enheter",
+ "OptionAllowRemoteSharedDevicesHelp": "DLNA-enheter betraktas som delade tills en anv\u00e4ndare b\u00f6rjar kontrollera den.",
+ "HeaderRemoteControl": "Fj\u00e4rrkontroll",
+ "OptionMissingTmdbId": "TMDB-ID saknas",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metabetyg",
+ "ButtonSelect": "V\u00e4lj",
+ "ButtonGroupVersions": "Gruppera versioner",
+ "ButtonAddToCollection": "L\u00e4gg till samling",
+ "PismoMessage": "Anv\u00e4nder Pismo File Mount baserat p\u00e5 en sk\u00e4nkt licens",
+ "TangibleSoftwareMessage": "Anv\u00e4nder Tangible Solutions Java\/C#-konverterare baserat p\u00e5 en sk\u00e4nkt licens.",
+ "HeaderCredits": "Tack till",
+ "PleaseSupportOtherProduces": "St\u00f6d g\u00e4rna de gratisprodukter vi anv\u00e4nder:",
+ "VersionNumber": "Version {0}",
+ "TabPaths": "S\u00f6kv\u00e4gar",
+ "TabServer": "Server",
+ "TabTranscoding": "Omkodning",
+ "TitleAdvanced": "Avancerat",
+ "LabelAutomaticUpdateLevel": "Niv\u00e5 f\u00f6r auto-uppdatering",
+ "OptionRelease": "Officiell version",
+ "OptionBeta": "Betaversion",
+ "OptionDev": "Utvecklarversion (instabil)",
+ "LabelAllowServerAutoRestart": "Till\u00e5t att servern startas om automatiskt efter uppdateringar",
+ "LabelAllowServerAutoRestartHelp": "Servern startas om endast d\u00e5 inga anv\u00e4ndare \u00e4r inloggade.",
+ "LabelEnableDebugLogging": "Aktivera loggning p\u00e5 avlusningsniv\u00e5",
+ "LabelRunServerAtStartup": "Starta servern d\u00e5 systemet startas",
+ "LabelRunServerAtStartupHelp": "Detta g\u00f6r att Media Browser startas med aktivitetsf\u00e4ltsikon n\u00e4r Windows startas. F\u00f6r att anv\u00e4nda Windows-tj\u00e4nsten, avmarkera detta och starta tj\u00e4nsten fr\u00e5n kontrollpanelen. M\u00e4rk att tj\u00e4nsten inte kan k\u00f6ras samtidigt som aktivitetsf\u00e4ltsikonen s\u00e5 f\u00f6r att k\u00f6ra tj\u00e4nsten m\u00e5ste ikonen st\u00e4ngas.",
+ "ButtonSelectDirectory": "V\u00e4lj mapp",
+ "LabelCustomPaths": "Ange anpassade s\u00f6kv\u00e4gar d\u00e4r s\u00e5 \u00f6nskas. L\u00e4mna tomt f\u00f6r att anv\u00e4nda standardv\u00e4rdena.",
+ "LabelCachePath": "Plats f\u00f6r cache:",
+ "LabelCachePathHelp": "Ange en plats f\u00f6r serverns cachefiler, t ex bilder.",
+ "LabelImagesByNamePath": "Plats f\u00f6r bilddatabasen (ImagesByName):",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Plats f\u00f6r metadata:",
+ "LabelMetadataPathHelp": "Ange en plats f\u00f6r nerladdad grafik och metadata, om du inte vill spara dessa i mediamapparna.",
+ "LabelTranscodingTempPath": "Mellanlagringsplats f\u00f6r omkodning:",
+ "LabelTranscodingTempPathHelp": "Denna mapp inneh\u00e5ller tillf\u00e4lliga filer som anv\u00e4nds vid omkodning. Ange en plats f\u00f6r dessa, eller l\u00e4mna blankt f\u00f6r att anv\u00e4nda f\u00f6rvald plats.",
+ "TabBasics": "Grunderna",
+ "TabTV": "TV",
+ "TabGames": "Spel",
+ "TabMusic": "Musik",
+ "TabOthers": "\u00d6vrigt",
+ "HeaderExtractChapterImagesFor": "Extrahera kapitelbildrutor f\u00f6r:",
+ "OptionMovies": "Filmer",
+ "OptionEpisodes": "Avsnitt",
+ "OptionOtherVideos": "Andra videor",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Aktivera automatiska uppdateringar",
+ "LabelAutomaticUpdatesTmdb": "Till\u00e5t automatiska uppdateringar fr\u00e5n TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Till\u00e5t automatiska uppdateringar fr\u00e5n TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 fanart.tv. Befintliga bilder p\u00e5verkas ej.",
+ "LabelAutomaticUpdatesTmdbHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 TheMovieDB.org. Befintliga bilder p\u00e5verkas ej.",
+ "LabelAutomaticUpdatesTvdbHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 TheTVDB.com. Befintliga bilder p\u00e5verkas ej.",
+ "LabelFanartApiKey": "Personlig api-nyckel:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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.",
+ "LabelMetadataDownloadLanguage": "\u00d6nskat spr\u00e5k:",
+ "ButtonAutoScroll": "Rulla listor automatiskt",
+ "LabelImageSavingConvention": "Namngivningsformat f\u00f6r bilder:",
+ "LabelImageSavingConventionHelp": "Media Browser kan anv\u00e4nda bilder fr\u00e5n de flesta vanliga mediaprogram. Genom att v\u00e4lja h\u00e4r kan du underl\u00e4tta anv\u00e4ndandet av Media Browser tillsammans med andra program.",
+ "OptionImageSavingCompatible": "Kompatibelt - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "Logga in",
+ "TitleSignIn": "Logga in",
+ "HeaderPleaseSignIn": "Var god logga in",
+ "LabelUser": "Anv\u00e4ndare:",
+ "LabelPassword": "L\u00f6senord:",
+ "ButtonManualLogin": "Manuell inloggning:",
+ "PasswordLocalhostMessage": "L\u00f6senord kr\u00e4vs ej vid lokal inloggning.",
+ "TabGuide": "TV-guide",
+ "TabChannels": "Kanaler",
+ "TabCollections": "Samlingar",
+ "HeaderChannels": "Kanaler",
+ "TabRecordings": "Inspelningar",
+ "TabScheduled": "Bokade",
+ "TabSeries": "Serie",
+ "TabFavorites": "Favoriter",
+ "TabMyLibrary": "Mitt bibliotek",
+ "ButtonCancelRecording": "Avbryt inspelning",
+ "HeaderPrePostPadding": "Marginal f\u00f6re\/efter",
+ "LabelPrePaddingMinutes": "Marginal i minuter f\u00f6re programstart:",
+ "OptionPrePaddingRequired": "Marginal f\u00f6re programstart kr\u00e4vs f\u00f6r inspelning.",
+ "LabelPostPaddingMinutes": "Marginal i minuter efter programslut:",
+ "OptionPostPaddingRequired": "Marginal efter programslut kr\u00e4vs f\u00f6r inspelning.",
+ "HeaderWhatsOnTV": "S\u00e4nds just nu",
+ "HeaderUpcomingTV": "Kommande program",
+ "TabStatus": "Status",
+ "TabSettings": "Inst\u00e4llningar",
+ "ButtonRefreshGuideData": "Uppdatera programguiden",
+ "ButtonRefresh": "Uppdatera",
+ "ButtonAdvancedRefresh": "Avancerad uppdatering",
+ "OptionPriority": "Prioritet",
+ "OptionRecordOnAllChannels": "Spela in fr\u00e5n alla kanaler",
+ "OptionRecordAnytime": "Spela in vid alla tidpunkter",
+ "OptionRecordOnlyNewEpisodes": "Spela bara in nya avsnitt",
+ "HeaderDays": "Dagar",
+ "HeaderActiveRecordings": "P\u00e5g\u00e5ende inspelningar",
+ "HeaderLatestRecordings": "Senaste inspelningarna",
+ "HeaderAllRecordings": "Alla inspelningar",
+ "ButtonPlay": "Spela upp",
+ "ButtonEdit": "\u00c4ndra",
+ "ButtonRecord": "Spela in",
+ "ButtonDelete": "Ta bort",
+ "ButtonRemove": "Ta bort",
+ "OptionRecordSeries": "Spela in serie",
+ "HeaderDetails": "Detaljinfo",
+ "TitleLiveTV": "Live-TV",
+ "LabelNumberOfGuideDays": "Antal dagars tabl\u00e5 att h\u00e4mta",
+ "LabelNumberOfGuideDaysHelp": "H\u00e4mtning av en l\u00e4ngre periods tabl\u00e5 ger m\u00f6jlighet att boka inspelningar och se program l\u00e4ngre fram i tiden, men ger l\u00e4ngre nedladdningstid. \"Auto\" v\u00e4ljer baserat p\u00e5 antalet kanaler.",
+ "LabelActiveService": "Aktuell tj\u00e4nst:",
+ "LabelActiveServiceHelp": "Flera TV-till\u00e4gg kan vara installerade men bara en \u00e5t g\u00e5ngen kan vara aktiv.",
+ "OptionAutomatic": "Auto",
+ "LiveTvPluginRequired": "Du m\u00e5ste ha ett till\u00e4gg f\u00f6r live-TV installerad f\u00f6r att kunna forts\u00e4tta.",
+ "LiveTvPluginRequiredHelp": "Installera ett av v\u00e5ra till\u00e4gg, t ex Next PVR eller ServerWMC.",
+ "LabelCustomizeOptionsPerMediaType": "Anpassa f\u00f6r typ av media:",
+ "OptionDownloadThumbImage": "Miniatyr",
+ "OptionDownloadMenuImage": "Meny",
+ "OptionDownloadLogoImage": "Logotyp",
+ "OptionDownloadBoxImage": "Konvolut",
+ "OptionDownloadDiscImage": "Skiva",
+ "OptionDownloadBannerImage": "Banderoll",
+ "OptionDownloadBackImage": "Baksida",
+ "OptionDownloadArtImage": "Grafik",
+ "OptionDownloadPrimaryImage": "Huvudbild",
+ "HeaderFetchImages": "H\u00e4mta bilder:",
+ "HeaderImageSettings": "Bildinst\u00e4llningar",
+ "TabOther": "\u00d6vrigt",
+ "LabelMaxBackdropsPerItem": "H\u00f6gsta antal fondbilder per objekt:",
+ "LabelMaxScreenshotsPerItem": "H\u00f6gsta antal sk\u00e4rmdumpar per objekt:",
+ "LabelMinBackdropDownloadWidth": "H\u00e4mta enbart fondbilder bredare \u00e4n:",
+ "LabelMinScreenshotDownloadWidth": "H\u00e4mta enbart sk\u00e4rmdumpar bredare \u00e4n:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "L\u00e4gg till",
+ "LabelTriggerType": "Typ av utl\u00f6sare:",
+ "OptionDaily": "Dagligen",
+ "OptionWeekly": "Varje vecka",
+ "OptionOnInterval": "Med visst intervall",
+ "OptionOnAppStartup": "N\u00e4r servern startar",
+ "OptionAfterSystemEvent": "Efter en systemh\u00e4ndelse",
+ "LabelDay": "Dag:",
+ "LabelTime": "Tid:",
+ "LabelEvent": "H\u00e4ndelse:",
+ "OptionWakeFromSleep": "Vakna ur energisparl\u00e4ge",
+ "LabelEveryXMinutes": "Varje:",
+ "HeaderTvTuners": "TV-mottagare",
+ "HeaderGallery": "Galleri",
+ "HeaderLatestGames": "Senaste spelen",
+ "HeaderRecentlyPlayedGames": "Nyligen spelade spel",
+ "TabGameSystems": "Spelkonsoler",
+ "TitleMediaLibrary": "Mediabibliotek",
+ "TabFolders": "Mappar",
+ "TabPathSubstitution": "S\u00f6kv\u00e4gsutbyte",
+ "LabelSeasonZeroDisplayName": "Visning av S\u00e4song 0",
+ "LabelEnableRealtimeMonitor": "Aktivera bevakning av mappar i realtid",
+ "LabelEnableRealtimeMonitorHelp": "F\u00f6r\u00e4ndringar uppt\u00e4cks omedelbart (i filsystem som st\u00f6djer detta)",
+ "ButtonScanLibrary": "Uppdatera biblioteket",
+ "HeaderNumberOfPlayers": "Spelare:",
+ "OptionAnyNumberOfPlayers": "Vilken som helst",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Mediamappar",
+ "HeaderThemeVideos": "Temavideor",
+ "HeaderThemeSongs": "Ledmotiv",
+ "HeaderScenes": "Kapitel",
+ "HeaderAwardsAndReviews": "Priser och recensioner",
+ "HeaderSoundtracks": "Filmmusik",
+ "HeaderMusicVideos": "Musikvideor",
+ "HeaderSpecialFeatures": "Extramaterial",
+ "HeaderCastCrew": "Rollista & bes\u00e4ttning",
+ "HeaderAdditionalParts": "Ytterligare delar",
+ "ButtonSplitVersionsApart": "Hantera olika versioner separat",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Saknas",
+ "LabelOffline": "Offline",
+ "PathSubstitutionHelp": "S\u00f6kv\u00e4gsutbyte betyder att en plats p\u00e5 servern kopplas till en lokal fils\u00f6kv\u00e4g p\u00e5 en klient. P\u00e5 s\u00e5 s\u00e4tt f\u00e5r klienten direkt tillg\u00e5ng till material p\u00e5 servern och kan spela upp det direkt via n\u00e4tverket utan att f\u00f6rbruka serverresurser f\u00f6r str\u00f6mning och omkodning.",
+ "HeaderFrom": "Fr\u00e5n",
+ "HeaderTo": "Till",
+ "LabelFrom": "Fr\u00e5n:",
+ "LabelFromHelp": "Exempel: D:\\Filmer (p\u00e5 servern)",
+ "LabelTo": "Till:",
+ "LabelToHelp": "Exempel: \\\\server\\Filmer (tillg\u00e4nglig f\u00f6r klienter)",
+ "ButtonAddPathSubstitution": "L\u00e4gg till utbytess\u00f6kv\u00e4g",
+ "OptionSpecialEpisode": "Specialavsnitt",
+ "OptionMissingEpisode": "Saknade avsnitt",
+ "OptionUnairedEpisode": "Ej s\u00e4nda avsnitt",
+ "OptionEpisodeSortName": "Sorteringstitel f\u00f6r avsnitt",
+ "OptionSeriesSortName": "Serietitel",
+ "OptionTvdbRating": "TVDB-betyg",
+ "HeaderTranscodingQualityPreference": "\u00d6nskad kvalitet f\u00f6r omkodning:",
+ "OptionAutomaticTranscodingHelp": "Servern avg\u00f6r kvalitet och hastighet",
+ "OptionHighSpeedTranscodingHelp": "L\u00e4gre kvalitet men snabbare omkodning",
+ "OptionHighQualityTranscodingHelp": "H\u00f6gre kvalitet men l\u00e5ngsammare omkodning",
+ "OptionMaxQualityTranscodingHelp": "H\u00f6gsta kvalitet, l\u00e5ngsammare omkodning och h\u00f6g CPU-belastning",
+ "OptionHighSpeedTranscoding": "H\u00f6gre hastighet",
+ "OptionHighQualityTranscoding": "H\u00f6gre kvalitet",
+ "OptionMaxQualityTranscoding": "H\u00f6gsta kvalitet",
+ "OptionEnableDebugTranscodingLogging": "Aktivera loggning av fel fr\u00e5n omkodning",
+ "OptionEnableDebugTranscodingLoggingHelp": "Detta resulterar i mycket stora loggfiler och rekommenderas bara vid fels\u00f6kning.",
+ "OptionUpscaling": "Till\u00e5t klienter att beg\u00e4ra uppskalad video",
+ "OptionUpscalingHelp": "Kan i vissa fall ge h\u00f6gre videokvalitet, men kr\u00e4ver mer CPU-kapacitet.",
+ "EditCollectionItemsHelp": "L\u00e4gg till eller ta bort filmer, tv-serier, album, b\u00f6cker eller spel du vill gruppera inom den h\u00e4r samlingen.",
+ "HeaderAddTitles": "L\u00e4gg till titlar",
+ "LabelEnableDlnaPlayTo": "Anv\u00e4nd DLNA spela-upp-p\u00e5",
+ "LabelEnableDlnaPlayToHelp": "Media Browser kan hitta enheter inom ditt n\u00e4tverk och erbjuda m\u00f6jligheten att styra dem.",
+ "LabelEnableDlnaDebugLogging": "Aktivera DLNA fels\u00f6kningsloggning",
+ "LabelEnableDlnaDebugLoggingHelp": "Detta resulterar i mycket stora loggfiler och rekommenderas bara vid fels\u00f6kning.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Intervall f\u00f6r uppt\u00e4ckt av klienter (i sekunder)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Best\u00e4mmer intervallet i sekunder mellan SSDP-s\u00f6kningar som utf\u00f6rs av Media Browser.",
+ "HeaderCustomDlnaProfiles": "Anpassade profiler",
+ "HeaderSystemDlnaProfiles": "Systemprofiler",
+ "CustomDlnaProfilesHelp": "Skapa en anpassad profil f\u00f6r ny enhet eller f\u00f6r att \u00f6verlappa en systemprofil.",
+ "SystemDlnaProfilesHelp": "Systemprofiler \u00e4r skrivskyddade. \u00c4ndringar av en systemprofil resulterar att en ny anpassad profil skapas.",
+ "TitleDashboard": "\u00d6versikt",
+ "TabHome": "Hem",
+ "TabInfo": "Info",
+ "HeaderLinks": "L\u00e4nkar",
+ "HeaderSystemPaths": "Systems\u00f6kv\u00e4gar",
+ "LinkCommunity": "Anv\u00e4ndargrupper",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "API-dokumentation",
+ "LabelFriendlyServerName": "Ditt \u00f6nskade servernamn:",
+ "LabelFriendlyServerNameHelp": "Det h\u00e4r namnet anv\u00e4nds f\u00f6r att identifiera servern, om det l\u00e4mnas tomt kommer datorns namn att anv\u00e4ndas.",
+ "LabelPreferredDisplayLanguage": "F\u00f6redraget visningsspr\u00e5k:",
+ "LabelPreferredDisplayLanguageHelp": "\u00d6vers\u00e4ttningen av Media Browser \u00e4r ett p\u00e5g\u00e5ende projekt och \u00e4nnu ej f\u00e4rdigst\u00e4llt.",
+ "LabelReadHowYouCanContribute": "L\u00e4s om hur du kan bidra.",
+ "HeaderNewCollection": "Ny samling",
+ "HeaderAddToCollection": "L\u00e4gg till samling",
+ "ButtonSubmit": "Bekr\u00e4fta",
+ "NewCollectionNameExample": "Exemple: Star Wars-samling",
+ "OptionSearchForInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata",
+ "ButtonCreate": "Skapa",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "TCP-portnumret som Media Browsers http-server skall knytas till.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Webanslutningens portnummer:",
+ "LabelEnableAutomaticPortMap": "Aktivera automatisk koppling av portar",
+ "LabelEnableAutomaticPortMapHelp": "Automatisk l\u00e4nkning av publik och lokal port via UPnP. Detta kanske inte fungerar med alla routrar.",
+ "LabelExternalDDNS": "External WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "\u00c5teruppta",
+ "TabWeather": "V\u00e4der",
+ "TitleAppSettings": "Programinst\u00e4llningar",
+ "LabelMinResumePercentage": "L\u00e4gsta gr\u00e4ns f\u00f6r \u00e5terupptagande (%)",
+ "LabelMaxResumePercentage": "H\u00f6gsta gr\u00e4ns f\u00f6r \u00e5terupptagande (%)",
+ "LabelMinResumeDuration": "Minsta tid f\u00f6r \u00e5terupptagande (s)",
+ "LabelMinResumePercentageHelp": "Objekt betraktas som ej spelade om uppspelningen stoppas f\u00f6re denna tidpunkt",
+ "LabelMaxResumePercentageHelp": "Objekt betraktas som f\u00e4rdigspelade om uppspelningen stoppas efter denna tidpunkt",
+ "LabelMinResumeDurationHelp": "Objekt med speltid kortare \u00e4n s\u00e5 h\u00e4r kan ej \u00e5terupptas",
+ "TitleAutoOrganize": "Katalogisera automatiskt",
+ "TabActivityLog": "Aktivitetslogg",
+ "HeaderName": "Namn",
+ "HeaderDate": "Datum",
+ "HeaderSource": "K\u00e4lla",
+ "HeaderDestination": "M\u00e5l",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Klienter",
+ "LabelCompleted": "Klar",
+ "LabelFailed": "Misslyckades",
+ "LabelSkipped": "Hoppades \u00f6ver",
+ "HeaderEpisodeOrganization": "Katalogisering av avsnitt",
+ "LabelSeries": "Serie:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Kr\u00e4vs endast f\u00f6r filer som inneh\u00e5ller flera avsnitt",
+ "HeaderSupportTheTeam": "St\u00f6d utvecklingen av Media Browser",
+ "LabelSupportAmount": "Belopp (USD)",
+ "HeaderSupportTheTeamHelp": "Bidra till fortsatt utveckling av projektet genom att donera. En del av alla donationer kommer att ges till andra kostnadsfria verktyg som vi \u00e4r beroende av.",
+ "ButtonEnterSupporterKey": "Ange din donationskod",
+ "DonationNextStep": "N\u00e4r du \u00e4r klar, g\u00e5 tillbaka och ange din donationskod, som du kommer att f\u00e5 via e-post.",
+ "AutoOrganizeHelp": "Automatisk katalogisering bevakar angivna mappar och flyttar nytillkomna objekt till dina mediamappar.",
+ "AutoOrganizeTvHelp": "Katalogiseringen av TV-avsnitt flyttar bara nya avsnitt av befintliga serier. Den skapar inte mappar f\u00f6r nya serier.",
+ "OptionEnableEpisodeOrganization": "Aktivera katalogisering av nya avsnitt",
+ "LabelWatchFolder": "Bevakad mapp:",
+ "LabelWatchFolderHelp": "Servern s\u00f6ker igenom den h\u00e4r mappen d\u00e5 den schemalagda katalogiseringen k\u00f6rs.",
+ "ButtonViewScheduledTasks": "Visa schemalagda aktiviteter",
+ "LabelMinFileSizeForOrganize": "Minsta filstorlek (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Filer mindre \u00e4n denna storlek kommer inte att behandlas.",
+ "LabelSeasonFolderPattern": "Namnm\u00f6nster f\u00f6r s\u00e4songmappar:",
+ "LabelSeasonZeroFolderName": "Namn p\u00e5 mapp f\u00f6r s\u00e4song 0",
+ "HeaderEpisodeFilePattern": "Filnamnsm\u00f6nster f\u00f6r avsnitt",
+ "LabelEpisodePattern": "Namnm\u00f6nster f\u00f6r avsnitt:",
+ "LabelMultiEpisodePattern": "Namnm\u00f6nster f\u00f6r multiavsnitt:",
+ "HeaderSupportedPatterns": "M\u00f6nster som st\u00f6ds",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "M\u00f6nster",
+ "HeaderResult": "Resultat",
+ "LabelDeleteEmptyFolders": "Ta bort tomma mappar efter katalogisering",
+ "LabelDeleteEmptyFoldersHelp": "Aktivera detta f\u00f6r att h\u00e5lla rent i bevakade mappar.",
+ "LabelDeleteLeftOverFiles": "Ta bort \u00f6verblivna filer med f\u00f6ljande till\u00e4gg:",
+ "LabelDeleteLeftOverFilesHelp": "\u00c5tskilj med;. Till exempel: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Skriv \u00f6ver existerande avsnitt",
+ "LabelTransferMethod": "Metod f\u00f6r \u00f6verf\u00f6ring",
+ "OptionCopy": "Kopiera",
+ "OptionMove": "Flytta",
+ "LabelTransferMethodHelp": "Kopiera eller flytta filer fr\u00e5n bevakade mappar",
+ "HeaderLatestNews": "Senaste nytt",
+ "HeaderHelpImproveMediaBrowser": "Hj\u00e4lp till att f\u00f6rb\u00e4ttra Media Browser",
+ "HeaderRunningTasks": "P\u00e5g\u00e5ende aktiviteter",
+ "HeaderActiveDevices": "Aktiva enheter",
+ "HeaderPendingInstallations": "V\u00e4ntande installationer",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Starta om nu",
+ "ButtonRestart": "Starta om",
+ "ButtonShutdown": "St\u00e4ng av",
+ "ButtonUpdateNow": "Uppdatera nu",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Var god st\u00e4ng av servern och uppdatera manuellt.",
+ "NewServerVersionAvailable": "En ny version av Media Browser Server finns tillg\u00e4nglig!",
+ "ServerUpToDate": "Media Browser Server \u00e4r uppdaterad till den senaste versionen",
+ "ErrorConnectingToMediaBrowserRepository": "Ett fel uppstod vid anslutning till Media Browser-databasen.",
+ "LabelComponentsUpdated": "F\u00f6ljande komponenter har installerats eller uppdaterats:",
+ "MessagePleaseRestartServerToFinishUpdating": "V\u00e4nligen starta om servern f\u00f6r att slutf\u00f6ra uppdateringarna.",
+ "LabelDownMixAudioScale": "H\u00f6j niv\u00e5n vid nedmixning av ljud",
+ "LabelDownMixAudioScaleHelp": "H\u00f6j niv\u00e5n vid nedmixning. S\u00e4tt v\u00e4rdet till 1 f\u00f6r att beh\u00e5lla den ursprungliga niv\u00e5n.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Tidigare donationskod",
+ "LabelNewSupporterKey": "Ny donationskod",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "Om du f\u00e5tt en ny supporter nyckel, anv\u00e4nd detta formul\u00e4r f\u00f6r att \u00f6verf\u00f6ra gamla nyckelns registreringar till din nya.",
+ "LabelCurrentEmailAddress": "Nuvarande e-postadress",
+ "LabelCurrentEmailAddressHelp": "Den e-postadress den nya koden skickades till.",
+ "HeaderForgotKey": "Gl\u00f6mt koden",
+ "LabelEmailAddress": "E-postadress",
+ "LabelSupporterEmailAddress": "Den e-postadress du angav vid k\u00f6pet av den nya koden.",
+ "ButtonRetrieveKey": "H\u00e4mta donationskod",
+ "LabelSupporterKey": "Donationskod (klistra in fr\u00e5n e-postmeddelandet)",
+ "LabelSupporterKeyHelp": "Ange din donationskod s\u00e5 att du kan b\u00f6rja anv\u00e4nda de extrafunktioner som har utvecklats inom Media Browsers anv\u00e4ndargrupper.",
+ "MessageInvalidKey": "Supporterkod ogiltig eller saknas.",
+ "ErrorMessageInvalidKey": "F\u00f6r att registrera premiuminneh\u00e5ll m\u00e5ste du vara Media Browser-supporter. Bidra g\u00e4rna till fortsatt utveckling av projektet genom att donera. Tack p\u00e5 f\u00f6rhand.",
+ "HeaderDisplaySettings": "Bildsk\u00e4rmsinst\u00e4llningar",
+ "TabPlayTo": "Spela upp p\u00e5",
+ "LabelEnableDlnaServer": "Aktivera DLNA-server",
+ "LabelEnableDlnaServerHelp": "L\u00e5ter UPnP-enheter p\u00e5 n\u00e4tverket bl\u00e4ddra bland och spela upp Media Browser-inneh\u00e5ll.",
+ "LabelEnableBlastAliveMessages": "Skicka ut \"jag lever\"-meddelanden",
+ "LabelEnableBlastAliveMessagesHelp": "Aktivera detta om andra UPnP-enheter p\u00e5 n\u00e4tverket har problem att uppt\u00e4cka servern.",
+ "LabelBlastMessageInterval": "S\u00e4ndningsintervall i sekunder f\u00f6r \"jag lever\"-meddelanden",
+ "LabelBlastMessageIntervalHelp": "Anger tid i sekunder mellan varje \"jag lever\"-meddelande.",
+ "LabelDefaultUser": "F\u00f6rvald anv\u00e4ndare:",
+ "LabelDefaultUserHelp": "Anger vilket anv\u00e4ndarbibliotek som skall visas p\u00e5 anslutna enheter. Denna inst\u00e4llning kan \u00e4ndras p\u00e5 enhetsbasis med hj\u00e4lp av en enhetsprofiler.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Kanaler",
+ "HeaderServerSettings": "Serverinst\u00e4llningar",
+ "LabelWeatherDisplayLocation": "Geografisk plats f\u00f6r v\u00e4derdata:",
+ "LabelWeatherDisplayLocationHelp": "U.S. zip code \/ Stad, stat, land \/ Stad, land",
+ "LabelWeatherDisplayUnit": "Enhet f\u00f6r v\u00e4derdata:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Kr\u00e4v att anv\u00e4ndarnamn anges manuellt f\u00f6r:",
+ "HeaderRequireManualLoginHelp": "Om avaktiverat kan klienterna visa en inloggningsbild f\u00f6r visuellt val av anv\u00e4ndare.",
+ "OptionOtherApps": "Andra appar",
+ "OptionMobileApps": "Mobilappar",
+ "HeaderNotificationList": "Klicka p\u00e5 en meddelandetyp f\u00f6r att ange inst\u00e4llningar.",
+ "NotificationOptionApplicationUpdateAvailable": "Ny programversion tillg\u00e4nglig",
+ "NotificationOptionApplicationUpdateInstalled": "Programuppdatering installerad",
+ "NotificationOptionPluginUpdateInstalled": "Till\u00e4gg har uppdaterats",
+ "NotificationOptionPluginInstalled": "Till\u00e4gg har installerats",
+ "NotificationOptionPluginUninstalled": "Till\u00e4gg har avinstallerats",
+ "NotificationOptionVideoPlayback": "Videouppspelning har p\u00e5b\u00f6rjats",
+ "NotificationOptionAudioPlayback": "Ljuduppspelning har p\u00e5b\u00f6rjats",
+ "NotificationOptionGamePlayback": "Spel har startats",
+ "NotificationOptionVideoPlaybackStopped": "Videouppspelning stoppad",
+ "NotificationOptionAudioPlaybackStopped": "Ljuduppspelning stoppad",
+ "NotificationOptionGamePlaybackStopped": "Spel stoppat",
+ "NotificationOptionTaskFailed": "Schemalagd aktivitet har misslyckats",
+ "NotificationOptionInstallationFailed": "Fel vid installation",
+ "NotificationOptionNewLibraryContent": "Nytt inneh\u00e5ll har tillkommit",
+ "NotificationOptionNewLibraryContentMultiple": "Nytillkommet inneh\u00e5ll finns (flera objekt)",
+ "SendNotificationHelp": "Meddelanden visas f\u00f6rvalt i kontrollpanelens inkorg. S\u00f6k efter fler meddelandetill\u00e4gg i till\u00e4ggskatalogen.",
+ "NotificationOptionServerRestartRequired": "Servern m\u00e5ste startas om",
+ "LabelNotificationEnabled": "Aktivera denna meddelandetyp",
+ "LabelMonitorUsers": "\u00d6vervaka aktivitet fr\u00e5n:",
+ "LabelSendNotificationToUsers": "Skicka meddelande till:",
+ "LabelUseNotificationServices": "Anv\u00e4nd f\u00f6ljande tj\u00e4nster:",
+ "CategoryUser": "Anv\u00e4ndare",
"CategorySystem": "System",
"CategoryApplication": "App",
"CategoryPlugin": "Till\u00e4gg",
@@ -637,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Registrera dig",
- "ButtonForgotPassword": "Gl\u00f6mt l\u00f6senord?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Inaktivera tillg\u00e5ng till anv\u00e4ndarinst\u00e4llningar",
"OptionDisableUserPreferencesHelp": "Om aktiverad, kommer endast administrat\u00f6rer att kunna konfigurera anv\u00e4ndarprofilbilder, l\u00f6senord och spr\u00e5kinst\u00e4llningar.",
"HeaderSelectServer": "V\u00e4lj Server",
@@ -673,672 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Avsluta",
- "LabelVisitCommunity": "Bes\u00f6k v\u00e5rt diskussionsforum",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "F\u00f6rval",
- "LabelApiDocumentation": "Api Dokumentation",
- "LabelDeveloperResources": "Resurser f\u00f6r utvecklare",
- "LabelBrowseLibrary": "Bl\u00e4ddra i biblioteket",
- "LabelConfigureMediaBrowser": "Konfigurera Media Browser",
- "LabelOpenLibraryViewer": "\u00d6ppna biblioteksbl\u00e4ddraren",
- "LabelRestartServer": "Starta om servern",
- "LabelShowLogWindow": "Visa loggf\u00f6nstret",
- "LabelPrevious": "F\u00f6reg\u00e5ende",
- "LabelFinish": "Klart",
- "LabelNext": "N\u00e4sta",
- "LabelYoureDone": "Klart!",
- "WelcomeToMediaBrowser": "V\u00e4lkommen till Media Browser!",
- "TitleMediaBrowser": "Media Browser",
- "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.",
- "TellUsAboutYourself": "Ber\u00e4tta om dig sj\u00e4lv",
- "ButtonQuickStartGuide": "Snabbstartguide",
- "LabelYourFirstName": "Ditt f\u00f6rnamn:",
- "MoreUsersCanBeAddedLater": "Flera anv\u00e4ndare kan skapas senare i Kontrollpanelen.",
- "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.",
- "LabelWindowsService": "Windows-tj\u00e4nst",
- "AWindowsServiceHasBeenInstalled": "En Windows-tj\u00e4nst har installerats.",
- "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).",
- "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.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Inst\u00e4llningar",
- "LabelEnableVideoImageExtraction": "Ta fram bildrutor ur videofiler",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Ta fram kapitelbildrutor ur filmfiler",
- "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.",
- "LabelEnableAutomaticPortMapping": "Aktivera automatisk koppling av portar",
- "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.",
- "HeaderTermsOfService": "Media Browser Villkor",
- "MessagePleaseAcceptTermsOfService": "V\u00e4nligen acceptera anv\u00e4ndarvillkoren och sekretesspolicy innan du forts\u00e4tter.",
- "OptionIAcceptTermsOfService": "Jag accepterar anv\u00e4ndarvillkoren",
- "ButtonPrivacyPolicy": "sekretesspolicy",
- "ButtonTermsOfService": "Anv\u00e4ndarvillkor",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "OK",
- "ButtonCancel": "Avbryt",
- "ButtonNew": "Nytillkommet",
- "HeaderTV": "TV",
- "HeaderAudio": "Ljud",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Identifiera arkivfiler som media",
- "OptionDetectArchiveFilesAsMediaHelp": "Om aktiverad, kommer filer med .rar och .zip f\u00f6rl\u00e4ngningar att uppt\u00e4ckas som mediefiler.",
- "LabelEnterConnectUserName": "Anv\u00e4ndarnamn eller email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Synk jobb",
- "FolderTypeMixed": "Blandat inneh\u00e5ll",
- "FolderTypeMovies": "Filmer",
- "FolderTypeMusic": "Musik",
- "FolderTypeAdultVideos": "Inneh\u00e5ll f\u00f6r vuxna",
- "FolderTypePhotos": "Foton",
- "FolderTypeMusicVideos": "Musikvideor",
- "FolderTypeHomeVideos": "Hemvideor",
- "FolderTypeGames": "Spel",
- "FolderTypeBooks": "B\u00f6cker",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "\u00c4rv",
- "LabelContentType": "Inneh\u00e5llstyp:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Konfigurera mediabiblioteket",
- "ButtonAddMediaFolder": "Skapa mediamapp",
- "LabelFolderType": "Typ av mapp:",
- "ReferToMediaLibraryWiki": "Se avsnittet om mediabibliotek i v\u00e5r Wiki.",
- "LabelCountry": "Land:",
- "LabelLanguage": "Spr\u00e5k:",
- "HeaderPreferredMetadataLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
- "LabelSaveLocalMetadata": "Spara grafik och metadata i mediamapparna",
- "LabelSaveLocalMetadataHelp": "Om grafik och metadata sparas tillsammans med media \u00e4r de enkelt \u00e5tkomliga f\u00f6r redigering.",
- "LabelDownloadInternetMetadata": "H\u00e4mta grafik och metadata fr\u00e5n Internet",
- "LabelDownloadInternetMetadataHelp": "Media Browser kan h\u00e4mta informatiom om dina media fr\u00e5n Internet f\u00f6r att ge en visuellt full\u00e4ndad presentation.",
- "TabPreferences": "Inst\u00e4llningar",
- "TabPassword": "L\u00f6senord",
- "TabLibraryAccess": "\u00c5tkomst till biblioteket",
- "TabAccess": "Access",
- "TabImage": "Bild",
- "TabProfile": "Profil",
- "TabMetadata": "Metadata",
- "TabImages": "Bilder",
- "TabNotifications": "Meddelanden",
- "TabCollectionTitles": "Titlar",
- "HeaderDeviceAccess": "Enhets\u00e5tkomst",
- "OptionEnableAccessFromAllDevices": "Aktivera \u00e5tkomst fr\u00e5n alla enheter",
- "OptionEnableAccessToAllChannels": "Aktivera \u00e5tkomst till alla kanaler",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
- "LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
- "HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
- "HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
- "LabelAudioLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r ljudsp\u00e5r",
- "LabelSubtitleLanguagePreference": "\u00d6nskat spr\u00e5k f\u00f6r undertexter",
- "OptionDefaultSubtitles": "F\u00f6rval",
- "OptionOnlyForcedSubtitles": "Endast tvingande undertexter",
- "OptionAlwaysPlaySubtitles": "Visa alltid undertexter",
- "OptionNoSubtitles": "Inga undertexter",
- "OptionDefaultSubtitlesHelp": "Om ljudsp\u00e5ret \u00e4r p\u00e5 ett fr\u00e4mmande spr\u00e5k laddas undertexter p\u00e5 det \u00f6nskade spr\u00e5ket.",
- "OptionOnlyForcedSubtitlesHelp": "Endast undertexter markerade som tvingande kommer att laddas.",
- "OptionAlwaysPlaySubtitlesHelp": "Undertexter p\u00e5 det \u00f6nskade spr\u00e5ket kommer att laddas oavsett ljudsp\u00e5rets spr\u00e5k.",
- "OptionNoSubtitlesHelp": "Ladda normalt inte undertexter.",
- "TabProfiles": "Profiler",
- "TabSecurity": "S\u00e4kerhet",
- "ButtonAddUser": "Ny anv\u00e4ndare",
- "ButtonAddLocalUser": "Skapa lokal anv\u00e4ndare",
- "ButtonInviteUser": "Bjud in anv\u00e4ndare",
- "ButtonSave": "Spara",
- "ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
- "LabelNewPassword": "Nytt l\u00f6senord:",
- "LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
- "HeaderCreatePassword": "Skapa l\u00f6senord",
- "LabelCurrentPassword": "Nuvarande l\u00f6senord:",
- "LabelMaxParentalRating": "H\u00f6gsta till\u00e5tna \u00e5ldersgr\u00e4ns",
- "MaxParentalRatingHelp": "Inneh\u00e5ll med h\u00f6gre gr\u00e4ns visas ej f\u00f6r den h\u00e4r anv\u00e4ndaren.",
- "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.",
- "ChannelAccessHelp": "V\u00e4lj kanaler att dela med denna anv\u00e4ndare. Administrat\u00f6rer kan redigera alla kanaler med hj\u00e4lp av metadatahanteraren.",
- "ButtonDeleteImage": "Ta bort bild",
- "LabelSelectUsers": "V\u00e4lj anv\u00e4ndare:",
- "ButtonUpload": "Ladda upp",
- "HeaderUploadNewImage": "Ladda upp ny bild",
- "LabelDropImageHere": "Dra bild hit",
- "ImageUploadAspectRatioHelp": "Bildf\u00f6rh\u00e5llande 1:1 rekommenderas. Endast JPG\/PNG.",
- "MessageNothingHere": "Ingenting h\u00e4r.",
- "MessagePleaseEnsureInternetMetadata": "Var god se till att h\u00e4mtning av metadata via Internet \u00e4r aktiverad.",
- "TabSuggested": "Rekommenderas",
- "TabLatest": "Nytillkommet",
- "TabUpcoming": "Kommande",
- "TabShows": "Serier",
- "TabEpisodes": "Avsnitt",
- "TabGenres": "Genrer",
- "TabPeople": "Personer",
- "TabNetworks": "TV-bolag",
- "HeaderUsers": "Anv\u00e4ndare",
- "HeaderFilters": "Filter:",
- "ButtonFilter": "Filtrera",
- "OptionFavorite": "Favoriter",
- "OptionLikes": "Gillar",
- "OptionDislikes": "Ogillar",
- "OptionActors": "Sk\u00e5despelare",
- "OptionGuestStars": "G\u00e4startister",
- "OptionDirectors": "Regiss\u00f6rer",
- "OptionWriters": "Manusf\u00f6rfattare",
- "OptionProducers": "Producenter",
- "HeaderResume": "\u00c5teruppta",
- "HeaderNextUp": "N\u00e4stkommande",
- "NoNextUpItemsMessage": "Hittade inget. S\u00e4tt ig\u00e5ng och titta!",
- "HeaderLatestEpisodes": "Senaste avsnitten",
- "HeaderPersonTypes": "Personkategorier:",
- "TabSongs": "L\u00e5tar",
- "TabAlbums": "Album",
- "TabArtists": "Artister",
- "TabAlbumArtists": "Albumartister",
- "TabMusicVideos": "Musikvideor",
- "ButtonSort": "Sortera",
- "HeaderSortBy": "Sortera efter:",
- "HeaderSortOrder": "Sorteringsordning:",
- "OptionPlayed": "Visad",
- "OptionUnplayed": "Ej visad",
- "OptionAscending": "Stigande",
- "OptionDescending": "Sjunkande",
- "OptionRuntime": "Speltid",
- "OptionReleaseDate": "Premi\u00e4rdatum",
- "OptionPlayCount": "Antal visningar",
- "OptionDatePlayed": "Senast visad",
- "OptionDateAdded": "Inlagd den",
- "OptionAlbumArtist": "Albumartist",
- "OptionArtist": "Artist",
- "OptionAlbum": "Album",
- "OptionTrackName": "Sp\u00e5rnamn",
- "OptionCommunityRating": "Allm\u00e4nhetens betyg",
- "OptionNameSort": "Namn",
- "OptionFolderSort": "Mappar",
- "OptionBudget": "Budget",
- "OptionRevenue": "Int\u00e4kter",
- "OptionPoster": "Affisch",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Fondbild",
- "OptionTimeline": "Tidslinje",
- "OptionThumb": "Miniatyr",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banderoll",
- "OptionCriticRating": "Kritikerbetyg",
- "OptionVideoBitrate": "Bithastighet f\u00f6r video",
- "OptionResumable": "Kan \u00e5terupptas",
- "ScheduledTasksHelp": "Klicka p\u00e5 en aktivitet f\u00f6r att \u00e4ndra k\u00f6rtider.",
- "ScheduledTasksTitle": "Schemalagda aktiviteter",
- "TabMyPlugins": "Mina till\u00e4gg",
- "TabCatalog": "Katalog",
- "PluginsTitle": "Till\u00e4gg",
- "HeaderAutomaticUpdates": "Automatiska uppdateringar",
- "HeaderNowPlaying": "Nu spelas",
- "HeaderLatestAlbums": "Nytillkomna album",
- "HeaderLatestSongs": "Nytillkomna l\u00e5tar",
- "HeaderRecentlyPlayed": "Nyligen spelade",
- "HeaderFrequentlyPlayed": "Ofta spelade",
- "DevBuildWarning": "Utvecklingsversioner \u00e4r \"bleeding edge\". Dessa kommer ut ofta och \u00e4r otestade. Appen kanske kraschar och vissa delar kanske inte alls fungerar.",
- "LabelVideoType": "Videoformat:",
- "OptionBluray": "Blu-ray",
- "OptionDvd": "DVD",
- "OptionIso": "ISO",
- "Option3D": "3D",
- "LabelFeatures": "Inneh\u00e5ll:",
- "LabelService": "Tj\u00e4nst:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Senaste resultat:",
- "OptionHasSubtitles": "Undertexter",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "Ledmotiv",
- "OptionHasThemeVideo": "Temavideo",
- "TabMovies": "Filmer",
- "TabStudios": "Studior",
- "TabTrailers": "Trailers",
- "LabelArtists": "Artister:",
- "LabelArtistsHelp": "Separera med ; vid flera",
- "HeaderLatestMovies": "Nytillkomna filmer",
- "HeaderLatestTrailers": "Nytillkomna trailers",
- "OptionHasSpecialFeatures": "Extramaterial:",
- "OptionImdbRating": "Betyg p\u00e5 IMDB",
- "OptionParentalRating": "F\u00f6r\u00e4ldraklassning",
- "OptionPremiereDate": "Premi\u00e4rdatum",
- "TabBasic": "Grunderna",
- "TabAdvanced": "Avancerat",
- "HeaderStatus": "Status",
- "OptionContinuing": "P\u00e5g\u00e5ende",
- "OptionEnded": "Avslutad",
- "HeaderAirDays": "S\u00e4ndningsdagar",
- "OptionSunday": "S\u00f6ndag",
- "OptionMonday": "M\u00e5ndag",
- "OptionTuesday": "Tisdag",
- "OptionWednesday": "Onsdag",
- "OptionThursday": "Torsdag",
- "OptionFriday": "Fredag",
- "OptionSaturday": "L\u00f6rdag",
- "HeaderManagement": "Administration",
- "LabelManagement": "Administration:",
- "OptionMissingImdbId": "IMDB-ID saknas",
- "OptionMissingTvdbId": "TVDB-ID saknas",
- "OptionMissingOverview": "Synopsis saknas",
- "OptionFileMetadataYearMismatch": "Fildatum\/metadatadatum \u00f6verensst\u00e4mmer ej",
- "TabGeneral": "Allm\u00e4nt",
- "TitleSupport": "Support",
- "TabLog": "H\u00e4ndelselogg",
- "TabAbout": "Om",
- "TabSupporterKey": "Donationskod",
- "TabBecomeSupporter": "Bidra med en donation",
- "MediaBrowserHasCommunity": "Media Browser har en livaktig grupp av anv\u00e4ndare och medverkande.",
- "CheckoutKnowledgeBase": "Ta en titt i v\u00e5r kunskapsdatabas s\u00e5 att du f\u00e5r ut mesta m\u00f6jliga av Media Browser.",
- "SearchKnowledgeBase": "S\u00f6k i kunskapsdatabasen",
- "VisitTheCommunity": "Bes\u00f6k anv\u00e4ndargrupperna",
- "VisitMediaBrowserWebsite": "G\u00e5 till Media Browsers hemsida",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Sp\u00e4rra den h\u00e4r anv\u00e4ndaren",
- "OptionDisableUserHelp": "Sp\u00e4rrade anv\u00e4ndare till\u00e5ts ej kontakta servern. Eventuella p\u00e5g\u00e5ende anslutningar avbryts omedelbart.",
- "HeaderAdvancedControl": "Avancerade anv\u00e4ndarinst\u00e4llningar",
- "LabelName": "Namn:",
- "ButtonHelp": "Hj\u00e4lp",
- "OptionAllowUserToManageServer": "Till\u00e5t denna anv\u00e4ndare att administrera servern",
- "HeaderFeatureAccess": "Tillg\u00e5ng till funktioner",
- "OptionAllowMediaPlayback": "Till\u00e5t mediauppspelning",
- "OptionAllowBrowsingLiveTv": "Till\u00e5t bl\u00e4ddring i live-TV",
- "OptionAllowDeleteLibraryContent": "Till\u00e5t radering av biblioteksinneh\u00e5ll",
- "OptionAllowManageLiveTv": "Till\u00e5t denna anv\u00e4ndare att administrera TV-inspelningar",
- "OptionAllowRemoteControlOthers": "Till\u00e5t fj\u00e4rrstyrning av andra anv\u00e4ndare",
- "OptionAllowRemoteSharedDevices": "Till\u00e5t fj\u00e4rrstyrning av delade enheter",
- "OptionAllowRemoteSharedDevicesHelp": "DLNA-enheter betraktas som delade tills en anv\u00e4ndare b\u00f6rjar kontrollera den.",
- "HeaderRemoteControl": "Fj\u00e4rrkontroll",
- "OptionMissingTmdbId": "TMDB-ID saknas",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metabetyg",
- "ButtonSelect": "V\u00e4lj",
- "ButtonGroupVersions": "Gruppera versioner",
- "ButtonAddToCollection": "L\u00e4gg till samling",
- "PismoMessage": "Anv\u00e4nder Pismo File Mount baserat p\u00e5 en sk\u00e4nkt licens",
- "TangibleSoftwareMessage": "Anv\u00e4nder Tangible Solutions Java\/C#-konverterare baserat p\u00e5 en sk\u00e4nkt licens.",
- "HeaderCredits": "Tack till",
- "PleaseSupportOtherProduces": "St\u00f6d g\u00e4rna de gratisprodukter vi anv\u00e4nder:",
- "VersionNumber": "Version {0}",
- "TabPaths": "S\u00f6kv\u00e4gar",
- "TabServer": "Server",
- "TabTranscoding": "Omkodning",
- "TitleAdvanced": "Avancerat",
- "LabelAutomaticUpdateLevel": "Niv\u00e5 f\u00f6r auto-uppdatering",
- "OptionRelease": "Officiell version",
- "OptionBeta": "Betaversion",
- "OptionDev": "Utvecklarversion (instabil)",
- "LabelAllowServerAutoRestart": "Till\u00e5t att servern startas om automatiskt efter uppdateringar",
- "LabelAllowServerAutoRestartHelp": "Servern startas om endast d\u00e5 inga anv\u00e4ndare \u00e4r inloggade.",
- "LabelEnableDebugLogging": "Aktivera loggning p\u00e5 avlusningsniv\u00e5",
- "LabelRunServerAtStartup": "Starta servern d\u00e5 systemet startas",
- "LabelRunServerAtStartupHelp": "Detta g\u00f6r att Media Browser startas med aktivitetsf\u00e4ltsikon n\u00e4r Windows startas. F\u00f6r att anv\u00e4nda Windows-tj\u00e4nsten, avmarkera detta och starta tj\u00e4nsten fr\u00e5n kontrollpanelen. M\u00e4rk att tj\u00e4nsten inte kan k\u00f6ras samtidigt som aktivitetsf\u00e4ltsikonen s\u00e5 f\u00f6r att k\u00f6ra tj\u00e4nsten m\u00e5ste ikonen st\u00e4ngas.",
- "ButtonSelectDirectory": "V\u00e4lj mapp",
- "LabelCustomPaths": "Ange anpassade s\u00f6kv\u00e4gar d\u00e4r s\u00e5 \u00f6nskas. L\u00e4mna tomt f\u00f6r att anv\u00e4nda standardv\u00e4rdena.",
- "LabelCachePath": "Plats f\u00f6r cache:",
- "LabelCachePathHelp": "Ange en plats f\u00f6r serverns cachefiler, t ex bilder.",
- "LabelImagesByNamePath": "Plats f\u00f6r bilddatabasen (ImagesByName):",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Plats f\u00f6r metadata:",
- "LabelMetadataPathHelp": "Ange en plats f\u00f6r nerladdad grafik och metadata, om du inte vill spara dessa i mediamapparna.",
- "LabelTranscodingTempPath": "Mellanlagringsplats f\u00f6r omkodning:",
- "LabelTranscodingTempPathHelp": "Denna mapp inneh\u00e5ller tillf\u00e4lliga filer som anv\u00e4nds vid omkodning. Ange en plats f\u00f6r dessa, eller l\u00e4mna blankt f\u00f6r att anv\u00e4nda f\u00f6rvald plats.",
- "TabBasics": "Grunderna",
- "TabTV": "TV",
- "TabGames": "Spel",
- "TabMusic": "Musik",
- "TabOthers": "\u00d6vrigt",
- "HeaderExtractChapterImagesFor": "Extrahera kapitelbildrutor f\u00f6r:",
- "OptionMovies": "Filmer",
- "OptionEpisodes": "Avsnitt",
- "OptionOtherVideos": "Andra videor",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Aktivera automatiska uppdateringar",
- "LabelAutomaticUpdatesTmdb": "Till\u00e5t automatiska uppdateringar fr\u00e5n TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Till\u00e5t automatiska uppdateringar fr\u00e5n TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 fanart.tv. Befintliga bilder p\u00e5verkas ej.",
- "LabelAutomaticUpdatesTmdbHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 TheMovieDB.org. Befintliga bilder p\u00e5verkas ej.",
- "LabelAutomaticUpdatesTvdbHelp": "Om aktiverat h\u00e4mtas nya bilder automatiskt efter hand som de blir tillg\u00e4ngliga p\u00e5 TheTVDB.com. Befintliga bilder p\u00e5verkas ej.",
- "LabelFanartApiKey": "Personlig api-nyckel:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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.",
- "LabelMetadataDownloadLanguage": "\u00d6nskat spr\u00e5k:",
- "ButtonAutoScroll": "Rulla listor automatiskt",
- "LabelImageSavingConvention": "Namngivningsformat f\u00f6r bilder:",
- "LabelImageSavingConventionHelp": "Media Browser kan anv\u00e4nda bilder fr\u00e5n de flesta vanliga mediaprogram. Genom att v\u00e4lja h\u00e4r kan du underl\u00e4tta anv\u00e4ndandet av Media Browser tillsammans med andra program.",
- "OptionImageSavingCompatible": "Kompatibelt - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "Logga in",
- "TitleSignIn": "Logga in",
- "HeaderPleaseSignIn": "Var god logga in",
- "LabelUser": "Anv\u00e4ndare:",
- "LabelPassword": "L\u00f6senord:",
- "ButtonManualLogin": "Manuell inloggning:",
- "PasswordLocalhostMessage": "L\u00f6senord kr\u00e4vs ej vid lokal inloggning.",
- "TabGuide": "TV-guide",
- "TabChannels": "Kanaler",
- "TabCollections": "Samlingar",
- "HeaderChannels": "Kanaler",
- "TabRecordings": "Inspelningar",
- "TabScheduled": "Bokade",
- "TabSeries": "Serie",
- "TabFavorites": "Favoriter",
- "TabMyLibrary": "Mitt bibliotek",
- "ButtonCancelRecording": "Avbryt inspelning",
- "HeaderPrePostPadding": "Marginal f\u00f6re\/efter",
- "LabelPrePaddingMinutes": "Marginal i minuter f\u00f6re programstart:",
- "OptionPrePaddingRequired": "Marginal f\u00f6re programstart kr\u00e4vs f\u00f6r inspelning.",
- "LabelPostPaddingMinutes": "Marginal i minuter efter programslut:",
- "OptionPostPaddingRequired": "Marginal efter programslut kr\u00e4vs f\u00f6r inspelning.",
- "HeaderWhatsOnTV": "S\u00e4nds just nu",
- "HeaderUpcomingTV": "Kommande program",
- "TabStatus": "Status",
- "TabSettings": "Inst\u00e4llningar",
- "ButtonRefreshGuideData": "Uppdatera programguiden",
- "ButtonRefresh": "Uppdatera",
- "ButtonAdvancedRefresh": "Avancerad uppdatering",
- "OptionPriority": "Prioritet",
- "OptionRecordOnAllChannels": "Spela in fr\u00e5n alla kanaler",
- "OptionRecordAnytime": "Spela in vid alla tidpunkter",
- "OptionRecordOnlyNewEpisodes": "Spela bara in nya avsnitt",
- "HeaderDays": "Dagar",
- "HeaderActiveRecordings": "P\u00e5g\u00e5ende inspelningar",
- "HeaderLatestRecordings": "Senaste inspelningarna",
- "HeaderAllRecordings": "Alla inspelningar",
- "ButtonPlay": "Spela upp",
- "ButtonEdit": "\u00c4ndra",
- "ButtonRecord": "Spela in",
- "ButtonDelete": "Ta bort",
- "ButtonRemove": "Ta bort",
- "OptionRecordSeries": "Spela in serie",
- "HeaderDetails": "Detaljinfo",
- "TitleLiveTV": "Live-TV",
- "LabelNumberOfGuideDays": "Antal dagars tabl\u00e5 att h\u00e4mta",
- "LabelNumberOfGuideDaysHelp": "H\u00e4mtning av en l\u00e4ngre periods tabl\u00e5 ger m\u00f6jlighet att boka inspelningar och se program l\u00e4ngre fram i tiden, men ger l\u00e4ngre nedladdningstid. \"Auto\" v\u00e4ljer baserat p\u00e5 antalet kanaler.",
- "LabelActiveService": "Aktuell tj\u00e4nst:",
- "LabelActiveServiceHelp": "Flera TV-till\u00e4gg kan vara installerade men bara en \u00e5t g\u00e5ngen kan vara aktiv.",
- "OptionAutomatic": "Auto",
- "LiveTvPluginRequired": "Du m\u00e5ste ha ett till\u00e4gg f\u00f6r live-TV installerad f\u00f6r att kunna forts\u00e4tta.",
- "LiveTvPluginRequiredHelp": "Installera ett av v\u00e5ra till\u00e4gg, t ex Next PVR eller ServerWMC.",
- "LabelCustomizeOptionsPerMediaType": "Anpassa f\u00f6r typ av media:",
- "OptionDownloadThumbImage": "Miniatyr",
- "OptionDownloadMenuImage": "Meny",
- "OptionDownloadLogoImage": "Logotyp",
- "OptionDownloadBoxImage": "Konvolut",
- "OptionDownloadDiscImage": "Skiva",
- "OptionDownloadBannerImage": "Banderoll",
- "OptionDownloadBackImage": "Baksida",
- "OptionDownloadArtImage": "Grafik",
- "OptionDownloadPrimaryImage": "Huvudbild",
- "HeaderFetchImages": "H\u00e4mta bilder:",
- "HeaderImageSettings": "Bildinst\u00e4llningar",
- "TabOther": "\u00d6vrigt",
- "LabelMaxBackdropsPerItem": "H\u00f6gsta antal fondbilder per objekt:",
- "LabelMaxScreenshotsPerItem": "H\u00f6gsta antal sk\u00e4rmdumpar per objekt:",
- "LabelMinBackdropDownloadWidth": "H\u00e4mta enbart fondbilder bredare \u00e4n:",
- "LabelMinScreenshotDownloadWidth": "H\u00e4mta enbart sk\u00e4rmdumpar bredare \u00e4n:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "L\u00e4gg till",
- "LabelTriggerType": "Typ av utl\u00f6sare:",
- "OptionDaily": "Dagligen",
- "OptionWeekly": "Varje vecka",
- "OptionOnInterval": "Med visst intervall",
- "OptionOnAppStartup": "N\u00e4r servern startar",
- "OptionAfterSystemEvent": "Efter en systemh\u00e4ndelse",
- "LabelDay": "Dag:",
- "LabelTime": "Tid:",
- "LabelEvent": "H\u00e4ndelse:",
- "OptionWakeFromSleep": "Vakna ur energisparl\u00e4ge",
- "LabelEveryXMinutes": "Varje:",
- "HeaderTvTuners": "TV-mottagare",
- "HeaderGallery": "Galleri",
- "HeaderLatestGames": "Senaste spelen",
- "HeaderRecentlyPlayedGames": "Nyligen spelade spel",
- "TabGameSystems": "Spelkonsoler",
- "TitleMediaLibrary": "Mediabibliotek",
- "TabFolders": "Mappar",
- "TabPathSubstitution": "S\u00f6kv\u00e4gsutbyte",
- "LabelSeasonZeroDisplayName": "Visning av S\u00e4song 0",
- "LabelEnableRealtimeMonitor": "Aktivera bevakning av mappar i realtid",
- "LabelEnableRealtimeMonitorHelp": "F\u00f6r\u00e4ndringar uppt\u00e4cks omedelbart (i filsystem som st\u00f6djer detta)",
- "ButtonScanLibrary": "Uppdatera biblioteket",
- "HeaderNumberOfPlayers": "Spelare:",
- "OptionAnyNumberOfPlayers": "Vilken som helst",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Mediamappar",
- "HeaderThemeVideos": "Temavideor",
- "HeaderThemeSongs": "Ledmotiv",
- "HeaderScenes": "Kapitel",
- "HeaderAwardsAndReviews": "Priser och recensioner",
- "HeaderSoundtracks": "Filmmusik",
- "HeaderMusicVideos": "Musikvideor",
- "HeaderSpecialFeatures": "Extramaterial",
- "HeaderCastCrew": "Rollista & bes\u00e4ttning",
- "HeaderAdditionalParts": "Ytterligare delar",
- "ButtonSplitVersionsApart": "Hantera olika versioner separat",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Saknas",
- "LabelOffline": "Offline",
- "PathSubstitutionHelp": "S\u00f6kv\u00e4gsutbyte betyder att en plats p\u00e5 servern kopplas till en lokal fils\u00f6kv\u00e4g p\u00e5 en klient. P\u00e5 s\u00e5 s\u00e4tt f\u00e5r klienten direkt tillg\u00e5ng till material p\u00e5 servern och kan spela upp det direkt via n\u00e4tverket utan att f\u00f6rbruka serverresurser f\u00f6r str\u00f6mning och omkodning.",
- "HeaderFrom": "Fr\u00e5n",
- "HeaderTo": "Till",
- "LabelFrom": "Fr\u00e5n:",
- "LabelFromHelp": "Exempel: D:\\Filmer (p\u00e5 servern)",
- "LabelTo": "Till:",
- "LabelToHelp": "Exempel: \\\\server\\Filmer (tillg\u00e4nglig f\u00f6r klienter)",
- "ButtonAddPathSubstitution": "L\u00e4gg till utbytess\u00f6kv\u00e4g",
- "OptionSpecialEpisode": "Specialavsnitt",
- "OptionMissingEpisode": "Saknade avsnitt",
- "OptionUnairedEpisode": "Ej s\u00e4nda avsnitt",
- "OptionEpisodeSortName": "Sorteringstitel f\u00f6r avsnitt",
- "OptionSeriesSortName": "Serietitel",
- "OptionTvdbRating": "TVDB-betyg",
- "HeaderTranscodingQualityPreference": "\u00d6nskad kvalitet f\u00f6r omkodning:",
- "OptionAutomaticTranscodingHelp": "Servern avg\u00f6r kvalitet och hastighet",
- "OptionHighSpeedTranscodingHelp": "L\u00e4gre kvalitet men snabbare omkodning",
- "OptionHighQualityTranscodingHelp": "H\u00f6gre kvalitet men l\u00e5ngsammare omkodning",
- "OptionMaxQualityTranscodingHelp": "H\u00f6gsta kvalitet, l\u00e5ngsammare omkodning och h\u00f6g CPU-belastning",
- "OptionHighSpeedTranscoding": "H\u00f6gre hastighet",
- "OptionHighQualityTranscoding": "H\u00f6gre kvalitet",
- "OptionMaxQualityTranscoding": "H\u00f6gsta kvalitet",
- "OptionEnableDebugTranscodingLogging": "Aktivera loggning av fel fr\u00e5n omkodning",
- "OptionEnableDebugTranscodingLoggingHelp": "Detta resulterar i mycket stora loggfiler och rekommenderas bara vid fels\u00f6kning.",
- "OptionUpscaling": "Till\u00e5t klienter att beg\u00e4ra uppskalad video",
- "OptionUpscalingHelp": "Kan i vissa fall ge h\u00f6gre videokvalitet, men kr\u00e4ver mer CPU-kapacitet.",
- "EditCollectionItemsHelp": "L\u00e4gg till eller ta bort filmer, tv-serier, album, b\u00f6cker eller spel du vill gruppera inom den h\u00e4r samlingen.",
- "HeaderAddTitles": "L\u00e4gg till titlar",
- "LabelEnableDlnaPlayTo": "Anv\u00e4nd DLNA spela-upp-p\u00e5",
- "LabelEnableDlnaPlayToHelp": "Media Browser kan hitta enheter inom ditt n\u00e4tverk och erbjuda m\u00f6jligheten att styra dem.",
- "LabelEnableDlnaDebugLogging": "Aktivera DLNA fels\u00f6kningsloggning",
- "LabelEnableDlnaDebugLoggingHelp": "Detta resulterar i mycket stora loggfiler och rekommenderas bara vid fels\u00f6kning.",
- "LabelEnableDlnaClientDiscoveryInterval": "Intervall f\u00f6r uppt\u00e4ckt av klienter (i sekunder)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Best\u00e4mmer intervallet i sekunder mellan SSDP-s\u00f6kningar som utf\u00f6rs av Media Browser.",
- "HeaderCustomDlnaProfiles": "Anpassade profiler",
- "HeaderSystemDlnaProfiles": "Systemprofiler",
- "CustomDlnaProfilesHelp": "Skapa en anpassad profil f\u00f6r ny enhet eller f\u00f6r att \u00f6verlappa en systemprofil.",
- "SystemDlnaProfilesHelp": "Systemprofiler \u00e4r skrivskyddade. \u00c4ndringar av en systemprofil resulterar att en ny anpassad profil skapas.",
- "TitleDashboard": "\u00d6versikt",
- "TabHome": "Hem",
- "TabInfo": "Info",
- "HeaderLinks": "L\u00e4nkar",
- "HeaderSystemPaths": "Systems\u00f6kv\u00e4gar",
- "LinkCommunity": "Anv\u00e4ndargrupper",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "API-dokumentation",
- "LabelFriendlyServerName": "Ditt \u00f6nskade servernamn:",
- "LabelFriendlyServerNameHelp": "Det h\u00e4r namnet anv\u00e4nds f\u00f6r att identifiera servern, om det l\u00e4mnas tomt kommer datorns namn att anv\u00e4ndas.",
- "LabelPreferredDisplayLanguage": "F\u00f6redraget visningsspr\u00e5k:",
- "LabelPreferredDisplayLanguageHelp": "\u00d6vers\u00e4ttningen av Media Browser \u00e4r ett p\u00e5g\u00e5ende projekt och \u00e4nnu ej f\u00e4rdigst\u00e4llt.",
- "LabelReadHowYouCanContribute": "L\u00e4s om hur du kan bidra.",
- "HeaderNewCollection": "Ny samling",
- "HeaderAddToCollection": "L\u00e4gg till samling",
- "ButtonSubmit": "Bekr\u00e4fta",
- "NewCollectionNameExample": "Exemple: Star Wars-samling",
- "OptionSearchForInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata",
- "ButtonCreate": "Skapa",
- "LabelLocalHttpServerPortNumber": "Lokalt portnummer:",
- "LabelLocalHttpServerPortNumberHelp": "TCP-portnumret som Media Browsers http-server skall knytas till.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Webanslutningens portnummer:",
- "LabelEnableAutomaticPortMap": "Aktivera automatisk koppling av portar",
- "LabelEnableAutomaticPortMapHelp": "Automatisk l\u00e4nkning av publik och lokal port via UPnP. Detta kanske inte fungerar med alla routrar.",
- "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",
- "TabWeather": "V\u00e4der",
- "TitleAppSettings": "Programinst\u00e4llningar",
- "LabelMinResumePercentage": "L\u00e4gsta gr\u00e4ns f\u00f6r \u00e5terupptagande (%)",
- "LabelMaxResumePercentage": "H\u00f6gsta gr\u00e4ns f\u00f6r \u00e5terupptagande (%)",
- "LabelMinResumeDuration": "Minsta tid f\u00f6r \u00e5terupptagande (s)",
- "LabelMinResumePercentageHelp": "Objekt betraktas som ej spelade om uppspelningen stoppas f\u00f6re denna tidpunkt",
- "LabelMaxResumePercentageHelp": "Objekt betraktas som f\u00e4rdigspelade om uppspelningen stoppas efter denna tidpunkt",
- "LabelMinResumeDurationHelp": "Objekt med speltid kortare \u00e4n s\u00e5 h\u00e4r kan ej \u00e5terupptas",
- "TitleAutoOrganize": "Katalogisera automatiskt",
- "TabActivityLog": "Aktivitetslogg",
- "HeaderName": "Namn",
- "HeaderDate": "Datum",
- "HeaderSource": "K\u00e4lla",
- "HeaderDestination": "M\u00e5l",
- "HeaderProgram": "Program",
- "HeaderClients": "Klienter",
- "LabelCompleted": "Klar",
- "LabelFailed": "Misslyckades",
- "LabelSkipped": "Hoppades \u00f6ver",
- "HeaderEpisodeOrganization": "Katalogisering av avsnitt",
- "LabelSeries": "Serie:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Kr\u00e4vs endast f\u00f6r filer som inneh\u00e5ller flera avsnitt",
- "HeaderSupportTheTeam": "St\u00f6d utvecklingen av Media Browser",
- "LabelSupportAmount": "Belopp (USD)",
- "HeaderSupportTheTeamHelp": "Bidra till fortsatt utveckling av projektet genom att donera. En del av alla donationer kommer att ges till andra kostnadsfria verktyg som vi \u00e4r beroende av.",
- "ButtonEnterSupporterKey": "Ange din donationskod",
- "DonationNextStep": "N\u00e4r du \u00e4r klar, g\u00e5 tillbaka och ange din donationskod, som du kommer att f\u00e5 via e-post.",
- "AutoOrganizeHelp": "Automatisk katalogisering bevakar angivna mappar och flyttar nytillkomna objekt till dina mediamappar.",
- "AutoOrganizeTvHelp": "Katalogiseringen av TV-avsnitt flyttar bara nya avsnitt av befintliga serier. Den skapar inte mappar f\u00f6r nya serier.",
- "OptionEnableEpisodeOrganization": "Aktivera katalogisering av nya avsnitt",
- "LabelWatchFolder": "Bevakad mapp:",
- "LabelWatchFolderHelp": "Servern s\u00f6ker igenom den h\u00e4r mappen d\u00e5 den schemalagda katalogiseringen k\u00f6rs.",
- "ButtonViewScheduledTasks": "Visa schemalagda aktiviteter",
- "LabelMinFileSizeForOrganize": "Minsta filstorlek (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Filer mindre \u00e4n denna storlek kommer inte att behandlas.",
- "LabelSeasonFolderPattern": "Namnm\u00f6nster f\u00f6r s\u00e4songmappar:",
- "LabelSeasonZeroFolderName": "Namn p\u00e5 mapp f\u00f6r s\u00e4song 0",
- "HeaderEpisodeFilePattern": "Filnamnsm\u00f6nster f\u00f6r avsnitt",
- "LabelEpisodePattern": "Namnm\u00f6nster f\u00f6r avsnitt:",
- "LabelMultiEpisodePattern": "Namnm\u00f6nster f\u00f6r multiavsnitt:",
- "HeaderSupportedPatterns": "M\u00f6nster som st\u00f6ds",
- "HeaderTerm": "Term",
- "HeaderPattern": "M\u00f6nster",
- "HeaderResult": "Resultat",
- "LabelDeleteEmptyFolders": "Ta bort tomma mappar efter katalogisering",
- "LabelDeleteEmptyFoldersHelp": "Aktivera detta f\u00f6r att h\u00e5lla rent i bevakade mappar.",
- "LabelDeleteLeftOverFiles": "Ta bort \u00f6verblivna filer med f\u00f6ljande till\u00e4gg:",
- "LabelDeleteLeftOverFilesHelp": "\u00c5tskilj med;. Till exempel: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Skriv \u00f6ver existerande avsnitt",
- "LabelTransferMethod": "Metod f\u00f6r \u00f6verf\u00f6ring",
- "OptionCopy": "Kopiera",
- "OptionMove": "Flytta",
- "LabelTransferMethodHelp": "Kopiera eller flytta filer fr\u00e5n bevakade mappar",
- "HeaderLatestNews": "Senaste nytt",
- "HeaderHelpImproveMediaBrowser": "Hj\u00e4lp till att f\u00f6rb\u00e4ttra Media Browser",
- "HeaderRunningTasks": "P\u00e5g\u00e5ende aktiviteter",
- "HeaderActiveDevices": "Aktiva enheter",
- "HeaderPendingInstallations": "V\u00e4ntande installationer",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Starta om nu",
- "ButtonRestart": "Starta om",
- "ButtonShutdown": "St\u00e4ng av",
- "ButtonUpdateNow": "Uppdatera nu",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Var god st\u00e4ng av servern och uppdatera manuellt.",
- "NewServerVersionAvailable": "En ny version av Media Browser Server finns tillg\u00e4nglig!",
- "ServerUpToDate": "Media Browser Server \u00e4r uppdaterad till den senaste versionen",
- "ErrorConnectingToMediaBrowserRepository": "Ett fel uppstod vid anslutning till Media Browser-databasen.",
- "LabelComponentsUpdated": "F\u00f6ljande komponenter har installerats eller uppdaterats:",
- "MessagePleaseRestartServerToFinishUpdating": "V\u00e4nligen starta om servern f\u00f6r att slutf\u00f6ra uppdateringarna.",
- "LabelDownMixAudioScale": "H\u00f6j niv\u00e5n vid nedmixning av ljud",
- "LabelDownMixAudioScaleHelp": "H\u00f6j niv\u00e5n vid nedmixning. S\u00e4tt v\u00e4rdet till 1 f\u00f6r att beh\u00e5lla den ursprungliga niv\u00e5n.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Tidigare donationskod",
- "LabelNewSupporterKey": "Ny donationskod",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "Om du f\u00e5tt en ny supporter nyckel, anv\u00e4nd detta formul\u00e4r f\u00f6r att \u00f6verf\u00f6ra gamla nyckelns registreringar till din nya.",
- "LabelCurrentEmailAddress": "Nuvarande e-postadress",
- "LabelCurrentEmailAddressHelp": "Den e-postadress den nya koden skickades till.",
- "HeaderForgotKey": "Gl\u00f6mt koden",
- "LabelEmailAddress": "E-postadress",
- "LabelSupporterEmailAddress": "Den e-postadress du angav vid k\u00f6pet av den nya koden.",
- "ButtonRetrieveKey": "H\u00e4mta donationskod",
- "LabelSupporterKey": "Donationskod (klistra in fr\u00e5n e-postmeddelandet)",
- "LabelSupporterKeyHelp": "Ange din donationskod s\u00e5 att du kan b\u00f6rja anv\u00e4nda de extrafunktioner som har utvecklats inom Media Browsers anv\u00e4ndargrupper.",
- "MessageInvalidKey": "Supporterkod ogiltig eller saknas.",
- "ErrorMessageInvalidKey": "F\u00f6r att registrera premiuminneh\u00e5ll m\u00e5ste du vara Media Browser-supporter. Bidra g\u00e4rna till fortsatt utveckling av projektet genom att donera. Tack p\u00e5 f\u00f6rhand.",
- "HeaderDisplaySettings": "Bildsk\u00e4rmsinst\u00e4llningar",
- "TabPlayTo": "Spela upp p\u00e5",
- "LabelEnableDlnaServer": "Aktivera DLNA-server",
- "LabelEnableDlnaServerHelp": "L\u00e5ter UPnP-enheter p\u00e5 n\u00e4tverket bl\u00e4ddra bland och spela upp Media Browser-inneh\u00e5ll.",
- "LabelEnableBlastAliveMessages": "Skicka ut \"jag lever\"-meddelanden",
- "LabelEnableBlastAliveMessagesHelp": "Aktivera detta om andra UPnP-enheter p\u00e5 n\u00e4tverket har problem att uppt\u00e4cka servern.",
- "LabelBlastMessageInterval": "S\u00e4ndningsintervall i sekunder f\u00f6r \"jag lever\"-meddelanden",
- "LabelBlastMessageIntervalHelp": "Anger tid i sekunder mellan varje \"jag lever\"-meddelande.",
- "LabelDefaultUser": "F\u00f6rvald anv\u00e4ndare:",
- "LabelDefaultUserHelp": "Anger vilket anv\u00e4ndarbibliotek som skall visas p\u00e5 anslutna enheter. Denna inst\u00e4llning kan \u00e4ndras p\u00e5 enhetsbasis med hj\u00e4lp av en enhetsprofiler.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Kanaler",
- "HeaderServerSettings": "Serverinst\u00e4llningar",
- "LabelWeatherDisplayLocation": "Geografisk plats f\u00f6r v\u00e4derdata:",
- "LabelWeatherDisplayLocationHelp": "U.S. zip code \/ Stad, stat, land \/ Stad, land",
- "LabelWeatherDisplayUnit": "Enhet f\u00f6r v\u00e4derdata:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Kr\u00e4v att anv\u00e4ndarnamn anges manuellt f\u00f6r:",
- "HeaderRequireManualLoginHelp": "Om avaktiverat kan klienterna visa en inloggningsbild f\u00f6r visuellt val av anv\u00e4ndare.",
- "OptionOtherApps": "Andra appar",
- "OptionMobileApps": "Mobilappar",
- "HeaderNotificationList": "Klicka p\u00e5 en meddelandetyp f\u00f6r att ange inst\u00e4llningar.",
- "NotificationOptionApplicationUpdateAvailable": "Ny programversion tillg\u00e4nglig",
- "NotificationOptionApplicationUpdateInstalled": "Programuppdatering installerad",
- "NotificationOptionPluginUpdateInstalled": "Till\u00e4gg har uppdaterats",
- "NotificationOptionPluginInstalled": "Till\u00e4gg har installerats",
- "NotificationOptionPluginUninstalled": "Till\u00e4gg har avinstallerats",
- "NotificationOptionVideoPlayback": "Videouppspelning har p\u00e5b\u00f6rjats",
- "NotificationOptionAudioPlayback": "Ljuduppspelning har p\u00e5b\u00f6rjats",
- "NotificationOptionGamePlayback": "Spel har startats",
- "NotificationOptionVideoPlaybackStopped": "Videouppspelning stoppad",
- "NotificationOptionAudioPlaybackStopped": "Ljuduppspelning stoppad",
- "NotificationOptionGamePlaybackStopped": "Spel stoppat",
- "NotificationOptionTaskFailed": "Schemalagd aktivitet har misslyckats",
- "NotificationOptionInstallationFailed": "Fel vid installation",
- "NotificationOptionNewLibraryContent": "Nytt inneh\u00e5ll har tillkommit",
- "NotificationOptionNewLibraryContentMultiple": "Nytillkommet inneh\u00e5ll finns (flera objekt)",
- "SendNotificationHelp": "Meddelanden visas f\u00f6rvalt i kontrollpanelens inkorg. S\u00f6k efter fler meddelandetill\u00e4gg i till\u00e4ggskatalogen.",
- "NotificationOptionServerRestartRequired": "Servern m\u00e5ste startas om",
- "LabelNotificationEnabled": "Aktivera denna meddelandetyp",
- "LabelMonitorUsers": "\u00d6vervaka aktivitet fr\u00e5n:",
- "LabelSendNotificationToUsers": "Skicka meddelande till:",
- "LabelUseNotificationServices": "Anv\u00e4nd f\u00f6ljande tj\u00e4nster:",
- "CategoryUser": "Anv\u00e4ndare"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/tr.json b/MediaBrowser.Server.Implementations/Localization/Server/tr.json
index 5d68a0a2e..0043804d4 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/tr.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/tr.json
@@ -1,6 +1,666 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "Cikis",
+ "LabelVisitCommunity": "Bizi Ziyaret Edin",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "Standart",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "K\u00fct\u00fcphane",
+ "LabelConfigureMediaBrowser": "Media Taray\u0131c\u0131 Konfig\u00fcrasyon",
+ "LabelOpenLibraryViewer": "K\u00fct\u00fcphane G\u00f6r\u00fcnt\u00fcleyici",
+ "LabelRestartServer": "Server Yeniden Baslat",
+ "LabelShowLogWindow": "Log Ekran\u0131n\u0131 G\u00f6r\u00fcnt\u00fcle",
+ "LabelPrevious": "\u00d6nceki",
+ "LabelFinish": "Bitir",
+ "LabelNext": "Sonraki",
+ "LabelYoureDone": "Haz\u0131rs\u0131n!",
+ "WelcomeToMediaBrowser": "Media Taray\u0131c\u0131ya Hosgeldiniz !",
+ "TitleMediaBrowser": "Media Taray\u0131c\u0131",
+ "ThisWizardWillGuideYou": "Bu sihirbaz kurulum i\u015flemi boyunca size yard\u0131mc\u0131 olacakt\u0131r. Ba\u015flamak i\u00e7in, tercih etti\u011finiz dili se\u00e7iniz.",
+ "TellUsAboutYourself": "Kendinizden Bahsedin",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "\u0130lk Ad",
+ "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
+ "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
+ "LabelWindowsService": "Windows Servis",
+ "AWindowsServiceHasBeenInstalled": "Windows Servisi Y\u00fcklenmistir.",
+ "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.",
+ "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.",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "Ayarlar\u0131 Degistir",
+ "LabelEnableVideoImageExtraction": "Enable video image extraction",
+ "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.",
+ "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
+ "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.",
+ "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
+ "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "Tamam",
+ "ButtonCancel": "\u0130ptal",
+ "ButtonNew": "Yeni",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "Medya k\u00fct\u00fcphaneni kur",
+ "ButtonAddMediaFolder": "Yeni Media Klas\u00f6r\u00fc",
+ "LabelFolderType": "Klas\u00f6r T\u00fcr\u00fc:",
+ "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
+ "LabelCountry": "\u00dclke",
+ "LabelLanguage": "Dil",
+ "HeaderPreferredMetadataLanguage": "Tercih edilen Meta Dili:",
+ "LabelSaveLocalMetadata": "Medya meta dosyalar\u0131n\u0131 ayn\u0131 klas\u00f6rlere i\u015fle",
+ "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
+ "LabelDownloadInternetMetadata": "\u0130nternetten \u0130\u00e7erik Y\u00fckleyin",
+ "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
+ "TabPreferences": "Tercihler",
+ "TabPassword": "\u015eifre",
+ "TabLibraryAccess": "K\u00fct\u00fcphane Eri\u015fim",
+ "TabAccess": "Access",
+ "TabImage": "Resim",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metadata",
+ "TabImages": "Resimler",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "Titles",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Sezondaki kay\u0131p b\u00f6l\u00fcmleri g\u00f6ster",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
+ "HeaderVideoPlaybackSettings": "Video Oynatma Ayarlar\u0131",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "Ses Dili Tercihi:",
+ "LabelSubtitleLanguagePreference": "Altyaz\u0131 Dili Tercihi:",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "Altyaz\u0131 Yok",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "Profiller",
+ "TabSecurity": "G\u00fcvenlik",
+ "ButtonAddUser": "Kullan\u0131c\u0131 Ekle",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "Kay\u0131t",
+ "ButtonResetPassword": "\u015eifre S\u0131f\u0131rla",
+ "LabelNewPassword": "Yeni \u015eifre",
+ "LabelNewPasswordConfirm": "Yeni \u015eifreyi Onayla",
+ "HeaderCreatePassword": "\u015eifre Olu\u015ftur",
+ "LabelCurrentPassword": "Kullan\u0131mdaki \u015eifreniz",
+ "LabelMaxParentalRating": "Maksimum izin verilen ebeveyn de\u011ferlendirmesi:",
+ "MaxParentalRatingHelp": "Daha y\u00fcksek bir derece ile \u0130\u00e7erik Bu kullan\u0131c\u0131dan gizli olacak.",
+ "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.",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "Resim Sil",
+ "LabelSelectUsers": "Select users:",
+ "ButtonUpload": "Y\u00fckle",
+ "HeaderUploadNewImage": "Yeni Resim Y\u00fckle",
+ "LabelDropImageHere": "Drop image here",
+ "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
+ "MessageNothingHere": "Nothing here.",
+ "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
+ "TabSuggested": "\u00d6nerilen",
+ "TabLatest": "Son",
+ "TabUpcoming": "Gelecek",
+ "TabShows": "G\u00f6steriler",
+ "TabEpisodes": "B\u00f6l\u00fcmler",
+ "TabGenres": "T\u00fcrler",
+ "TabPeople": "Oyuncular",
+ "TabNetworks": "A\u011flar",
+ "HeaderUsers": "Kullan\u0131c\u0131lar",
+ "HeaderFilters": "Filtrelemeler",
+ "ButtonFilter": "Filtre",
+ "OptionFavorite": "Favoriler",
+ "OptionLikes": "Be\u011feniler",
+ "OptionDislikes": "Be\u011fenmeyenler",
+ "OptionActors": "Akt\u00f6rler",
+ "OptionGuestStars": "Konuk oylar\u0131",
+ "OptionDirectors": "Y\u00f6netmenler",
+ "OptionWriters": "Yazarlar",
+ "OptionProducers": "\u00dcreticiler",
+ "HeaderResume": "Devam",
+ "HeaderNextUp": "Sonraki hafta",
+ "NoNextUpItemsMessage": "None found. Start watching your shows!",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "HeaderPersonTypes": "Person Types:",
+ "TabSongs": "\u015eark\u0131lar",
+ "TabAlbums": "Alb\u00fcm",
+ "TabArtists": "Sanat\u00e7\u0131",
+ "TabAlbumArtists": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
+ "TabMusicVideos": "Klipler",
+ "ButtonSort": "S\u0131rala",
+ "HeaderSortBy": "\u015euna g\u00f6re s\u0131rala",
+ "HeaderSortOrder": "Sipari\u015fe g\u00f6re s\u0131rala",
+ "OptionPlayed": "\u00c7al\u0131n\u0131yor",
+ "OptionUnplayed": "\u00c7al\u0131nm\u0131yor",
+ "OptionAscending": "Y\u00fckselen",
+ "OptionDescending": "D\u00fc\u015fen",
+ "OptionRuntime": "\u00c7al\u0131\u015fma s\u00fcresi",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "Oynatma sayac\u0131",
+ "OptionDatePlayed": "Oynatma Tarihi",
+ "OptionDateAdded": "Eklenme Tarihi",
+ "OptionAlbumArtist": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
+ "OptionArtist": "Sanat\u00e7\u0131",
+ "OptionAlbum": "Alb\u00fcm",
+ "OptionTrackName": "Par\u00e7a \u0130smi",
+ "OptionCommunityRating": "Community Rating",
+ "OptionNameSort": "\u0130sim",
+ "OptionFolderSort": "Klas\u00f6r",
+ "OptionBudget": "Budget",
+ "OptionRevenue": "Revenue",
+ "OptionPoster": "Poster",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "Backdrop",
+ "OptionTimeline": "Timeline",
+ "OptionThumb": "Thumb",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "Banner",
+ "OptionCriticRating": "Kritik Rating",
+ "OptionVideoBitrate": "Video Kalitesi",
+ "OptionResumable": "Resumable",
+ "ScheduledTasksHelp": "Click a task to adjust its schedule.",
+ "ScheduledTasksTitle": "Zamanlanm\u0131\u015f G\u00f6revler",
+ "TabMyPlugins": "Eklentilerim",
+ "TabCatalog": "Katalog",
+ "PluginsTitle": "Eklentiler",
+ "HeaderAutomaticUpdates": "Otomatik G\u00fcncelleme",
+ "HeaderNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
+ "HeaderLatestAlbums": "Son Alb\u00fcmler",
+ "HeaderLatestSongs": "Son Par\u00e7alar",
+ "HeaderRecentlyPlayed": "Son oynat\u0131lan",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "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.",
+ "LabelVideoType": "Video Tipi",
+ "OptionBluray": "Bluray",
+ "OptionDvd": "Dvd",
+ "OptionIso": "\u0130so",
+ "Option3D": "3D",
+ "LabelFeatures": "Features:",
+ "LabelService": "Servis:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "Altyaz\u0131",
+ "OptionHasTrailer": "Tan\u0131t\u0131m Video",
+ "OptionHasThemeSong": "Tema \u015eark\u0131s\u0131",
+ "OptionHasThemeVideo": "Tema Videosu",
+ "TabMovies": "Filmler",
+ "TabStudios": "St\u00fcdyo",
+ "TabTrailers": "Fragmanlar",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "Son filmler",
+ "HeaderLatestTrailers": "Son fragmanlar",
+ "OptionHasSpecialFeatures": "Special Features",
+ "OptionImdbRating": "\u0130MDb Reyting",
+ "OptionParentalRating": "Parental Rating",
+ "OptionPremiereDate": "Premiere Date",
+ "TabBasic": "Basit",
+ "TabAdvanced": "Geli\u015fmi\u015f",
+ "HeaderStatus": "Durum",
+ "OptionContinuing": "Topluluk",
+ "OptionEnded": "Bitmi\u015f",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "Pazar",
+ "OptionMonday": "Pazartesi",
+ "OptionTuesday": "Sal\u0131",
+ "OptionWednesday": "\u00c7ar\u015famba",
+ "OptionThursday": "Per\u015fembe",
+ "OptionFriday": "Cuma",
+ "OptionSaturday": "Cumartesi",
+ "HeaderManagement": "Y\u00f6netim",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "Missing IMDb Id",
+ "OptionMissingTvdbId": "Missing TheTVDB Id",
+ "OptionMissingOverview": "Missing Overview",
+ "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
+ "TabGeneral": "Genel",
+ "TitleSupport": "Destek",
+ "TabLog": "Kay\u0131t",
+ "TabAbout": "Hakk\u0131nda",
+ "TabSupporterKey": "Destek\u00e7i kodu",
+ "TabBecomeSupporter": "Destek\u00e7i ol",
+ "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
+ "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
+ "SearchKnowledgeBase": "Search the Knowledge Base",
+ "VisitTheCommunity": "Visit the Community",
+ "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "Kullan\u0131c\u0131 Devre D\u0131\u015f\u0131 B\u0131rak",
+ "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
+ "HeaderAdvancedControl": "Geli\u015fmi\u015f Kontrol",
+ "LabelName": "\u0130sim",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "Allow this user to manage the server",
+ "HeaderFeatureAccess": "Feature Access",
+ "OptionAllowMediaPlayback": "Allow media playback",
+ "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "Allow management of live tv recordings",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "Missing Tmdb Id",
+ "OptionIsHD": "HD",
+ "OptionIsSD": "SD",
+ "OptionMetascore": "Metascore",
+ "ButtonSelect": "Se\u00e7im",
+ "ButtonGroupVersions": "Grup Versionlar\u0131",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "Please support other free products we utilize:",
+ "VersionNumber": "Versiyon {0}",
+ "TabPaths": "Paths",
+ "TabServer": "Sunucu",
+ "TabTranscoding": "Kodlay\u0131c\u0131",
+ "TitleAdvanced": "Geli\u015fmi\u015f",
+ "LabelAutomaticUpdateLevel": "Otomatik G\u00fcncelleme seviyesi",
+ "OptionRelease": "Resmi Yay\u0131n",
+ "OptionBeta": "Deneme",
+ "OptionDev": "Gelistirici",
+ "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
+ "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
+ "LabelEnableDebugLogging": "Enable debug logging",
+ "LabelRunServerAtStartup": "Ba\u015flang\u0131\u00e7ta Server\u0131 \u00c7al\u0131\u015ft\u0131r",
+ "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
+ "ButtonSelectDirectory": "Select Directory",
+ "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
+ "LabelCachePath": "Cache path:",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "Images by name path:",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "Metadata path:",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "Transcoding temporary path:",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "Basics",
+ "TabTV": "TV",
+ "TabGames": "Oyunlar",
+ "TabMusic": "Muzik",
+ "TabOthers": "Di\u011ferleri",
+ "HeaderExtractChapterImagesFor": "Extract chapter images for:",
+ "OptionMovies": "Filmler",
+ "OptionEpisodes": "Episodes",
+ "OptionOtherVideos": "Di\u011fer Videolar",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
+ "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
+ "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
+ "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "Auto-scroll",
+ "LabelImageSavingConvention": "Image saving convention:",
+ "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standart - MB2",
+ "ButtonSignIn": "Giri\u015f Yap\u0131n",
+ "TitleSignIn": "Giri\u015f Yap\u0131n",
+ "HeaderPleaseSignIn": "L\u00fctfen Giri\u015f Yap\u0131n",
+ "LabelUser": "Kullan\u0131c\u0131",
+ "LabelPassword": "\u015eifre",
+ "ButtonManualLogin": "Manuel Giri\u015f",
+ "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
+ "TabGuide": "K\u0131lavuz",
+ "TabChannels": "Kanallar",
+ "TabCollections": "Collections",
+ "HeaderChannels": "Kanallar",
+ "TabRecordings": "Kay\u0131tlar",
+ "TabScheduled": "G\u00f6revler",
+ "TabSeries": "Seriler",
+ "TabFavorites": "Favoriler",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "Kay\u0131t \u0130ptal",
+ "HeaderPrePostPadding": "Pre\/Post Padding",
+ "LabelPrePaddingMinutes": "Pre-padding minutes:",
+ "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
+ "LabelPostPaddingMinutes": "Post-padding minutes:",
+ "OptionPostPaddingRequired": "Post-padding is required in order to record.",
+ "HeaderWhatsOnTV": "What's On",
+ "HeaderUpcomingTV": "Yak\u0131nda TV'de",
+ "TabStatus": "Durum",
+ "TabSettings": "Ayarlar",
+ "ButtonRefreshGuideData": "K\u0131lavuzu Yinele",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "\u00d6ncelik",
+ "OptionRecordOnAllChannels": "T\u00fcm kanallardaki program\u0131 kaydet",
+ "OptionRecordAnytime": "Program\u0131 herhangi bir zamanda kaydet",
+ "OptionRecordOnlyNewEpisodes": "Sadece yeni b\u00f6l\u00fcmleri kaydet",
+ "HeaderDays": "G\u00fcnler",
+ "HeaderActiveRecordings": "Aktif Kay\u0131tlar",
+ "HeaderLatestRecordings": "Ge\u00e7mi\u015f Kay\u0131tlar",
+ "HeaderAllRecordings": "T\u00fcm Kay\u0131tlar",
+ "ButtonPlay": "\u00c7al",
+ "ButtonEdit": "D\u00fczenle",
+ "ButtonRecord": "Kay\u0131t",
+ "ButtonDelete": "Sil",
+ "ButtonRemove": "Sil",
+ "OptionRecordSeries": "Kay\u0131t Serisi",
+ "HeaderDetails": "Detaylar",
+ "TitleLiveTV": "Canl\u0131 TV",
+ "LabelNumberOfGuideDays": "Number of days of guide data to download:",
+ "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
+ "LabelActiveService": "Aktif Servis:",
+ "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
+ "OptionAutomatic": "Otomatik",
+ "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
+ "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "K\u00fc\u00e7\u00fck Resim",
+ "OptionDownloadMenuImage": "Men\u00fc",
+ "OptionDownloadLogoImage": "Logo",
+ "OptionDownloadBoxImage": "Kutu",
+ "OptionDownloadDiscImage": "Disk",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "Geri",
+ "OptionDownloadArtImage": "Galeri",
+ "OptionDownloadPrimaryImage": "Birincil",
+ "HeaderFetchImages": "Fetch Images:",
+ "HeaderImageSettings": "Resim Ayarlar\u0131",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
+ "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
+ "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
+ "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "Ekle",
+ "LabelTriggerType": "Trigger Type:",
+ "OptionDaily": "G\u00fcnl\u00fck",
+ "OptionWeekly": "Haftal\u0131k",
+ "OptionOnInterval": "On an interval",
+ "OptionOnAppStartup": "On application startup",
+ "OptionAfterSystemEvent": "After a system event",
+ "LabelDay": "G\u00fcn:",
+ "LabelTime": "Zaman:",
+ "LabelEvent": "Event:",
+ "OptionWakeFromSleep": "Wake from sleep",
+ "LabelEveryXMinutes": "Every:",
+ "HeaderTvTuners": "Tuners",
+ "HeaderGallery": "Galeri",
+ "HeaderLatestGames": "Ge\u00e7mi\u015f Oyunlar",
+ "HeaderRecentlyPlayedGames": "Silinen Oyanan Oyunlar",
+ "TabGameSystems": "Oyun Sistemleri",
+ "TitleMediaLibrary": "Medya K\u00fct\u00fcphanesi",
+ "TabFolders": "Klas\u00f6rler",
+ "TabPathSubstitution": "Path Substitution",
+ "LabelSeasonZeroDisplayName": "Season 0 display name:",
+ "LabelEnableRealtimeMonitor": "Enable real time monitoring",
+ "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
+ "ButtonScanLibrary": "K\u00fct\u00fcphaneyi Tara",
+ "HeaderNumberOfPlayers": "Oyuncular",
+ "OptionAnyNumberOfPlayers": "Hepsi",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "Media Klas\u00f6rleri",
+ "HeaderThemeVideos": "Video Temalar\u0131",
+ "HeaderThemeSongs": "Tema \u015eark\u0131lar",
+ "HeaderScenes": "Diziler",
+ "HeaderAwardsAndReviews": "\u00d6d\u00fcller ve ilk bak\u0131\u015f",
+ "HeaderSoundtracks": "Film m\u00fczikleri",
+ "HeaderMusicVideos": "M\u00fczik vidyolar\u0131",
+ "HeaderSpecialFeatures": "Special Features",
+ "HeaderCastCrew": "Cast & Crew",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonSplitVersionsApart": "Split Versions Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "Kay\u0131p",
+ "LabelOffline": "\u00c7evrimd\u0131\u015f\u0131",
+ "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
+ "HeaderFrom": "Buradan",
+ "HeaderTo": "Buraya",
+ "LabelFrom": "Buradan",
+ "LabelFromHelp": "\u00d6rnek: D:\\Movies (sunucu \u00fczerinde)",
+ "LabelTo": "Buraya",
+ "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
+ "ButtonAddPathSubstitution": "Add Substitution",
+ "OptionSpecialEpisode": "\u00d6zel",
+ "OptionMissingEpisode": "Missing Episodes",
+ "OptionUnairedEpisode": "Unaired Episodes",
+ "OptionEpisodeSortName": "Episode Sort Name",
+ "OptionSeriesSortName": "Seri Ad\u0131",
+ "OptionTvdbRating": "Tvdb Reyting",
+ "HeaderTranscodingQualityPreference": "Kodlay\u0131c\u0131 Kalite Ayarlar\u0131",
+ "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
+ "OptionHighSpeedTranscodingHelp": "D\u00fc\u015f\u00fck Kalite,H\u0131zl\u0131 Kodlama",
+ "OptionHighQualityTranscodingHelp": "Y\u00fcksek Kalite,Yava\u015f Kodlama",
+ "OptionMaxQualityTranscodingHelp": "En iyi Kalite,Yava\u015f Kodlama,Y\u00fcksek CPU Kullan\u0131m\u0131",
+ "OptionHighSpeedTranscoding": "Y\u00fcksek H\u0131z",
+ "OptionHighQualityTranscoding": "Y\u00fcksek Kalite",
+ "OptionMaxQualityTranscoding": "Max Kalite",
+ "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
+ "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
+ "OptionUpscaling": "Allow clients to request upscaled video",
+ "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
+ "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
+ "HeaderAddTitles": "Add Titles",
+ "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
+ "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
+ "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
+ "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
+ "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
+ "HeaderCustomDlnaProfiles": "\u00d6zel Profiller",
+ "HeaderSystemDlnaProfiles": "Sistem Profilleri",
+ "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
+ "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
+ "TitleDashboard": "Dashboard",
+ "TabHome": "Anasayfa",
+ "TabInfo": "Bilgi",
+ "HeaderLinks": "Links",
+ "HeaderSystemPaths": "System Paths",
+ "LinkCommunity": "Community",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api D\u00f6k\u00fcmanlar\u0131",
+ "LabelFriendlyServerName": "Friendly server name:",
+ "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
+ "LabelReadHowYouCanContribute": "Read about how you can contribute.",
+ "HeaderNewCollection": "Yeni Koleksiyon",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
+ "ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web socket port number:",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "Resume",
+ "TabWeather": "Weather",
+ "TitleAppSettings": "App Settings",
+ "LabelMinResumePercentage": "Min resume percentage:",
+ "LabelMaxResumePercentage": "Max resume percentage:",
+ "LabelMinResumeDuration": "Min resume duration (seconds):",
+ "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
+ "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
+ "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
+ "TitleAutoOrganize": "Auto-Organize",
+ "TabActivityLog": "Activity Log",
+ "HeaderName": "Name",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Completed",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Skipped",
+ "HeaderEpisodeOrganization": "Episode Organization",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
+ "HeaderSupportTheTeam": "Support the Media Browser Team",
+ "LabelSupportAmount": "Amount (USD)",
+ "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
+ "ButtonEnterSupporterKey": "Enter supporter key",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Enable new episode organization",
+ "LabelWatchFolder": "Watch folder:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "View scheduled tasks",
+ "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Supported Patterns",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Pattern",
+ "HeaderResult": "Result",
+ "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
+ "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
+ "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
+ "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
+ "LabelTransferMethod": "Transfer method",
+ "OptionCopy": "Copy",
+ "OptionMove": "Move",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Latest News",
+ "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
+ "HeaderRunningTasks": "Running Tasks",
+ "HeaderActiveDevices": "Active Devices",
+ "HeaderPendingInstallations": "Pending Installations",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restart Now",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Shutdown",
+ "ButtonUpdateNow": "Update Now",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Please shutdown the server and update manually.",
+ "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
+ "ServerUpToDate": "Media Browser Server G\u00fcncel",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Old supporter key",
+ "LabelNewSupporterKey": "New supporter key",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Current email address",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "Email address",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "DLNA Sunucusu etkin",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "Default user:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "Channels",
+ "HeaderServerSettings": "Sunucu ayarlar\u0131",
+ "LabelWeatherDisplayLocation": "Weather display location:",
+ "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
+ "LabelWeatherDisplayUnit": "Weather display unit:",
+ "OptionCelsius": "Celsius",
+ "OptionFahrenheit": "Fahrenheit",
+ "HeaderRequireManualLogin": "Require manual username entry for:",
+ "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
+ "OptionOtherApps": "Other apps",
+ "OptionMobileApps": "Mobile apps",
+ "HeaderNotificationList": "Click on a notification to configure it's sending options.",
+ "NotificationOptionApplicationUpdateAvailable": "Application update available",
+ "NotificationOptionApplicationUpdateInstalled": "Application update installed",
+ "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
+ "NotificationOptionPluginInstalled": "Plugin installed",
+ "NotificationOptionPluginUninstalled": "Plugin uninstalled",
+ "NotificationOptionVideoPlayback": "Video playback started",
+ "NotificationOptionAudioPlayback": "Audio playback started",
+ "NotificationOptionGamePlayback": "Game playback started",
+ "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
+ "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
+ "NotificationOptionGamePlaybackStopped": "Game playback stopped",
+ "NotificationOptionTaskFailed": "Scheduled task failure",
+ "NotificationOptionInstallationFailed": "Installation failure",
+ "NotificationOptionNewLibraryContent": "New content added",
+ "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
+ "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
+ "NotificationOptionServerRestartRequired": "Sunucu yeniden ba\u015flat\u0131lmal\u0131",
"LabelNotificationEnabled": "Enable this notification",
"LabelMonitorUsers": "Monitor activity from:",
"LabelSendNotificationToUsers": "Send the notification to:",
@@ -642,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -678,667 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "Cikis",
- "LabelVisitCommunity": "Bizi Ziyaret Edin",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "Standart",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "K\u00fct\u00fcphane",
- "LabelConfigureMediaBrowser": "Media Taray\u0131c\u0131 Konfig\u00fcrasyon",
- "LabelOpenLibraryViewer": "K\u00fct\u00fcphane G\u00f6r\u00fcnt\u00fcleyici",
- "LabelRestartServer": "Server Yeniden Baslat",
- "LabelShowLogWindow": "Log Ekran\u0131n\u0131 G\u00f6r\u00fcnt\u00fcle",
- "LabelPrevious": "\u00d6nceki",
- "LabelFinish": "Bitir",
- "LabelNext": "Sonraki",
- "LabelYoureDone": "Haz\u0131rs\u0131n!",
- "WelcomeToMediaBrowser": "Media Taray\u0131c\u0131ya Hosgeldiniz !",
- "TitleMediaBrowser": "Media Taray\u0131c\u0131",
- "ThisWizardWillGuideYou": "Bu sihirbaz kurulum i\u015flemi boyunca size yard\u0131mc\u0131 olacakt\u0131r. Ba\u015flamak i\u00e7in, tercih etti\u011finiz dili se\u00e7iniz.",
- "TellUsAboutYourself": "Kendinizden Bahsedin",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "\u0130lk Ad",
- "MoreUsersCanBeAddedLater": "More users can be added later within the Dashboard.",
- "UserProfilesIntro": "Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.",
- "LabelWindowsService": "Windows Servis",
- "AWindowsServiceHasBeenInstalled": "Windows Servisi Y\u00fcklenmistir.",
- "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.",
- "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.",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "Ayarlar\u0131 Degistir",
- "LabelEnableVideoImageExtraction": "Enable video image extraction",
- "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.",
- "LabelEnableChapterImageExtractionForMovies": "Extract chapter image extraction for Movies",
- "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.",
- "LabelEnableAutomaticPortMapping": "Enable automatic port mapping",
- "LabelEnableAutomaticPortMappingHelp": "UPnP allows automated router configuration for easy remote access. This may not work with some router models.",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "Tamam",
- "ButtonCancel": "\u0130ptal",
- "ButtonNew": "Yeni",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Medya k\u00fct\u00fcphaneni kur",
- "ButtonAddMediaFolder": "Yeni Media Klas\u00f6r\u00fc",
- "LabelFolderType": "Klas\u00f6r T\u00fcr\u00fc:",
- "ReferToMediaLibraryWiki": "Refer to the media library wiki.",
- "LabelCountry": "\u00dclke",
- "LabelLanguage": "Dil",
- "HeaderPreferredMetadataLanguage": "Tercih edilen Meta Dili:",
- "LabelSaveLocalMetadata": "Medya meta dosyalar\u0131n\u0131 ayn\u0131 klas\u00f6rlere i\u015fle",
- "LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
- "LabelDownloadInternetMetadata": "\u0130nternetten \u0130\u00e7erik Y\u00fckleyin",
- "LabelDownloadInternetMetadataHelp": "Media Browser can download information about your media to enable rich presentations.",
- "TabPreferences": "Tercihler",
- "TabPassword": "\u015eifre",
- "TabLibraryAccess": "K\u00fct\u00fcphane Eri\u015fim",
- "TabAccess": "Access",
- "TabImage": "Resim",
- "TabProfile": "Profil",
- "TabMetadata": "Metadata",
- "TabImages": "Resimler",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titles",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Sezondaki kay\u0131p b\u00f6l\u00fcmleri g\u00f6ster",
- "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
- "HeaderVideoPlaybackSettings": "Video Oynatma Ayarlar\u0131",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "Ses Dili Tercihi:",
- "LabelSubtitleLanguagePreference": "Altyaz\u0131 Dili Tercihi:",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "Altyaz\u0131 Yok",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profiller",
- "TabSecurity": "G\u00fcvenlik",
- "ButtonAddUser": "Kullan\u0131c\u0131 Ekle",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Kay\u0131t",
- "ButtonResetPassword": "\u015eifre S\u0131f\u0131rla",
- "LabelNewPassword": "Yeni \u015eifre",
- "LabelNewPasswordConfirm": "Yeni \u015eifreyi Onayla",
- "HeaderCreatePassword": "\u015eifre Olu\u015ftur",
- "LabelCurrentPassword": "Kullan\u0131mdaki \u015eifreniz",
- "LabelMaxParentalRating": "Maksimum izin verilen ebeveyn de\u011ferlendirmesi:",
- "MaxParentalRatingHelp": "Daha y\u00fcksek bir derece ile \u0130\u00e7erik Bu kullan\u0131c\u0131dan gizli olacak.",
- "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.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Resim Sil",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "Y\u00fckle",
- "HeaderUploadNewImage": "Yeni Resim Y\u00fckle",
- "LabelDropImageHere": "Drop image here",
- "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
- "MessageNothingHere": "Nothing here.",
- "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
- "TabSuggested": "\u00d6nerilen",
- "TabLatest": "Son",
- "TabUpcoming": "Gelecek",
- "TabShows": "G\u00f6steriler",
- "TabEpisodes": "B\u00f6l\u00fcmler",
- "TabGenres": "T\u00fcrler",
- "TabPeople": "Oyuncular",
- "TabNetworks": "A\u011flar",
- "HeaderUsers": "Kullan\u0131c\u0131lar",
- "HeaderFilters": "Filtrelemeler",
- "ButtonFilter": "Filtre",
- "OptionFavorite": "Favoriler",
- "OptionLikes": "Be\u011feniler",
- "OptionDislikes": "Be\u011fenmeyenler",
- "OptionActors": "Akt\u00f6rler",
- "OptionGuestStars": "Konuk oylar\u0131",
- "OptionDirectors": "Y\u00f6netmenler",
- "OptionWriters": "Yazarlar",
- "OptionProducers": "\u00dcreticiler",
- "HeaderResume": "Devam",
- "HeaderNextUp": "Sonraki hafta",
- "NoNextUpItemsMessage": "None found. Start watching your shows!",
- "HeaderLatestEpisodes": "Latest Episodes",
- "HeaderPersonTypes": "Person Types:",
- "TabSongs": "\u015eark\u0131lar",
- "TabAlbums": "Alb\u00fcm",
- "TabArtists": "Sanat\u00e7\u0131",
- "TabAlbumArtists": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
- "TabMusicVideos": "Klipler",
- "ButtonSort": "S\u0131rala",
- "HeaderSortBy": "\u015euna g\u00f6re s\u0131rala",
- "HeaderSortOrder": "Sipari\u015fe g\u00f6re s\u0131rala",
- "OptionPlayed": "\u00c7al\u0131n\u0131yor",
- "OptionUnplayed": "\u00c7al\u0131nm\u0131yor",
- "OptionAscending": "Y\u00fckselen",
- "OptionDescending": "D\u00fc\u015fen",
- "OptionRuntime": "\u00c7al\u0131\u015fma s\u00fcresi",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Oynatma sayac\u0131",
- "OptionDatePlayed": "Oynatma Tarihi",
- "OptionDateAdded": "Eklenme Tarihi",
- "OptionAlbumArtist": "Sanat\u00e7\u0131 Alb\u00fcm\u00fc",
- "OptionArtist": "Sanat\u00e7\u0131",
- "OptionAlbum": "Alb\u00fcm",
- "OptionTrackName": "Par\u00e7a \u0130smi",
- "OptionCommunityRating": "Community Rating",
- "OptionNameSort": "\u0130sim",
- "OptionFolderSort": "Klas\u00f6r",
- "OptionBudget": "Budget",
- "OptionRevenue": "Revenue",
- "OptionPoster": "Poster",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "Backdrop",
- "OptionTimeline": "Timeline",
- "OptionThumb": "Thumb",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "Banner",
- "OptionCriticRating": "Kritik Rating",
- "OptionVideoBitrate": "Video Kalitesi",
- "OptionResumable": "Resumable",
- "ScheduledTasksHelp": "Click a task to adjust its schedule.",
- "ScheduledTasksTitle": "Zamanlanm\u0131\u015f G\u00f6revler",
- "TabMyPlugins": "Eklentilerim",
- "TabCatalog": "Katalog",
- "PluginsTitle": "Eklentiler",
- "HeaderAutomaticUpdates": "Otomatik G\u00fcncelleme",
- "HeaderNowPlaying": "\u015eimdi \u00c7al\u0131n\u0131yor",
- "HeaderLatestAlbums": "Son Alb\u00fcmler",
- "HeaderLatestSongs": "Son Par\u00e7alar",
- "HeaderRecentlyPlayed": "Son oynat\u0131lan",
- "HeaderFrequentlyPlayed": "Frequently Played",
- "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.",
- "LabelVideoType": "Video Tipi",
- "OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
- "OptionIso": "\u0130so",
- "Option3D": "3D",
- "LabelFeatures": "Features:",
- "LabelService": "Servis:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Altyaz\u0131",
- "OptionHasTrailer": "Tan\u0131t\u0131m Video",
- "OptionHasThemeSong": "Tema \u015eark\u0131s\u0131",
- "OptionHasThemeVideo": "Tema Videosu",
- "TabMovies": "Filmler",
- "TabStudios": "St\u00fcdyo",
- "TabTrailers": "Fragmanlar",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "Son filmler",
- "HeaderLatestTrailers": "Son fragmanlar",
- "OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "\u0130MDb Reyting",
- "OptionParentalRating": "Parental Rating",
- "OptionPremiereDate": "Premiere Date",
- "TabBasic": "Basit",
- "TabAdvanced": "Geli\u015fmi\u015f",
- "HeaderStatus": "Durum",
- "OptionContinuing": "Topluluk",
- "OptionEnded": "Bitmi\u015f",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "Pazar",
- "OptionMonday": "Pazartesi",
- "OptionTuesday": "Sal\u0131",
- "OptionWednesday": "\u00c7ar\u015famba",
- "OptionThursday": "Per\u015fembe",
- "OptionFriday": "Cuma",
- "OptionSaturday": "Cumartesi",
- "HeaderManagement": "Y\u00f6netim",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Missing IMDb Id",
- "OptionMissingTvdbId": "Missing TheTVDB Id",
- "OptionMissingOverview": "Missing Overview",
- "OptionFileMetadataYearMismatch": "File\/Metadata Years Mismatched",
- "TabGeneral": "Genel",
- "TitleSupport": "Destek",
- "TabLog": "Kay\u0131t",
- "TabAbout": "Hakk\u0131nda",
- "TabSupporterKey": "Destek\u00e7i kodu",
- "TabBecomeSupporter": "Destek\u00e7i ol",
- "MediaBrowserHasCommunity": "Media Browser has a thriving community of users and contributors.",
- "CheckoutKnowledgeBase": "Check out our knowledge base to help you get the most out of Media Browser.",
- "SearchKnowledgeBase": "Search the Knowledge Base",
- "VisitTheCommunity": "Visit the Community",
- "VisitMediaBrowserWebsite": "Visit the Media Browser Web Site",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Kullan\u0131c\u0131 Devre D\u0131\u015f\u0131 B\u0131rak",
- "OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
- "HeaderAdvancedControl": "Geli\u015fmi\u015f Kontrol",
- "LabelName": "\u0130sim",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Allow this user to manage the server",
- "HeaderFeatureAccess": "Feature Access",
- "OptionAllowMediaPlayback": "Allow media playback",
- "OptionAllowBrowsingLiveTv": "Allow browsing of live tv",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "Allow management of live tv recordings",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "Missing Tmdb Id",
- "OptionIsHD": "HD",
- "OptionIsSD": "SD",
- "OptionMetascore": "Metascore",
- "ButtonSelect": "Se\u00e7im",
- "ButtonGroupVersions": "Grup Versionlar\u0131",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "Utilizing Pismo File Mount through a donated license.",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "Please support other free products we utilize:",
- "VersionNumber": "Versiyon {0}",
- "TabPaths": "Paths",
- "TabServer": "Sunucu",
- "TabTranscoding": "Kodlay\u0131c\u0131",
- "TitleAdvanced": "Geli\u015fmi\u015f",
- "LabelAutomaticUpdateLevel": "Otomatik G\u00fcncelleme seviyesi",
- "OptionRelease": "Resmi Yay\u0131n",
- "OptionBeta": "Deneme",
- "OptionDev": "Gelistirici",
- "LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
- "LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
- "LabelEnableDebugLogging": "Enable debug logging",
- "LabelRunServerAtStartup": "Ba\u015flang\u0131\u00e7ta Server\u0131 \u00c7al\u0131\u015ft\u0131r",
- "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
- "ButtonSelectDirectory": "Select Directory",
- "LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
- "LabelCachePath": "Cache path:",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "Images by name path:",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "Metadata path:",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "Transcoding temporary path:",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "Basics",
- "TabTV": "TV",
- "TabGames": "Oyunlar",
- "TabMusic": "Muzik",
- "TabOthers": "Di\u011ferleri",
- "HeaderExtractChapterImagesFor": "Extract chapter images for:",
- "OptionMovies": "Filmler",
- "OptionEpisodes": "Episodes",
- "OptionOtherVideos": "Di\u011fer Videolar",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "Enable automatic updates from TheMovieDB.org",
- "LabelAutomaticUpdatesTvdb": "Enable automatic updates from TheTVDB.com",
- "LabelAutomaticUpdatesFanartHelp": "If enabled, new images will be downloaded automatically as they're added to fanart.tv. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced.",
- "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced.",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "Auto-scroll",
- "LabelImageSavingConvention": "Image saving convention:",
- "LabelImageSavingConventionHelp": "Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standart - MB2",
- "ButtonSignIn": "Giri\u015f Yap\u0131n",
- "TitleSignIn": "Giri\u015f Yap\u0131n",
- "HeaderPleaseSignIn": "L\u00fctfen Giri\u015f Yap\u0131n",
- "LabelUser": "Kullan\u0131c\u0131",
- "LabelPassword": "\u015eifre",
- "ButtonManualLogin": "Manuel Giri\u015f",
- "PasswordLocalhostMessage": "Passwords are not required when logging in from localhost.",
- "TabGuide": "K\u0131lavuz",
- "TabChannels": "Kanallar",
- "TabCollections": "Collections",
- "HeaderChannels": "Kanallar",
- "TabRecordings": "Kay\u0131tlar",
- "TabScheduled": "G\u00f6revler",
- "TabSeries": "Seriler",
- "TabFavorites": "Favoriler",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "Kay\u0131t \u0130ptal",
- "HeaderPrePostPadding": "Pre\/Post Padding",
- "LabelPrePaddingMinutes": "Pre-padding minutes:",
- "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
- "LabelPostPaddingMinutes": "Post-padding minutes:",
- "OptionPostPaddingRequired": "Post-padding is required in order to record.",
- "HeaderWhatsOnTV": "What's On",
- "HeaderUpcomingTV": "Yak\u0131nda TV'de",
- "TabStatus": "Durum",
- "TabSettings": "Ayarlar",
- "ButtonRefreshGuideData": "K\u0131lavuzu Yinele",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "\u00d6ncelik",
- "OptionRecordOnAllChannels": "T\u00fcm kanallardaki program\u0131 kaydet",
- "OptionRecordAnytime": "Program\u0131 herhangi bir zamanda kaydet",
- "OptionRecordOnlyNewEpisodes": "Sadece yeni b\u00f6l\u00fcmleri kaydet",
- "HeaderDays": "G\u00fcnler",
- "HeaderActiveRecordings": "Aktif Kay\u0131tlar",
- "HeaderLatestRecordings": "Ge\u00e7mi\u015f Kay\u0131tlar",
- "HeaderAllRecordings": "T\u00fcm Kay\u0131tlar",
- "ButtonPlay": "\u00c7al",
- "ButtonEdit": "D\u00fczenle",
- "ButtonRecord": "Kay\u0131t",
- "ButtonDelete": "Sil",
- "ButtonRemove": "Sil",
- "OptionRecordSeries": "Kay\u0131t Serisi",
- "HeaderDetails": "Detaylar",
- "TitleLiveTV": "Canl\u0131 TV",
- "LabelNumberOfGuideDays": "Number of days of guide data to download:",
- "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
- "LabelActiveService": "Aktif Servis:",
- "LabelActiveServiceHelp": "Multiple tv plugins can be installed but only one can be active at a time.",
- "OptionAutomatic": "Otomatik",
- "LiveTvPluginRequired": "A Live TV service provider plugin is required in order to continue.",
- "LiveTvPluginRequiredHelp": "Please install one of our available plugins, such as Next Pvr or ServerWmc.",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "K\u00fc\u00e7\u00fck Resim",
- "OptionDownloadMenuImage": "Men\u00fc",
- "OptionDownloadLogoImage": "Logo",
- "OptionDownloadBoxImage": "Kutu",
- "OptionDownloadDiscImage": "Disk",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Geri",
- "OptionDownloadArtImage": "Galeri",
- "OptionDownloadPrimaryImage": "Birincil",
- "HeaderFetchImages": "Fetch Images:",
- "HeaderImageSettings": "Resim Ayarlar\u0131",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
- "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
- "LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
- "LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Ekle",
- "LabelTriggerType": "Trigger Type:",
- "OptionDaily": "G\u00fcnl\u00fck",
- "OptionWeekly": "Haftal\u0131k",
- "OptionOnInterval": "On an interval",
- "OptionOnAppStartup": "On application startup",
- "OptionAfterSystemEvent": "After a system event",
- "LabelDay": "G\u00fcn:",
- "LabelTime": "Zaman:",
- "LabelEvent": "Event:",
- "OptionWakeFromSleep": "Wake from sleep",
- "LabelEveryXMinutes": "Every:",
- "HeaderTvTuners": "Tuners",
- "HeaderGallery": "Galeri",
- "HeaderLatestGames": "Ge\u00e7mi\u015f Oyunlar",
- "HeaderRecentlyPlayedGames": "Silinen Oyanan Oyunlar",
- "TabGameSystems": "Oyun Sistemleri",
- "TitleMediaLibrary": "Medya K\u00fct\u00fcphanesi",
- "TabFolders": "Klas\u00f6rler",
- "TabPathSubstitution": "Path Substitution",
- "LabelSeasonZeroDisplayName": "Season 0 display name:",
- "LabelEnableRealtimeMonitor": "Enable real time monitoring",
- "LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
- "ButtonScanLibrary": "K\u00fct\u00fcphaneyi Tara",
- "HeaderNumberOfPlayers": "Oyuncular",
- "OptionAnyNumberOfPlayers": "Hepsi",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "Media Klas\u00f6rleri",
- "HeaderThemeVideos": "Video Temalar\u0131",
- "HeaderThemeSongs": "Tema \u015eark\u0131lar",
- "HeaderScenes": "Diziler",
- "HeaderAwardsAndReviews": "\u00d6d\u00fcller ve ilk bak\u0131\u015f",
- "HeaderSoundtracks": "Film m\u00fczikleri",
- "HeaderMusicVideos": "M\u00fczik vidyolar\u0131",
- "HeaderSpecialFeatures": "Special Features",
- "HeaderCastCrew": "Cast & Crew",
- "HeaderAdditionalParts": "Additional Parts",
- "ButtonSplitVersionsApart": "Split Versions Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "Kay\u0131p",
- "LabelOffline": "\u00c7evrimd\u0131\u015f\u0131",
- "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
- "HeaderFrom": "Buradan",
- "HeaderTo": "Buraya",
- "LabelFrom": "Buradan",
- "LabelFromHelp": "\u00d6rnek: D:\\Movies (sunucu \u00fczerinde)",
- "LabelTo": "Buraya",
- "LabelToHelp": "Example: \\\\MyServer\\Movies (a path clients can access)",
- "ButtonAddPathSubstitution": "Add Substitution",
- "OptionSpecialEpisode": "\u00d6zel",
- "OptionMissingEpisode": "Missing Episodes",
- "OptionUnairedEpisode": "Unaired Episodes",
- "OptionEpisodeSortName": "Episode Sort Name",
- "OptionSeriesSortName": "Seri Ad\u0131",
- "OptionTvdbRating": "Tvdb Reyting",
- "HeaderTranscodingQualityPreference": "Kodlay\u0131c\u0131 Kalite Ayarlar\u0131",
- "OptionAutomaticTranscodingHelp": "The server will decide quality and speed",
- "OptionHighSpeedTranscodingHelp": "D\u00fc\u015f\u00fck Kalite,H\u0131zl\u0131 Kodlama",
- "OptionHighQualityTranscodingHelp": "Y\u00fcksek Kalite,Yava\u015f Kodlama",
- "OptionMaxQualityTranscodingHelp": "En iyi Kalite,Yava\u015f Kodlama,Y\u00fcksek CPU Kullan\u0131m\u0131",
- "OptionHighSpeedTranscoding": "Y\u00fcksek H\u0131z",
- "OptionHighQualityTranscoding": "Y\u00fcksek Kalite",
- "OptionMaxQualityTranscoding": "Max Kalite",
- "OptionEnableDebugTranscodingLogging": "Enable debug transcoding logging",
- "OptionEnableDebugTranscodingLoggingHelp": "This will create very large log files and is only recommended as needed for troubleshooting purposes.",
- "OptionUpscaling": "Allow clients to request upscaled video",
- "OptionUpscalingHelp": "In some cases this will result in improved video quality but will increase CPU usage.",
- "EditCollectionItemsHelp": "Add or remove any movies, series, albums, books or games you wish to group within this collection.",
- "HeaderAddTitles": "Add Titles",
- "LabelEnableDlnaPlayTo": "Enable DLNA Play To",
- "LabelEnableDlnaPlayToHelp": "Media Browser can detect devices within your network and offer the ability to remote control them.",
- "LabelEnableDlnaDebugLogging": "Enable DLNA debug logging",
- "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
- "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
- "HeaderCustomDlnaProfiles": "\u00d6zel Profiller",
- "HeaderSystemDlnaProfiles": "Sistem Profilleri",
- "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TitleDashboard": "Dashboard",
- "TabHome": "Anasayfa",
- "TabInfo": "Bilgi",
- "HeaderLinks": "Links",
- "HeaderSystemPaths": "System Paths",
- "LinkCommunity": "Community",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api D\u00f6k\u00fcmanlar\u0131",
- "LabelFriendlyServerName": "Friendly server name:",
- "LabelFriendlyServerNameHelp": "This name will be used to identify this server. If left blank, the computer name will be used.",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "Translating Media Browser is an ongoing project and is not yet complete.",
- "LabelReadHowYouCanContribute": "Read about how you can contribute.",
- "HeaderNewCollection": "Yeni Koleksiyon",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "NewCollectionNameExample": "Example: Star Wars Collection",
- "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
- "ButtonCreate": "Create",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web socket port number:",
- "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 WAN Address:",
- "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
- "TabResume": "Resume",
- "TabWeather": "Weather",
- "TitleAppSettings": "App Settings",
- "LabelMinResumePercentage": "Min resume percentage:",
- "LabelMaxResumePercentage": "Max resume percentage:",
- "LabelMinResumeDuration": "Min resume duration (seconds):",
- "LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
- "LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
- "LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
- "TitleAutoOrganize": "Auto-Organize",
- "TabActivityLog": "Activity Log",
- "HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
- "LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
- "HeaderEpisodeOrganization": "Episode Organization",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Media Browser Team",
- "LabelSupportAmount": "Amount (USD)",
- "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
- "ButtonEnterSupporterKey": "Enter supporter key",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Enable new episode organization",
- "LabelWatchFolder": "Watch folder:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "View scheduled tasks",
- "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Supported Patterns",
- "HeaderTerm": "Term",
- "HeaderPattern": "Pattern",
- "HeaderResult": "Result",
- "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
- "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
- "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
- "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Latest News",
- "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
- "HeaderPendingInstallations": "Pending Installations",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown the server and update manually.",
- "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
- "ServerUpToDate": "Media Browser Server G\u00fcncel",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Old supporter key",
- "LabelNewSupporterKey": "New supporter key",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Current email address",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "Email address",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "DLNA Sunucusu etkin",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "Default user:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "TitleDlna": "DLNA",
- "TitleChannels": "Channels",
- "HeaderServerSettings": "Sunucu ayarlar\u0131",
- "LabelWeatherDisplayLocation": "Weather display location:",
- "LabelWeatherDisplayLocationHelp": "US zip code \/ City, State, Country \/ City, Country",
- "LabelWeatherDisplayUnit": "Weather display unit:",
- "OptionCelsius": "Celsius",
- "OptionFahrenheit": "Fahrenheit",
- "HeaderRequireManualLogin": "Require manual username entry for:",
- "HeaderRequireManualLoginHelp": "When disabled clients may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
- "HeaderNotificationList": "Click on a notification to configure it's sending options.",
- "NotificationOptionApplicationUpdateAvailable": "Application update available",
- "NotificationOptionApplicationUpdateInstalled": "Application update installed",
- "NotificationOptionPluginUpdateInstalled": "Plugin update installed",
- "NotificationOptionPluginInstalled": "Plugin installed",
- "NotificationOptionPluginUninstalled": "Plugin uninstalled",
- "NotificationOptionVideoPlayback": "Video playback started",
- "NotificationOptionAudioPlayback": "Audio playback started",
- "NotificationOptionGamePlayback": "Game playback started",
- "NotificationOptionVideoPlaybackStopped": "Video playback stopped",
- "NotificationOptionAudioPlaybackStopped": "Audio playback stopped",
- "NotificationOptionGamePlaybackStopped": "Game playback stopped",
- "NotificationOptionTaskFailed": "Scheduled task failure",
- "NotificationOptionInstallationFailed": "Installation failure",
- "NotificationOptionNewLibraryContent": "New content added",
- "NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
- "SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
- "NotificationOptionServerRestartRequired": "Sunucu yeniden ba\u015flat\u0131lmal\u0131"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/uk.json b/MediaBrowser.Server.Implementations/Localization/Server/uk.json
index 6c994d561..7222c2279 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/uk.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/uk.json
@@ -1,660 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "ButtonHome": "Home",
- "ButtonSearch": "Search",
- "ButtonSettings": "Settings",
- "ButtonTakeScreenshot": "Capture Screenshot",
- "ButtonLetterUp": "Letter Up",
- "ButtonLetterDown": "Letter Down",
- "PageButtonAbbreviation": "PG",
- "LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "\u0412\u0438\u0439\u0442\u0438",
"LabelVisitCommunity": "Visit Community",
"LabelGithub": "Github",
@@ -1169,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +684,659 @@
"ButtonOsd": "On screen display",
"ButtonPageUp": "Page Up",
"ButtonPageDown": "Page Down",
- "PageAbbreviation": "PG"
+ "PageAbbreviation": "PG",
+ "ButtonHome": "Home",
+ "ButtonSearch": "Search",
+ "ButtonSettings": "Settings",
+ "ButtonTakeScreenshot": "Capture Screenshot",
+ "ButtonLetterUp": "Letter Up",
+ "ButtonLetterDown": "Letter Down",
+ "PageButtonAbbreviation": "PG",
+ "LetterButtonAbbreviation": "A",
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/vi.json b/MediaBrowser.Server.Implementations/Localization/Server/vi.json
index 85b4f35ff..b013017b2 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/vi.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/vi.json
@@ -1,651 +1,4 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
- "TabNavigation": "Navigation",
- "TabControls": "Controls",
- "ButtonFullscreen": "Toggle fullscreen",
- "ButtonScenes": "Scenes",
- "ButtonSubtitles": "Subtitles",
- "ButtonAudioTracks": "Audio tracks",
- "ButtonPreviousTrack": "Previous track",
- "ButtonNextTrack": "Next track",
- "ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
- "LabelGroupMoviesIntoCollections": "Group movies into collections",
- "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
- "NotificationOptionPluginError": "Plugin failure",
- "ButtonVolumeUp": "Volume up",
- "ButtonVolumeDown": "Volume down",
- "ButtonMute": "Mute",
- "HeaderLatestMedia": "Latest Media",
- "OptionSpecialFeatures": "Special Features",
- "HeaderCollections": "Collections",
- "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
- "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
- "HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
- "LabelPersonRole": "Role:",
- "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
- "LabelProfileContainer": "Container:",
- "LabelProfileVideoCodecs": "Video codecs:",
- "LabelProfileAudioCodecs": "Audio codecs:",
- "LabelProfileCodecs": "Codecs:",
- "HeaderDirectPlayProfile": "Direct Play Profile",
- "HeaderTranscodingProfile": "Transcoding Profile",
- "HeaderCodecProfile": "Codec Profile",
- "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
- "HeaderContainerProfile": "Container Profile",
- "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
- "OptionProfileVideo": "Video",
- "OptionProfileAudio": "Audio",
- "OptionProfileVideoAudio": "Video Audio",
- "OptionProfilePhoto": "Photo",
- "LabelUserLibrary": "User library:",
- "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
- "OptionPlainStorageFolders": "Display all folders as plain storage folders",
- "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
- "OptionPlainVideoItems": "Display all videos as plain video items",
- "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
- "TabIdentification": "Identification",
- "HeaderIdentification": "Identification",
- "TabDirectPlay": "Direct Play",
- "TabContainers": "Containers",
- "TabCodecs": "Codecs",
- "TabResponses": "Responses",
- "HeaderProfileInformation": "Profile Information",
- "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
- "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
- "LabelAlbumArtPN": "Album art PN:",
- "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
- "LabelAlbumArtMaxWidth": "Album art max width:",
- "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelAlbumArtMaxHeight": "Album art max height:",
- "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
- "LabelIconMaxWidth": "Icon max width:",
- "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIconMaxHeight": "Icon max height:",
- "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
- "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
- "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
- "LabelMaxBitrate": "Max bitrate:",
- "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
- "LabelMaxStreamingBitrate": "Max streaming bitrate:",
- "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
- "LabelMaxStaticBitrate": "Max sync bitrate:",
- "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
- "LabelMusicStaticBitrate": "Music sync bitrate:",
- "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
- "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
- "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
- "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
- "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
- "LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
- "LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
- "LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
- "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
- "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
- "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
- "LabelXDlnaCap": "X-Dlna cap:",
- "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelXDlnaDoc": "X-Dlna doc:",
- "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
- "LabelSonyAggregationFlags": "Sony aggregation flags:",
- "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
- "LabelTranscodingContainer": "Container:",
- "LabelTranscodingVideoCodec": "Video codec:",
- "LabelTranscodingVideoProfile": "Video profile:",
- "LabelTranscodingAudioCodec": "Audio codec:",
- "OptionEnableM2tsMode": "Enable M2ts mode",
- "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
- "OptionEstimateContentLength": "Estimate content length when transcoding",
- "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
- "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
- "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
- "HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
- "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
- "HeaderDownloadChaptersFor": "Download chapter names for:",
- "LabelOpenSubtitlesUsername": "Open Subtitles username:",
- "LabelOpenSubtitlesPassword": "Open Subtitles password:",
- "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
- "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
- "ButtonRegister": "Register",
- "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
- "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
- "LabelMessageText": "Message text:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabMediaBrowserClassic": "MB Classic",
- "PluginTabMediaBrowserTheater": "MB Theater",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
- "HeaderTypeText": "Enter Text",
- "LabelTypeText": "Text",
- "HeaderSearchForSubtitles": "Search for Subtitles",
- "MessageNoSubtitleSearchResultsFound": "No search results founds.",
- "TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabWebClient": "Web Client",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
- "HeaderSettingsForThisDevice": "Settings for This Device",
- "OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
- "HeaderOptions": "Options",
- "HeaderIdentificationResult": "Identification Result",
- "LabelHomePageSection1": "Home page section 1:",
- "LabelHomePageSection2": "Home page section 2:",
- "LabelHomePageSection3": "Home page section 3:",
- "LabelHomePageSection4": "Home page section 4:",
- "OptionMyViewsButtons": "My views (buttons)",
- "OptionMyViews": "My views",
- "OptionMyViewsSmall": "My views (small)",
- "OptionResumablemedia": "Resume",
- "OptionLatestMedia": "Latest media",
- "OptionLatestChannelMedia": "Latest channel items",
- "HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
- "HeaderLiveTv": "Live TV",
- "HeaderReports": "Reports",
- "HeaderMetadataManager": "Metadata Manager",
- "HeaderPreferences": "Preferences",
- "MessageLoadingChannels": "Loading channel content...",
- "MessageLoadingContent": "Loading content...",
- "ButtonMarkRead": "Mark Read",
- "OptionDefaultSort": "Default",
- "OptionCommunityMostWatchedSort": "Most Watched",
- "TabNextUp": "Next Up",
- "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
- "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
- "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
- "ButtonDismiss": "Dismiss",
- "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
- "LabelChannelStreamQuality": "Preferred internet stream quality:",
- "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
- "OptionBestAvailableStreamQuality": "Best available",
- "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
- "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
- "LabelChannelDownloadPath": "Channel content download path:",
- "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
- "LabelChannelDownloadAge": "Delete content after: (days)",
- "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
- "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
- "LabelSelectCollection": "Select collection:",
- "ButtonOptions": "Options",
- "ViewTypeMovies": "Movies",
- "ViewTypeTvShows": "TV",
- "ViewTypeGames": "Games",
- "ViewTypeMusic": "Music",
- "ViewTypeMusicGenres": "Genres",
- "ViewTypeMusicArtists": "Artists",
- "ViewTypeBoxSets": "Collections",
- "ViewTypeChannels": "Channels",
- "ViewTypeLiveTV": "Live TV",
- "ViewTypeLiveTvNowPlaying": "Now Airing",
- "ViewTypeLatestGames": "Latest Games",
- "ViewTypeRecentlyPlayedGames": "Recently Played",
- "ViewTypeGameFavorites": "Favorites",
- "ViewTypeGameSystems": "Game Systems",
- "ViewTypeGameGenres": "Genres",
- "ViewTypeTvResume": "Resume",
- "ViewTypeTvNextUp": "Next Up",
- "ViewTypeTvLatest": "Latest",
- "ViewTypeTvShowSeries": "Series",
- "ViewTypeTvGenres": "Genres",
- "ViewTypeTvFavoriteSeries": "Favorite Series",
- "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
- "ViewTypeMovieResume": "Resume",
- "ViewTypeMovieLatest": "Latest",
- "ViewTypeMovieMovies": "Movies",
- "ViewTypeMovieCollections": "Collections",
- "ViewTypeMovieFavorites": "Favorites",
- "ViewTypeMovieGenres": "Genres",
- "ViewTypeMusicLatest": "Latest",
- "ViewTypeMusicAlbums": "Albums",
- "ViewTypeMusicAlbumArtists": "Album Artists",
- "HeaderOtherDisplaySettings": "Display Settings",
- "ViewTypeMusicSongs": "Songs",
- "ViewTypeMusicFavorites": "Favorites",
- "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
- "ViewTypeMusicFavoriteArtists": "Favorite Artists",
- "ViewTypeMusicFavoriteSongs": "Favorite Songs",
- "HeaderMyViews": "My Views",
- "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
- "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
- "OptionDisplayAdultContent": "Display adult content",
- "OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
- "LabelProtocolInfo": "Protocol info:",
- "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
- "TabKodiMetadata": "Kodi",
- "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
- "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
- "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
- "LabelKodiMetadataDateFormat": "Release date format:",
- "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
- "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
- "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
- "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
- "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
- "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
- "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
- "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
- "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
- "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
- "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
- "TabLogs": "Logs",
- "HeaderServerLogFiles": "Server log files:",
- "TabBranding": "Branding",
- "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
- "LabelLoginDisclaimer": "Login disclaimer:",
- "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
- "LabelAutomaticallyDonate": "Automatically donate this amount every month",
- "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
- "OptionList": "List",
- "TabDashboard": "Dashboard",
- "TitleServer": "Server",
- "LabelCache": "Cache:",
- "LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
- "LabelImagesByName": "Images by name:",
- "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
- "HeaderBranding": "Branding",
- "HeaderApiKeys": "Api Keys",
- "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
- "HeaderApiKey": "Api Key",
- "HeaderApp": "App",
- "HeaderDevice": "Device",
- "HeaderUser": "User",
- "HeaderDateIssued": "Date Issued",
- "LabelChapterName": "Chapter {0}",
- "HeaderNewApiKey": "New Api Key",
- "LabelAppName": "App name",
- "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
- "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
- "HeaderHttpHeaders": "Http Headers",
- "HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
- "LabelMatchType": "Match type:",
- "OptionEquals": "Equals",
- "OptionRegex": "Regex",
- "OptionSubstring": "Substring",
- "TabView": "View",
- "TabSort": "Sort",
- "TabFilter": "Filter",
- "ButtonView": "View",
- "LabelPageSize": "Item limit:",
- "LabelPath": "Path:",
- "LabelView": "View:",
- "TabUsers": "Users",
- "LabelSortName": "Sort name:",
- "LabelDateAdded": "Date added:",
- "HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
- "ButtonSync": "Sync",
- "TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
- "HeaderResumeSettings": "Resume Settings",
- "TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
- "OptionProtocolHls": "Http Live Streaming",
- "LabelContext": "Context:",
- "OptionContextStreaming": "Streaming",
- "OptionContextStatic": "Sync",
- "ButtonAddToPlaylist": "Add to playlist",
- "TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "HeaderBrowseOnlineImages": "Browse Online Images",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "ButtonBrowseImages": "Browse Images",
- "HeaderImages": "Images",
- "HeaderBackdrops": "Backdrops",
- "HeaderScreenshots": "Screenshots",
- "HeaderAddUpdateImage": "Add\/Update Image",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
- "OptionPrimary": "Primary",
- "OptionArt": "Art",
- "OptionBox": "Box",
- "OptionBoxRear": "Box rear",
- "OptionDisc": "Disc",
- "OptionLogo": "Logo",
- "OptionMenu": "Menu",
- "OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
- "OptionMissingParentalRating": "Missing parental rating",
- "OptionStub": "Stub",
- "HeaderEpisodes": "Episodes:",
- "OptionSeason0": "Season 0",
- "LabelReport": "Report:",
- "OptionReportSongs": "Songs",
- "OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
- "OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "OptionReportAdultVideos": "Adult videos",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
- "ScheduledTaskStartedWithName": "{0} started",
- "ScheduledTaskCancelledWithName": "{0} was cancelled",
- "ScheduledTaskCompletedWithName": "{0} completed",
- "ScheduledTaskFailed": "Scheduled task completed",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
- "PluginUninstalledWithName": "{0} was uninstalled",
- "ScheduledTaskFailedWithName": "{0} failed",
- "ItemAddedWithName": "{0} was added to the library",
- "ItemRemovedWithName": "{0} was removed from the library",
- "DeviceOnlineWithName": "{0} is connected",
- "UserOnlineFromDevice": "{0} is online from {1}",
- "DeviceOfflineWithName": "{0} has disconnected",
- "UserOfflineFromDevice": "{0} has disconnected from {1}",
- "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
- "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
- "LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
- "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
- "UserCreatedWithName": "User {0} has been created",
- "UserPasswordChangedWithName": "Password has been changed for user {0}",
- "UserDeletedWithName": "User {0} has been deleted",
- "MessageServerConfigurationUpdated": "Server configuration has been updated",
- "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
- "MessageApplicationUpdated": "Media Browser Server has been updated",
- "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
- "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
- "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
- "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
- "AppDeviceValues": "App: {0}, Device: {1}",
- "ProviderValue": "Provider: {0}",
- "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
- "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
- "HeaderRecentActivity": "Recent Activity",
- "HeaderPeople": "People",
- "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
- "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
- "ViewTypeFolders": "Folders",
- "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
- "ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
- "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
- "HeaderPassword": "Password",
- "HeaderLocalAccess": "Local Access",
- "HeaderViewOrder": "View Order",
- "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
- "LabelMetadataRefreshMode": "Metadata refresh mode:",
- "LabelImageRefreshMode": "Image refresh mode:",
- "OptionDownloadMissingImages": "Download missing images",
- "OptionReplaceExistingImages": "Replace existing images",
- "OptionRefreshAllData": "Refresh all data",
- "OptionAddMissingDataOnly": "Add missing data only",
- "OptionLocalRefreshOnly": "Local refresh only",
- "HeaderRefreshMetadata": "Refresh Metadata",
- "HeaderPersonInfo": "Person Info",
- "HeaderIdentifyItem": "Identify Item",
- "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
- "HeaderConfirmDeletion": "Confirm Deletion",
- "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
- "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
- "ButtonIdentify": "Identify",
- "LabelAlbumArtist": "Album artist:",
- "LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelVoteCount": "Vote count:",
- "LabelMetascore": "Metascore:",
- "LabelCriticRating": "Critic rating:",
- "LabelCriticRatingSummary": "Critic rating summary:",
- "LabelAwardSummary": "Award summary:",
- "LabelWebsite": "Website:",
- "LabelTagline": "Tagline:",
- "LabelOverview": "Overview:",
- "LabelShortOverview": "Short overview:",
- "LabelReleaseDate": "Release date:",
- "LabelYear": "Year:",
- "LabelPlaceOfBirth": "Place of birth:",
- "LabelEndDate": "End date:",
- "LabelAirDate": "Air days:",
- "LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
- "LabelCustomRating": "Custom rating:",
- "LabelBudget": "Budget",
- "LabelRevenue": "Revenue ($):",
- "LabelOriginalAspectRatio": "Original aspect ratio:",
- "LabelPlayers": "Players:",
- "Label3DFormat": "3D format:",
- "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
- "HeaderSpecialEpisodeInfo": "Special Episode Info",
- "HeaderExternalIds": "External Id's:",
- "LabelDvdSeasonNumber": "Dvd season number:",
- "LabelDvdEpisodeNumber": "Dvd episode number:",
- "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
- "LabelAirsBeforeSeason": "Airs before season:",
- "LabelAirsAfterSeason": "Airs after season:",
- "LabelAirsBeforeEpisode": "Airs before episode:",
- "LabelTreatImageAs": "Treat image as:",
- "LabelDisplayOrder": "Display order:",
- "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
- "HeaderCountries": "Countries",
- "HeaderGenres": "Genres",
- "HeaderPlotKeywords": "Plot Keywords",
- "HeaderStudios": "Studios",
- "HeaderTags": "Tags",
- "HeaderMetadataSettings": "Metadata Settings",
- "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
- "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
- "TabDonate": "Donate",
- "HeaderDonationType": "Donation type:",
- "OptionMakeOneTimeDonation": "Make a separate donation",
- "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
- "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
- "OptionYearlySupporterMembership": "Yearly supporter membership",
- "OptionMonthlySupporterMembership": "Monthly supporter membership",
- "OptionNoTrailer": "No Trailer",
- "OptionNoThemeSong": "No Theme Song",
- "OptionNoThemeVideo": "No Theme Video",
- "LabelOneTimeDonationAmount": "Donation amount:",
- "ButtonDonate": "Donate",
- "OptionActor": "Actor",
- "OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionGuestStar": "Guest star",
- "OptionProducer": "Producer",
- "OptionWriter": "Writer",
- "LabelAirDays": "Air days:",
- "LabelAirTime": "Air time:",
- "HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
- "LabelSelectVersionToInstall": "Select version to install:",
- "LinkSupporterMembership": "Learn about the Supporter Membership",
- "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
- "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
- "HeaderReviews": "Reviews",
- "HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
- "ButtonViewWebsite": "View website",
- "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
- "HeaderXmlSettings": "Xml Settings",
- "HeaderXmlDocumentAttributes": "Xml Document Attributes",
- "HeaderXmlDocumentAttribute": "Xml Document Attribute",
- "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
- "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
- "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
- "LabelConnectGuestUserName": "Their Media Browser username or email address:",
- "LabelConnectUserName": "Media Browser username\/email:",
- "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
- "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
- "LabelExternalPlayers": "External players:",
- "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
- "HeaderSubtitleProfile": "Subtitle Profile",
- "HeaderSubtitleProfiles": "Subtitle Profiles",
- "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
- "LabelMethod": "Method:",
- "LabelDidlMode": "Didl mode:",
- "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
- "OptionResElement": "res element",
- "OptionEmbedSubtitles": "Embed within container",
- "OptionExternallyDownloaded": "External download",
- "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
- "ButtonLearnMore": "Learn more",
- "TabPlayback": "Playback",
- "HeaderTrailersAndExtras": "Trailers & Extras",
- "OptionFindTrailers": "Find trailers from the internet automatically",
- "HeaderLanguagePreferences": "Language Preferences",
- "TabCinemaMode": "Cinema Mode",
- "TitlePlayback": "Playback",
- "LabelEnableCinemaModeFor": "Enable cinema mode for:",
- "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
- "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
- "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
- "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
- "LabelEnableIntroParentalControl": "Enable smart parental control",
- "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
- "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
- "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
- "LabelCustomIntrosPath": "Custom intros path:",
- "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
- "ValueSpecialEpisodeName": "Special - {0}",
- "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
- "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
- "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
- "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
- "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
- "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
- "LabelDateAddedBehavior": "Date added behavior for new content:",
- "OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
- "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
- "LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
- "TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
- "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
- "LabelCameraUploadPath": "Camera upload path:",
- "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
- "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
- "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
- "HeaderInviteUser": "Invite User",
- "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
- "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
- "ButtonSendInvitation": "Send Invitation",
- "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
- "HeaderGuests": "Guests",
- "HeaderLocalUsers": "Local Users",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
- "HeaderAccessSchedule": "Access Schedule",
- "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "ButtonAddSchedule": "Add Schedule",
- "LabelAccessDay": "Day of week:",
- "LabelAccessStart": "Start time:",
- "LabelAccessEnd": "End time:",
- "HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
- "OptionWeekdays": "Weekdays",
- "OptionWeekends": "Weekends",
- "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
- "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
- "ButtonTrailerReel": "Trailer reel",
- "HeaderTrailerReel": "Trailer Reel",
- "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
- "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
- "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
- "OptionDisableUserPreferences": "Disable access to user preferences",
- "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
- "HeaderSelectServer": "Select Server",
- "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
- "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
- "HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
- "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
- "HeaderShareMediaFolders": "Share Media Folders",
- "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitleForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
- "HeaderParentalRatings": "Parental Ratings",
- "HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
- "HeaderAddTag": "Add Tag",
- "LabelBlockItemsWithTags": "Block items with tags:",
- "LabelTag": "Tag:",
- "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
- "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
- "TitleSync": "Sync",
- "OptionAllowSyncContent": "Allow syncing media to devices",
- "NameSeasonUnknown": "Season Unknown",
- "NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
- "TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
"LabelExit": "Tho\u00e1t",
"LabelVisitCommunity": "Gh\u00e9 th\u0103m trang C\u1ed9ng \u0111\u1ed3ng",
"LabelGithub": "Github",
@@ -1160,18 +513,18 @@
"NewCollectionNameExample": "Example: Star Wars Collection",
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
"ButtonCreate": "Create",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
"LabelPublicHttpPort": "Public http port number:",
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
"LabelPublicHttpsPort": "Public https port number:",
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
"LabelHttpsPort": "Local https port number:",
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
"LabelWebSocketPortNumber": "Web socket port number:",
"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.",
@@ -1340,5 +693,650 @@
"ButtonLetterDown": "Letter Down",
"PageButtonAbbreviation": "PG",
"LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing"
+ "TabNowPlaying": "Now Playing",
+ "TabNavigation": "Navigation",
+ "TabControls": "Controls",
+ "ButtonFullscreen": "Toggle fullscreen",
+ "ButtonScenes": "Scenes",
+ "ButtonSubtitles": "Subtitles",
+ "ButtonAudioTracks": "Audio tracks",
+ "ButtonPreviousTrack": "Previous track",
+ "ButtonNextTrack": "Next track",
+ "ButtonStop": "Stop",
+ "ButtonPause": "Pause",
+ "ButtonNext": "Next",
+ "ButtonPrevious": "Previous",
+ "LabelGroupMoviesIntoCollections": "Group movies into collections",
+ "LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
+ "NotificationOptionPluginError": "Plugin failure",
+ "ButtonVolumeUp": "Volume up",
+ "ButtonVolumeDown": "Volume down",
+ "ButtonMute": "Mute",
+ "HeaderLatestMedia": "Latest Media",
+ "OptionSpecialFeatures": "Special Features",
+ "HeaderCollections": "Collections",
+ "LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
+ "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
+ "HeaderResponseProfile": "Response Profile",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Role is generally only applicable to actors.",
+ "LabelProfileContainer": "Container:",
+ "LabelProfileVideoCodecs": "Video codecs:",
+ "LabelProfileAudioCodecs": "Audio codecs:",
+ "LabelProfileCodecs": "Codecs:",
+ "HeaderDirectPlayProfile": "Direct Play Profile",
+ "HeaderTranscodingProfile": "Transcoding Profile",
+ "HeaderCodecProfile": "Codec Profile",
+ "HeaderCodecProfileHelp": "Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the codec is configured for direct play.",
+ "HeaderContainerProfile": "Container Profile",
+ "HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
+ "OptionProfileVideo": "Video",
+ "OptionProfileAudio": "Audio",
+ "OptionProfileVideoAudio": "Video Audio",
+ "OptionProfilePhoto": "Photo",
+ "LabelUserLibrary": "User library:",
+ "LabelUserLibraryHelp": "Select which user library to display to the device. Leave empty to inherit the default setting.",
+ "OptionPlainStorageFolders": "Display all folders as plain storage folders",
+ "OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
+ "OptionPlainVideoItems": "Display all videos as plain video items",
+ "OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
+ "LabelSupportedMediaTypes": "Supported Media Types:",
+ "TabIdentification": "Identification",
+ "HeaderIdentification": "Identification",
+ "TabDirectPlay": "Direct Play",
+ "TabContainers": "Containers",
+ "TabCodecs": "Codecs",
+ "TabResponses": "Responses",
+ "HeaderProfileInformation": "Profile Information",
+ "LabelEmbedAlbumArtDidl": "Embed album art in Didl",
+ "LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
+ "LabelAlbumArtPN": "Album art PN:",
+ "LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.",
+ "LabelAlbumArtMaxWidth": "Album art max width:",
+ "LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelAlbumArtMaxHeight": "Album art max height:",
+ "LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
+ "LabelIconMaxWidth": "Icon max width:",
+ "LabelIconMaxWidthHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIconMaxHeight": "Icon max height:",
+ "LabelIconMaxHeightHelp": "Max resolution of icons exposed via upnp:icon.",
+ "LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
+ "HeaderProfileServerSettingsHelp": "These values control how Media Browser will present itself to the device.",
+ "LabelMaxBitrate": "Max bitrate:",
+ "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
+ "LabelMaxStreamingBitrate": "Max streaming bitrate:",
+ "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
+ "LabelMaxStaticBitrate": "Max sync bitrate:",
+ "LabelMaxStaticBitrateHelp": "Specify a max bitrate when syncing content at high quality.",
+ "LabelMusicStaticBitrate": "Music sync bitrate:",
+ "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
+ "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
+ "LabelMusicStreamingTranscodingBitrateHelp": "Specify a max bitrate when streaming music",
+ "OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
+ "OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
+ "LabelFriendlyName": "Friendly name",
+ "LabelManufacturer": "Manufacturer",
+ "LabelManufacturerUrl": "Manufacturer url",
+ "LabelModelName": "Model name",
+ "LabelModelNumber": "Model number",
+ "LabelModelDescription": "Model description",
+ "LabelModelUrl": "Model url",
+ "LabelSerialNumber": "Serial number",
+ "LabelDeviceDescription": "Device description",
+ "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
+ "HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
+ "HeaderResponseProfileHelp": "Response profiles provide a way to customize information sent to the device when playing certain kinds of media.",
+ "LabelXDlnaCap": "X-Dlna cap:",
+ "LabelXDlnaCapHelp": "Determines the content of the X_DLNACAP element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelXDlnaDoc": "X-Dlna doc:",
+ "LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
+ "LabelSonyAggregationFlags": "Sony aggregation flags:",
+ "LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
+ "LabelTranscodingContainer": "Container:",
+ "LabelTranscodingVideoCodec": "Video codec:",
+ "LabelTranscodingVideoProfile": "Video profile:",
+ "LabelTranscodingAudioCodec": "Audio codec:",
+ "OptionEnableM2tsMode": "Enable M2ts mode",
+ "OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
+ "OptionEstimateContentLength": "Estimate content length when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
+ "OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
+ "HeaderSubtitleDownloadingHelp": "When Media Browser scans your video files it can search for missing subtitles, and download them using a subtitle provider such as OpenSubtitles.org.",
+ "HeaderDownloadSubtitlesFor": "Download subtitles for:",
+ "MessageNoChapterProviders": "Install a chapter provider plugin such as ChapterDb to enable additional chapter options.",
+ "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains graphical subtitles",
+ "LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery to mobile clients.",
+ "TabSubtitles": "Subtitles",
+ "TabChapters": "Chapters",
+ "HeaderDownloadChaptersFor": "Download chapter names for:",
+ "LabelOpenSubtitlesUsername": "Open Subtitles username:",
+ "LabelOpenSubtitlesPassword": "Open Subtitles password:",
+ "HeaderChapterDownloadingHelp": "When Media Browser scans your video files it can download friendly chapter names from the internet using chapter plugins such as ChapterDb.",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelDownloadLanguages": "Download languages:",
+ "ButtonRegister": "Register",
+ "LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
+ "LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
+ "HeaderSendMessage": "Send Message",
+ "ButtonSend": "Send",
+ "LabelMessageText": "Message text:",
+ "MessageNoAvailablePlugins": "No available plugins.",
+ "LabelDisplayPluginsFor": "Display plugins for:",
+ "PluginTabMediaBrowserClassic": "MB Classic",
+ "PluginTabMediaBrowserTheater": "MB Theater",
+ "LabelEpisodeNamePlain": "Episode name",
+ "LabelSeriesNamePlain": "Series name",
+ "ValueSeriesNamePeriod": "Series.name",
+ "ValueSeriesNameUnderscore": "Series_name",
+ "ValueEpisodeNamePeriod": "Episode.name",
+ "ValueEpisodeNameUnderscore": "Episode_name",
+ "LabelSeasonNumberPlain": "Season number",
+ "LabelEpisodeNumberPlain": "Episode number",
+ "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "HeaderTypeText": "Enter Text",
+ "LabelTypeText": "Text",
+ "HeaderSearchForSubtitles": "Search for Subtitles",
+ "MessageNoSubtitleSearchResultsFound": "No search results founds.",
+ "TabDisplay": "Display",
+ "TabLanguages": "Languages",
+ "TabWebClient": "Web Client",
+ "LabelEnableThemeSongs": "Enable theme songs",
+ "LabelEnableBackdrops": "Enable backdrops",
+ "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "HeaderHomePage": "Home Page",
+ "HeaderSettingsForThisDevice": "Settings for This Device",
+ "OptionAuto": "Auto",
+ "OptionYes": "Yes",
+ "OptionNo": "No",
+ "HeaderOptions": "Options",
+ "HeaderIdentificationResult": "Identification Result",
+ "LabelHomePageSection1": "Home page section 1:",
+ "LabelHomePageSection2": "Home page section 2:",
+ "LabelHomePageSection3": "Home page section 3:",
+ "LabelHomePageSection4": "Home page section 4:",
+ "OptionMyViewsButtons": "My views (buttons)",
+ "OptionMyViews": "My views",
+ "OptionMyViewsSmall": "My views (small)",
+ "OptionResumablemedia": "Resume",
+ "OptionLatestMedia": "Latest media",
+ "OptionLatestChannelMedia": "Latest channel items",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "OptionNone": "None",
+ "HeaderLiveTv": "Live TV",
+ "HeaderReports": "Reports",
+ "HeaderMetadataManager": "Metadata Manager",
+ "HeaderPreferences": "Preferences",
+ "MessageLoadingChannels": "Loading channel content...",
+ "MessageLoadingContent": "Loading content...",
+ "ButtonMarkRead": "Mark Read",
+ "OptionDefaultSort": "Default",
+ "OptionCommunityMostWatchedSort": "Most Watched",
+ "TabNextUp": "Next Up",
+ "MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
+ "MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
+ "MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
+ "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "ButtonDismiss": "Dismiss",
+ "ButtonEditOtherUserPreferences": "Edit this user's profile, password and personal preferences.",
+ "LabelChannelStreamQuality": "Preferred internet stream quality:",
+ "LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
+ "OptionBestAvailableStreamQuality": "Best available",
+ "LabelEnableChannelContentDownloadingFor": "Enable channel content downloading for:",
+ "LabelEnableChannelContentDownloadingForHelp": "Some channels support downloading content prior to viewing. Enable this in low bandwidth enviornments to download channel content during off hours. Content is downloaded as part of the channel download scheduled task.",
+ "LabelChannelDownloadPath": "Channel content download path:",
+ "LabelChannelDownloadPathHelp": "Specify a custom download path if desired. Leave empty to download to an internal program data folder.",
+ "LabelChannelDownloadAge": "Delete content after: (days)",
+ "LabelChannelDownloadAgeHelp": "Downloaded content older than this will be deleted. It will remain playable via internet streaming.",
+ "ChannelSettingsFormHelp": "Install channels such as Trailers and Vimeo in the plugin catalog.",
+ "LabelSelectCollection": "Select collection:",
+ "ButtonOptions": "Options",
+ "ViewTypeMovies": "Movies",
+ "ViewTypeTvShows": "TV",
+ "ViewTypeGames": "Games",
+ "ViewTypeMusic": "Music",
+ "ViewTypeMusicGenres": "Genres",
+ "ViewTypeMusicArtists": "Artists",
+ "ViewTypeBoxSets": "Collections",
+ "ViewTypeChannels": "Channels",
+ "ViewTypeLiveTV": "Live TV",
+ "ViewTypeLiveTvNowPlaying": "Now Airing",
+ "ViewTypeLatestGames": "Latest Games",
+ "ViewTypeRecentlyPlayedGames": "Recently Played",
+ "ViewTypeGameFavorites": "Favorites",
+ "ViewTypeGameSystems": "Game Systems",
+ "ViewTypeGameGenres": "Genres",
+ "ViewTypeTvResume": "Resume",
+ "ViewTypeTvNextUp": "Next Up",
+ "ViewTypeTvLatest": "Latest",
+ "ViewTypeTvShowSeries": "Series",
+ "ViewTypeTvGenres": "Genres",
+ "ViewTypeTvFavoriteSeries": "Favorite Series",
+ "ViewTypeTvFavoriteEpisodes": "Favorite Episodes",
+ "ViewTypeMovieResume": "Resume",
+ "ViewTypeMovieLatest": "Latest",
+ "ViewTypeMovieMovies": "Movies",
+ "ViewTypeMovieCollections": "Collections",
+ "ViewTypeMovieFavorites": "Favorites",
+ "ViewTypeMovieGenres": "Genres",
+ "ViewTypeMusicLatest": "Latest",
+ "ViewTypeMusicAlbums": "Albums",
+ "ViewTypeMusicAlbumArtists": "Album Artists",
+ "HeaderOtherDisplaySettings": "Display Settings",
+ "ViewTypeMusicSongs": "Songs",
+ "ViewTypeMusicFavorites": "Favorites",
+ "ViewTypeMusicFavoriteAlbums": "Favorite Albums",
+ "ViewTypeMusicFavoriteArtists": "Favorite Artists",
+ "ViewTypeMusicFavoriteSongs": "Favorite Songs",
+ "HeaderMyViews": "My Views",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "OptionDisplayAdultContent": "Display adult content",
+ "OptionLibraryFolders": "Media folders",
+ "TitleRemoteControl": "Remote Control",
+ "OptionLatestTvRecordings": "Latest recordings",
+ "LabelProtocolInfo": "Protocol info:",
+ "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
+ "TabKodiMetadata": "Kodi",
+ "HeaderKodiMetadataHelp": "Media Browser includes native support for Kodi Nfo metadata and images. To enable or disable Kodi metadata, use the Advanced tab to configure options for your media types.",
+ "LabelKodiMetadataUser": "Sync user watch data to nfo's for:",
+ "LabelKodiMetadataUserHelp": "Enable this to keep watch data in sync between Media Browser and Kodi.",
+ "LabelKodiMetadataDateFormat": "Release date format:",
+ "LabelKodiMetadataDateFormatHelp": "All dates within nfo's will be read and written to using this format.",
+ "LabelKodiMetadataSaveImagePaths": "Save image paths within nfo files",
+ "LabelKodiMetadataSaveImagePathsHelp": "This is recommended if you have image file names that don't conform to Kodi guidelines.",
+ "LabelKodiMetadataEnablePathSubstitution": "Enable path substitution",
+ "LabelKodiMetadataEnablePathSubstitutionHelp": "Enables path substitution of image paths using the server's path substitution settings.",
+ "LabelKodiMetadataEnablePathSubstitutionHelp2": "See path substitution.",
+ "LabelGroupChannelsIntoViews": "Display the following channels directly within my views:",
+ "LabelGroupChannelsIntoViewsHelp": "If enabled, these channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
+ "LabelDisplayCollectionsView": "Display a collections view to show movie collections",
+ "LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
+ "LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
+ "TabServices": "Services",
+ "TabLogs": "Logs",
+ "HeaderServerLogFiles": "Server log files:",
+ "TabBranding": "Branding",
+ "HeaderBrandingHelp": "Customize the appearance of Media Browser to fit the needs of your group or organization.",
+ "LabelLoginDisclaimer": "Login disclaimer:",
+ "LabelLoginDisclaimerHelp": "This will be displayed at the bottom of the login page.",
+ "LabelAutomaticallyDonate": "Automatically donate this amount every month",
+ "LabelAutomaticallyDonateHelp": "You can cancel at any time via your PayPal account.",
+ "OptionList": "List",
+ "TabDashboard": "Dashboard",
+ "TitleServer": "Server",
+ "LabelCache": "Cache:",
+ "LabelLogs": "Logs:",
+ "LabelMetadata": "Metadata:",
+ "LabelImagesByName": "Images by name:",
+ "LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderBranding": "Branding",
+ "HeaderApiKeys": "Api Keys",
+ "HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Media Browser. Keys are issued by logging in with a Media Browser account, or by manually granting the application a key.",
+ "HeaderApiKey": "Api Key",
+ "HeaderApp": "App",
+ "HeaderDevice": "Device",
+ "HeaderUser": "User",
+ "HeaderDateIssued": "Date Issued",
+ "LabelChapterName": "Chapter {0}",
+ "HeaderNewApiKey": "New Api Key",
+ "LabelAppName": "App name",
+ "LabelAppNameExample": "Example: Sickbeard, NzbDrone",
+ "HeaderNewApiKeyHelp": "Grant an application permission to communicate with Media Browser.",
+ "HeaderHttpHeaders": "Http Headers",
+ "HeaderIdentificationHeader": "Identification Header",
+ "LabelValue": "Value:",
+ "LabelMatchType": "Match type:",
+ "OptionEquals": "Equals",
+ "OptionRegex": "Regex",
+ "OptionSubstring": "Substring",
+ "TabView": "View",
+ "TabSort": "Sort",
+ "TabFilter": "Filter",
+ "ButtonView": "View",
+ "LabelPageSize": "Item limit:",
+ "LabelPath": "Path:",
+ "LabelView": "View:",
+ "TabUsers": "Users",
+ "LabelSortName": "Sort name:",
+ "LabelDateAdded": "Date added:",
+ "HeaderFeatures": "Features",
+ "HeaderAdvanced": "Advanced",
+ "ButtonSync": "Sync",
+ "TabScheduledTasks": "Scheduled Tasks",
+ "HeaderChapters": "Chapters",
+ "HeaderResumeSettings": "Resume Settings",
+ "TabSync": "Sync",
+ "TitleUsers": "Users",
+ "LabelProtocol": "Protocol:",
+ "OptionProtocolHttp": "Http",
+ "OptionProtocolHls": "Http Live Streaming",
+ "LabelContext": "Context:",
+ "OptionContextStreaming": "Streaming",
+ "OptionContextStatic": "Sync",
+ "ButtonAddToPlaylist": "Add to playlist",
+ "TabPlaylists": "Playlists",
+ "ButtonClose": "Close",
+ "LabelAllLanguages": "All languages",
+ "HeaderBrowseOnlineImages": "Browse Online Images",
+ "LabelSource": "Source:",
+ "OptionAll": "All",
+ "LabelImage": "Image:",
+ "ButtonBrowseImages": "Browse Images",
+ "HeaderImages": "Images",
+ "HeaderBackdrops": "Backdrops",
+ "HeaderScreenshots": "Screenshots",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "LabelJpgPngOnly": "JPG\/PNG only",
+ "LabelImageType": "Image type:",
+ "OptionPrimary": "Primary",
+ "OptionArt": "Art",
+ "OptionBox": "Box",
+ "OptionBoxRear": "Box rear",
+ "OptionDisc": "Disc",
+ "OptionLogo": "Logo",
+ "OptionMenu": "Menu",
+ "OptionScreenshot": "Screenshot",
+ "OptionLocked": "Locked",
+ "OptionUnidentified": "Unidentified",
+ "OptionMissingParentalRating": "Missing parental rating",
+ "OptionStub": "Stub",
+ "HeaderEpisodes": "Episodes:",
+ "OptionSeason0": "Season 0",
+ "LabelReport": "Report:",
+ "OptionReportSongs": "Songs",
+ "OptionReportSeries": "Series",
+ "OptionReportSeasons": "Seasons",
+ "OptionReportTrailers": "Trailers",
+ "OptionReportMusicVideos": "Music videos",
+ "OptionReportMovies": "Movies",
+ "OptionReportHomeVideos": "Home videos",
+ "OptionReportGames": "Games",
+ "OptionReportEpisodes": "Episodes",
+ "OptionReportCollections": "Collections",
+ "OptionReportBooks": "Books",
+ "OptionReportArtists": "Artists",
+ "OptionReportAlbums": "Albums",
+ "OptionReportAdultVideos": "Adult videos",
+ "ButtonMore": "More",
+ "HeaderActivity": "Activity",
+ "ScheduledTaskStartedWithName": "{0} started",
+ "ScheduledTaskCancelledWithName": "{0} was cancelled",
+ "ScheduledTaskCompletedWithName": "{0} completed",
+ "ScheduledTaskFailed": "Scheduled task completed",
+ "PluginInstalledWithName": "{0} was installed",
+ "PluginUpdatedWithName": "{0} was updated",
+ "PluginUninstalledWithName": "{0} was uninstalled",
+ "ScheduledTaskFailedWithName": "{0} failed",
+ "ItemAddedWithName": "{0} was added to the library",
+ "ItemRemovedWithName": "{0} was removed from the library",
+ "DeviceOnlineWithName": "{0} is connected",
+ "UserOnlineFromDevice": "{0} is online from {1}",
+ "DeviceOfflineWithName": "{0} has disconnected",
+ "UserOfflineFromDevice": "{0} has disconnected from {1}",
+ "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}",
+ "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}",
+ "LabelRunningTimeValue": "Running time: {0}",
+ "LabelIpAddressValue": "Ip address: {0}",
+ "UserConfigurationUpdatedWithName": "User configuration has been updated for {0}",
+ "UserCreatedWithName": "User {0} has been created",
+ "UserPasswordChangedWithName": "Password has been changed for user {0}",
+ "UserDeletedWithName": "User {0} has been deleted",
+ "MessageServerConfigurationUpdated": "Server configuration has been updated",
+ "MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
+ "MessageApplicationUpdated": "Media Browser Server has been updated",
+ "AuthenticationSucceededWithUserName": "{0} successfully authenticated",
+ "FailedLoginAttemptWithUserName": "Failed login attempt from {0}",
+ "UserStartedPlayingItemWithValues": "{0} has started playing {1}",
+ "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}",
+ "AppDeviceValues": "App: {0}, Device: {1}",
+ "ProviderValue": "Provider: {0}",
+ "LabelChannelDownloadSizeLimit": "Download size limit (GB):",
+ "LabelChannelDownloadSizeLimitHelpText": "Limit the size of the channel download folder.",
+ "HeaderRecentActivity": "Recent Activity",
+ "HeaderPeople": "People",
+ "HeaderDownloadPeopleMetadataFor": "Download biography and images for:",
+ "OptionComposers": "Composers",
+ "OptionOthers": "Others",
+ "HeaderDownloadPeopleMetadataForHelp": "Enabling additional options will provide more on-screen information but will result in slower library scans.",
+ "ViewTypeFolders": "Folders",
+ "LabelDisplayFoldersView": "Display a folders view to show plain media folders",
+ "ViewTypeLiveTvRecordingGroups": "Recordings",
+ "ViewTypeLiveTvChannels": "Channels",
+ "LabelAllowLocalAccessWithoutPassword": "Allow local access without a password",
+ "LabelAllowLocalAccessWithoutPasswordHelp": "When enabled, a password will not be required when signing in from within your home network.",
+ "HeaderPassword": "Password",
+ "HeaderLocalAccess": "Local Access",
+ "HeaderViewOrder": "View Order",
+ "LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Media Browser apps",
+ "LabelMetadataRefreshMode": "Metadata refresh mode:",
+ "LabelImageRefreshMode": "Image refresh mode:",
+ "OptionDownloadMissingImages": "Download missing images",
+ "OptionReplaceExistingImages": "Replace existing images",
+ "OptionRefreshAllData": "Refresh all data",
+ "OptionAddMissingDataOnly": "Add missing data only",
+ "OptionLocalRefreshOnly": "Local refresh only",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderPersonInfo": "Person Info",
+ "HeaderIdentifyItem": "Identify Item",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "HeaderConfirmDeletion": "Confirm Deletion",
+ "LabelFollowingFileWillBeDeleted": "The following file will be deleted:",
+ "LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
+ "ButtonIdentify": "Identify",
+ "LabelAlbumArtist": "Album artist:",
+ "LabelAlbum": "Album:",
+ "LabelCommunityRating": "Community rating:",
+ "LabelVoteCount": "Vote count:",
+ "LabelMetascore": "Metascore:",
+ "LabelCriticRating": "Critic rating:",
+ "LabelCriticRatingSummary": "Critic rating summary:",
+ "LabelAwardSummary": "Award summary:",
+ "LabelWebsite": "Website:",
+ "LabelTagline": "Tagline:",
+ "LabelOverview": "Overview:",
+ "LabelShortOverview": "Short overview:",
+ "LabelReleaseDate": "Release date:",
+ "LabelYear": "Year:",
+ "LabelPlaceOfBirth": "Place of birth:",
+ "LabelEndDate": "End date:",
+ "LabelAirDate": "Air days:",
+ "LabelAirTime:": "Air time:",
+ "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelParentalRating": "Parental rating:",
+ "LabelCustomRating": "Custom rating:",
+ "LabelBudget": "Budget",
+ "LabelRevenue": "Revenue ($):",
+ "LabelOriginalAspectRatio": "Original aspect ratio:",
+ "LabelPlayers": "Players:",
+ "Label3DFormat": "3D format:",
+ "HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "HeaderExternalIds": "External Id's:",
+ "LabelDvdSeasonNumber": "Dvd season number:",
+ "LabelDvdEpisodeNumber": "Dvd episode number:",
+ "LabelAbsoluteEpisodeNumber": "Absolute episode number:",
+ "LabelAirsBeforeSeason": "Airs before season:",
+ "LabelAirsAfterSeason": "Airs after season:",
+ "LabelAirsBeforeEpisode": "Airs before episode:",
+ "LabelTreatImageAs": "Treat image as:",
+ "LabelDisplayOrder": "Display order:",
+ "LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
+ "HeaderCountries": "Countries",
+ "HeaderGenres": "Genres",
+ "HeaderPlotKeywords": "Plot Keywords",
+ "HeaderStudios": "Studios",
+ "HeaderTags": "Tags",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "TabDonate": "Donate",
+ "HeaderDonationType": "Donation type:",
+ "OptionMakeOneTimeDonation": "Make a separate donation",
+ "OptionOneTimeDescription": "This is an additional donation to the team to show your support. It does not have any additional benefits and will not produce a supporter key.",
+ "OptionLifeTimeSupporterMembership": "Lifetime supporter membership",
+ "OptionYearlySupporterMembership": "Yearly supporter membership",
+ "OptionMonthlySupporterMembership": "Monthly supporter membership",
+ "OptionNoTrailer": "No Trailer",
+ "OptionNoThemeSong": "No Theme Song",
+ "OptionNoThemeVideo": "No Theme Video",
+ "LabelOneTimeDonationAmount": "Donation amount:",
+ "ButtonDonate": "Donate",
+ "OptionActor": "Actor",
+ "OptionComposer": "Composer",
+ "OptionDirector": "Director",
+ "OptionGuestStar": "Guest star",
+ "OptionProducer": "Producer",
+ "OptionWriter": "Writer",
+ "LabelAirDays": "Air days:",
+ "LabelAirTime": "Air time:",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderPhotoInfo": "Photo Info",
+ "HeaderInstall": "Install",
+ "LabelSelectVersionToInstall": "Select version to install:",
+ "LinkSupporterMembership": "Learn about the Supporter Membership",
+ "MessageSupporterPluginRequiresMembership": "This plugin will require an active supporter membership after the 14 day free trial.",
+ "MessagePremiumPluginRequiresMembership": "This plugin will require an active supporter membership in order to purchase after the 14 day free trial.",
+ "HeaderReviews": "Reviews",
+ "HeaderDeveloperInfo": "Developer Info",
+ "HeaderRevisionHistory": "Revision History",
+ "ButtonViewWebsite": "View website",
+ "LabelRecurringDonationCanBeCancelledHelp": "Recurring donations can be cancelled at any time from within your PayPal account.",
+ "HeaderXmlSettings": "Xml Settings",
+ "HeaderXmlDocumentAttributes": "Xml Document Attributes",
+ "HeaderXmlDocumentAttribute": "Xml Document Attribute",
+ "XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
+ "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
+ "LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
+ "LabelConnectGuestUserName": "Their Media Browser username or email address:",
+ "LabelConnectUserName": "Media Browser username\/email:",
+ "LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from Media Browser any app without having to know the server ip address.",
+ "ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect",
+ "LabelExternalPlayers": "External players:",
+ "LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
+ "HeaderSubtitleProfile": "Subtitle Profile",
+ "HeaderSubtitleProfiles": "Subtitle Profiles",
+ "HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
+ "LabelFormat": "Format:",
+ "LabelMethod": "Method:",
+ "LabelDidlMode": "Didl mode:",
+ "OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
+ "OptionResElement": "res element",
+ "OptionEmbedSubtitles": "Embed within container",
+ "OptionExternallyDownloaded": "External download",
+ "OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
+ "LabelSubtitleFormatHelp": "Example: srt",
+ "ButtonLearnMore": "Learn more",
+ "TabPlayback": "Playback",
+ "HeaderTrailersAndExtras": "Trailers & Extras",
+ "OptionFindTrailers": "Find trailers from the internet automatically",
+ "HeaderLanguagePreferences": "Language Preferences",
+ "TabCinemaMode": "Cinema Mode",
+ "TitlePlayback": "Playback",
+ "LabelEnableCinemaModeFor": "Enable cinema mode for:",
+ "CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "OptionTrailersFromMyMovies": "Include trailers from movies in my library",
+ "OptionUpcomingMoviesInTheaters": "Include trailers from new and upcoming movies",
+ "LabelLimitIntrosToUnwatchedContent": "Only use trailers from unwatched content",
+ "LabelEnableIntroParentalControl": "Enable smart parental control",
+ "LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
+ "LabelTheseFeaturesRequireSupporterHelpAndTrailers": "These features require an active supporter membership and installation of the Trailer channel plugin.",
+ "OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
+ "LabelCustomIntrosPath": "Custom intros path:",
+ "LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
+ "OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
+ "OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
+ "LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
+ "LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
+ "CinemaModeConfigurationHelp2": "Individual users will have the ability to disable cinema mode within their own preferences.",
+ "LabelEnableCinemaMode": "Enable cinema mode",
+ "HeaderCinemaMode": "Cinema Mode",
+ "LabelDateAddedBehavior": "Date added behavior for new content:",
+ "OptionDateAddedImportTime": "Use date scanned into the library",
+ "OptionDateAddedFileTime": "Use file creation date",
+ "LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
+ "LabelNumberTrailerToPlay": "Number of trailers to play:",
+ "TitleDevices": "Devices",
+ "TabCameraUpload": "Camera Upload",
+ "TabDevices": "Devices",
+ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.",
+ "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
+ "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
+ "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
+ "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
+ "HeaderInviteUser": "Invite User",
+ "LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Media Browser website, or their email address.",
+ "HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Media Browser Connect.",
+ "ButtonSendInvitation": "Send Invitation",
+ "HeaderSignInWithConnect": "Sign in with Media Browser Connect",
+ "HeaderGuests": "Guests",
+ "HeaderLocalUsers": "Local Users",
+ "HeaderPendingInvitations": "Pending Invitations",
+ "TabParentalControl": "Parental Control",
+ "HeaderAccessSchedule": "Access Schedule",
+ "HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
+ "ButtonAddSchedule": "Add Schedule",
+ "LabelAccessDay": "Day of week:",
+ "LabelAccessStart": "Start time:",
+ "LabelAccessEnd": "End time:",
+ "HeaderSchedule": "Schedule",
+ "OptionEveryday": "Every day",
+ "OptionWeekdays": "Weekdays",
+ "OptionWeekends": "Weekends",
+ "MessageProfileInfoSynced": "User profile information synced with Media Browser Connect.",
+ "HeaderOptionalLinkMediaBrowserAccount": "Optional: Link your Media Browser account",
+ "ButtonTrailerReel": "Trailer reel",
+ "HeaderTrailerReel": "Trailer Reel",
+ "OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",
+ "HeaderTrailerReelHelp": "Start a trailer reel to play a long running playlist of trailers.",
+ "MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
+ "HeaderNewUsers": "New Users",
+ "ButtonSignUp": "Sign up",
+ "ButtonForgotPassword": "Forgot password",
+ "OptionDisableUserPreferences": "Disable access to user preferences",
+ "OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
+ "HeaderSelectServer": "Select Server",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "TitleNewUser": "New User",
+ "ButtonConfigurePassword": "Configure Password",
+ "HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
+ "HeaderLibraryAccess": "Library Access",
+ "HeaderChannelAccess": "Channel Access",
+ "HeaderLatestItems": "Latest Items",
+ "LabelSelectLastestItemsFolders": "Include media from the following sections in Latest Items",
+ "HeaderShareMediaFolders": "Share Media Folders",
+ "MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
+ "HeaderInvitations": "Invitations",
+ "LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
+ "HeaderForgotPassword": "Forgot Password",
+ "TitleForgotPassword": "Forgot Password",
+ "TitlePasswordReset": "Password Reset",
+ "LabelPasswordRecoveryPinCode": "Pin code:",
+ "HeaderPasswordReset": "Password Reset",
+ "HeaderParentalRatings": "Parental Ratings",
+ "HeaderVideoTypes": "Video Types",
+ "HeaderYears": "Years",
+ "HeaderAddTag": "Add Tag",
+ "LabelBlockItemsWithTags": "Block items with tags:",
+ "LabelTag": "Tag:",
+ "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
+ "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
+ "TabActivity": "Activity",
+ "TitleSync": "Sync",
+ "OptionAllowSyncContent": "Allow syncing media to devices",
+ "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonNumber": "Season {0}",
+ "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "TabJobs": "Jobs",
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json b/MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json
index b25fcc3d3..0ed4ae94d 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/zh_CN.json
@@ -1,6 +1,639 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "\u9000\u51fa",
+ "LabelVisitCommunity": "\u8bbf\u95ee\u793e\u533a",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "\u6807\u51c6",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "\u6d4f\u89c8\u5a92\u4f53\u5e93",
+ "LabelConfigureMediaBrowser": "\u914d\u7f6e Media Browser",
+ "LabelOpenLibraryViewer": "\u6253\u5f00\u5a92\u4f53\u5e93\u6d4f\u89c8\u5668",
+ "LabelRestartServer": "\u91cd\u542f\u670d\u52a1\u5668",
+ "LabelShowLogWindow": "\u663e\u793a\u65e5\u5fd7\u7a97\u53e3",
+ "LabelPrevious": "\u4e0a\u4e00\u4e2a",
+ "LabelFinish": "\u5b8c\u6210",
+ "LabelNext": "\u4e0b\u4e00\u4e2a",
+ "LabelYoureDone": "\u5b8c\u6210\uff01",
+ "WelcomeToMediaBrowser": "\u6b22\u8fce\u4f7f\u7528 Media Browser\uff01",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "\u8be5\u5411\u5bfc\u5c06\u6307\u5bfc\u4f60\u5b8c\u6210\u5b89\u88c5\u8fc7\u7a0b\u3002\u9996\u5148\uff0c\u8bf7\u9009\u62e9\u4f60\u7684\u9996\u9009\u8bed\u8a00\u3002",
+ "TellUsAboutYourself": "\u8bf7\u4ecb\u7ecd\u4e00\u4e0b\u4f60\u81ea\u5df1",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
+ "MoreUsersCanBeAddedLater": "\u7a0d\u540e\u5728\u63a7\u5236\u53f0\u4e2d\u53ef\u4ee5\u6dfb\u52a0\u66f4\u591a\u7528\u6237\u3002",
+ "UserProfilesIntro": "Media Browser \u652f\u6301\u591a\u4e2a\u7528\u6237\u8bbe\u5b9a\uff0c\u80fd\u4f7f\u6bcf\u4e2a\u7528\u6237\u90fd\u62e5\u6709\u81ea\u5df1\u4e13\u5c5e\u7684\u663e\u793a\u8bbe\u7f6e\uff0c\u64ad\u653e\u72b6\u6001\u548c\u5bb6\u957f\u63a7\u5236\u8bbe\u7f6e\u3002",
+ "LabelWindowsService": "Windows \u670d\u52a1",
+ "AWindowsServiceHasBeenInstalled": "Windows \u670d\u52a1\u5b89\u88c5\u5b8c\u6210",
+ "WindowsServiceIntro1": "Media Browser \u670d\u52a1\u5668\u901a\u5e38\u4ee5\u6258\u76d8\u56fe\u6807\u7684\u5f62\u5f0f\u4ee5\u684c\u9762\u5e94\u7528\u7a0b\u5e8f\u8fd0\u884c\uff0c\u4f46\u5982\u679c\u4f60\u559c\u6b22\u5b83\u4f5c\u4e3a\u540e\u53f0\u670d\u52a1\u8fd0\u884c\uff0c\u5b83\u53ef\u4ee5\u4ece Windows \u63a7\u5236\u9762\u677f\u542f\u52a8\u3002",
+ "WindowsServiceIntro2": "\u5982\u679c\u4f7f\u7528Windows\u670d\u52a1\uff0c\u8bf7\u6ce8\u610f\uff0c\u5b83\u4e0d\u80fd\u540c\u65f6\u4e3a\u6258\u76d8\u56fe\u6807\u8fd0\u884c\uff0c\u6240\u4ee5\u4f60\u9700\u8981\u9000\u51fa\u6258\u76d8\u4ee5\u8fd0\u884c\u670d\u52a1\u3002\u8be5\u670d\u52a1\u8fd8\u5c06\u9700\u8981\u7ba1\u7406\u5458\u6743\u9650\uff0c\u8be5\u6743\u9650\u53ef\u4ee5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u914d\u7f6e\u3002\u8bf7\u6ce8\u610f\uff0c\u6b64\u65f6\u670d\u52a1\u65e0\u6cd5\u81ea\u52a8\u66f4\u65b0\uff0c\u6240\u4ee5\u65b0\u7684\u7248\u672c\u5c06\u9700\u8981\u624b\u52a8\u66f4\u65b0\u3002",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "\u914d\u7f6e\u8bbe\u7f6e",
+ "LabelEnableVideoImageExtraction": "\u542f\u7528\u89c6\u9891\u622a\u56fe\u529f\u80fd",
+ "VideoImageExtractionHelp": "\u5bf9\u4e8e\u8fd8\u6ca1\u6709\u56fe\u7247\uff0c\u4ee5\u53ca\u6211\u4eec\u65e0\u6cd5\u627e\u5230\u7f51\u7edc\u56fe\u7247\u7684\u89c6\u9891\u3002\u8fd9\u4f1a\u989d\u5916\u589e\u52a0\u4e00\u4e9b\u521d\u59cb\u5316\u5a92\u4f53\u5e93\u7684\u626b\u63cf\u65f6\u95f4\uff0c\u4f46\u4f1a\u4f7f\u5a92\u4f53\u4ecb\u7ecd\u754c\u9762\u66f4\u52a0\u8d4f\u5fc3\u60a6\u76ee\u3002",
+ "LabelEnableChapterImageExtractionForMovies": "\u622a\u53d6\u7535\u5f71\u7ae0\u8282\u56fe\u7247",
+ "LabelChapterImageExtractionForMoviesHelp": "\u4ece\u7ae0\u8282\u4e2d\u63d0\u53d6\u7684\u56fe\u7247\u5c06\u5141\u8bb8\u5ba2\u6237\u7aef\u663e\u793a\u56fe\u5f62\u9009\u62e9\u83dc\u5355\u3002\u8fd9\u4e2a\u8fc7\u7a0b\u53ef\u80fd\u4f1a\u5f88\u6162\uff0c \u66f4\u591a\u7684\u5360\u7528CPU\u8d44\u6e90\uff0c\u5e76\u4e14\u4f1a\u9700\u8981\u51e0\u4e2aGB\u7684\u786c\u76d8\u7a7a\u95f4\u3002\u5b83\u88ab\u9ed8\u8ba4\u8bbe\u7f6e\u4e8e\u6bcf\u665a\u51cc\u66684\u70b9\u8fd0\u884c\uff0c\u867d\u7136\u8fd9\u53ef\u4ee5\u5728\u8ba1\u5212\u4efb\u52a1\u4e2d\u914d\u7f6e\uff0c\u4f46\u6211\u4eec\u4e0d\u5efa\u8bae\u5728\u9ad8\u5cf0\u4f7f\u7528\u65f6\u95f4\u8fd0\u884c\u8be5\u4efb\u52a1\u3002",
+ "LabelEnableAutomaticPortMapping": "\u542f\u7528\u81ea\u52a8\u7aef\u53e3\u6620\u5c04",
+ "LabelEnableAutomaticPortMappingHelp": "UPNP\u5141\u8bb8\u81ea\u52a8\u8def\u7531\u5668\u914d\u7f6e\uff0c\u4ece\u800c\u66f4\u65b9\u4fbf\u7684\u8fdb\u884c\u8fdc\u7a0b\u8bbf\u95ee\u3002\u4f46\u8fd9\u53ef\u80fd\u4e0d\u9002\u7528\u4e8e\u67d0\u4e9b\u578b\u53f7\u7684\u8def\u7531\u5668\u3002",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "\u786e\u5b9a",
+ "ButtonCancel": "\u53d6\u6d88",
+ "ButtonNew": "\u65b0\u589e",
+ "HeaderTV": "TV",
+ "HeaderAudio": "\u97f3\u9891",
+ "HeaderVideo": "\u89c6\u9891",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "\u7535\u5f71",
+ "FolderTypeMusic": "\u97f3\u4e50",
+ "FolderTypeAdultVideos": "\u6210\u4eba\u89c6\u9891",
+ "FolderTypePhotos": "\u56fe\u7247",
+ "FolderTypeMusicVideos": "\u97f3\u4e50\u89c6\u9891",
+ "FolderTypeHomeVideos": "\u5bb6\u5ead\u89c6\u9891",
+ "FolderTypeGames": "\u6e38\u620f",
+ "FolderTypeBooks": "\u4e66\u7c4d",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "\u8bbe\u7f6e\u4f60\u7684\u5a92\u4f53\u5e93",
+ "ButtonAddMediaFolder": "\u6dfb\u52a0\u5a92\u4f53\u6587\u4ef6\u5939",
+ "LabelFolderType": "\u6587\u4ef6\u5939\u7c7b\u578b\uff1a",
+ "ReferToMediaLibraryWiki": "\u8bf7\u53c2\u9605\u5a92\u4f53\u5e93\u7ef4\u57fa\u3002",
+ "LabelCountry": "\u56fd\u5bb6\uff1a",
+ "LabelLanguage": "\u8bed\u8a00\uff1a",
+ "HeaderPreferredMetadataLanguage": "\u9996\u9009\u5a92\u4f53\u8d44\u6599\u8bed\u8a00\uff1a",
+ "LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939",
+ "LabelSaveLocalMetadataHelp": "\u76f4\u63a5\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939\u4ee5\u65b9\u4fbf\u7f16\u8f91\u3002",
+ "LabelDownloadInternetMetadata": "\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599",
+ "LabelDownloadInternetMetadataHelp": "Media Browser\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u548c\u4f60\u5a92\u4f53\u76f8\u5173\u7684\u4fe1\u606f\uff0c\u4ece\u800c\u5c55\u73b0\u7f24\u7eb7\u7684\u754c\u9762\u3002",
+ "TabPreferences": "\u504f\u597d",
+ "TabPassword": "\u5bc6\u7801",
+ "TabLibraryAccess": "\u5a92\u4f53\u5e93\u8bbf\u95ee\u6743\u9650",
+ "TabAccess": "Access",
+ "TabImage": "\u56fe\u7247",
+ "TabProfile": "\u4e2a\u4eba\u914d\u7f6e",
+ "TabMetadata": "\u5a92\u4f53\u8d44\u6599",
+ "TabImages": "\u56fe\u50cf",
+ "TabNotifications": "\u901a\u77e5",
+ "TabCollectionTitles": "\u6807\u9898",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u7f3a\u5c11\u7684\u5267\u96c6",
+ "LabelUnairedMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u672a\u53d1\u5e03\u7684\u5267\u96c6",
+ "HeaderVideoPlaybackSettings": "\u89c6\u9891\u56de\u653e\u8bbe\u7f6e",
+ "HeaderPlaybackSettings": "\u64ad\u653e\u8bbe\u7f6e",
+ "LabelAudioLanguagePreference": "\u97f3\u9891\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
+ "LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
+ "OptionDefaultSubtitles": "\u9ed8\u8ba4",
+ "OptionOnlyForcedSubtitles": "\u4ec5\u7528\u5f3a\u5236\u5b57\u5e55",
+ "OptionAlwaysPlaySubtitles": "\u603b\u662f\u64ad\u653e\u5b57\u5e55",
+ "OptionNoSubtitles": "\u65e0\u5b57\u5e55",
+ "OptionDefaultSubtitlesHelp": "\u5339\u914d\u5b57\u5e55\u8bed\u8a00\u504f\u597d\uff0c\u5f53\u97f3\u9891\u662f\u5916\u8bed\u65f6\u5b57\u5e55\u5c06\u88ab\u52a0\u8f7d\u3002",
+ "OptionOnlyForcedSubtitlesHelp": "\u53ea\u6709\u5b57\u5e55\u6807\u8bb0\u4e3a\u5f3a\u5236\u5c06\u88ab\u52a0\u8f7d\u3002",
+ "OptionAlwaysPlaySubtitlesHelp": "\u5339\u914d\u5b57\u5e55\u8bed\u8a00\u504f\u597d\uff0c\u65e0\u8bba\u97f3\u9891\u662f\u4ec0\u4e48\u8bed\u5b57\u5e55\u90fd\u5c06\u88ab\u52a0\u8f7d\u3002",
+ "OptionNoSubtitlesHelp": "\u5b57\u5e55\u5c06\u4e0d\u4f1a\u88ab\u9ed8\u8ba4\u52a0\u8f7d\u3002",
+ "TabProfiles": "\u914d\u7f6e",
+ "TabSecurity": "\u5b89\u5168\u6027",
+ "ButtonAddUser": "\u6dfb\u52a0\u7528\u6237",
+ "ButtonAddLocalUser": "\u6dfb\u52a0\u672c\u5730\u7528\u6237",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "\u50a8\u5b58",
+ "ButtonResetPassword": "\u91cd\u7f6e\u5bc6\u7801",
+ "LabelNewPassword": "\u65b0\u5bc6\u7801\uff1a",
+ "LabelNewPasswordConfirm": "\u65b0\u5bc6\u7801\u786e\u8ba4\uff1a",
+ "HeaderCreatePassword": "\u521b\u5efa\u5bc6\u7801",
+ "LabelCurrentPassword": "\u5f53\u524d\u5bc6\u7801\u3002",
+ "LabelMaxParentalRating": "\u6700\u5927\u5141\u8bb8\u7684\u5bb6\u957f\u8bc4\u7ea7\uff1a",
+ "MaxParentalRatingHelp": "\u9ad8\u7ea7\u522b\u5185\u5bb9\u5c06\u5bf9\u6b64\u7528\u6237\u9690\u85cf\u3002",
+ "LibraryAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u5a92\u4f53\u6587\u4ef6\u5939\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u6587\u4ef6\u5939\u3002",
+ "ChannelAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u9891\u9053\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u9891\u9053\u3002",
+ "ButtonDeleteImage": "\u5220\u9664\u56fe\u7247",
+ "LabelSelectUsers": "\u9009\u62e9\u7528\u6237\uff1a",
+ "ButtonUpload": "\u4e0a\u8f7d",
+ "HeaderUploadNewImage": "\u4e0a\u8f7d\u65b0\u56fe\u7247",
+ "LabelDropImageHere": "\u628a\u56fe\u7247\u62d6\u5230\u8fd9\u513f",
+ "ImageUploadAspectRatioHelp": "\u63a8\u8350\u4f7f\u7528\u957f\u5bbd\u6bd41:1\u7684\u56fe\u7247\u3002 \u683c\u5f0f\u4ec5\u9650JPG \/ PNG\u3002",
+ "MessageNothingHere": "\u8fd9\u513f\u4ec0\u4e48\u90fd\u6ca1\u6709\u3002",
+ "MessagePleaseEnsureInternetMetadata": "\u8bf7\u786e\u4fdd\u5df2\u542f\u7528\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u8d44\u6599\u3002",
+ "TabSuggested": "\u5efa\u8bae",
+ "TabLatest": "\u6700\u65b0",
+ "TabUpcoming": "\u5373\u5c06\u53d1\u5e03",
+ "TabShows": "\u8282\u76ee",
+ "TabEpisodes": "\u5267\u96c6",
+ "TabGenres": "\u98ce\u683c",
+ "TabPeople": "\u4eba\u7269",
+ "TabNetworks": "\u7f51\u7edc",
+ "HeaderUsers": "\u7528\u6237",
+ "HeaderFilters": "\u7b5b\u9009\uff1a",
+ "ButtonFilter": "\u7b5b\u9009",
+ "OptionFavorite": "\u6211\u7684\u6700\u7231",
+ "OptionLikes": "\u559c\u6b22",
+ "OptionDislikes": "\u4e0d\u559c\u6b22",
+ "OptionActors": "\u6f14\u5458",
+ "OptionGuestStars": "\u7279\u9080\u660e\u661f",
+ "OptionDirectors": "\u5bfc\u6f14",
+ "OptionWriters": "\u7f16\u5267",
+ "OptionProducers": "\u5236\u7247\u4eba",
+ "HeaderResume": "\u6062\u590d\u64ad\u653e",
+ "HeaderNextUp": "\u4e0b\u4e00\u96c6",
+ "NoNextUpItemsMessage": "\u6ca1\u6709\u53d1\u73b0\u3002\u5f00\u59cb\u770b\u4f60\u7684\u8282\u76ee\uff01",
+ "HeaderLatestEpisodes": "\u6700\u65b0\u5267\u96c6",
+ "HeaderPersonTypes": "\u4eba\u7269\u7c7b\u578b\uff1a",
+ "TabSongs": "\u6b4c\u66f2",
+ "TabAlbums": "\u4e13\u8f91",
+ "TabArtists": "\u827a\u672f\u5bb6",
+ "TabAlbumArtists": "\u4e13\u8f91\u827a\u672f\u5bb6",
+ "TabMusicVideos": "\u97f3\u4e50\u89c6\u9891",
+ "ButtonSort": "\u6392\u5e8f",
+ "HeaderSortBy": "\u6392\u5e8f\u65b9\u5f0f\uff1a",
+ "HeaderSortOrder": "\u6392\u5e8f\u987a\u5e8f\uff1a",
+ "OptionPlayed": "\u5df2\u64ad\u653e",
+ "OptionUnplayed": "\u672a\u64ad\u653e",
+ "OptionAscending": "\u5347\u5e8f",
+ "OptionDescending": "\u964d\u5e8f",
+ "OptionRuntime": "\u64ad\u653e\u65f6\u95f4",
+ "OptionReleaseDate": "\u53d1\u884c\u65e5\u671f",
+ "OptionPlayCount": "\u64ad\u653e\u6b21\u6570",
+ "OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
+ "OptionDateAdded": "\u52a0\u5165\u65e5\u671f",
+ "OptionAlbumArtist": "\u4e13\u8f91\u827a\u672f\u5bb6",
+ "OptionArtist": "\u827a\u672f\u5bb6",
+ "OptionAlbum": "\u4e13\u8f91",
+ "OptionTrackName": "\u66f2\u76ee\u540d\u79f0",
+ "OptionCommunityRating": "\u516c\u4f17\u8bc4\u5206",
+ "OptionNameSort": "\u540d\u5b57",
+ "OptionFolderSort": "\u6587\u4ef6\u5939",
+ "OptionBudget": "\u9884\u7b97",
+ "OptionRevenue": "\u6536\u5165",
+ "OptionPoster": "\u6d77\u62a5",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "\u80cc\u666f",
+ "OptionTimeline": "\u65f6\u95f4\u8868",
+ "OptionThumb": "\u7f29\u7565\u56fe",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "\u6a2a\u5e45",
+ "OptionCriticRating": "\u5f71\u8bc4\u4eba\u8bc4\u5206",
+ "OptionVideoBitrate": "\u89c6\u9891\u6bd4\u7279\u7387",
+ "OptionResumable": "\u53ef\u6062\u590d\u64ad\u653e",
+ "ScheduledTasksHelp": "\u5355\u51fb\u4efb\u52a1\u8c03\u6574\u5176\u8fd0\u884c\u65f6\u95f4\u8868\u3002",
+ "ScheduledTasksTitle": "\u8ba1\u5212\u4efb\u52a1",
+ "TabMyPlugins": "\u6211\u7684\u63d2\u4ef6",
+ "TabCatalog": "\u76ee\u5f55",
+ "PluginsTitle": "\u63d2\u4ef6",
+ "HeaderAutomaticUpdates": "\u81ea\u52a8\u66f4\u65b0",
+ "HeaderNowPlaying": "\u6b63\u5728\u64ad\u653e",
+ "HeaderLatestAlbums": "\u6700\u65b0\u4e13\u8f91",
+ "HeaderLatestSongs": "\u6700\u65b0\u6b4c\u66f2",
+ "HeaderRecentlyPlayed": "\u6700\u8fd1\u64ad\u653e",
+ "HeaderFrequentlyPlayed": "\u591a\u6b21\u64ad\u653e",
+ "DevBuildWarning": "\u5f00\u53d1\u7248\u672c\u662f\u6700\u524d\u7aef\u7684\u3002\u8fd9\u4e9b\u7248\u672c\u7ecf\u5e38\u53d1\u5e03\u4f46\u6ca1\u6709\u7ecf\u8fc7\u6d4b\u8bd5\u3002\u53ef\u80fd\u4f1a\u5bfc\u81f4\u5e94\u7528\u7a0b\u5e8f\u5d29\u6e83\uff0c\u4e14\u6240\u6709\u529f\u80fd\u65e0\u6cd5\u5de5\u4f5c\u3002",
+ "LabelVideoType": "\u89c6\u9891\u7c7b\u578b\uff1a",
+ "OptionBluray": "\u84dd\u5149",
+ "OptionDvd": "DVD",
+ "OptionIso": "ISO\u955c\u50cf\u6587\u4ef6",
+ "Option3D": "3D",
+ "LabelFeatures": "\u529f\u80fd\uff1a",
+ "LabelService": "\u670d\u52a1\uff1a",
+ "LabelStatus": "\u72b6\u6001\uff1a",
+ "LabelVersion": "\u7248\u672c\uff1a",
+ "LabelLastResult": "\u6700\u7ec8\u7ed3\u679c\uff1a",
+ "OptionHasSubtitles": "\u5b57\u5e55",
+ "OptionHasTrailer": "\u9884\u544a\u7247",
+ "OptionHasThemeSong": "\u4e3b\u9898\u6b4c",
+ "OptionHasThemeVideo": "\u4e3b\u9898\u89c6\u9891",
+ "TabMovies": "\u7535\u5f71",
+ "TabStudios": "\u5de5\u4f5c\u5ba4",
+ "TabTrailers": "\u9884\u544a\u7247",
+ "LabelArtists": "\u827a\u672f\u5bb6\uff1a",
+ "LabelArtistsHelp": "\u72ec\u7acb\u591a\u529f\u80fd\uff1b",
+ "HeaderLatestMovies": "\u6700\u65b0\u7535\u5f71",
+ "HeaderLatestTrailers": "\u6700\u65b0\u9884\u544a\u7247",
+ "OptionHasSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
+ "OptionImdbRating": "IMDb \u8bc4\u5206",
+ "OptionParentalRating": "\u5bb6\u957f\u5206\u7ea7",
+ "OptionPremiereDate": "\u9996\u6620\u65e5\u671f",
+ "TabBasic": "\u57fa\u672c",
+ "TabAdvanced": "\u9ad8\u7ea7",
+ "HeaderStatus": "\u72b6\u6001",
+ "OptionContinuing": "\u7ee7\u7eed",
+ "OptionEnded": "\u7ed3\u675f",
+ "HeaderAirDays": "\u64ad\u51fa\u65e5\u671f",
+ "OptionSunday": "\u661f\u671f\u5929",
+ "OptionMonday": "\u661f\u671f\u4e00",
+ "OptionTuesday": "\u661f\u671f\u4e8c",
+ "OptionWednesday": "\u661f\u671f\u4e09",
+ "OptionThursday": "\u661f\u671f\u56db",
+ "OptionFriday": "\u661f\u671f\u4e94",
+ "OptionSaturday": "\u661f\u671f\u516d",
+ "HeaderManagement": "\u7ba1\u7406",
+ "LabelManagement": "\u7ba1\u7406\uff1a",
+ "OptionMissingImdbId": "\u7f3a\u5c11IMDb \u7f16\u53f7",
+ "OptionMissingTvdbId": "\u7f3a\u5c11TheTVDB \u7f16\u53f7",
+ "OptionMissingOverview": "\u7f3a\u5c11\u6982\u8ff0",
+ "OptionFileMetadataYearMismatch": "\u6587\u4ef6\/\u5a92\u4f53\u8d44\u6599\u5e74\u4efd\u4e0d\u5339\u914d",
+ "TabGeneral": "\u4e00\u822c",
+ "TitleSupport": "\u652f\u6301",
+ "TabLog": "\u65e5\u5fd7\u6587\u6863",
+ "TabAbout": "\u5173\u4e8e",
+ "TabSupporterKey": "\u652f\u6301\u8005\u5e8f\u53f7",
+ "TabBecomeSupporter": "\u6210\u4e3a\u652f\u6301\u8005",
+ "MediaBrowserHasCommunity": "Media Browser\u6709\u4e00\u4e2a\u7531\u7528\u6237\u548c\u8d21\u732e\u8005\u7ec4\u6210\u7684\u7e41\u8363\u793e\u533a\u3002",
+ "CheckoutKnowledgeBase": "\u67e5\u770b\u6211\u4eec\u7684\u77e5\u8bc6\u5e93\uff0c\u80fd\u8ba9\u4f60\u6700\u5927\u9650\u5ea6\u7684\u638c\u63a7Media Browser\u3002",
+ "SearchKnowledgeBase": "\u641c\u7d22\u77e5\u8bc6\u5e93",
+ "VisitTheCommunity": "\u8bbf\u95ee\u793e\u533a",
+ "VisitMediaBrowserWebsite": "\u8bbf\u95ee Media Browser\u7f51\u7ad9",
+ "VisitMediaBrowserWebsiteLong": "\u8bbf\u95ee Media Browser\u7f51\u7ad9\uff0c\u83b7\u53d6\u6700\u65b0\u6d88\u606f\u548c\u5f00\u53d1\u8005\u535a\u5ba2\u3002",
+ "OptionHideUser": "\u4ece\u767b\u9646\u9875\u9762\u9690\u85cf\u6b64\u7528\u6237",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "\u7981\u7528\u6b64\u7528\u6237",
+ "OptionDisableUserHelp": "\u5982\u679c\u7981\u7528\u8be5\u7528\u6237\uff0c\u670d\u52a1\u5668\u5c06\u4e0d\u5141\u8bb8\u8be5\u7528\u6237\u8fde\u63a5\u3002\u73b0\u6709\u7684\u8fde\u63a5\u5c06\u88ab\u7ec8\u6b62\u3002",
+ "HeaderAdvancedControl": "\u9ad8\u7ea7\u63a7\u5236",
+ "LabelName": "\u540d\u5b57\uff1a",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "\u8fd0\u884c\u6b64\u7528\u6237\u7ba1\u7406\u670d\u52a1\u5668",
+ "HeaderFeatureAccess": "\u53ef\u4f7f\u7528\u7684\u529f\u80fd",
+ "OptionAllowMediaPlayback": "\u5141\u8bb8\u5a92\u4f53\u64ad\u653e",
+ "OptionAllowBrowsingLiveTv": "\u5141\u8bb8\u4f7f\u7528\u7535\u89c6\u76f4\u64ad",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "\u5141\u8bb8\u7ba1\u7406\u7535\u89c6\u8282\u76ee\u5f55\u5236",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "\u7f3a\u5c11Tmdb \u7f16\u53f7",
+ "OptionIsHD": "HD\u9ad8\u6e05",
+ "OptionIsSD": "SD\u6807\u6e05",
+ "OptionMetascore": "\u8bc4\u5206",
+ "ButtonSelect": "\u9009\u62e9",
+ "ButtonGroupVersions": "\u7248\u672c\u53f7",
+ "ButtonAddToCollection": "\u52a0\u5165\u5408\u96c6",
+ "PismoMessage": "\u901a\u8fc7\u6350\u8d60\u83b7\u53d6Pismo File Mount\u7684\u4f7f\u7528\u6388\u6743\u3002",
+ "TangibleSoftwareMessage": "\u901a\u8fc7\u6350\u8d60\u7684\u8bb8\u53ef\u8bc1\u4f7f\u7528Java \/ C\uff03\u8f6c\u6362\u5668\u5207\u5b9e\u53ef\u884c\u7684\u89e3\u51b3\u65b9\u6848\u3002",
+ "HeaderCredits": "\u5236\u4f5c\u4eba\u5458\u540d\u5355",
+ "PleaseSupportOtherProduces": "\u8bf7\u652f\u6301\u6211\u4eec\u7684\u5176\u4ed6\u514d\u8d39\u4ea7\u54c1\uff1a",
+ "VersionNumber": "\u7248\u672c {0}",
+ "TabPaths": "\u8def\u5f84",
+ "TabServer": "\u670d\u52a1\u5668",
+ "TabTranscoding": "\u8f6c\u7801",
+ "TitleAdvanced": "\u9ad8\u7ea7",
+ "LabelAutomaticUpdateLevel": "\u81ea\u52a8\u66f4\u65b0\u7b49\u7ea7",
+ "OptionRelease": "\u5b98\u65b9\u6b63\u5f0f\u7248",
+ "OptionBeta": "\u6d4b\u8bd5\u7248",
+ "OptionDev": "\u5f00\u53d1\u7248\uff08\u4e0d\u7a33\u5b9a\uff09",
+ "LabelAllowServerAutoRestart": "\u5141\u8bb8\u670d\u52a1\u5668\u81ea\u52a8\u91cd\u542f\u6765\u5b89\u88c5\u66f4\u65b0",
+ "LabelAllowServerAutoRestartHelp": "\u8be5\u670d\u52a1\u5668\u4ec5\u4f1a\u5728\u7a7a\u95f2\u548c\u6ca1\u6709\u6d3b\u52a8\u7528\u6237\u7684\u671f\u95f4\u91cd\u65b0\u542f\u52a8\u3002",
+ "LabelEnableDebugLogging": "\u542f\u7528\u8c03\u8bd5\u65e5\u5fd7",
+ "LabelRunServerAtStartup": "\u5f00\u673a\u542f\u52a8\u670d\u52a1\u5668",
+ "LabelRunServerAtStartupHelp": "\u670d\u52a1\u5668\u6258\u76d8\u56fe\u6807\u5c06\u4f1a\u5728windows\u5f00\u673a\u65f6\u542f\u52a8\u3002\u8981\u542f\u52a8windows\u670d\u52a1\uff0c\u8bf7\u53d6\u6d88\u8fd9\u4e2a\u9009\u9879\uff0c\u5e76\u4eceWindows\u63a7\u5236\u9762\u677f\u4e2d\u8fd0\u884c\u670d\u52a1\u3002\u8bf7\u6ce8\u610f\uff1a\u4f60\u4e0d\u80fd\u8ba9\u6258\u76d8\u56fe\u6807\u548cwindows\u670d\u52a1\u540c\u65f6\u8fd0\u884c\uff0c\u542f\u52a8\u670d\u52a1\u4e4b\u524d\u4f60\u5fc5\u987b\u5148\u9000\u51fa\u6258\u76d8\u56fe\u6807\u3002",
+ "ButtonSelectDirectory": "\u9009\u62e9\u76ee\u5f55",
+ "LabelCustomPaths": "\u81ea\u5b9a\u4e49\u6240\u9700\u7684\u8def\u5f84\uff0c\u5982\u679c\u5b57\u6bb5\u4e3a\u7a7a\u5219\u4f7f\u7528\u9ed8\u8ba4\u503c\u3002",
+ "LabelCachePath": "\u7f13\u5b58\u8def\u5f84\uff1a",
+ "LabelCachePathHelp": "\u81ea\u5b9a\u4e49\u670d\u52a1\u5668\u7f13\u5b58\u6587\u4ef6\u4f4d\u7f6e\uff0c\u4f8b\u5982\u56fe\u7247\u4f4d\u7f6e\u3002",
+ "LabelImagesByNamePath": "\u6309\u540d\u79f0\u5f52\u7c7b\u7684\u56fe\u7247\u8def\u5f84\uff1a",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "\u5a92\u4f53\u8d44\u6599\u8def\u5f84\uff1a",
+ "LabelMetadataPathHelp": "\u5982\u679c\u4e0d\u4fdd\u5b58\u5a92\u4f53\u6587\u4ef6\u5939\u5185\uff0c\u8bf7\u81ea\u5b9a\u4e49\u4e0b\u8f7d\u7684\u5a92\u4f53\u8d44\u6599\u548c\u56fe\u50cf\u4f4d\u7f6e\u3002",
+ "LabelTranscodingTempPath": "\u4e34\u65f6\u89e3\u7801\u8def\u5f84\uff1a",
+ "LabelTranscodingTempPathHelp": "\u6b64\u6587\u4ef6\u5939\u5305\u542b\u7528\u4e8e\u8f6c\u7801\u7684\u5de5\u4f5c\u6587\u4ef6\u3002\u8bf7\u81ea\u5b9a\u4e49\u8def\u5f84\uff0c\u6216\u7559\u7a7a\u4ee5\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u6570\u636e\u6587\u4ef6\u5939\u3002",
+ "TabBasics": "\u57fa\u7840",
+ "TabTV": "\u7535\u89c6",
+ "TabGames": "\u6e38\u620f",
+ "TabMusic": "\u97f3\u4e50",
+ "TabOthers": "\u5176\u4ed6",
+ "HeaderExtractChapterImagesFor": "\u4ece\u9009\u62e9\u7ae0\u8282\u4e2d\u63d0\u53d6\u56fe\u7247\uff1a",
+ "OptionMovies": "\u7535\u5f71",
+ "OptionEpisodes": "\u5267\u96c6",
+ "OptionOtherVideos": "\u5176\u4ed6\u89c6\u9891",
+ "TitleMetadata": "\u5a92\u4f53\u8d44\u6599",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "\u542f\u7528\u4eceTheMovieDB.org\u81ea\u52a8\u66f4\u65b0",
+ "LabelAutomaticUpdatesTvdb": "\u542f\u7528\u4eceTheTVDB.com\u81ea\u52a8\u66f4\u65b0",
+ "LabelAutomaticUpdatesFanartHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230fanart.tv\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
+ "LabelAutomaticUpdatesTmdbHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230TheMovieDB.org\u4e0a\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
+ "LabelAutomaticUpdatesTvdbHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230TheTVDB.com\u4e0a\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "\u4ece\u7ae0\u8282\u4e2d\u63d0\u53d6\u7684\u56fe\u7247\u5c06\u5141\u8bb8\u5ba2\u6237\u7aef\u663e\u793a\u56fe\u5f62\u9009\u62e9\u83dc\u5355\u3002\u8fd9\u4e2a\u8fc7\u7a0b\u53ef\u80fd\u4f1a\u5f88\u6162\uff0c \u66f4\u591a\u7684\u5360\u7528CPU\u8d44\u6e90\uff0c\u5e76\u4e14\u4f1a\u9700\u8981\u51e0\u4e2aGB\u7684\u786c\u76d8\u7a7a\u95f4\u3002\u5b83\u88ab\u9ed8\u8ba4\u8bbe\u7f6e\u4e8e\u6bcf\u665a\u51cc\u66684\u70b9\u8fd0\u884c\uff0c\u867d\u7136\u8fd9\u53ef\u4ee5\u5728\u8ba1\u5212\u4efb\u52a1\u4e2d\u914d\u7f6e\uff0c\u4f46\u6211\u4eec\u4e0d\u5efa\u8bae\u5728\u9ad8\u5cf0\u4f7f\u7528\u65f6\u95f4\u8fd0\u884c\u8be5\u4efb\u52a1\u3002",
+ "LabelMetadataDownloadLanguage": "\u9996\u9009\u4e0b\u8f7d\u8bed\u8a00\uff1a",
+ "ButtonAutoScroll": "\u81ea\u52a8\u6eda\u52a8",
+ "LabelImageSavingConvention": "\u56fe\u7247\u4fdd\u5b58\u547d\u540d\u89c4\u5219",
+ "LabelImageSavingConventionHelp": "Media Browser\u80fd\u591f\u8bc6\u522b\u5927\u90e8\u5206\u4e3b\u6d41\u5a92\u4f53\u7a0b\u5e8f\u547d\u540d\u7684\u56fe\u50cf\u3002\u5982\u679c\u4f60\u540c\u65f6\u8fd8\u5728\u4f7f\u7528\u5176\u4ed6\u5a92\u4f53\u7a0b\u5e8f\uff0c\u9009\u62e9\u4e0b\u8f7d\u547d\u540d\u89c4\u5219\u662f\u975e\u5e38\u6709\u5e2e\u52a9\u7684\u3002",
+ "OptionImageSavingCompatible": "\u517c\u5bb9 - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "\u6807\u51c6 - MB2",
+ "ButtonSignIn": "\u767b\u5f55",
+ "TitleSignIn": "\u767b\u5f55",
+ "HeaderPleaseSignIn": "\u8bf7\u767b\u5f55",
+ "LabelUser": "\u7528\u6237\uff1a",
+ "LabelPassword": "\u5bc6\u7801\uff1a",
+ "ButtonManualLogin": "\u624b\u52a8\u767b\u5f55",
+ "PasswordLocalhostMessage": "\u4ece\u672c\u5730\u4e3b\u673a\u767b\u5f55\u4e0d\u9700\u8981\u5bc6\u7801\u3002",
+ "TabGuide": "\u6307\u5357",
+ "TabChannels": "\u9891\u9053",
+ "TabCollections": "\u5408\u96c6",
+ "HeaderChannels": "\u9891\u9053",
+ "TabRecordings": "\u5f55\u5236",
+ "TabScheduled": "\u9884\u5b9a",
+ "TabSeries": "\u7535\u89c6\u5267",
+ "TabFavorites": "\u6211\u7684\u6700\u7231",
+ "TabMyLibrary": "\u6211\u7684\u5a92\u4f53\u5e93",
+ "ButtonCancelRecording": "\u53d6\u6d88\u5f55\u5236",
+ "HeaderPrePostPadding": "\u9884\u5148\/\u540e\u671f\u586b\u5145",
+ "LabelPrePaddingMinutes": "\u9884\u5148\u5145\u586b\u5206\u949f\u6570\uff1a",
+ "OptionPrePaddingRequired": "\u5f55\u5236\u9700\u8981\u9884\u5148\u5145\u586b\u3002",
+ "LabelPostPaddingMinutes": "\u540e\u671f\u586b\u5145\u5206\u949f\u6570\uff1a",
+ "OptionPostPaddingRequired": "\u5f55\u5236\u9700\u8981\u540e\u671f\u586b\u5145\u3002",
+ "HeaderWhatsOnTV": "\u6b63\u5728\u64ad\u653e",
+ "HeaderUpcomingTV": "\u5373\u5c06\u63a8\u51fa\u7684\u7535\u89c6\u8282\u76ee",
+ "TabStatus": "\u72b6\u6001",
+ "TabSettings": "\u8bbe\u7f6e",
+ "ButtonRefreshGuideData": "\u5237\u65b0\u6307\u5357\u6570\u636e",
+ "ButtonRefresh": "\u5237\u65b0",
+ "ButtonAdvancedRefresh": "\u9ad8\u7ea7\u5237\u65b0",
+ "OptionPriority": "\u4f18\u5148",
+ "OptionRecordOnAllChannels": "\u5f55\u5236\u6240\u6709\u9891\u9053",
+ "OptionRecordAnytime": "\u5f55\u5236\u6240\u6709\u65f6\u6bb5",
+ "OptionRecordOnlyNewEpisodes": "\u53ea\u5f55\u5236\u65b0\u5267\u96c6",
+ "HeaderDays": "\u5929",
+ "HeaderActiveRecordings": "\u6b63\u5728\u5f55\u5236\u7684\u8282\u76ee",
+ "HeaderLatestRecordings": "\u6700\u65b0\u5f55\u5236\u7684\u8282\u76ee",
+ "HeaderAllRecordings": "\u6240\u6709\u5f55\u5236\u7684\u8282\u76ee",
+ "ButtonPlay": "\u64ad\u653e",
+ "ButtonEdit": "\u7f16\u8f91",
+ "ButtonRecord": "\u5f55\u5236",
+ "ButtonDelete": "\u5220\u9664",
+ "ButtonRemove": "\u79fb\u9664",
+ "OptionRecordSeries": "\u5f55\u5236\u7535\u89c6\u5267",
+ "HeaderDetails": "\u8be6\u7ec6\u8d44\u6599",
+ "TitleLiveTV": "\u7535\u89c6\u76f4\u64ad",
+ "LabelNumberOfGuideDays": "\u4e0b\u8f7d\u51e0\u5929\u7684\u8282\u76ee\u6307\u5357\uff1a",
+ "LabelNumberOfGuideDaysHelp": "\u4e0b\u8f7d\u66f4\u591a\u5929\u7684\u8282\u76ee\u6307\u5357\u53ef\u4ee5\u5e2e\u4f60\u8fdb\u4e00\u6b65\u67e5\u770b\u8282\u76ee\u5217\u8868\u5e76\u505a\u51fa\u63d0\u524d\u5b89\u6392\uff0c\u4f46\u4e0b\u8f7d\u8fc7\u7a0b\u4e5f\u5c06\u8017\u65f6\u66f4\u4e45\u3002\u5b83\u5c06\u57fa\u4e8e\u9891\u9053\u6570\u91cf\u81ea\u52a8\u9009\u62e9\u3002",
+ "LabelActiveService": "\u8fd0\u884c\u4e2d\u7684\u670d\u52a1\uff1a",
+ "LabelActiveServiceHelp": "\u591a\u4e2a\u7535\u89c6\u63d2\u4ef6\u53ef\u4ee5\u5b89\u88c5\uff0c\u4f46\u5728\u540c\u4e00\u65f6\u95f4\u53ea\u6709\u4e00\u4e2a\u53ef\u4ee5\u8fd0\u884c\u3002",
+ "OptionAutomatic": "\u81ea\u52a8",
+ "LiveTvPluginRequired": "\u8981\u7ee7\u7eed\u7684\u8bdd\u8bf7\u81f3\u5c11\u5b89\u88c5\u4e00\u4e2a\u7535\u89c6\u76f4\u64ad\u63d2\u4ef6\u3002",
+ "LiveTvPluginRequiredHelp": "\u8bf7\u81f3\u5c11\u5b89\u88c5\u4e00\u4e2a\u6211\u4eec\u6240\u63d0\u4f9b\u7684\u63d2\u4ef6\uff0c\u4f8b\u5982\uff1aNext Pvr \u6216\u8005 ServerWmc\u3002",
+ "LabelCustomizeOptionsPerMediaType": "\u81ea\u5b9a\u4e49\u5a92\u4f53\u7c7b\u578b\uff1a",
+ "OptionDownloadThumbImage": "\u7f29\u7565\u56fe",
+ "OptionDownloadMenuImage": "\u83dc\u5355",
+ "OptionDownloadLogoImage": "\u6807\u5fd7",
+ "OptionDownloadBoxImage": "\u5305\u88c5",
+ "OptionDownloadDiscImage": "\u5149\u76d8",
+ "OptionDownloadBannerImage": "\u6a2a\u5e45",
+ "OptionDownloadBackImage": "\u5305\u88c5\u80cc\u9762",
+ "OptionDownloadArtImage": "\u827a\u672f\u56fe",
+ "OptionDownloadPrimaryImage": "\u5c01\u9762\u56fe",
+ "HeaderFetchImages": "\u83b7\u53d6\u56fe\u50cf\uff1a",
+ "HeaderImageSettings": "\u56fe\u7247\u8bbe\u7f6e",
+ "TabOther": "\u5176\u4ed6",
+ "LabelMaxBackdropsPerItem": "\u6bcf\u4e2a\u9879\u76ee\u6700\u5927\u80cc\u666f\u56fe\u6570\u76ee\uff1a",
+ "LabelMaxScreenshotsPerItem": "\u6bcf\u4e2a\u9879\u76ee\u6700\u5927\u622a\u56fe\u6570\u76ee\uff1a",
+ "LabelMinBackdropDownloadWidth": "\u4e0b\u8f7d\u80cc\u666f\u56fe\u7684\u6700\u5c0f\u5bbd\u5ea6\uff1a",
+ "LabelMinScreenshotDownloadWidth": "\u4e0b\u8f7d\u622a\u56fe\u7684\u6700\u5c0f\u5bbd\u5ea6\uff1a",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "\u6dfb\u52a0",
+ "LabelTriggerType": "\u89e6\u53d1\u7c7b\u578b\uff1a",
+ "OptionDaily": "\u6bcf\u65e5",
+ "OptionWeekly": "\u6bcf\u5468",
+ "OptionOnInterval": "\u5728\u4e00\u4e2a\u671f\u95f4",
+ "OptionOnAppStartup": "\u5728\u7a0b\u5e8f\u542f\u52a8\u65f6",
+ "OptionAfterSystemEvent": "\u7cfb\u7edf\u4e8b\u4ef6\u4e4b\u540e",
+ "LabelDay": "\u65e5\uff1a",
+ "LabelTime": "\u65f6\u95f4\uff1a",
+ "LabelEvent": "\u4e8b\u4ef6\uff1a",
+ "OptionWakeFromSleep": "\u4ece\u7761\u7720\u4e2d\u5524\u9192",
+ "LabelEveryXMinutes": "\u6bcf\uff1a",
+ "HeaderTvTuners": "\u8c03\u8c10\u5668",
+ "HeaderGallery": "\u56fe\u5e93",
+ "HeaderLatestGames": "\u6700\u65b0\u6e38\u620f",
+ "HeaderRecentlyPlayedGames": "\u6700\u8fd1\u73a9\u8fc7\u7684\u6e38\u620f",
+ "TabGameSystems": "\u6e38\u620f\u7cfb\u7edf",
+ "TitleMediaLibrary": "\u5a92\u4f53\u5e93",
+ "TabFolders": "\u6587\u4ef6\u5939",
+ "TabPathSubstitution": "\u8def\u5f84\u66ff\u6362",
+ "LabelSeasonZeroDisplayName": "\u7b2c0\u5b63\u663e\u793a\u540d\u79f0\u4e3a\uff1a",
+ "LabelEnableRealtimeMonitor": "\u542f\u7528\u5b9e\u65f6\u76d1\u63a7",
+ "LabelEnableRealtimeMonitorHelp": "\u7acb\u5373\u5904\u7406\u652f\u6301\u7684\u6587\u4ef6\u7cfb\u7edf\u66f4\u6539\u3002",
+ "ButtonScanLibrary": "\u626b\u63cf\u5a92\u4f53\u5e93",
+ "HeaderNumberOfPlayers": "\u64ad\u653e\u5668\uff1a",
+ "OptionAnyNumberOfPlayers": "\u4efb\u610f",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
+ "HeaderThemeVideos": "\u4e3b\u9898\u89c6\u9891",
+ "HeaderThemeSongs": "\u4e3b\u9898\u6b4c",
+ "HeaderScenes": "\u573a\u666f",
+ "HeaderAwardsAndReviews": "\u5956\u9879\u4e0e\u8bc4\u8bba",
+ "HeaderSoundtracks": "\u539f\u58f0\u97f3\u4e50",
+ "HeaderMusicVideos": "\u97f3\u4e50\u89c6\u9891",
+ "HeaderSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
+ "HeaderCastCrew": "\u6f14\u804c\u4eba\u5458",
+ "HeaderAdditionalParts": "\u9644\u52a0\u90e8\u5206",
+ "ButtonSplitVersionsApart": "\u652f\u7ebf\u7248\u672c",
+ "ButtonPlayTrailer": "\u9884\u544a\u7247",
+ "LabelMissing": "\u7f3a\u5931",
+ "LabelOffline": "\u79bb\u7ebf",
+ "PathSubstitutionHelp": "\u8def\u5f84\u66ff\u6362\u7528\u4e8e\u628a\u670d\u52a1\u5668\u4e0a\u7684\u8def\u5f84\u6620\u5c04\u5230\u5ba2\u6237\u7aef\u80fd\u591f\u8bbf\u95ee\u7684\u8def\u5f84\u3002\u5141\u8bb8\u7528\u6237\u76f4\u63a5\u8bbf\u95ee\u670d\u52a1\u5668\u4e0a\u7684\u5a92\u4f53\uff0c\u5e76\u80fd\u591f\u76f4\u63a5\u901a\u8fc7\u7f51\u7edc\u4e0a\u64ad\u653e\uff0c\u53ef\u4ee5\u4e0d\u8fdb\u884c\u8f6c\u6d41\u548c\u8f6c\u7801\uff0c\u4ece\u800c\u8282\u7ea6\u670d\u52a1\u5668\u8d44\u6e90\u3002",
+ "HeaderFrom": "\u4ece",
+ "HeaderTo": "\u5230",
+ "LabelFrom": "\u4ece\uff1a",
+ "LabelFromHelp": "\u4f8b\u5982\uff1a D:\\Movies \uff08\u5728\u670d\u52a1\u5668\u4e0a\uff09",
+ "LabelTo": "\u5230\uff1a",
+ "LabelToHelp": "\u4f8b\u5982\uff1a \\\\MyServer\\Movies \uff08\u5ba2\u6237\u7aef\u80fd\u8bbf\u95ee\u7684\u8def\u5f84\uff09",
+ "ButtonAddPathSubstitution": "\u6dfb\u52a0\u8def\u5f84\u66ff\u6362",
+ "OptionSpecialEpisode": "\u7279\u96c6",
+ "OptionMissingEpisode": "\u7f3a\u5c11\u7684\u5267\u96c6",
+ "OptionUnairedEpisode": "\u5c1a\u672a\u53d1\u5e03\u7684\u5267\u96c6",
+ "OptionEpisodeSortName": "\u5267\u96c6\u540d\u79f0\u6392\u5e8f",
+ "OptionSeriesSortName": "\u7535\u89c6\u5267\u540d\u79f0",
+ "OptionTvdbRating": "Tvdb \u8bc4\u5206",
+ "HeaderTranscodingQualityPreference": "\u8f6c\u7801\u8d28\u91cf\u504f\u597d\uff1a",
+ "OptionAutomaticTranscodingHelp": "\u7531\u670d\u52a1\u5668\u81ea\u52a8\u9009\u62e9\u8d28\u91cf\u4e0e\u901f\u5ea6",
+ "OptionHighSpeedTranscodingHelp": "\u4f4e\u8d28\u91cf\uff0c\u8f6c\u7801\u5feb",
+ "OptionHighQualityTranscodingHelp": "\u9ad8\u8d28\u91cf\uff0c\u8f6c\u7801\u6162",
+ "OptionMaxQualityTranscodingHelp": "\u6700\u9ad8\u8d28\u91cf\uff0c\u8f6c\u7801\u66f4\u6162\u4e14CPU\u5360\u7528\u5f88\u9ad8",
+ "OptionHighSpeedTranscoding": "\u66f4\u9ad8\u901f\u5ea6",
+ "OptionHighQualityTranscoding": "\u66f4\u9ad8\u8d28\u91cf",
+ "OptionMaxQualityTranscoding": "\u6700\u9ad8\u8d28\u91cf",
+ "OptionEnableDebugTranscodingLogging": "\u542f\u7528\u8f6c\u7801\u9664\u9519\u65e5\u5fd7",
+ "OptionEnableDebugTranscodingLoggingHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u975e\u5e38\u5927\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u4ec5\u63a8\u8350\u5728\u6392\u9664\u6545\u969c\u65f6\u4f7f\u7528\u3002",
+ "OptionUpscaling": "\u5141\u8bb8\u5ba2\u6237\u7aef\u8bf7\u6c42\u653e\u5927\u7684\u89c6\u9891",
+ "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u8fd9\u5c06\u63d0\u9ad8\u89c6\u9891\u8d28\u91cf\uff0c\u4f46\u4f1a\u5bfc\u81f4CPU\u7684\u5360\u7528\u589e\u52a0\u3002",
+ "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u79fb\u9664\u8fd9\u4e2a\u96c6\u5408\u91cc\u7684\u4efb\u4f55\u7535\u5f71\uff0c\u7535\u89c6\u5267\uff0c\u4e13\u8f91\uff0c\u4e66\u7c4d\u6216\u6e38\u620f\u3002",
+ "HeaderAddTitles": "\u6dfb\u52a0\u6807\u9898",
+ "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8bbe\u5907",
+ "LabelEnableDlnaPlayToHelp": "Media Browser \u53ef\u4ee5\u68c0\u6d4b\u5230\u4f60\u7f51\u7edc\u4e2d\u7684\u517c\u5bb9\u8bbe\u5907\uff0c\u5e76\u63d0\u4f9b\u8fdc\u7a0b\u63a7\u5236\u5b83\u4eec\u7684\u80fd\u529b\u3002",
+ "LabelEnableDlnaDebugLogging": "\u542f\u7528DLNA\u9664\u9519\u65e5\u5fd7",
+ "LabelEnableDlnaDebugLoggingHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5f88\u5927\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u4ec5\u63a8\u8350\u5728\u6392\u9664\u6545\u969c\u65f6\u4f7f\u7528\u3002",
+ "LabelEnableDlnaClientDiscoveryInterval": "\u5ba2\u6237\u7aef\u641c\u5bfb\u65f6\u95f4\u95f4\u9694\uff08\u79d2\uff09",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "\u786e\u5b9a\u7531Media Browser\u7684SSDP\u8fdb\u884c\u641c\u7d22\u7684\u95f4\u9694\u79d2\u6570\u3002",
+ "HeaderCustomDlnaProfiles": "\u81ea\u5b9a\u4e49\u914d\u7f6e",
+ "HeaderSystemDlnaProfiles": "\u7cfb\u7edf\u914d\u7f6e",
+ "CustomDlnaProfilesHelp": "\u4e3a\u65b0\u7684\u8bbe\u5907\u521b\u5efa\u81ea\u5b9a\u4e49\u914d\u7f6e\u6587\u4ef6\u6216\u8986\u76d6\u539f\u6709\u7cfb\u7edf\u914d\u7f6e\u6587\u4ef6\u3002",
+ "SystemDlnaProfilesHelp": "\u7cfb\u7edf\u914d\u7f6e\u4e3a\u53ea\u8bfb\uff0c\u66f4\u6539\u7cfb\u7edf\u914d\u7f6e\u5c06\u4fdd\u6301\u4e3a\u65b0\u7684\u81ea\u5b9a\u4e49\u914d\u7f6e\u6587\u4ef6\u3002",
+ "TitleDashboard": "\u63a7\u5236\u53f0",
+ "TabHome": "\u9996\u9875",
+ "TabInfo": "\u4fe1\u606f",
+ "HeaderLinks": "\u94fe\u63a5",
+ "HeaderSystemPaths": "\u7cfb\u7edf\u8def\u5f84",
+ "LinkCommunity": "\u793e\u533a",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "Api \u6587\u6863",
+ "LabelFriendlyServerName": "\u597d\u8bb0\u7684\u670d\u52a1\u5668\u540d\u79f0\uff1a",
+ "LabelFriendlyServerNameHelp": "\u6b64\u540d\u79f0\u5c06\u7528\u505a\u670d\u52a1\u5668\u540d\uff0c\u5982\u679c\u7559\u7a7a\uff0c\u5c06\u4f7f\u7528\u8ba1\u7b97\u673a\u540d\u3002",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "\u7ffb\u8bd1Media Browser\u662f\u4e00\u4e2a\u6b63\u5728\u8fdb\u884c\u7684\u9879\u76ee\uff0c\u5c1a\u672a\u5168\u90e8\u5b8c\u6210\u3002",
+ "LabelReadHowYouCanContribute": "\u9605\u8bfb\u5173\u4e8e\u5982\u4f55\u4e3aMedia Browser\u8d21\u732e\u529b\u91cf\u3002",
+ "HeaderNewCollection": "\u65b0\u5408\u96c6",
+ "HeaderAddToCollection": "\u52a0\u5165\u5408\u96c6",
+ "ButtonSubmit": "\u63d0\u4ea4",
+ "NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6",
+ "OptionSearchForInternetMetadata": "\u5728\u4e92\u8054\u7f51\u4e0a\u641c\u7d22\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599",
+ "ButtonCreate": "\u521b\u5efa",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "Web Socket\u7aef\u53e3\u53f7\uff1a",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "\u6062\u590d\u64ad\u653e",
+ "TabWeather": "\u5929\u6c14",
+ "TitleAppSettings": "\u5ba2\u6237\u7aef\u7a0b\u5e8f\u8bbe\u7f6e",
+ "LabelMinResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5c0f\u767e\u5206\u6bd4\uff1a",
+ "LabelMaxResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5927\u767e\u5206\u6bd4\uff1a",
+ "LabelMinResumeDuration": "\u6062\u590d\u64ad\u653e\u6700\u5c0f\u65f6\u95f4\uff08\u79d2\uff09\uff1a",
+ "LabelMinResumePercentageHelp": "\u5982\u679c\u5728\u6b64\u65f6\u95f4\u4e4b\u524d\u505c\u6b62\u64ad\u653e\uff0c\u5a92\u4f53\u4f1a\u6807\u8bb0\u4e3a\u201c\u672a\u64ad\u653e\u201d",
+ "LabelMaxResumePercentageHelp": "\u5982\u679c\u5728\u6b64\u65f6\u95f4\u4e4b\u540e\u505c\u6b62\u64ad\u653e\uff0c\u5a92\u4f53\u4f1a\u6807\u8bb0\u4e3a\u201c\u5df2\u64ad\u653e\u201d",
+ "LabelMinResumeDurationHelp": "\u5a92\u4f53\u64ad\u653e\u65f6\u95f4\u8fc7\u77ed\uff0c\u4e0d\u53ef\u6062\u590d\u64ad\u653e",
+ "TitleAutoOrganize": "\u81ea\u52a8\u6574\u7406",
+ "TabActivityLog": "\u6d3b\u52a8\u65e5\u5fd7",
+ "HeaderName": "\u540d\u5b57",
+ "HeaderDate": "\u65e5\u671f",
+ "HeaderSource": "\u6765\u6e90",
+ "HeaderDestination": "\u76ee\u7684\u5730",
+ "HeaderProgram": "\u7a0b\u5e8f",
+ "HeaderClients": "\u5ba2\u6237\u7aef",
+ "LabelCompleted": "\u5b8c\u6210",
+ "LabelFailed": "\u5931\u8d25",
+ "LabelSkipped": "\u8df3\u8fc7",
+ "HeaderEpisodeOrganization": "\u5267\u96c6\u6574\u7406",
+ "LabelSeries": "\u7535\u89c6\u5267\uff1a",
+ "LabelSeasonNumber": "\u591a\u5c11\u5b63\uff1a",
+ "LabelEpisodeNumber": "\u591a\u5c11\u96c6\uff1a",
+ "LabelEndingEpisodeNumber": "\u6700\u540e\u4e00\u96c6\u6570\u5b57\uff1a",
+ "LabelEndingEpisodeNumberHelp": "\u53ea\u9700\u8981\u591a\u96c6\u6587\u4ef6",
+ "HeaderSupportTheTeam": "\u652f\u6301Media Browser\u5c0f\u7ec4",
+ "LabelSupportAmount": "\u91d1\u989d\uff08\u7f8e\u5143\uff09",
+ "HeaderSupportTheTeamHelp": "\u4e3a\u786e\u4fdd\u8be5\u9879\u76ee\u7684\u6301\u7eed\u53d1\u5c55\u3002\u6350\u6b3e\u7684\u4e00\u90e8\u5206\u5c06\u8d21\u732e\u7ed9\u6211\u4eec\u6240\u4f9d\u8d56\u5176\u4ed6\u7684\u514d\u8d39\u5de5\u5177\u3002",
+ "ButtonEnterSupporterKey": "\u8f93\u5165\u652f\u6301\u8005\u5e8f\u53f7",
+ "DonationNextStep": "\u5b8c\u6210\u540e\uff0c\u8bf7\u8fd4\u56de\u5e76\u8f93\u5165\u4f60\u7684\u652f\u6301\u8005\u5e8f\u53f7\uff0c\u8be5\u5e8f\u5217\u53f7\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u63a5\u6536\u3002",
+ "AutoOrganizeHelp": "\u81ea\u52a8\u6574\u7406\u4f1a\u76d1\u63a7\u4f60\u4e0b\u8f7d\u6587\u4ef6\u5939\u4e2d\u7684\u65b0\u6587\u4ef6\uff0c\u5e76\u4e14\u4f1a\u81ea\u52a8\u628a\u5b83\u4eec\u79fb\u52a8\u5230\u4f60\u7684\u5a92\u4f53\u6587\u4ef6\u5939\u4e2d\u3002",
+ "AutoOrganizeTvHelp": "\u7535\u89c6\u6587\u4ef6\u6574\u7406\u4ec5\u4f1a\u6dfb\u52a0\u5267\u96c6\u5230\u4f60\u73b0\u6709\u7684\u7535\u89c6\u5267\u4e2d\uff0c\u4e0d\u4f1a\u521b\u5efa\u65b0\u7684\u7535\u89c6\u5267\u6587\u4ef6\u5939\u3002",
+ "OptionEnableEpisodeOrganization": "\u542f\u7528\u65b0\u5267\u96c6\u6574\u7406",
+ "LabelWatchFolder": "\u76d1\u63a7\u6587\u4ef6\u5939\uff1a",
+ "LabelWatchFolderHelp": "\u670d\u52a1\u5668\u5c06\u5728\u201c\u6574\u7406\u65b0\u5a92\u4f53\u6587\u4ef6\u201d\u8ba1\u5212\u4efb\u52a1\u4e2d\u67e5\u8be2\u8be5\u6587\u4ef6\u5939\u3002",
+ "ButtonViewScheduledTasks": "\u67e5\u770b\u8ba1\u5212\u4efb\u52a1",
+ "LabelMinFileSizeForOrganize": "\u6700\u5c0f\u6587\u4ef6\u5927\u5c0f\uff08MB\uff09\uff1a",
+ "LabelMinFileSizeForOrganizeHelp": "\u5ffd\u7565\u5c0f\u4e8e\u6b64\u5927\u5c0f\u7684\u6587\u4ef6\u3002",
+ "LabelSeasonFolderPattern": "\u5b63\u6587\u4ef6\u5939\u6a21\u5f0f\uff1a",
+ "LabelSeasonZeroFolderName": "\u7b2c0\u5b63\u6587\u4ef6\u5939\u540d\u79f0\uff1a",
+ "HeaderEpisodeFilePattern": "\u5267\u96c6\u6587\u4ef6\u6a21\u5f0f",
+ "LabelEpisodePattern": "\u5267\u96c6\u6a21\u5f0f\uff1a",
+ "LabelMultiEpisodePattern": "\u591a\u96c6\u6a21\u5f0f\uff1a",
+ "HeaderSupportedPatterns": "\u652f\u6301\u7684\u6a21\u5f0f",
+ "HeaderTerm": "\u671f\u9650",
+ "HeaderPattern": "\u6a21\u5f0f",
+ "HeaderResult": "\u7ed3\u5c40",
+ "LabelDeleteEmptyFolders": "\u6574\u7406\u540e\u5220\u9664\u7a7a\u6587\u4ef6\u5939",
+ "LabelDeleteEmptyFoldersHelp": "\u542f\u7528\u4ee5\u4fdd\u6301\u4e0b\u8f7d\u76ee\u5f55\u6574\u6d01\u3002",
+ "LabelDeleteLeftOverFiles": "\u5220\u9664\u5177\u6709\u4ee5\u4e0b\u6269\u5c55\u540d\u7684\u9057\u7559\u6587\u4ef6\uff1a",
+ "LabelDeleteLeftOverFilesHelp": "\u5206\u9694\u7b26 ;. \u4f8b\u5982\uff1a.nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "\u8986\u76d6\u73b0\u6709\u5267\u96c6",
+ "LabelTransferMethod": "\u79fb\u52a8\u65b9\u5f0f",
+ "OptionCopy": "\u590d\u5236",
+ "OptionMove": "\u79fb\u52a8",
+ "LabelTransferMethodHelp": "\u4ece\u76d1\u63a7\u6587\u4ef6\u5939\u590d\u5236\u6216\u79fb\u52a8\u6587\u4ef6",
+ "HeaderLatestNews": "\u6700\u65b0\u6d88\u606f",
+ "HeaderHelpImproveMediaBrowser": "\u5e2e\u52a9\u63d0\u5347Media Browser",
+ "HeaderRunningTasks": "\u8fd0\u884c\u7684\u4efb\u52a1",
+ "HeaderActiveDevices": "\u6d3b\u52a8\u7684\u8bbe\u5907",
+ "HeaderPendingInstallations": "\u7b49\u5f85\u5b89\u88c5",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "\u73b0\u5728\u91cd\u542f",
+ "ButtonRestart": "\u91cd\u542f",
+ "ButtonShutdown": "\u5173\u673a",
+ "ButtonUpdateNow": "\u73b0\u5728\u66f4\u65b0",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "\u8bf7\u5173\u95ed\u670d\u52a1\u5668\u5e76\u624b\u52a8\u66f4\u65b0\u3002",
+ "NewServerVersionAvailable": "Media Browser\u670d\u52a1\u5668\u6709\u65b0\u7248\u672c\u53ef\u7528\uff01",
+ "ServerUpToDate": "Media Browser\u670d\u52a1\u5668\u662f\u6700\u65b0\u7684",
+ "ErrorConnectingToMediaBrowserRepository": "\u8fdc\u7a0b\u8fde\u63a5Media Browser\u8d44\u6599\u5e93\u51fa\u9519\u3002",
+ "LabelComponentsUpdated": "\u4e0b\u9762\u7684\u7ec4\u4ef6\u5df2\u5b89\u88c5\u6216\u66f4\u65b0\uff1a",
+ "MessagePleaseRestartServerToFinishUpdating": "\u8bf7\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u6765\u5b8c\u6210\u5e94\u7528\u66f4\u65b0\u3002",
+ "LabelDownMixAudioScale": "\u7f29\u6df7\u97f3\u9891\u589e\u5f3a\uff1a",
+ "LabelDownMixAudioScaleHelp": "\u7f29\u6df7\u97f3\u9891\u589e\u5f3a\u3002\u8bbe\u7f6e\u4e3a1\uff0c\u5c06\u4fdd\u7559\u539f\u6765\u7684\u97f3\u91cf\u00b7\u3002",
+ "ButtonLinkKeys": "\u8f6c\u79fb\u5e8f\u5217\u53f7",
+ "LabelOldSupporterKey": "\u65e7\u7684\u652f\u6301\u8005\u5e8f\u53f7",
+ "LabelNewSupporterKey": "\u65b0\u7684\u652f\u6301\u8005\u5e8f\u53f7",
+ "HeaderMultipleKeyLinking": "\u8f6c\u79fb\u5230\u65b0\u5e8f\u5217\u53f7",
+ "MultipleKeyLinkingHelp": "\u5982\u679c\u4f60\u6536\u5230\u65b0\u7684\u652f\u6301\u8005\u5e8f\u5217\u53f7\uff0c\u4f7f\u7528\u6b64\u529f\u80fd\u53ef\u4ee5\u628a\u4f60\u65e7\u5e8f\u5217\u53f7\u7684\u6ce8\u518c\u4fe1\u606f\u8f6c\u79fb\u5230\u65b0\u5e8f\u5217\u53f7\u4e0a\u3002",
+ "LabelCurrentEmailAddress": "\u73b0\u6709\u90ae\u7bb1\u5730\u5740",
+ "LabelCurrentEmailAddressHelp": "\u6536\u53d6\u65b0\u5e8f\u53f7\u7684\u73b0\u6709\u90ae\u7bb1\u5730\u5740\u3002",
+ "HeaderForgotKey": "\u5fd8\u8bb0\u5e8f\u53f7",
+ "LabelEmailAddress": "\u90ae\u7bb1\u5730\u5740",
+ "LabelSupporterEmailAddress": "\u8d2d\u4e70\u5e8f\u53f7\u7684\u90ae\u7bb1\u5730\u5740\u3002",
+ "ButtonRetrieveKey": "\u53d6\u56de\u5e8f\u53f7",
+ "LabelSupporterKey": "\u652f\u6301\u8005\u5e8f\u53f7\uff08\u4ece\u90ae\u4ef6\u7c98\u8d34\uff09",
+ "LabelSupporterKeyHelp": "\u8f93\u5165\u4f60\u7684\u652f\u6301\u8005\u5e8f\u53f7\u5f00\u59cb\u4eab\u53d7\u793e\u533a\u4e3aMedia Browser\u5f00\u53d1\u7684\u989d\u5916\u597d\u5904\u3002",
+ "MessageInvalidKey": "\u652f\u6301\u8005\u5e8f\u53f7\u9519\u8bef\u6216\u4e0d\u5b58\u5728\u3002",
+ "ErrorMessageInvalidKey": "\u4e3a\u4e86\u6ce8\u518c\u9ad8\u7ea7\u5185\u5bb9\uff0c\u4f60\u5fc5\u987b\u6210\u4e3a\u4e00\u4e2aMedia Browser\u652f\u6301\u8005\u3002\u8bf7\u6350\u6b3e\u652f\u6301\u6838\u5fc3\u4ea7\u54c1\u7684\u6301\u7eed\u5f00\u53d1\u3002\u8c22\u8c22\u3002",
+ "HeaderDisplaySettings": "\u663e\u793a\u8bbe\u7f6e",
+ "TabPlayTo": "\u64ad\u653e\u5230",
+ "LabelEnableDlnaServer": "\u542f\u7528Dlna\u670d\u52a1\u5668",
+ "LabelEnableDlnaServerHelp": "\u5141\u8bb8\u7f51\u7edc\u4e0a\u7684UPnP\u8bbe\u5907\u6d4f\u89c8\u548c\u64ad\u653eMedia Browser\u7684\u5185\u5bb9\u3002",
+ "LabelEnableBlastAliveMessages": "\u7206\u53d1\u6d3b\u52a8\u4fe1\u53f7",
+ "LabelEnableBlastAliveMessagesHelp": "\u5982\u679c\u8be5\u670d\u52a1\u5668\u4e0d\u80fd\u88ab\u7f51\u7edc\u4e2d\u7684\u5176\u4ed6UPnP\u8bbe\u5907\u68c0\u6d4b\u5230\uff0c\u8bf7\u542f\u7528\u6b64\u9009\u9879\u3002",
+ "LabelBlastMessageInterval": "\u6d3b\u52a8\u4fe1\u53f7\u7684\u65f6\u95f4\u95f4\u9694\uff08\u79d2\uff09",
+ "LabelBlastMessageIntervalHelp": "\u786e\u5b9a\u7531\u670d\u52a1\u5668\u6d3b\u52a8\u4fe1\u53f7\u7684\u95f4\u9694\u79d2\u6570\u3002",
+ "LabelDefaultUser": "\u9ed8\u8ba4\u7528\u6237\uff1a",
+ "LabelDefaultUserHelp": "\u786e\u5b9a\u54ea\u4e9b\u7528\u6237\u5a92\u4f53\u5e93\u5c06\u663e\u793a\u5728\u8fde\u63a5\u8bbe\u5907\u4e0a\u3002\u8fd9\u53ef\u4ee5\u4e3a\u6bcf\u4e2a\u8bbe\u5907\u63d0\u4f9b\u4e0d\u540c\u7684\u7528\u6237\u914d\u7f6e\u6587\u4ef6\u3002",
+ "TitleDlna": "DLNA",
+ "TitleChannels": "\u9891\u9053",
+ "HeaderServerSettings": "\u670d\u52a1\u5668\u8bbe\u7f6e",
"LabelWeatherDisplayLocation": "\u5929\u6c14\u9884\u62a5\u663e\u793a\u4f4d\u7f6e\uff1a",
"LabelWeatherDisplayLocationHelp": "\u7f8e\u56fd\u90ae\u653f\u7f16\u7801\/\u57ce\u5e02\uff0c\u7701\uff0c\u56fd\u5bb6\/\u57ce\u5e02\uff0c\u56fd\u5bb6",
"LabelWeatherDisplayUnit": "\u6e29\u5ea6\u663e\u793a\u5355\u4f4d\uff1a",
@@ -669,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -705,640 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "\u9000\u51fa",
- "LabelVisitCommunity": "\u8bbf\u95ee\u793e\u533a",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "\u6807\u51c6",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "\u6d4f\u89c8\u5a92\u4f53\u5e93",
- "LabelConfigureMediaBrowser": "\u914d\u7f6e Media Browser",
- "LabelOpenLibraryViewer": "\u6253\u5f00\u5a92\u4f53\u5e93\u6d4f\u89c8\u5668",
- "LabelRestartServer": "\u91cd\u542f\u670d\u52a1\u5668",
- "LabelShowLogWindow": "\u663e\u793a\u65e5\u5fd7\u7a97\u53e3",
- "LabelPrevious": "\u4e0a\u4e00\u4e2a",
- "LabelFinish": "\u5b8c\u6210",
- "LabelNext": "\u4e0b\u4e00\u4e2a",
- "LabelYoureDone": "\u5b8c\u6210\uff01",
- "WelcomeToMediaBrowser": "\u6b22\u8fce\u4f7f\u7528 Media Browser\uff01",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "\u8be5\u5411\u5bfc\u5c06\u6307\u5bfc\u4f60\u5b8c\u6210\u5b89\u88c5\u8fc7\u7a0b\u3002\u9996\u5148\uff0c\u8bf7\u9009\u62e9\u4f60\u7684\u9996\u9009\u8bed\u8a00\u3002",
- "TellUsAboutYourself": "\u8bf7\u4ecb\u7ecd\u4e00\u4e0b\u4f60\u81ea\u5df1",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
- "MoreUsersCanBeAddedLater": "\u7a0d\u540e\u5728\u63a7\u5236\u53f0\u4e2d\u53ef\u4ee5\u6dfb\u52a0\u66f4\u591a\u7528\u6237\u3002",
- "UserProfilesIntro": "Media Browser \u652f\u6301\u591a\u4e2a\u7528\u6237\u8bbe\u5b9a\uff0c\u80fd\u4f7f\u6bcf\u4e2a\u7528\u6237\u90fd\u62e5\u6709\u81ea\u5df1\u4e13\u5c5e\u7684\u663e\u793a\u8bbe\u7f6e\uff0c\u64ad\u653e\u72b6\u6001\u548c\u5bb6\u957f\u63a7\u5236\u8bbe\u7f6e\u3002",
- "LabelWindowsService": "Windows \u670d\u52a1",
- "AWindowsServiceHasBeenInstalled": "Windows \u670d\u52a1\u5b89\u88c5\u5b8c\u6210",
- "WindowsServiceIntro1": "Media Browser \u670d\u52a1\u5668\u901a\u5e38\u4ee5\u6258\u76d8\u56fe\u6807\u7684\u5f62\u5f0f\u4ee5\u684c\u9762\u5e94\u7528\u7a0b\u5e8f\u8fd0\u884c\uff0c\u4f46\u5982\u679c\u4f60\u559c\u6b22\u5b83\u4f5c\u4e3a\u540e\u53f0\u670d\u52a1\u8fd0\u884c\uff0c\u5b83\u53ef\u4ee5\u4ece Windows \u63a7\u5236\u9762\u677f\u542f\u52a8\u3002",
- "WindowsServiceIntro2": "\u5982\u679c\u4f7f\u7528Windows\u670d\u52a1\uff0c\u8bf7\u6ce8\u610f\uff0c\u5b83\u4e0d\u80fd\u540c\u65f6\u4e3a\u6258\u76d8\u56fe\u6807\u8fd0\u884c\uff0c\u6240\u4ee5\u4f60\u9700\u8981\u9000\u51fa\u6258\u76d8\u4ee5\u8fd0\u884c\u670d\u52a1\u3002\u8be5\u670d\u52a1\u8fd8\u5c06\u9700\u8981\u7ba1\u7406\u5458\u6743\u9650\uff0c\u8be5\u6743\u9650\u53ef\u4ee5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u914d\u7f6e\u3002\u8bf7\u6ce8\u610f\uff0c\u6b64\u65f6\u670d\u52a1\u65e0\u6cd5\u81ea\u52a8\u66f4\u65b0\uff0c\u6240\u4ee5\u65b0\u7684\u7248\u672c\u5c06\u9700\u8981\u624b\u52a8\u66f4\u65b0\u3002",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "\u914d\u7f6e\u8bbe\u7f6e",
- "LabelEnableVideoImageExtraction": "\u542f\u7528\u89c6\u9891\u622a\u56fe\u529f\u80fd",
- "VideoImageExtractionHelp": "\u5bf9\u4e8e\u8fd8\u6ca1\u6709\u56fe\u7247\uff0c\u4ee5\u53ca\u6211\u4eec\u65e0\u6cd5\u627e\u5230\u7f51\u7edc\u56fe\u7247\u7684\u89c6\u9891\u3002\u8fd9\u4f1a\u989d\u5916\u589e\u52a0\u4e00\u4e9b\u521d\u59cb\u5316\u5a92\u4f53\u5e93\u7684\u626b\u63cf\u65f6\u95f4\uff0c\u4f46\u4f1a\u4f7f\u5a92\u4f53\u4ecb\u7ecd\u754c\u9762\u66f4\u52a0\u8d4f\u5fc3\u60a6\u76ee\u3002",
- "LabelEnableChapterImageExtractionForMovies": "\u622a\u53d6\u7535\u5f71\u7ae0\u8282\u56fe\u7247",
- "LabelChapterImageExtractionForMoviesHelp": "\u4ece\u7ae0\u8282\u4e2d\u63d0\u53d6\u7684\u56fe\u7247\u5c06\u5141\u8bb8\u5ba2\u6237\u7aef\u663e\u793a\u56fe\u5f62\u9009\u62e9\u83dc\u5355\u3002\u8fd9\u4e2a\u8fc7\u7a0b\u53ef\u80fd\u4f1a\u5f88\u6162\uff0c \u66f4\u591a\u7684\u5360\u7528CPU\u8d44\u6e90\uff0c\u5e76\u4e14\u4f1a\u9700\u8981\u51e0\u4e2aGB\u7684\u786c\u76d8\u7a7a\u95f4\u3002\u5b83\u88ab\u9ed8\u8ba4\u8bbe\u7f6e\u4e8e\u6bcf\u665a\u51cc\u66684\u70b9\u8fd0\u884c\uff0c\u867d\u7136\u8fd9\u53ef\u4ee5\u5728\u8ba1\u5212\u4efb\u52a1\u4e2d\u914d\u7f6e\uff0c\u4f46\u6211\u4eec\u4e0d\u5efa\u8bae\u5728\u9ad8\u5cf0\u4f7f\u7528\u65f6\u95f4\u8fd0\u884c\u8be5\u4efb\u52a1\u3002",
- "LabelEnableAutomaticPortMapping": "\u542f\u7528\u81ea\u52a8\u7aef\u53e3\u6620\u5c04",
- "LabelEnableAutomaticPortMappingHelp": "UPNP\u5141\u8bb8\u81ea\u52a8\u8def\u7531\u5668\u914d\u7f6e\uff0c\u4ece\u800c\u66f4\u65b9\u4fbf\u7684\u8fdb\u884c\u8fdc\u7a0b\u8bbf\u95ee\u3002\u4f46\u8fd9\u53ef\u80fd\u4e0d\u9002\u7528\u4e8e\u67d0\u4e9b\u578b\u53f7\u7684\u8def\u7531\u5668\u3002",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "\u786e\u5b9a",
- "ButtonCancel": "\u53d6\u6d88",
- "ButtonNew": "\u65b0\u589e",
- "HeaderTV": "TV",
- "HeaderAudio": "\u97f3\u9891",
- "HeaderVideo": "\u89c6\u9891",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "\u7535\u5f71",
- "FolderTypeMusic": "\u97f3\u4e50",
- "FolderTypeAdultVideos": "\u6210\u4eba\u89c6\u9891",
- "FolderTypePhotos": "\u56fe\u7247",
- "FolderTypeMusicVideos": "\u97f3\u4e50\u89c6\u9891",
- "FolderTypeHomeVideos": "\u5bb6\u5ead\u89c6\u9891",
- "FolderTypeGames": "\u6e38\u620f",
- "FolderTypeBooks": "\u4e66\u7c4d",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "\u8bbe\u7f6e\u4f60\u7684\u5a92\u4f53\u5e93",
- "ButtonAddMediaFolder": "\u6dfb\u52a0\u5a92\u4f53\u6587\u4ef6\u5939",
- "LabelFolderType": "\u6587\u4ef6\u5939\u7c7b\u578b\uff1a",
- "ReferToMediaLibraryWiki": "\u8bf7\u53c2\u9605\u5a92\u4f53\u5e93\u7ef4\u57fa\u3002",
- "LabelCountry": "\u56fd\u5bb6\uff1a",
- "LabelLanguage": "\u8bed\u8a00\uff1a",
- "HeaderPreferredMetadataLanguage": "\u9996\u9009\u5a92\u4f53\u8d44\u6599\u8bed\u8a00\uff1a",
- "LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939",
- "LabelSaveLocalMetadataHelp": "\u76f4\u63a5\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939\u4ee5\u65b9\u4fbf\u7f16\u8f91\u3002",
- "LabelDownloadInternetMetadata": "\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599",
- "LabelDownloadInternetMetadataHelp": "Media Browser\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u548c\u4f60\u5a92\u4f53\u76f8\u5173\u7684\u4fe1\u606f\uff0c\u4ece\u800c\u5c55\u73b0\u7f24\u7eb7\u7684\u754c\u9762\u3002",
- "TabPreferences": "\u504f\u597d",
- "TabPassword": "\u5bc6\u7801",
- "TabLibraryAccess": "\u5a92\u4f53\u5e93\u8bbf\u95ee\u6743\u9650",
- "TabAccess": "Access",
- "TabImage": "\u56fe\u7247",
- "TabProfile": "\u4e2a\u4eba\u914d\u7f6e",
- "TabMetadata": "\u5a92\u4f53\u8d44\u6599",
- "TabImages": "\u56fe\u50cf",
- "TabNotifications": "\u901a\u77e5",
- "TabCollectionTitles": "\u6807\u9898",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u7f3a\u5c11\u7684\u5267\u96c6",
- "LabelUnairedMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u672a\u53d1\u5e03\u7684\u5267\u96c6",
- "HeaderVideoPlaybackSettings": "\u89c6\u9891\u56de\u653e\u8bbe\u7f6e",
- "HeaderPlaybackSettings": "\u64ad\u653e\u8bbe\u7f6e",
- "LabelAudioLanguagePreference": "\u97f3\u9891\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
- "LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
- "OptionDefaultSubtitles": "\u9ed8\u8ba4",
- "OptionOnlyForcedSubtitles": "\u4ec5\u7528\u5f3a\u5236\u5b57\u5e55",
- "OptionAlwaysPlaySubtitles": "\u603b\u662f\u64ad\u653e\u5b57\u5e55",
- "OptionNoSubtitles": "\u65e0\u5b57\u5e55",
- "OptionDefaultSubtitlesHelp": "\u5339\u914d\u5b57\u5e55\u8bed\u8a00\u504f\u597d\uff0c\u5f53\u97f3\u9891\u662f\u5916\u8bed\u65f6\u5b57\u5e55\u5c06\u88ab\u52a0\u8f7d\u3002",
- "OptionOnlyForcedSubtitlesHelp": "\u53ea\u6709\u5b57\u5e55\u6807\u8bb0\u4e3a\u5f3a\u5236\u5c06\u88ab\u52a0\u8f7d\u3002",
- "OptionAlwaysPlaySubtitlesHelp": "\u5339\u914d\u5b57\u5e55\u8bed\u8a00\u504f\u597d\uff0c\u65e0\u8bba\u97f3\u9891\u662f\u4ec0\u4e48\u8bed\u5b57\u5e55\u90fd\u5c06\u88ab\u52a0\u8f7d\u3002",
- "OptionNoSubtitlesHelp": "\u5b57\u5e55\u5c06\u4e0d\u4f1a\u88ab\u9ed8\u8ba4\u52a0\u8f7d\u3002",
- "TabProfiles": "\u914d\u7f6e",
- "TabSecurity": "\u5b89\u5168\u6027",
- "ButtonAddUser": "\u6dfb\u52a0\u7528\u6237",
- "ButtonAddLocalUser": "\u6dfb\u52a0\u672c\u5730\u7528\u6237",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "\u50a8\u5b58",
- "ButtonResetPassword": "\u91cd\u7f6e\u5bc6\u7801",
- "LabelNewPassword": "\u65b0\u5bc6\u7801\uff1a",
- "LabelNewPasswordConfirm": "\u65b0\u5bc6\u7801\u786e\u8ba4\uff1a",
- "HeaderCreatePassword": "\u521b\u5efa\u5bc6\u7801",
- "LabelCurrentPassword": "\u5f53\u524d\u5bc6\u7801\u3002",
- "LabelMaxParentalRating": "\u6700\u5927\u5141\u8bb8\u7684\u5bb6\u957f\u8bc4\u7ea7\uff1a",
- "MaxParentalRatingHelp": "\u9ad8\u7ea7\u522b\u5185\u5bb9\u5c06\u5bf9\u6b64\u7528\u6237\u9690\u85cf\u3002",
- "LibraryAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u5a92\u4f53\u6587\u4ef6\u5939\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u6587\u4ef6\u5939\u3002",
- "ChannelAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u9891\u9053\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u9891\u9053\u3002",
- "ButtonDeleteImage": "\u5220\u9664\u56fe\u7247",
- "LabelSelectUsers": "\u9009\u62e9\u7528\u6237\uff1a",
- "ButtonUpload": "\u4e0a\u8f7d",
- "HeaderUploadNewImage": "\u4e0a\u8f7d\u65b0\u56fe\u7247",
- "LabelDropImageHere": "\u628a\u56fe\u7247\u62d6\u5230\u8fd9\u513f",
- "ImageUploadAspectRatioHelp": "\u63a8\u8350\u4f7f\u7528\u957f\u5bbd\u6bd41:1\u7684\u56fe\u7247\u3002 \u683c\u5f0f\u4ec5\u9650JPG \/ PNG\u3002",
- "MessageNothingHere": "\u8fd9\u513f\u4ec0\u4e48\u90fd\u6ca1\u6709\u3002",
- "MessagePleaseEnsureInternetMetadata": "\u8bf7\u786e\u4fdd\u5df2\u542f\u7528\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u8d44\u6599\u3002",
- "TabSuggested": "\u5efa\u8bae",
- "TabLatest": "\u6700\u65b0",
- "TabUpcoming": "\u5373\u5c06\u53d1\u5e03",
- "TabShows": "\u8282\u76ee",
- "TabEpisodes": "\u5267\u96c6",
- "TabGenres": "\u98ce\u683c",
- "TabPeople": "\u4eba\u7269",
- "TabNetworks": "\u7f51\u7edc",
- "HeaderUsers": "\u7528\u6237",
- "HeaderFilters": "\u7b5b\u9009\uff1a",
- "ButtonFilter": "\u7b5b\u9009",
- "OptionFavorite": "\u6211\u7684\u6700\u7231",
- "OptionLikes": "\u559c\u6b22",
- "OptionDislikes": "\u4e0d\u559c\u6b22",
- "OptionActors": "\u6f14\u5458",
- "OptionGuestStars": "\u7279\u9080\u660e\u661f",
- "OptionDirectors": "\u5bfc\u6f14",
- "OptionWriters": "\u7f16\u5267",
- "OptionProducers": "\u5236\u7247\u4eba",
- "HeaderResume": "\u6062\u590d\u64ad\u653e",
- "HeaderNextUp": "\u4e0b\u4e00\u96c6",
- "NoNextUpItemsMessage": "\u6ca1\u6709\u53d1\u73b0\u3002\u5f00\u59cb\u770b\u4f60\u7684\u8282\u76ee\uff01",
- "HeaderLatestEpisodes": "\u6700\u65b0\u5267\u96c6",
- "HeaderPersonTypes": "\u4eba\u7269\u7c7b\u578b\uff1a",
- "TabSongs": "\u6b4c\u66f2",
- "TabAlbums": "\u4e13\u8f91",
- "TabArtists": "\u827a\u672f\u5bb6",
- "TabAlbumArtists": "\u4e13\u8f91\u827a\u672f\u5bb6",
- "TabMusicVideos": "\u97f3\u4e50\u89c6\u9891",
- "ButtonSort": "\u6392\u5e8f",
- "HeaderSortBy": "\u6392\u5e8f\u65b9\u5f0f\uff1a",
- "HeaderSortOrder": "\u6392\u5e8f\u987a\u5e8f\uff1a",
- "OptionPlayed": "\u5df2\u64ad\u653e",
- "OptionUnplayed": "\u672a\u64ad\u653e",
- "OptionAscending": "\u5347\u5e8f",
- "OptionDescending": "\u964d\u5e8f",
- "OptionRuntime": "\u64ad\u653e\u65f6\u95f4",
- "OptionReleaseDate": "\u53d1\u884c\u65e5\u671f",
- "OptionPlayCount": "\u64ad\u653e\u6b21\u6570",
- "OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
- "OptionDateAdded": "\u52a0\u5165\u65e5\u671f",
- "OptionAlbumArtist": "\u4e13\u8f91\u827a\u672f\u5bb6",
- "OptionArtist": "\u827a\u672f\u5bb6",
- "OptionAlbum": "\u4e13\u8f91",
- "OptionTrackName": "\u66f2\u76ee\u540d\u79f0",
- "OptionCommunityRating": "\u516c\u4f17\u8bc4\u5206",
- "OptionNameSort": "\u540d\u5b57",
- "OptionFolderSort": "\u6587\u4ef6\u5939",
- "OptionBudget": "\u9884\u7b97",
- "OptionRevenue": "\u6536\u5165",
- "OptionPoster": "\u6d77\u62a5",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "\u80cc\u666f",
- "OptionTimeline": "\u65f6\u95f4\u8868",
- "OptionThumb": "\u7f29\u7565\u56fe",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "\u6a2a\u5e45",
- "OptionCriticRating": "\u5f71\u8bc4\u4eba\u8bc4\u5206",
- "OptionVideoBitrate": "\u89c6\u9891\u6bd4\u7279\u7387",
- "OptionResumable": "\u53ef\u6062\u590d\u64ad\u653e",
- "ScheduledTasksHelp": "\u5355\u51fb\u4efb\u52a1\u8c03\u6574\u5176\u8fd0\u884c\u65f6\u95f4\u8868\u3002",
- "ScheduledTasksTitle": "\u8ba1\u5212\u4efb\u52a1",
- "TabMyPlugins": "\u6211\u7684\u63d2\u4ef6",
- "TabCatalog": "\u76ee\u5f55",
- "PluginsTitle": "\u63d2\u4ef6",
- "HeaderAutomaticUpdates": "\u81ea\u52a8\u66f4\u65b0",
- "HeaderNowPlaying": "\u6b63\u5728\u64ad\u653e",
- "HeaderLatestAlbums": "\u6700\u65b0\u4e13\u8f91",
- "HeaderLatestSongs": "\u6700\u65b0\u6b4c\u66f2",
- "HeaderRecentlyPlayed": "\u6700\u8fd1\u64ad\u653e",
- "HeaderFrequentlyPlayed": "\u591a\u6b21\u64ad\u653e",
- "DevBuildWarning": "\u5f00\u53d1\u7248\u672c\u662f\u6700\u524d\u7aef\u7684\u3002\u8fd9\u4e9b\u7248\u672c\u7ecf\u5e38\u53d1\u5e03\u4f46\u6ca1\u6709\u7ecf\u8fc7\u6d4b\u8bd5\u3002\u53ef\u80fd\u4f1a\u5bfc\u81f4\u5e94\u7528\u7a0b\u5e8f\u5d29\u6e83\uff0c\u4e14\u6240\u6709\u529f\u80fd\u65e0\u6cd5\u5de5\u4f5c\u3002",
- "LabelVideoType": "\u89c6\u9891\u7c7b\u578b\uff1a",
- "OptionBluray": "\u84dd\u5149",
- "OptionDvd": "DVD",
- "OptionIso": "ISO\u955c\u50cf\u6587\u4ef6",
- "Option3D": "3D",
- "LabelFeatures": "\u529f\u80fd\uff1a",
- "LabelService": "\u670d\u52a1\uff1a",
- "LabelStatus": "\u72b6\u6001\uff1a",
- "LabelVersion": "\u7248\u672c\uff1a",
- "LabelLastResult": "\u6700\u7ec8\u7ed3\u679c\uff1a",
- "OptionHasSubtitles": "\u5b57\u5e55",
- "OptionHasTrailer": "\u9884\u544a\u7247",
- "OptionHasThemeSong": "\u4e3b\u9898\u6b4c",
- "OptionHasThemeVideo": "\u4e3b\u9898\u89c6\u9891",
- "TabMovies": "\u7535\u5f71",
- "TabStudios": "\u5de5\u4f5c\u5ba4",
- "TabTrailers": "\u9884\u544a\u7247",
- "LabelArtists": "\u827a\u672f\u5bb6\uff1a",
- "LabelArtistsHelp": "\u72ec\u7acb\u591a\u529f\u80fd\uff1b",
- "HeaderLatestMovies": "\u6700\u65b0\u7535\u5f71",
- "HeaderLatestTrailers": "\u6700\u65b0\u9884\u544a\u7247",
- "OptionHasSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
- "OptionImdbRating": "IMDb \u8bc4\u5206",
- "OptionParentalRating": "\u5bb6\u957f\u5206\u7ea7",
- "OptionPremiereDate": "\u9996\u6620\u65e5\u671f",
- "TabBasic": "\u57fa\u672c",
- "TabAdvanced": "\u9ad8\u7ea7",
- "HeaderStatus": "\u72b6\u6001",
- "OptionContinuing": "\u7ee7\u7eed",
- "OptionEnded": "\u7ed3\u675f",
- "HeaderAirDays": "\u64ad\u51fa\u65e5\u671f",
- "OptionSunday": "\u661f\u671f\u5929",
- "OptionMonday": "\u661f\u671f\u4e00",
- "OptionTuesday": "\u661f\u671f\u4e8c",
- "OptionWednesday": "\u661f\u671f\u4e09",
- "OptionThursday": "\u661f\u671f\u56db",
- "OptionFriday": "\u661f\u671f\u4e94",
- "OptionSaturday": "\u661f\u671f\u516d",
- "HeaderManagement": "\u7ba1\u7406",
- "LabelManagement": "\u7ba1\u7406\uff1a",
- "OptionMissingImdbId": "\u7f3a\u5c11IMDb \u7f16\u53f7",
- "OptionMissingTvdbId": "\u7f3a\u5c11TheTVDB \u7f16\u53f7",
- "OptionMissingOverview": "\u7f3a\u5c11\u6982\u8ff0",
- "OptionFileMetadataYearMismatch": "\u6587\u4ef6\/\u5a92\u4f53\u8d44\u6599\u5e74\u4efd\u4e0d\u5339\u914d",
- "TabGeneral": "\u4e00\u822c",
- "TitleSupport": "\u652f\u6301",
- "TabLog": "\u65e5\u5fd7\u6587\u6863",
- "TabAbout": "\u5173\u4e8e",
- "TabSupporterKey": "\u652f\u6301\u8005\u5e8f\u53f7",
- "TabBecomeSupporter": "\u6210\u4e3a\u652f\u6301\u8005",
- "MediaBrowserHasCommunity": "Media Browser\u6709\u4e00\u4e2a\u7531\u7528\u6237\u548c\u8d21\u732e\u8005\u7ec4\u6210\u7684\u7e41\u8363\u793e\u533a\u3002",
- "CheckoutKnowledgeBase": "\u67e5\u770b\u6211\u4eec\u7684\u77e5\u8bc6\u5e93\uff0c\u80fd\u8ba9\u4f60\u6700\u5927\u9650\u5ea6\u7684\u638c\u63a7Media Browser\u3002",
- "SearchKnowledgeBase": "\u641c\u7d22\u77e5\u8bc6\u5e93",
- "VisitTheCommunity": "\u8bbf\u95ee\u793e\u533a",
- "VisitMediaBrowserWebsite": "\u8bbf\u95ee Media Browser\u7f51\u7ad9",
- "VisitMediaBrowserWebsiteLong": "\u8bbf\u95ee Media Browser\u7f51\u7ad9\uff0c\u83b7\u53d6\u6700\u65b0\u6d88\u606f\u548c\u5f00\u53d1\u8005\u535a\u5ba2\u3002",
- "OptionHideUser": "\u4ece\u767b\u9646\u9875\u9762\u9690\u85cf\u6b64\u7528\u6237",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "\u7981\u7528\u6b64\u7528\u6237",
- "OptionDisableUserHelp": "\u5982\u679c\u7981\u7528\u8be5\u7528\u6237\uff0c\u670d\u52a1\u5668\u5c06\u4e0d\u5141\u8bb8\u8be5\u7528\u6237\u8fde\u63a5\u3002\u73b0\u6709\u7684\u8fde\u63a5\u5c06\u88ab\u7ec8\u6b62\u3002",
- "HeaderAdvancedControl": "\u9ad8\u7ea7\u63a7\u5236",
- "LabelName": "\u540d\u5b57\uff1a",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "\u8fd0\u884c\u6b64\u7528\u6237\u7ba1\u7406\u670d\u52a1\u5668",
- "HeaderFeatureAccess": "\u53ef\u4f7f\u7528\u7684\u529f\u80fd",
- "OptionAllowMediaPlayback": "\u5141\u8bb8\u5a92\u4f53\u64ad\u653e",
- "OptionAllowBrowsingLiveTv": "\u5141\u8bb8\u4f7f\u7528\u7535\u89c6\u76f4\u64ad",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "\u5141\u8bb8\u7ba1\u7406\u7535\u89c6\u8282\u76ee\u5f55\u5236",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "\u7f3a\u5c11Tmdb \u7f16\u53f7",
- "OptionIsHD": "HD\u9ad8\u6e05",
- "OptionIsSD": "SD\u6807\u6e05",
- "OptionMetascore": "\u8bc4\u5206",
- "ButtonSelect": "\u9009\u62e9",
- "ButtonGroupVersions": "\u7248\u672c\u53f7",
- "ButtonAddToCollection": "\u52a0\u5165\u5408\u96c6",
- "PismoMessage": "\u901a\u8fc7\u6350\u8d60\u83b7\u53d6Pismo File Mount\u7684\u4f7f\u7528\u6388\u6743\u3002",
- "TangibleSoftwareMessage": "\u901a\u8fc7\u6350\u8d60\u7684\u8bb8\u53ef\u8bc1\u4f7f\u7528Java \/ C\uff03\u8f6c\u6362\u5668\u5207\u5b9e\u53ef\u884c\u7684\u89e3\u51b3\u65b9\u6848\u3002",
- "HeaderCredits": "\u5236\u4f5c\u4eba\u5458\u540d\u5355",
- "PleaseSupportOtherProduces": "\u8bf7\u652f\u6301\u6211\u4eec\u7684\u5176\u4ed6\u514d\u8d39\u4ea7\u54c1\uff1a",
- "VersionNumber": "\u7248\u672c {0}",
- "TabPaths": "\u8def\u5f84",
- "TabServer": "\u670d\u52a1\u5668",
- "TabTranscoding": "\u8f6c\u7801",
- "TitleAdvanced": "\u9ad8\u7ea7",
- "LabelAutomaticUpdateLevel": "\u81ea\u52a8\u66f4\u65b0\u7b49\u7ea7",
- "OptionRelease": "\u5b98\u65b9\u6b63\u5f0f\u7248",
- "OptionBeta": "\u6d4b\u8bd5\u7248",
- "OptionDev": "\u5f00\u53d1\u7248\uff08\u4e0d\u7a33\u5b9a\uff09",
- "LabelAllowServerAutoRestart": "\u5141\u8bb8\u670d\u52a1\u5668\u81ea\u52a8\u91cd\u542f\u6765\u5b89\u88c5\u66f4\u65b0",
- "LabelAllowServerAutoRestartHelp": "\u8be5\u670d\u52a1\u5668\u4ec5\u4f1a\u5728\u7a7a\u95f2\u548c\u6ca1\u6709\u6d3b\u52a8\u7528\u6237\u7684\u671f\u95f4\u91cd\u65b0\u542f\u52a8\u3002",
- "LabelEnableDebugLogging": "\u542f\u7528\u8c03\u8bd5\u65e5\u5fd7",
- "LabelRunServerAtStartup": "\u5f00\u673a\u542f\u52a8\u670d\u52a1\u5668",
- "LabelRunServerAtStartupHelp": "\u670d\u52a1\u5668\u6258\u76d8\u56fe\u6807\u5c06\u4f1a\u5728windows\u5f00\u673a\u65f6\u542f\u52a8\u3002\u8981\u542f\u52a8windows\u670d\u52a1\uff0c\u8bf7\u53d6\u6d88\u8fd9\u4e2a\u9009\u9879\uff0c\u5e76\u4eceWindows\u63a7\u5236\u9762\u677f\u4e2d\u8fd0\u884c\u670d\u52a1\u3002\u8bf7\u6ce8\u610f\uff1a\u4f60\u4e0d\u80fd\u8ba9\u6258\u76d8\u56fe\u6807\u548cwindows\u670d\u52a1\u540c\u65f6\u8fd0\u884c\uff0c\u542f\u52a8\u670d\u52a1\u4e4b\u524d\u4f60\u5fc5\u987b\u5148\u9000\u51fa\u6258\u76d8\u56fe\u6807\u3002",
- "ButtonSelectDirectory": "\u9009\u62e9\u76ee\u5f55",
- "LabelCustomPaths": "\u81ea\u5b9a\u4e49\u6240\u9700\u7684\u8def\u5f84\uff0c\u5982\u679c\u5b57\u6bb5\u4e3a\u7a7a\u5219\u4f7f\u7528\u9ed8\u8ba4\u503c\u3002",
- "LabelCachePath": "\u7f13\u5b58\u8def\u5f84\uff1a",
- "LabelCachePathHelp": "\u81ea\u5b9a\u4e49\u670d\u52a1\u5668\u7f13\u5b58\u6587\u4ef6\u4f4d\u7f6e\uff0c\u4f8b\u5982\u56fe\u7247\u4f4d\u7f6e\u3002",
- "LabelImagesByNamePath": "\u6309\u540d\u79f0\u5f52\u7c7b\u7684\u56fe\u7247\u8def\u5f84\uff1a",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "\u5a92\u4f53\u8d44\u6599\u8def\u5f84\uff1a",
- "LabelMetadataPathHelp": "\u5982\u679c\u4e0d\u4fdd\u5b58\u5a92\u4f53\u6587\u4ef6\u5939\u5185\uff0c\u8bf7\u81ea\u5b9a\u4e49\u4e0b\u8f7d\u7684\u5a92\u4f53\u8d44\u6599\u548c\u56fe\u50cf\u4f4d\u7f6e\u3002",
- "LabelTranscodingTempPath": "\u4e34\u65f6\u89e3\u7801\u8def\u5f84\uff1a",
- "LabelTranscodingTempPathHelp": "\u6b64\u6587\u4ef6\u5939\u5305\u542b\u7528\u4e8e\u8f6c\u7801\u7684\u5de5\u4f5c\u6587\u4ef6\u3002\u8bf7\u81ea\u5b9a\u4e49\u8def\u5f84\uff0c\u6216\u7559\u7a7a\u4ee5\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u6570\u636e\u6587\u4ef6\u5939\u3002",
- "TabBasics": "\u57fa\u7840",
- "TabTV": "\u7535\u89c6",
- "TabGames": "\u6e38\u620f",
- "TabMusic": "\u97f3\u4e50",
- "TabOthers": "\u5176\u4ed6",
- "HeaderExtractChapterImagesFor": "\u4ece\u9009\u62e9\u7ae0\u8282\u4e2d\u63d0\u53d6\u56fe\u7247\uff1a",
- "OptionMovies": "\u7535\u5f71",
- "OptionEpisodes": "\u5267\u96c6",
- "OptionOtherVideos": "\u5176\u4ed6\u89c6\u9891",
- "TitleMetadata": "\u5a92\u4f53\u8d44\u6599",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "\u542f\u7528\u4eceTheMovieDB.org\u81ea\u52a8\u66f4\u65b0",
- "LabelAutomaticUpdatesTvdb": "\u542f\u7528\u4eceTheTVDB.com\u81ea\u52a8\u66f4\u65b0",
- "LabelAutomaticUpdatesFanartHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230fanart.tv\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
- "LabelAutomaticUpdatesTmdbHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230TheMovieDB.org\u4e0a\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
- "LabelAutomaticUpdatesTvdbHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e00\u65e6\u6709\u65b0\u7684\u56fe\u50cf\u6dfb\u52a0\u5230TheTVDB.com\u4e0a\uff0c\u5b83\u4eec\u5c06\u88ab\u81ea\u52a8\u4e0b\u8f7d\u3002\u73b0\u6709\u7684\u56fe\u50cf\u4e0d\u4f1a\u88ab\u53d6\u4ee3\u3002",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "\u4ece\u7ae0\u8282\u4e2d\u63d0\u53d6\u7684\u56fe\u7247\u5c06\u5141\u8bb8\u5ba2\u6237\u7aef\u663e\u793a\u56fe\u5f62\u9009\u62e9\u83dc\u5355\u3002\u8fd9\u4e2a\u8fc7\u7a0b\u53ef\u80fd\u4f1a\u5f88\u6162\uff0c \u66f4\u591a\u7684\u5360\u7528CPU\u8d44\u6e90\uff0c\u5e76\u4e14\u4f1a\u9700\u8981\u51e0\u4e2aGB\u7684\u786c\u76d8\u7a7a\u95f4\u3002\u5b83\u88ab\u9ed8\u8ba4\u8bbe\u7f6e\u4e8e\u6bcf\u665a\u51cc\u66684\u70b9\u8fd0\u884c\uff0c\u867d\u7136\u8fd9\u53ef\u4ee5\u5728\u8ba1\u5212\u4efb\u52a1\u4e2d\u914d\u7f6e\uff0c\u4f46\u6211\u4eec\u4e0d\u5efa\u8bae\u5728\u9ad8\u5cf0\u4f7f\u7528\u65f6\u95f4\u8fd0\u884c\u8be5\u4efb\u52a1\u3002",
- "LabelMetadataDownloadLanguage": "\u9996\u9009\u4e0b\u8f7d\u8bed\u8a00\uff1a",
- "ButtonAutoScroll": "\u81ea\u52a8\u6eda\u52a8",
- "LabelImageSavingConvention": "\u56fe\u7247\u4fdd\u5b58\u547d\u540d\u89c4\u5219",
- "LabelImageSavingConventionHelp": "Media Browser\u80fd\u591f\u8bc6\u522b\u5927\u90e8\u5206\u4e3b\u6d41\u5a92\u4f53\u7a0b\u5e8f\u547d\u540d\u7684\u56fe\u50cf\u3002\u5982\u679c\u4f60\u540c\u65f6\u8fd8\u5728\u4f7f\u7528\u5176\u4ed6\u5a92\u4f53\u7a0b\u5e8f\uff0c\u9009\u62e9\u4e0b\u8f7d\u547d\u540d\u89c4\u5219\u662f\u975e\u5e38\u6709\u5e2e\u52a9\u7684\u3002",
- "OptionImageSavingCompatible": "\u517c\u5bb9 - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "\u6807\u51c6 - MB2",
- "ButtonSignIn": "\u767b\u5f55",
- "TitleSignIn": "\u767b\u5f55",
- "HeaderPleaseSignIn": "\u8bf7\u767b\u5f55",
- "LabelUser": "\u7528\u6237\uff1a",
- "LabelPassword": "\u5bc6\u7801\uff1a",
- "ButtonManualLogin": "\u624b\u52a8\u767b\u5f55",
- "PasswordLocalhostMessage": "\u4ece\u672c\u5730\u4e3b\u673a\u767b\u5f55\u4e0d\u9700\u8981\u5bc6\u7801\u3002",
- "TabGuide": "\u6307\u5357",
- "TabChannels": "\u9891\u9053",
- "TabCollections": "\u5408\u96c6",
- "HeaderChannels": "\u9891\u9053",
- "TabRecordings": "\u5f55\u5236",
- "TabScheduled": "\u9884\u5b9a",
- "TabSeries": "\u7535\u89c6\u5267",
- "TabFavorites": "\u6211\u7684\u6700\u7231",
- "TabMyLibrary": "\u6211\u7684\u5a92\u4f53\u5e93",
- "ButtonCancelRecording": "\u53d6\u6d88\u5f55\u5236",
- "HeaderPrePostPadding": "\u9884\u5148\/\u540e\u671f\u586b\u5145",
- "LabelPrePaddingMinutes": "\u9884\u5148\u5145\u586b\u5206\u949f\u6570\uff1a",
- "OptionPrePaddingRequired": "\u5f55\u5236\u9700\u8981\u9884\u5148\u5145\u586b\u3002",
- "LabelPostPaddingMinutes": "\u540e\u671f\u586b\u5145\u5206\u949f\u6570\uff1a",
- "OptionPostPaddingRequired": "\u5f55\u5236\u9700\u8981\u540e\u671f\u586b\u5145\u3002",
- "HeaderWhatsOnTV": "\u6b63\u5728\u64ad\u653e",
- "HeaderUpcomingTV": "\u5373\u5c06\u63a8\u51fa\u7684\u7535\u89c6\u8282\u76ee",
- "TabStatus": "\u72b6\u6001",
- "TabSettings": "\u8bbe\u7f6e",
- "ButtonRefreshGuideData": "\u5237\u65b0\u6307\u5357\u6570\u636e",
- "ButtonRefresh": "\u5237\u65b0",
- "ButtonAdvancedRefresh": "\u9ad8\u7ea7\u5237\u65b0",
- "OptionPriority": "\u4f18\u5148",
- "OptionRecordOnAllChannels": "\u5f55\u5236\u6240\u6709\u9891\u9053",
- "OptionRecordAnytime": "\u5f55\u5236\u6240\u6709\u65f6\u6bb5",
- "OptionRecordOnlyNewEpisodes": "\u53ea\u5f55\u5236\u65b0\u5267\u96c6",
- "HeaderDays": "\u5929",
- "HeaderActiveRecordings": "\u6b63\u5728\u5f55\u5236\u7684\u8282\u76ee",
- "HeaderLatestRecordings": "\u6700\u65b0\u5f55\u5236\u7684\u8282\u76ee",
- "HeaderAllRecordings": "\u6240\u6709\u5f55\u5236\u7684\u8282\u76ee",
- "ButtonPlay": "\u64ad\u653e",
- "ButtonEdit": "\u7f16\u8f91",
- "ButtonRecord": "\u5f55\u5236",
- "ButtonDelete": "\u5220\u9664",
- "ButtonRemove": "\u79fb\u9664",
- "OptionRecordSeries": "\u5f55\u5236\u7535\u89c6\u5267",
- "HeaderDetails": "\u8be6\u7ec6\u8d44\u6599",
- "TitleLiveTV": "\u7535\u89c6\u76f4\u64ad",
- "LabelNumberOfGuideDays": "\u4e0b\u8f7d\u51e0\u5929\u7684\u8282\u76ee\u6307\u5357\uff1a",
- "LabelNumberOfGuideDaysHelp": "\u4e0b\u8f7d\u66f4\u591a\u5929\u7684\u8282\u76ee\u6307\u5357\u53ef\u4ee5\u5e2e\u4f60\u8fdb\u4e00\u6b65\u67e5\u770b\u8282\u76ee\u5217\u8868\u5e76\u505a\u51fa\u63d0\u524d\u5b89\u6392\uff0c\u4f46\u4e0b\u8f7d\u8fc7\u7a0b\u4e5f\u5c06\u8017\u65f6\u66f4\u4e45\u3002\u5b83\u5c06\u57fa\u4e8e\u9891\u9053\u6570\u91cf\u81ea\u52a8\u9009\u62e9\u3002",
- "LabelActiveService": "\u8fd0\u884c\u4e2d\u7684\u670d\u52a1\uff1a",
- "LabelActiveServiceHelp": "\u591a\u4e2a\u7535\u89c6\u63d2\u4ef6\u53ef\u4ee5\u5b89\u88c5\uff0c\u4f46\u5728\u540c\u4e00\u65f6\u95f4\u53ea\u6709\u4e00\u4e2a\u53ef\u4ee5\u8fd0\u884c\u3002",
- "OptionAutomatic": "\u81ea\u52a8",
- "LiveTvPluginRequired": "\u8981\u7ee7\u7eed\u7684\u8bdd\u8bf7\u81f3\u5c11\u5b89\u88c5\u4e00\u4e2a\u7535\u89c6\u76f4\u64ad\u63d2\u4ef6\u3002",
- "LiveTvPluginRequiredHelp": "\u8bf7\u81f3\u5c11\u5b89\u88c5\u4e00\u4e2a\u6211\u4eec\u6240\u63d0\u4f9b\u7684\u63d2\u4ef6\uff0c\u4f8b\u5982\uff1aNext Pvr \u6216\u8005 ServerWmc\u3002",
- "LabelCustomizeOptionsPerMediaType": "\u81ea\u5b9a\u4e49\u5a92\u4f53\u7c7b\u578b\uff1a",
- "OptionDownloadThumbImage": "\u7f29\u7565\u56fe",
- "OptionDownloadMenuImage": "\u83dc\u5355",
- "OptionDownloadLogoImage": "\u6807\u5fd7",
- "OptionDownloadBoxImage": "\u5305\u88c5",
- "OptionDownloadDiscImage": "\u5149\u76d8",
- "OptionDownloadBannerImage": "\u6a2a\u5e45",
- "OptionDownloadBackImage": "\u5305\u88c5\u80cc\u9762",
- "OptionDownloadArtImage": "\u827a\u672f\u56fe",
- "OptionDownloadPrimaryImage": "\u5c01\u9762\u56fe",
- "HeaderFetchImages": "\u83b7\u53d6\u56fe\u50cf\uff1a",
- "HeaderImageSettings": "\u56fe\u7247\u8bbe\u7f6e",
- "TabOther": "\u5176\u4ed6",
- "LabelMaxBackdropsPerItem": "\u6bcf\u4e2a\u9879\u76ee\u6700\u5927\u80cc\u666f\u56fe\u6570\u76ee\uff1a",
- "LabelMaxScreenshotsPerItem": "\u6bcf\u4e2a\u9879\u76ee\u6700\u5927\u622a\u56fe\u6570\u76ee\uff1a",
- "LabelMinBackdropDownloadWidth": "\u4e0b\u8f7d\u80cc\u666f\u56fe\u7684\u6700\u5c0f\u5bbd\u5ea6\uff1a",
- "LabelMinScreenshotDownloadWidth": "\u4e0b\u8f7d\u622a\u56fe\u7684\u6700\u5c0f\u5bbd\u5ea6\uff1a",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "\u6dfb\u52a0",
- "LabelTriggerType": "\u89e6\u53d1\u7c7b\u578b\uff1a",
- "OptionDaily": "\u6bcf\u65e5",
- "OptionWeekly": "\u6bcf\u5468",
- "OptionOnInterval": "\u5728\u4e00\u4e2a\u671f\u95f4",
- "OptionOnAppStartup": "\u5728\u7a0b\u5e8f\u542f\u52a8\u65f6",
- "OptionAfterSystemEvent": "\u7cfb\u7edf\u4e8b\u4ef6\u4e4b\u540e",
- "LabelDay": "\u65e5\uff1a",
- "LabelTime": "\u65f6\u95f4\uff1a",
- "LabelEvent": "\u4e8b\u4ef6\uff1a",
- "OptionWakeFromSleep": "\u4ece\u7761\u7720\u4e2d\u5524\u9192",
- "LabelEveryXMinutes": "\u6bcf\uff1a",
- "HeaderTvTuners": "\u8c03\u8c10\u5668",
- "HeaderGallery": "\u56fe\u5e93",
- "HeaderLatestGames": "\u6700\u65b0\u6e38\u620f",
- "HeaderRecentlyPlayedGames": "\u6700\u8fd1\u73a9\u8fc7\u7684\u6e38\u620f",
- "TabGameSystems": "\u6e38\u620f\u7cfb\u7edf",
- "TitleMediaLibrary": "\u5a92\u4f53\u5e93",
- "TabFolders": "\u6587\u4ef6\u5939",
- "TabPathSubstitution": "\u8def\u5f84\u66ff\u6362",
- "LabelSeasonZeroDisplayName": "\u7b2c0\u5b63\u663e\u793a\u540d\u79f0\u4e3a\uff1a",
- "LabelEnableRealtimeMonitor": "\u542f\u7528\u5b9e\u65f6\u76d1\u63a7",
- "LabelEnableRealtimeMonitorHelp": "\u7acb\u5373\u5904\u7406\u652f\u6301\u7684\u6587\u4ef6\u7cfb\u7edf\u66f4\u6539\u3002",
- "ButtonScanLibrary": "\u626b\u63cf\u5a92\u4f53\u5e93",
- "HeaderNumberOfPlayers": "\u64ad\u653e\u5668\uff1a",
- "OptionAnyNumberOfPlayers": "\u4efb\u610f",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "\u5a92\u4f53\u6587\u4ef6\u5939",
- "HeaderThemeVideos": "\u4e3b\u9898\u89c6\u9891",
- "HeaderThemeSongs": "\u4e3b\u9898\u6b4c",
- "HeaderScenes": "\u573a\u666f",
- "HeaderAwardsAndReviews": "\u5956\u9879\u4e0e\u8bc4\u8bba",
- "HeaderSoundtracks": "\u539f\u58f0\u97f3\u4e50",
- "HeaderMusicVideos": "\u97f3\u4e50\u89c6\u9891",
- "HeaderSpecialFeatures": "\u7279\u6b8a\u529f\u80fd",
- "HeaderCastCrew": "\u6f14\u804c\u4eba\u5458",
- "HeaderAdditionalParts": "\u9644\u52a0\u90e8\u5206",
- "ButtonSplitVersionsApart": "\u652f\u7ebf\u7248\u672c",
- "ButtonPlayTrailer": "\u9884\u544a\u7247",
- "LabelMissing": "\u7f3a\u5931",
- "LabelOffline": "\u79bb\u7ebf",
- "PathSubstitutionHelp": "\u8def\u5f84\u66ff\u6362\u7528\u4e8e\u628a\u670d\u52a1\u5668\u4e0a\u7684\u8def\u5f84\u6620\u5c04\u5230\u5ba2\u6237\u7aef\u80fd\u591f\u8bbf\u95ee\u7684\u8def\u5f84\u3002\u5141\u8bb8\u7528\u6237\u76f4\u63a5\u8bbf\u95ee\u670d\u52a1\u5668\u4e0a\u7684\u5a92\u4f53\uff0c\u5e76\u80fd\u591f\u76f4\u63a5\u901a\u8fc7\u7f51\u7edc\u4e0a\u64ad\u653e\uff0c\u53ef\u4ee5\u4e0d\u8fdb\u884c\u8f6c\u6d41\u548c\u8f6c\u7801\uff0c\u4ece\u800c\u8282\u7ea6\u670d\u52a1\u5668\u8d44\u6e90\u3002",
- "HeaderFrom": "\u4ece",
- "HeaderTo": "\u5230",
- "LabelFrom": "\u4ece\uff1a",
- "LabelFromHelp": "\u4f8b\u5982\uff1a D:\\Movies \uff08\u5728\u670d\u52a1\u5668\u4e0a\uff09",
- "LabelTo": "\u5230\uff1a",
- "LabelToHelp": "\u4f8b\u5982\uff1a \\\\MyServer\\Movies \uff08\u5ba2\u6237\u7aef\u80fd\u8bbf\u95ee\u7684\u8def\u5f84\uff09",
- "ButtonAddPathSubstitution": "\u6dfb\u52a0\u8def\u5f84\u66ff\u6362",
- "OptionSpecialEpisode": "\u7279\u96c6",
- "OptionMissingEpisode": "\u7f3a\u5c11\u7684\u5267\u96c6",
- "OptionUnairedEpisode": "\u5c1a\u672a\u53d1\u5e03\u7684\u5267\u96c6",
- "OptionEpisodeSortName": "\u5267\u96c6\u540d\u79f0\u6392\u5e8f",
- "OptionSeriesSortName": "\u7535\u89c6\u5267\u540d\u79f0",
- "OptionTvdbRating": "Tvdb \u8bc4\u5206",
- "HeaderTranscodingQualityPreference": "\u8f6c\u7801\u8d28\u91cf\u504f\u597d\uff1a",
- "OptionAutomaticTranscodingHelp": "\u7531\u670d\u52a1\u5668\u81ea\u52a8\u9009\u62e9\u8d28\u91cf\u4e0e\u901f\u5ea6",
- "OptionHighSpeedTranscodingHelp": "\u4f4e\u8d28\u91cf\uff0c\u8f6c\u7801\u5feb",
- "OptionHighQualityTranscodingHelp": "\u9ad8\u8d28\u91cf\uff0c\u8f6c\u7801\u6162",
- "OptionMaxQualityTranscodingHelp": "\u6700\u9ad8\u8d28\u91cf\uff0c\u8f6c\u7801\u66f4\u6162\u4e14CPU\u5360\u7528\u5f88\u9ad8",
- "OptionHighSpeedTranscoding": "\u66f4\u9ad8\u901f\u5ea6",
- "OptionHighQualityTranscoding": "\u66f4\u9ad8\u8d28\u91cf",
- "OptionMaxQualityTranscoding": "\u6700\u9ad8\u8d28\u91cf",
- "OptionEnableDebugTranscodingLogging": "\u542f\u7528\u8f6c\u7801\u9664\u9519\u65e5\u5fd7",
- "OptionEnableDebugTranscodingLoggingHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u975e\u5e38\u5927\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u4ec5\u63a8\u8350\u5728\u6392\u9664\u6545\u969c\u65f6\u4f7f\u7528\u3002",
- "OptionUpscaling": "\u5141\u8bb8\u5ba2\u6237\u7aef\u8bf7\u6c42\u653e\u5927\u7684\u89c6\u9891",
- "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u8fd9\u5c06\u63d0\u9ad8\u89c6\u9891\u8d28\u91cf\uff0c\u4f46\u4f1a\u5bfc\u81f4CPU\u7684\u5360\u7528\u589e\u52a0\u3002",
- "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u79fb\u9664\u8fd9\u4e2a\u96c6\u5408\u91cc\u7684\u4efb\u4f55\u7535\u5f71\uff0c\u7535\u89c6\u5267\uff0c\u4e13\u8f91\uff0c\u4e66\u7c4d\u6216\u6e38\u620f\u3002",
- "HeaderAddTitles": "\u6dfb\u52a0\u6807\u9898",
- "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8bbe\u5907",
- "LabelEnableDlnaPlayToHelp": "Media Browser \u53ef\u4ee5\u68c0\u6d4b\u5230\u4f60\u7f51\u7edc\u4e2d\u7684\u517c\u5bb9\u8bbe\u5907\uff0c\u5e76\u63d0\u4f9b\u8fdc\u7a0b\u63a7\u5236\u5b83\u4eec\u7684\u80fd\u529b\u3002",
- "LabelEnableDlnaDebugLogging": "\u542f\u7528DLNA\u9664\u9519\u65e5\u5fd7",
- "LabelEnableDlnaDebugLoggingHelp": "\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5f88\u5927\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u4ec5\u63a8\u8350\u5728\u6392\u9664\u6545\u969c\u65f6\u4f7f\u7528\u3002",
- "LabelEnableDlnaClientDiscoveryInterval": "\u5ba2\u6237\u7aef\u641c\u5bfb\u65f6\u95f4\u95f4\u9694\uff08\u79d2\uff09",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "\u786e\u5b9a\u7531Media Browser\u7684SSDP\u8fdb\u884c\u641c\u7d22\u7684\u95f4\u9694\u79d2\u6570\u3002",
- "HeaderCustomDlnaProfiles": "\u81ea\u5b9a\u4e49\u914d\u7f6e",
- "HeaderSystemDlnaProfiles": "\u7cfb\u7edf\u914d\u7f6e",
- "CustomDlnaProfilesHelp": "\u4e3a\u65b0\u7684\u8bbe\u5907\u521b\u5efa\u81ea\u5b9a\u4e49\u914d\u7f6e\u6587\u4ef6\u6216\u8986\u76d6\u539f\u6709\u7cfb\u7edf\u914d\u7f6e\u6587\u4ef6\u3002",
- "SystemDlnaProfilesHelp": "\u7cfb\u7edf\u914d\u7f6e\u4e3a\u53ea\u8bfb\uff0c\u66f4\u6539\u7cfb\u7edf\u914d\u7f6e\u5c06\u4fdd\u6301\u4e3a\u65b0\u7684\u81ea\u5b9a\u4e49\u914d\u7f6e\u6587\u4ef6\u3002",
- "TitleDashboard": "\u63a7\u5236\u53f0",
- "TabHome": "\u9996\u9875",
- "TabInfo": "\u4fe1\u606f",
- "HeaderLinks": "\u94fe\u63a5",
- "HeaderSystemPaths": "\u7cfb\u7edf\u8def\u5f84",
- "LinkCommunity": "\u793e\u533a",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "Api \u6587\u6863",
- "LabelFriendlyServerName": "\u597d\u8bb0\u7684\u670d\u52a1\u5668\u540d\u79f0\uff1a",
- "LabelFriendlyServerNameHelp": "\u6b64\u540d\u79f0\u5c06\u7528\u505a\u670d\u52a1\u5668\u540d\uff0c\u5982\u679c\u7559\u7a7a\uff0c\u5c06\u4f7f\u7528\u8ba1\u7b97\u673a\u540d\u3002",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "\u7ffb\u8bd1Media Browser\u662f\u4e00\u4e2a\u6b63\u5728\u8fdb\u884c\u7684\u9879\u76ee\uff0c\u5c1a\u672a\u5168\u90e8\u5b8c\u6210\u3002",
- "LabelReadHowYouCanContribute": "\u9605\u8bfb\u5173\u4e8e\u5982\u4f55\u4e3aMedia Browser\u8d21\u732e\u529b\u91cf\u3002",
- "HeaderNewCollection": "\u65b0\u5408\u96c6",
- "HeaderAddToCollection": "\u52a0\u5165\u5408\u96c6",
- "ButtonSubmit": "\u63d0\u4ea4",
- "NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6",
- "OptionSearchForInternetMetadata": "\u5728\u4e92\u8054\u7f51\u4e0a\u641c\u7d22\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599",
- "ButtonCreate": "\u521b\u5efa",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "Web Socket\u7aef\u53e3\u53f7\uff1a",
- "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\u5728\u8fd9\u91cc\u8f93\u5165\u52a8\u6001\u7684DNS\u3002Media Browser\u7684\u5ba2\u6237\u7aef\u7a0b\u5e8f\u5c06\u53ef\u4ee5\u4f7f\u7528\u5b83\u8fdb\u884c\u8fdc\u7a0b\u8fde\u63a5\u3002",
- "TabResume": "\u6062\u590d\u64ad\u653e",
- "TabWeather": "\u5929\u6c14",
- "TitleAppSettings": "\u5ba2\u6237\u7aef\u7a0b\u5e8f\u8bbe\u7f6e",
- "LabelMinResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5c0f\u767e\u5206\u6bd4\uff1a",
- "LabelMaxResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5927\u767e\u5206\u6bd4\uff1a",
- "LabelMinResumeDuration": "\u6062\u590d\u64ad\u653e\u6700\u5c0f\u65f6\u95f4\uff08\u79d2\uff09\uff1a",
- "LabelMinResumePercentageHelp": "\u5982\u679c\u5728\u6b64\u65f6\u95f4\u4e4b\u524d\u505c\u6b62\u64ad\u653e\uff0c\u5a92\u4f53\u4f1a\u6807\u8bb0\u4e3a\u201c\u672a\u64ad\u653e\u201d",
- "LabelMaxResumePercentageHelp": "\u5982\u679c\u5728\u6b64\u65f6\u95f4\u4e4b\u540e\u505c\u6b62\u64ad\u653e\uff0c\u5a92\u4f53\u4f1a\u6807\u8bb0\u4e3a\u201c\u5df2\u64ad\u653e\u201d",
- "LabelMinResumeDurationHelp": "\u5a92\u4f53\u64ad\u653e\u65f6\u95f4\u8fc7\u77ed\uff0c\u4e0d\u53ef\u6062\u590d\u64ad\u653e",
- "TitleAutoOrganize": "\u81ea\u52a8\u6574\u7406",
- "TabActivityLog": "\u6d3b\u52a8\u65e5\u5fd7",
- "HeaderName": "\u540d\u5b57",
- "HeaderDate": "\u65e5\u671f",
- "HeaderSource": "\u6765\u6e90",
- "HeaderDestination": "\u76ee\u7684\u5730",
- "HeaderProgram": "\u7a0b\u5e8f",
- "HeaderClients": "\u5ba2\u6237\u7aef",
- "LabelCompleted": "\u5b8c\u6210",
- "LabelFailed": "\u5931\u8d25",
- "LabelSkipped": "\u8df3\u8fc7",
- "HeaderEpisodeOrganization": "\u5267\u96c6\u6574\u7406",
- "LabelSeries": "\u7535\u89c6\u5267\uff1a",
- "LabelSeasonNumber": "\u591a\u5c11\u5b63\uff1a",
- "LabelEpisodeNumber": "\u591a\u5c11\u96c6\uff1a",
- "LabelEndingEpisodeNumber": "\u6700\u540e\u4e00\u96c6\u6570\u5b57\uff1a",
- "LabelEndingEpisodeNumberHelp": "\u53ea\u9700\u8981\u591a\u96c6\u6587\u4ef6",
- "HeaderSupportTheTeam": "\u652f\u6301Media Browser\u5c0f\u7ec4",
- "LabelSupportAmount": "\u91d1\u989d\uff08\u7f8e\u5143\uff09",
- "HeaderSupportTheTeamHelp": "\u4e3a\u786e\u4fdd\u8be5\u9879\u76ee\u7684\u6301\u7eed\u53d1\u5c55\u3002\u6350\u6b3e\u7684\u4e00\u90e8\u5206\u5c06\u8d21\u732e\u7ed9\u6211\u4eec\u6240\u4f9d\u8d56\u5176\u4ed6\u7684\u514d\u8d39\u5de5\u5177\u3002",
- "ButtonEnterSupporterKey": "\u8f93\u5165\u652f\u6301\u8005\u5e8f\u53f7",
- "DonationNextStep": "\u5b8c\u6210\u540e\uff0c\u8bf7\u8fd4\u56de\u5e76\u8f93\u5165\u4f60\u7684\u652f\u6301\u8005\u5e8f\u53f7\uff0c\u8be5\u5e8f\u5217\u53f7\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u63a5\u6536\u3002",
- "AutoOrganizeHelp": "\u81ea\u52a8\u6574\u7406\u4f1a\u76d1\u63a7\u4f60\u4e0b\u8f7d\u6587\u4ef6\u5939\u4e2d\u7684\u65b0\u6587\u4ef6\uff0c\u5e76\u4e14\u4f1a\u81ea\u52a8\u628a\u5b83\u4eec\u79fb\u52a8\u5230\u4f60\u7684\u5a92\u4f53\u6587\u4ef6\u5939\u4e2d\u3002",
- "AutoOrganizeTvHelp": "\u7535\u89c6\u6587\u4ef6\u6574\u7406\u4ec5\u4f1a\u6dfb\u52a0\u5267\u96c6\u5230\u4f60\u73b0\u6709\u7684\u7535\u89c6\u5267\u4e2d\uff0c\u4e0d\u4f1a\u521b\u5efa\u65b0\u7684\u7535\u89c6\u5267\u6587\u4ef6\u5939\u3002",
- "OptionEnableEpisodeOrganization": "\u542f\u7528\u65b0\u5267\u96c6\u6574\u7406",
- "LabelWatchFolder": "\u76d1\u63a7\u6587\u4ef6\u5939\uff1a",
- "LabelWatchFolderHelp": "\u670d\u52a1\u5668\u5c06\u5728\u201c\u6574\u7406\u65b0\u5a92\u4f53\u6587\u4ef6\u201d\u8ba1\u5212\u4efb\u52a1\u4e2d\u67e5\u8be2\u8be5\u6587\u4ef6\u5939\u3002",
- "ButtonViewScheduledTasks": "\u67e5\u770b\u8ba1\u5212\u4efb\u52a1",
- "LabelMinFileSizeForOrganize": "\u6700\u5c0f\u6587\u4ef6\u5927\u5c0f\uff08MB\uff09\uff1a",
- "LabelMinFileSizeForOrganizeHelp": "\u5ffd\u7565\u5c0f\u4e8e\u6b64\u5927\u5c0f\u7684\u6587\u4ef6\u3002",
- "LabelSeasonFolderPattern": "\u5b63\u6587\u4ef6\u5939\u6a21\u5f0f\uff1a",
- "LabelSeasonZeroFolderName": "\u7b2c0\u5b63\u6587\u4ef6\u5939\u540d\u79f0\uff1a",
- "HeaderEpisodeFilePattern": "\u5267\u96c6\u6587\u4ef6\u6a21\u5f0f",
- "LabelEpisodePattern": "\u5267\u96c6\u6a21\u5f0f\uff1a",
- "LabelMultiEpisodePattern": "\u591a\u96c6\u6a21\u5f0f\uff1a",
- "HeaderSupportedPatterns": "\u652f\u6301\u7684\u6a21\u5f0f",
- "HeaderTerm": "\u671f\u9650",
- "HeaderPattern": "\u6a21\u5f0f",
- "HeaderResult": "\u7ed3\u5c40",
- "LabelDeleteEmptyFolders": "\u6574\u7406\u540e\u5220\u9664\u7a7a\u6587\u4ef6\u5939",
- "LabelDeleteEmptyFoldersHelp": "\u542f\u7528\u4ee5\u4fdd\u6301\u4e0b\u8f7d\u76ee\u5f55\u6574\u6d01\u3002",
- "LabelDeleteLeftOverFiles": "\u5220\u9664\u5177\u6709\u4ee5\u4e0b\u6269\u5c55\u540d\u7684\u9057\u7559\u6587\u4ef6\uff1a",
- "LabelDeleteLeftOverFilesHelp": "\u5206\u9694\u7b26 ;. \u4f8b\u5982\uff1a.nfo;.txt",
- "OptionOverwriteExistingEpisodes": "\u8986\u76d6\u73b0\u6709\u5267\u96c6",
- "LabelTransferMethod": "\u79fb\u52a8\u65b9\u5f0f",
- "OptionCopy": "\u590d\u5236",
- "OptionMove": "\u79fb\u52a8",
- "LabelTransferMethodHelp": "\u4ece\u76d1\u63a7\u6587\u4ef6\u5939\u590d\u5236\u6216\u79fb\u52a8\u6587\u4ef6",
- "HeaderLatestNews": "\u6700\u65b0\u6d88\u606f",
- "HeaderHelpImproveMediaBrowser": "\u5e2e\u52a9\u63d0\u5347Media Browser",
- "HeaderRunningTasks": "\u8fd0\u884c\u7684\u4efb\u52a1",
- "HeaderActiveDevices": "\u6d3b\u52a8\u7684\u8bbe\u5907",
- "HeaderPendingInstallations": "\u7b49\u5f85\u5b89\u88c5",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "\u73b0\u5728\u91cd\u542f",
- "ButtonRestart": "\u91cd\u542f",
- "ButtonShutdown": "\u5173\u673a",
- "ButtonUpdateNow": "\u73b0\u5728\u66f4\u65b0",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "\u8bf7\u5173\u95ed\u670d\u52a1\u5668\u5e76\u624b\u52a8\u66f4\u65b0\u3002",
- "NewServerVersionAvailable": "Media Browser\u670d\u52a1\u5668\u6709\u65b0\u7248\u672c\u53ef\u7528\uff01",
- "ServerUpToDate": "Media Browser\u670d\u52a1\u5668\u662f\u6700\u65b0\u7684",
- "ErrorConnectingToMediaBrowserRepository": "\u8fdc\u7a0b\u8fde\u63a5Media Browser\u8d44\u6599\u5e93\u51fa\u9519\u3002",
- "LabelComponentsUpdated": "\u4e0b\u9762\u7684\u7ec4\u4ef6\u5df2\u5b89\u88c5\u6216\u66f4\u65b0\uff1a",
- "MessagePleaseRestartServerToFinishUpdating": "\u8bf7\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u6765\u5b8c\u6210\u5e94\u7528\u66f4\u65b0\u3002",
- "LabelDownMixAudioScale": "\u7f29\u6df7\u97f3\u9891\u589e\u5f3a\uff1a",
- "LabelDownMixAudioScaleHelp": "\u7f29\u6df7\u97f3\u9891\u589e\u5f3a\u3002\u8bbe\u7f6e\u4e3a1\uff0c\u5c06\u4fdd\u7559\u539f\u6765\u7684\u97f3\u91cf\u00b7\u3002",
- "ButtonLinkKeys": "\u8f6c\u79fb\u5e8f\u5217\u53f7",
- "LabelOldSupporterKey": "\u65e7\u7684\u652f\u6301\u8005\u5e8f\u53f7",
- "LabelNewSupporterKey": "\u65b0\u7684\u652f\u6301\u8005\u5e8f\u53f7",
- "HeaderMultipleKeyLinking": "\u8f6c\u79fb\u5230\u65b0\u5e8f\u5217\u53f7",
- "MultipleKeyLinkingHelp": "\u5982\u679c\u4f60\u6536\u5230\u65b0\u7684\u652f\u6301\u8005\u5e8f\u5217\u53f7\uff0c\u4f7f\u7528\u6b64\u529f\u80fd\u53ef\u4ee5\u628a\u4f60\u65e7\u5e8f\u5217\u53f7\u7684\u6ce8\u518c\u4fe1\u606f\u8f6c\u79fb\u5230\u65b0\u5e8f\u5217\u53f7\u4e0a\u3002",
- "LabelCurrentEmailAddress": "\u73b0\u6709\u90ae\u7bb1\u5730\u5740",
- "LabelCurrentEmailAddressHelp": "\u6536\u53d6\u65b0\u5e8f\u53f7\u7684\u73b0\u6709\u90ae\u7bb1\u5730\u5740\u3002",
- "HeaderForgotKey": "\u5fd8\u8bb0\u5e8f\u53f7",
- "LabelEmailAddress": "\u90ae\u7bb1\u5730\u5740",
- "LabelSupporterEmailAddress": "\u8d2d\u4e70\u5e8f\u53f7\u7684\u90ae\u7bb1\u5730\u5740\u3002",
- "ButtonRetrieveKey": "\u53d6\u56de\u5e8f\u53f7",
- "LabelSupporterKey": "\u652f\u6301\u8005\u5e8f\u53f7\uff08\u4ece\u90ae\u4ef6\u7c98\u8d34\uff09",
- "LabelSupporterKeyHelp": "\u8f93\u5165\u4f60\u7684\u652f\u6301\u8005\u5e8f\u53f7\u5f00\u59cb\u4eab\u53d7\u793e\u533a\u4e3aMedia Browser\u5f00\u53d1\u7684\u989d\u5916\u597d\u5904\u3002",
- "MessageInvalidKey": "\u652f\u6301\u8005\u5e8f\u53f7\u9519\u8bef\u6216\u4e0d\u5b58\u5728\u3002",
- "ErrorMessageInvalidKey": "\u4e3a\u4e86\u6ce8\u518c\u9ad8\u7ea7\u5185\u5bb9\uff0c\u4f60\u5fc5\u987b\u6210\u4e3a\u4e00\u4e2aMedia Browser\u652f\u6301\u8005\u3002\u8bf7\u6350\u6b3e\u652f\u6301\u6838\u5fc3\u4ea7\u54c1\u7684\u6301\u7eed\u5f00\u53d1\u3002\u8c22\u8c22\u3002",
- "HeaderDisplaySettings": "\u663e\u793a\u8bbe\u7f6e",
- "TabPlayTo": "\u64ad\u653e\u5230",
- "LabelEnableDlnaServer": "\u542f\u7528Dlna\u670d\u52a1\u5668",
- "LabelEnableDlnaServerHelp": "\u5141\u8bb8\u7f51\u7edc\u4e0a\u7684UPnP\u8bbe\u5907\u6d4f\u89c8\u548c\u64ad\u653eMedia Browser\u7684\u5185\u5bb9\u3002",
- "LabelEnableBlastAliveMessages": "\u7206\u53d1\u6d3b\u52a8\u4fe1\u53f7",
- "LabelEnableBlastAliveMessagesHelp": "\u5982\u679c\u8be5\u670d\u52a1\u5668\u4e0d\u80fd\u88ab\u7f51\u7edc\u4e2d\u7684\u5176\u4ed6UPnP\u8bbe\u5907\u68c0\u6d4b\u5230\uff0c\u8bf7\u542f\u7528\u6b64\u9009\u9879\u3002",
- "LabelBlastMessageInterval": "\u6d3b\u52a8\u4fe1\u53f7\u7684\u65f6\u95f4\u95f4\u9694\uff08\u79d2\uff09",
- "LabelBlastMessageIntervalHelp": "\u786e\u5b9a\u7531\u670d\u52a1\u5668\u6d3b\u52a8\u4fe1\u53f7\u7684\u95f4\u9694\u79d2\u6570\u3002",
- "LabelDefaultUser": "\u9ed8\u8ba4\u7528\u6237\uff1a",
- "LabelDefaultUserHelp": "\u786e\u5b9a\u54ea\u4e9b\u7528\u6237\u5a92\u4f53\u5e93\u5c06\u663e\u793a\u5728\u8fde\u63a5\u8bbe\u5907\u4e0a\u3002\u8fd9\u53ef\u4ee5\u4e3a\u6bcf\u4e2a\u8bbe\u5907\u63d0\u4f9b\u4e0d\u540c\u7684\u7528\u6237\u914d\u7f6e\u6587\u4ef6\u3002",
- "TitleDlna": "DLNA",
- "TitleChannels": "\u9891\u9053",
- "HeaderServerSettings": "\u670d\u52a1\u5668\u8bbe\u7f6e"
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json b/MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json
index 969657701..b7b5d0cf5 100644
--- a/MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json
+++ b/MediaBrowser.Server.Implementations/Localization/Server/zh_TW.json
@@ -1,6 +1,636 @@
{
- "LabelPublicPort": "Public port number:",
- "LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
+ "LabelExit": "\u96e2\u958b",
+ "LabelVisitCommunity": "\u8a2a\u554f\u793e\u5340",
+ "LabelGithub": "Github",
+ "LabelSwagger": "Swagger",
+ "LabelStandard": "\u6a19\u6dee",
+ "LabelApiDocumentation": "Api Documentation",
+ "LabelDeveloperResources": "Developer Resources",
+ "LabelBrowseLibrary": "\u700f\u89bd\u5a92\u9ad4\u5eab",
+ "LabelConfigureMediaBrowser": "\u8a2d\u5b9aMedia Browser",
+ "LabelOpenLibraryViewer": "\u6253\u958b\u5a92\u9ad4\u5eab\u700f\u89bd\u5668",
+ "LabelRestartServer": "\u91cd\u65b0\u555f\u52d5\u4f3a\u5668\u670d",
+ "LabelShowLogWindow": "\u986f\u793a\u65e5\u8a8c",
+ "LabelPrevious": "\u4e0a\u4e00\u500b",
+ "LabelFinish": "\u5b8c\u7d50",
+ "LabelNext": "\u4e0b\u4e00\u500b",
+ "LabelYoureDone": "\u5b8c\u6210!",
+ "WelcomeToMediaBrowser": "\u6b61\u8fce\u4f86\u5230 Media Browser\uff01",
+ "TitleMediaBrowser": "Media Browser",
+ "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
+ "TellUsAboutYourself": "\u8acb\u4ecb\u7d39\u4e00\u4e0b\u81ea\u5df1",
+ "ButtonQuickStartGuide": "Quick start guide",
+ "LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
+ "MoreUsersCanBeAddedLater": "\u5f80\u5f8c\u53ef\u4ee5\u5728\u63a7\u5236\u53f0\u5167\u6dfb\u52a0\u66f4\u591a\u7528\u6236\u3002",
+ "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",
+ "LabelWindowsService": "Windows\u670d\u52d9",
+ "AWindowsServiceHasBeenInstalled": "Windows\u670d\u52d9\u5df2\u7d93\u5b89\u88dd\u5b8c\u7562\u3002",
+ "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",
+ "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",
+ "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>Server Dashboard<\/b>.",
+ "LabelConfigureSettings": "\u914d\u7f6e\u8a2d\u5b9a",
+ "LabelEnableVideoImageExtraction": "\u555f\u52d5\u8996\u983b\u622a\u5716\u63d0\u53d6",
+ "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",
+ "LabelEnableChapterImageExtractionForMovies": "\u63d0\u53d6\u96fb\u5f71\u7ae0\u7bc0\u622a\u5716",
+ "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",
+ "LabelEnableAutomaticPortMapping": "\u555f\u7528\u81ea\u52d5\u7aef\u53e3\u8f49\u767c",
+ "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",
+ "HeaderTermsOfService": "Media Browser Terms of Service",
+ "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
+ "OptionIAcceptTermsOfService": "I accept the terms of service",
+ "ButtonPrivacyPolicy": "Privacy policy",
+ "ButtonTermsOfService": "Terms of Service",
+ "HeaderDeveloperOptions": "Developer Options",
+ "OptionEnableWebClientResponseCache": "Enable web client response caching",
+ "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
+ "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
+ "LabelDashboardSourcePath": "Web client source path:",
+ "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
+ "ButtonOk": "OK",
+ "ButtonCancel": "\u53d6\u6d88",
+ "ButtonNew": "\u5275\u5efa",
+ "HeaderTV": "TV",
+ "HeaderAudio": "Audio",
+ "HeaderVideo": "Video",
+ "HeaderPaths": "Paths",
+ "TitleNotifications": "Notifications",
+ "ButtonDonateWithPayPal": "Donate with PayPal",
+ "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
+ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
+ "LabelEnterConnectUserName": "User name or email:",
+ "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
+ "HeaderSyncJobInfo": "Sync Job",
+ "FolderTypeMixed": "Mixed content",
+ "FolderTypeMovies": "Movies",
+ "FolderTypeMusic": "Music",
+ "FolderTypeAdultVideos": "Adult videos",
+ "FolderTypePhotos": "Photos",
+ "FolderTypeMusicVideos": "Music videos",
+ "FolderTypeHomeVideos": "Home videos",
+ "FolderTypeGames": "Games",
+ "FolderTypeBooks": "Books",
+ "FolderTypeTvShows": "TV",
+ "FolderTypeInherit": "Inherit",
+ "LabelContentType": "Content type:",
+ "TitleScheduledTasks": "Scheduled Tasks",
+ "HeaderSetupLibrary": "\u8a2d\u7f6e\u4f60\u7684\u5a92\u9ad4\u5eab",
+ "ButtonAddMediaFolder": "\u6dfb\u52a0\u5a92\u9ad4\u6587\u4ef6\u593e",
+ "LabelFolderType": "\u5a92\u9ad4\u6587\u4ef6\u593e\u985e\u578b\uff1a",
+ "ReferToMediaLibraryWiki": "\u53c3\u7167\u5a92\u9ad4\u5eab\u7ef4\u57fa",
+ "LabelCountry": "\u570b\u5bb6\uff1a",
+ "LabelLanguage": "\u8a9e\u8a00\uff1a",
+ "HeaderPreferredMetadataLanguage": "\u9996\u9078\u5a92\u9ad4\u8cc7\u6599\u8a9e\u8a00\uff1a",
+ "LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599\u5230\u5a92\u9ad4\u6a94\u6848\u6240\u5728\u7684\u6587\u4ef6\u593e",
+ "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",
+ "LabelDownloadInternetMetadata": "\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599",
+ "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",
+ "TabPreferences": "\u504f\u597d",
+ "TabPassword": "\u5bc6\u78bc",
+ "TabLibraryAccess": "\u5a92\u9ad4\u5eab\u700f\u89bd\u6b0a\u9650",
+ "TabAccess": "Access",
+ "TabImage": "\u5716\u50cf",
+ "TabProfile": "\u914d\u7f6e",
+ "TabMetadata": "\u5a92\u9ad4\u8cc7\u6599",
+ "TabImages": "\u5716\u50cf",
+ "TabNotifications": "Notifications",
+ "TabCollectionTitles": "\u6a19\u984c",
+ "HeaderDeviceAccess": "Device Access",
+ "OptionEnableAccessFromAllDevices": "Enable access from all devices",
+ "OptionEnableAccessToAllChannels": "Enable access to all channels",
+ "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "\u986f\u793a\u7bc0\u76ee\u5b63\u5ea6\u5167\u7f3a\u5c11\u7684\u55ae\u5143",
+ "LabelUnairedMissingEpisodesWithinSeasons": "\u5728\u7bc0\u76ee\u5b63\u5ea6\u5167\u986f\u793a\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
+ "HeaderVideoPlaybackSettings": "\u8996\u983b\u56de\u653e\u8a2d\u7f6e",
+ "HeaderPlaybackSettings": "Playback Settings",
+ "LabelAudioLanguagePreference": "\u97f3\u983b\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
+ "LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
+ "OptionDefaultSubtitles": "Default",
+ "OptionOnlyForcedSubtitles": "Only forced subtitles",
+ "OptionAlwaysPlaySubtitles": "Always play subtitles",
+ "OptionNoSubtitles": "No Subtitles",
+ "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
+ "TabProfiles": "\u914d\u7f6e",
+ "TabSecurity": "\u5b89\u5168\u6027",
+ "ButtonAddUser": "\u6dfb\u52a0\u7528\u6236",
+ "ButtonAddLocalUser": "Add Local User",
+ "ButtonInviteUser": "Invite User",
+ "ButtonSave": "\u4fdd\u5b58",
+ "ButtonResetPassword": "\u91cd\u8a2d\u5bc6\u78bc",
+ "LabelNewPassword": "\u65b0\u5bc6\u78bc\uff1a",
+ "LabelNewPasswordConfirm": "\u78ba\u8a8d\u65b0\u5bc6\u78bc\uff1a",
+ "HeaderCreatePassword": "\u5275\u5efa\u5bc6\u78bc",
+ "LabelCurrentPassword": "\u7576\u524d\u7684\u5bc6\u78bc\uff1a",
+ "LabelMaxParentalRating": "\u6700\u5927\u5141\u8a31\u7684\u5bb6\u9577\u8a55\u7d1a\uff1a",
+ "MaxParentalRatingHelp": "\u5177\u6709\u8f03\u9ad8\u7684\u5bb6\u9577\u8a55\u7d1a\u5167\u5bb9\u5c07\u5f9e\u9019\u7528\u6236\u88ab\u96b1\u85cf",
+ "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",
+ "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
+ "ButtonDeleteImage": "\u522a\u9664\u5716\u50cf",
+ "LabelSelectUsers": "Select users:",
+ "ButtonUpload": "\u4e0a\u8f09",
+ "HeaderUploadNewImage": "\u4e0a\u8f09\u65b0\u5716\u50cf",
+ "LabelDropImageHere": "Drop image here",
+ "ImageUploadAspectRatioHelp": "\u63a8\u85a6\u4f7f\u67091:1\u5bec\u9ad8\u6bd4\u4f8b\u7684\u5716\u50cf\u3002\u53ea\u5141\u8a31JPG\/PNG\u683c\u5f0f",
+ "MessageNothingHere": "\u9019\u88e1\u6c92\u6709\u4ec0\u9ebc\u3002",
+ "MessagePleaseEnsureInternetMetadata": "\u8acb\u78ba\u4fdd\u5df2\u555f\u7528\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u8cc7\u6599\u3002",
+ "TabSuggested": "\u5efa\u8b70",
+ "TabLatest": "\u6700\u65b0",
+ "TabUpcoming": "\u5373\u5c07\u767c\u5e03",
+ "TabShows": "\u7bc0\u76ee",
+ "TabEpisodes": "\u55ae\u5143",
+ "TabGenres": "\u985e\u578b",
+ "TabPeople": "\u4eba\u7269",
+ "TabNetworks": "\u7db2\u7d61",
+ "HeaderUsers": "\u7528\u6236",
+ "HeaderFilters": "\u904e\u6ffe\uff1a",
+ "ButtonFilter": "\u904e\u6ffe",
+ "OptionFavorite": "\u6211\u7684\u6700\u611b",
+ "OptionLikes": "\u559c\u6b61",
+ "OptionDislikes": "\u4e0d\u559c\u6b61",
+ "OptionActors": "\u6f14\u54e1",
+ "OptionGuestStars": "\u7279\u9080\u660e\u661f",
+ "OptionDirectors": "\u5c0e\u6f14",
+ "OptionWriters": "\u4f5c\u8005",
+ "OptionProducers": "\u5236\u7247\u4eba",
+ "HeaderResume": "Resume",
+ "HeaderNextUp": "\u4e0b\u4e00\u96c6",
+ "NoNextUpItemsMessage": "\u6c92\u6709\u627e\u5230\u3002\u958b\u59cb\u770b\u4f60\u7684\u7bc0\u76ee\uff01",
+ "HeaderLatestEpisodes": "\u6700\u65b0\u7bc0\u76ee\u55ae\u5143",
+ "HeaderPersonTypes": "\u4eba\u7269\u985e\u578b\uff1a",
+ "TabSongs": "\u6b4c\u66f2",
+ "TabAlbums": "\u5c08\u8f2f",
+ "TabArtists": "\u6b4c\u624b",
+ "TabAlbumArtists": "\u5c08\u8f2f\u6b4c\u624b",
+ "TabMusicVideos": "Music Videos",
+ "ButtonSort": "\u6392\u5e8f",
+ "HeaderSortBy": "\u6392\u5e8f\u65b9\u5f0f\uff1a",
+ "HeaderSortOrder": "\u6392\u5e8f\u6b21\u5e8f\uff1a",
+ "OptionPlayed": "\u5df2\u64ad\u653e",
+ "OptionUnplayed": "\u672a\u64ad\u653e",
+ "OptionAscending": "\u5347\u5e8f",
+ "OptionDescending": "\u964d\u5e8f",
+ "OptionRuntime": "\u64ad\u653e\u9577\u5ea6",
+ "OptionReleaseDate": "Release Date",
+ "OptionPlayCount": "\u64ad\u653e\u6b21\u6578",
+ "OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
+ "OptionDateAdded": "\u6dfb\u52a0\u65e5\u671f",
+ "OptionAlbumArtist": "\u5c08\u8f2f\u6b4c\u624b",
+ "OptionArtist": "\u6b4c\u624b",
+ "OptionAlbum": "\u5c08\u8f2f",
+ "OptionTrackName": "\u66f2\u76ee\u540d\u7a31",
+ "OptionCommunityRating": "\u793e\u5340\u8a55\u5206",
+ "OptionNameSort": "\u540d\u5b57",
+ "OptionFolderSort": "Folders",
+ "OptionBudget": "\u9810\u7b97",
+ "OptionRevenue": "\u6536\u5165",
+ "OptionPoster": "\u6d77\u5831",
+ "OptionPosterCard": "Poster card",
+ "OptionBackdrop": "\u80cc\u666f",
+ "OptionTimeline": "\u6642\u9593\u8ef8",
+ "OptionThumb": "\u7e2e\u7565\u5716",
+ "OptionThumbCard": "Thumb card",
+ "OptionBanner": "\u6a6b\u5411\u5716",
+ "OptionCriticRating": "\u8a55\u8ad6\u5bb6\u8a55\u50f9",
+ "OptionVideoBitrate": "\u8996\u983b\u6bd4\u7279\u7387",
+ "OptionResumable": "\u53ef\u6062\u5fa9",
+ "ScheduledTasksHelp": "\u55ae\u64ca\u4e00\u500b\u4efb\u52d9\u4f86\u8abf\u6574\u5b83\u7684\u904b\u884c\u6642\u9593\u8868\u3002",
+ "ScheduledTasksTitle": "Scheduled Tasks",
+ "TabMyPlugins": "\u6211\u7684\u63d2\u4ef6",
+ "TabCatalog": "\u76ee\u9304",
+ "PluginsTitle": "\u63d2\u4ef6",
+ "HeaderAutomaticUpdates": "\u81ea\u52d5\u66f4\u65b0",
+ "HeaderNowPlaying": "\u6b63\u5728\u64ad\u653e",
+ "HeaderLatestAlbums": "\u6700\u65b0\u5c08\u8f2f",
+ "HeaderLatestSongs": "\u6700\u65b0\u6b4c\u66f2",
+ "HeaderRecentlyPlayed": "\u6700\u8fd1\u64ad\u653e",
+ "HeaderFrequentlyPlayed": "\u7d93\u5e38\u64ad\u653e",
+ "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",
+ "LabelVideoType": "\u8996\u983b\u985e\u578b\uff1a",
+ "OptionBluray": "\u85cd\u5149",
+ "OptionDvd": "DVD",
+ "OptionIso": "\u93e1\u50cf\u6a94",
+ "Option3D": "3D",
+ "LabelFeatures": "\u529f\u80fd\uff1a",
+ "LabelService": "Service:",
+ "LabelStatus": "Status:",
+ "LabelVersion": "Version:",
+ "LabelLastResult": "Last result:",
+ "OptionHasSubtitles": "\u5b57\u5e55",
+ "OptionHasTrailer": "Trailer",
+ "OptionHasThemeSong": "\u4e3b\u984c\u66f2",
+ "OptionHasThemeVideo": "\u4e3b\u984c\u8996\u983b",
+ "TabMovies": "\u96fb\u5f71",
+ "TabStudios": "\u5de5\u4f5c\u5ba4",
+ "TabTrailers": "\u9810\u544a",
+ "LabelArtists": "Artists:",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestMovies": "\u6700\u65b0\u96fb\u5f71",
+ "HeaderLatestTrailers": "\u6700\u65b0\u9810\u544a",
+ "OptionHasSpecialFeatures": "Special Features",
+ "OptionImdbRating": "IMDB\u8a55\u5206",
+ "OptionParentalRating": "\u5bb6\u9577\u8a55\u7d1a",
+ "OptionPremiereDate": "\u9996\u6620\u65e5\u671f",
+ "TabBasic": "\u57fa\u672c",
+ "TabAdvanced": "\u9032\u968e",
+ "HeaderStatus": "\u72c0\u614b",
+ "OptionContinuing": "\u6301\u7e8c",
+ "OptionEnded": "\u5b8c\u7d50",
+ "HeaderAirDays": "Air Days",
+ "OptionSunday": "\u661f\u671f\u5929",
+ "OptionMonday": "\u661f\u671f\u4e00",
+ "OptionTuesday": "\u661f\u671f\u4e8c",
+ "OptionWednesday": "\u661f\u671f\u4e09",
+ "OptionThursday": "\u661f\u671f\u56db",
+ "OptionFriday": "\u661f\u671f\u4e94",
+ "OptionSaturday": "\u661f\u671f\u516d",
+ "HeaderManagement": "Management",
+ "LabelManagement": "Management:",
+ "OptionMissingImdbId": "\u7f3a\u5c11IMDB\u7de8\u865f",
+ "OptionMissingTvdbId": "\u7f3a\u5c11TheTVDB\u7de8\u865f",
+ "OptionMissingOverview": "\u7f3a\u5c11\u6982\u8ff0",
+ "OptionFileMetadataYearMismatch": "\u6a94\u6848\/\u5a92\u9ad4\u8cc7\u6599\u5e74\u4efd\u4e0d\u5339\u914d",
+ "TabGeneral": "\u4e00\u822c",
+ "TitleSupport": "\u652f\u63f4",
+ "TabLog": "\u65e5\u8a8c",
+ "TabAbout": "\u95dc\u65bc",
+ "TabSupporterKey": "\u652f\u6301\u8005\u5e8f\u865f",
+ "TabBecomeSupporter": "\u6210\u70ba\u652f\u6301\u8005",
+ "MediaBrowserHasCommunity": "Media Browser\u6709\u4e00\u500b\u7531\u7528\u6236\u548c\u8ca2\u737b\u8005\u5efa\u7acb\u7684\u7e41\u69ae\u793e\u5340\u3002",
+ "CheckoutKnowledgeBase": "\u700f\u89bd\u6211\u5011\u7684\u77e5\u8b58\u5eab\uff0c\u80fd\u5e6b\u52a9\u4f60\u5145\u5206\u5229\u7528Media Browser\u3002",
+ "SearchKnowledgeBase": "\u641c\u7d22\u77e5\u8b58\u5eab",
+ "VisitTheCommunity": "\u8a2a\u554f\u793e\u5340",
+ "VisitMediaBrowserWebsite": "\u8a2a\u554fMedia Browser\u7db2\u7ad9",
+ "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",
+ "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
+ "OptionDisableUser": "\u7981\u7528\u6b64\u7528\u6236",
+ "OptionDisableUserHelp": "\u88ab\u7981\u7528\u7684\u7528\u6236\u5c07\u4e0d\u5141\u8a31\u9023\u63a5\u4f3a\u670d\u5668\u3002\u73fe\u6709\u7684\u9023\u63a5\u5c07\u88ab\u5373\u6642\u7d42\u6b62\u3002",
+ "HeaderAdvancedControl": "\u9ad8\u7d1a\u63a7\u5236",
+ "LabelName": "\u540d\u5b57\uff1a",
+ "ButtonHelp": "Help",
+ "OptionAllowUserToManageServer": "\u5141\u8a31\u9019\u7528\u6236\u7ba1\u7406\u4f3a\u670d\u5668",
+ "HeaderFeatureAccess": "\u53ef\u4ee5\u4f7f\u7528\u7684\u529f\u80fd",
+ "OptionAllowMediaPlayback": "\u5141\u8a31\u5a92\u9ad4\u64ad\u653e",
+ "OptionAllowBrowsingLiveTv": "\u5141\u8a31\u4f7f\u7528\u96fb\u8996\u529f\u80fd",
+ "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
+ "OptionAllowManageLiveTv": "\u5141\u8a31\u7ba1\u7406\u96fb\u8996\u7bc0\u76ee\u9304\u5f71",
+ "OptionAllowRemoteControlOthers": "Allow remote control of other users",
+ "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
+ "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
+ "HeaderRemoteControl": "Remote Control",
+ "OptionMissingTmdbId": "\u7f3a\u5c11TMDB\u7de8\u865f",
+ "OptionIsHD": "\u9ad8\u6e05",
+ "OptionIsSD": "\u6a19\u6e05",
+ "OptionMetascore": "\u8a55\u5206",
+ "ButtonSelect": "\u9078\u64c7",
+ "ButtonGroupVersions": "\u7248\u672c",
+ "ButtonAddToCollection": "Add to Collection",
+ "PismoMessage": "\u901a\u904e\u6350\u8d08\u7684\u8edf\u4ef6\u8a31\u53ef\u8b49\u4f7f\u7528Pismo File Mount\u3002",
+ "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
+ "HeaderCredits": "Credits",
+ "PleaseSupportOtherProduces": "\u8acb\u652f\u6301\u6211\u5011\u5176\u4ed6\u7684\u514d\u8cbb\u7522\u54c1\uff1a",
+ "VersionNumber": "\u7248\u672c{0}",
+ "TabPaths": "\u8def\u5f91",
+ "TabServer": "\u4f3a\u670d\u5668",
+ "TabTranscoding": "\u8f49\u78bc\u4e2d",
+ "TitleAdvanced": "\u9032\u968e",
+ "LabelAutomaticUpdateLevel": "\u81ea\u52d5\u66f4\u65b0\u7d1a\u5225",
+ "OptionRelease": "Official Release",
+ "OptionBeta": "\u516c\u6e2c\u7248\u672c",
+ "OptionDev": "Dev (Unstable)",
+ "LabelAllowServerAutoRestart": "\u5141\u8a31\u4f3a\u670d\u5668\u81ea\u52d5\u91cd\u65b0\u555f\u52d5\u53bb\u5b89\u88dd\u66f4\u65b0\u8cc7\u6599",
+ "LabelAllowServerAutoRestartHelp": "\u4f3a\u670d\u5668\u53ea\u6703\u5728\u6c92\u6709\u6d3b\u8e8d\u7528\u6236\u53ca\u7a7a\u9592\u671f\u9593\u91cd\u65b0\u555f\u52d5\u3002",
+ "LabelEnableDebugLogging": "\u8a18\u9304\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
+ "LabelRunServerAtStartup": "\u5728\u7cfb\u7d71\u555f\u52d5\u6642\u904b\u884c\u4f3a\u670d\u5668",
+ "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
+ "ButtonSelectDirectory": "\u9078\u64c7\u76ee\u9304",
+ "LabelCustomPaths": "\u6307\u5b9a\u6240\u9700\u7684\u81ea\u5b9a\u7fa9\u8def\u5f91\u3002\u7559\u7a7a\u4ee5\u4f7f\u7528\u9ed8\u8a8d\u503c\u3002",
+ "LabelCachePath": "\u7de9\u5b58\u8def\u5f91\uff1a",
+ "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
+ "LabelImagesByNamePath": "\u540d\u7a31\u5716\u50cf\u6587\u4ef6\u593e\u8def\u5f91\uff1a",
+ "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
+ "LabelMetadataPath": "\u5a92\u9ad4\u8cc7\u6599\u6587\u4ef6\u593e\u8def\u5f91\uff1a",
+ "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
+ "LabelTranscodingTempPath": "\u8f49\u78bc\u81e8\u6642\u8def\u5f91\uff1a",
+ "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
+ "TabBasics": "\u57fa\u672c",
+ "TabTV": "\u96fb\u8996\u7bc0\u76ee",
+ "TabGames": "\u904a\u6232",
+ "TabMusic": "\u97f3\u6a02",
+ "TabOthers": "\u5176\u4ed6",
+ "HeaderExtractChapterImagesFor": "\u5f9e\u4ee5\u4e0b\u5a92\u9ad4\u63d0\u53d6\u7ae0\u7bc0\u622a\u5716\uff1a",
+ "OptionMovies": "Movies",
+ "OptionEpisodes": "Episodes",
+ "OptionOtherVideos": "\u5176\u4ed6\u8996\u983b",
+ "TitleMetadata": "Metadata",
+ "LabelAutomaticUpdates": "Enable automatic updates",
+ "LabelAutomaticUpdatesTmdb": "\u5f9eTheMovieDB.org\u81ea\u52d5\u66f4\u65b0",
+ "LabelAutomaticUpdatesTvdb": "\u5f9eTheTVDB.com\u81ea\u52d5\u66f4\u65b0",
+ "LabelAutomaticUpdatesFanartHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230fanart.tv\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
+ "LabelAutomaticUpdatesTmdbHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230TheMovieDB.org\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
+ "LabelAutomaticUpdatesTvdbHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230TheTVDB.com\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
+ "LabelFanartApiKey": "Personal api key:",
+ "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
+ "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
+ "LabelMetadataDownloadLanguage": "Preferred download language:",
+ "ButtonAutoScroll": "\u81ea\u52d5\u6efe\u52d5",
+ "LabelImageSavingConvention": "\u5716\u50cf\u4fdd\u5b58\u547d\u540d\u898f\u5247\uff1a",
+ "LabelImageSavingConventionHelp": "Media Browser\u80fd\u5920\u8b58\u5225\u4f86\u81ea\u5927\u90e8\u5206\u4e3b\u8981\u5a92\u9ad4\u61c9\u7528\u7a0b\u5f0f\u7522\u54c1\u547d\u540d\u7684\u5716\u50cf\u3002\u5982\u679c\u4f60\u4e5f\u4f7f\u7528\u5176\u4ed6\u7522\u54c1\uff0c\u9078\u64c7\u4f60\u4e0b\u8f09\u7684\u5716\u50cf\u4fdd\u5b58\u547d\u540d\u898f\u5247\u80fd\u5920\u5e6b\u52a9\u4f60\u3002",
+ "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
+ "OptionImageSavingStandard": "Standard - MB2",
+ "ButtonSignIn": "\u767b\u9304",
+ "TitleSignIn": "\u767b\u9304",
+ "HeaderPleaseSignIn": "\u8acb\u767b\u9304",
+ "LabelUser": "\u7528\u6236\uff1a",
+ "LabelPassword": "\u5bc6\u78bc\uff1a",
+ "ButtonManualLogin": "Manual Login",
+ "PasswordLocalhostMessage": "\u5f9e\u672c\u5730\u767b\u9304\u6642\uff0c\u5bc6\u78bc\u4e0d\u662f\u5fc5\u9700\u7684\u3002",
+ "TabGuide": "\u6307\u5357",
+ "TabChannels": "\u983b\u5ea6",
+ "TabCollections": "Collections",
+ "HeaderChannels": "\u983b\u5ea6",
+ "TabRecordings": "\u9304\u5f71",
+ "TabScheduled": "\u9810\u5b9a",
+ "TabSeries": "\u96fb\u8996\u5287",
+ "TabFavorites": "Favorites",
+ "TabMyLibrary": "My Library",
+ "ButtonCancelRecording": "\u53d6\u6d88\u9304\u5f71",
+ "HeaderPrePostPadding": "Pre\/Post Padding",
+ "LabelPrePaddingMinutes": "Pre-padding minutes:",
+ "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
+ "LabelPostPaddingMinutes": "Post-padding minutes:",
+ "OptionPostPaddingRequired": "Post-padding is required in order to record.",
+ "HeaderWhatsOnTV": "\u6b63\u5728\u64ad\u653e\u7684\u96fb\u8996\u7bc0\u76ee",
+ "HeaderUpcomingTV": "\u5373\u5c07\u767c\u4f48\u7684\u96fb\u8996\u7bc0\u76ee",
+ "TabStatus": "Status",
+ "TabSettings": "\u8a2d\u5b9a",
+ "ButtonRefreshGuideData": "\u5237\u65b0\u96fb\u8996\u6307\u5357\u8cc7\u6599",
+ "ButtonRefresh": "Refresh",
+ "ButtonAdvancedRefresh": "Advanced Refresh",
+ "OptionPriority": "\u512a\u5148",
+ "OptionRecordOnAllChannels": "\u9304\u5f71\u6240\u4ee5\u983b\u5ea6\u7684\u7bc0\u76ee",
+ "OptionRecordAnytime": "\u9304\u5f71\u6240\u6709\u6642\u6bb5\u7684\u7bc0\u76ee",
+ "OptionRecordOnlyNewEpisodes": "\u53ea\u9304\u5f71\u6700\u65b0\u7684\u55ae\u5143",
+ "HeaderDays": "\u9304\u5f71\u65e5",
+ "HeaderActiveRecordings": "\u6b63\u5728\u9304\u5f71\u7684\u7bc0\u76ee",
+ "HeaderLatestRecordings": "\u6700\u65b0\u9304\u5f71\u7684\u7bc0\u76ee",
+ "HeaderAllRecordings": "\u6240\u6709\u9304\u5f71",
+ "ButtonPlay": "\u64ad\u653e",
+ "ButtonEdit": "\u7de8\u8f2f",
+ "ButtonRecord": "\u958b\u59cb\u9304\u5f71",
+ "ButtonDelete": "\u522a\u9664",
+ "ButtonRemove": "\u6e05\u9664",
+ "OptionRecordSeries": "\u9304\u5f71\u96fb\u8996\u5287",
+ "HeaderDetails": "\u8a73\u7d30\u8cc7\u6599",
+ "TitleLiveTV": "\u96fb\u8996\u529f\u80fd",
+ "LabelNumberOfGuideDays": "Number of days of guide data to download:",
+ "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
+ "LabelActiveService": "\u904b\u884c\u4e2d\u7684\u670d\u52d9",
+ "LabelActiveServiceHelp": "\u53ef\u5b89\u88dd\u591a\u500b\u96fb\u8996\u529f\u80fd\u63d2\u4ef6\u53ef\uff0c\u4f46\u53ea\u6709\u4e00\u500b\u53ef\u4ee5\u5728\u540c\u4e00\u6642\u9593\u662f\u904b\u884c\u3002",
+ "OptionAutomatic": "\u81ea\u52d5",
+ "LiveTvPluginRequired": "\u9700\u8981\u5b89\u88dd\u81f3\u5c11\u4e00\u500b\u96fb\u8996\u529f\u80fd\u63d2\u4ef6\u53bb\u7e7c\u7e8c",
+ "LiveTvPluginRequiredHelp": "\u8acb\u5b89\u88dd\u4e00\u500b\u6211\u5011\u63d0\u4f9b\u7684\u63d2\u4ef6\uff0c\u5982Next PVR\u7684\u6216ServerWmc\u3002",
+ "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
+ "OptionDownloadThumbImage": "\u7e2e\u7565\u5716",
+ "OptionDownloadMenuImage": "\u83dc\u55ae",
+ "OptionDownloadLogoImage": "\u6a19\u8a8c",
+ "OptionDownloadBoxImage": "\u5a92\u9ad4\u5305\u88dd",
+ "OptionDownloadDiscImage": "\u5149\u789f",
+ "OptionDownloadBannerImage": "Banner",
+ "OptionDownloadBackImage": "\u5a92\u9ad4\u5305\u88dd\u80cc\u9762",
+ "OptionDownloadArtImage": "\u5716\u50cf",
+ "OptionDownloadPrimaryImage": "\u4e3b\u8981\u5716",
+ "HeaderFetchImages": "\u6293\u53d6\u5716\u50cf\uff1a",
+ "HeaderImageSettings": "\u5716\u50cf\u8a2d\u7f6e",
+ "TabOther": "Other",
+ "LabelMaxBackdropsPerItem": "\u6bcf\u500b\u9805\u76ee\u80cc\u666f\u7684\u6700\u5927\u6578\u76ee\uff1a",
+ "LabelMaxScreenshotsPerItem": "\u6bcf\u4ef6\u7269\u54c1\u622a\u5716\u7684\u6700\u5927\u6578\u91cf\uff1a",
+ "LabelMinBackdropDownloadWidth": "\u6700\u5c0f\u80cc\u666f\u4e0b\u8f09\u5bec\u5ea6\uff1a",
+ "LabelMinScreenshotDownloadWidth": "\u6700\u5c0f\u622a\u5716\u4e0b\u8f09\u5bec\u5ea6\uff1a",
+ "ButtonAddScheduledTaskTrigger": "Add Trigger",
+ "HeaderAddScheduledTaskTrigger": "Add Trigger",
+ "ButtonAdd": "\u6dfb\u52a0",
+ "LabelTriggerType": "\u89f8\u767c\u985e\u578b\uff1a",
+ "OptionDaily": "\u6bcf\u65e5",
+ "OptionWeekly": "\u6bcf\u9031",
+ "OptionOnInterval": "\u6bcf\u6642\u6bb5",
+ "OptionOnAppStartup": "\u5728\u4f3a\u670d\u5668\u555f\u52d5",
+ "OptionAfterSystemEvent": "\u7cfb\u7d71\u4e8b\u4ef6\u4e4b\u5f8c",
+ "LabelDay": "\u65e5\uff1a",
+ "LabelTime": "\u6642\u9593\uff1a",
+ "LabelEvent": "\u4e8b\u4ef6\uff1a",
+ "OptionWakeFromSleep": "\u5f9e\u4f11\u7720\u4e2d\u56de\u5fa9",
+ "LabelEveryXMinutes": "\u6bcf\uff1a",
+ "HeaderTvTuners": "\u8abf\u8ae7\u5668",
+ "HeaderGallery": "Gallery",
+ "HeaderLatestGames": "\u6700\u65b0\u7684\u904a\u6232",
+ "HeaderRecentlyPlayedGames": "\u6700\u8fd1\u73a9\u904e\u7684\u904a\u6232",
+ "TabGameSystems": "\u904a\u6232\u7cfb\u7d71",
+ "TitleMediaLibrary": "\u5a92\u9ad4\u5eab",
+ "TabFolders": "\u6587\u4ef6\u593e",
+ "TabPathSubstitution": "\u66ff\u4ee3\u8def\u5f91",
+ "LabelSeasonZeroDisplayName": "\u7b2c0\u5b63\u986f\u793a\u540d\u7a31\uff1a",
+ "LabelEnableRealtimeMonitor": "\u555f\u7528\u5be6\u6642\u76e3\u63a7",
+ "LabelEnableRealtimeMonitorHelp": "\u652f\u6301\u7684\u6587\u4ef6\u7cfb\u7d71\u4e0a\u7684\u66f4\u6539\uff0c\u5c07\u6703\u7acb\u5373\u8655\u7406\u3002",
+ "ButtonScanLibrary": "\u6383\u63cf\u5a92\u9ad4\u5eab",
+ "HeaderNumberOfPlayers": "\u73a9\u5bb6\u6578\u76ee",
+ "OptionAnyNumberOfPlayers": "\u4efb\u4f55",
+ "Option1Player": "1+",
+ "Option2Player": "2+",
+ "Option3Player": "3+",
+ "Option4Player": "4+",
+ "HeaderMediaFolders": "\u5a92\u9ad4\u6587\u4ef6\u593e",
+ "HeaderThemeVideos": "\u4e3b\u984c\u8996\u983b",
+ "HeaderThemeSongs": "\u4e3b\u984c\u66f2",
+ "HeaderScenes": "\u5834\u666f",
+ "HeaderAwardsAndReviews": "\u734e\u9805\u8207\u8a55\u8ad6",
+ "HeaderSoundtracks": "\u539f\u8072\u97f3\u6a02",
+ "HeaderMusicVideos": "\u97f3\u6a02\u8996\u983b",
+ "HeaderSpecialFeatures": "\u7279\u8272",
+ "HeaderCastCrew": "\u62cd\u651d\u4eba\u54e1\u53ca\u6f14\u54e1",
+ "HeaderAdditionalParts": "\u9644\u52a0\u90e8\u4efd",
+ "ButtonSplitVersionsApart": "Split Versions Apart",
+ "ButtonPlayTrailer": "Trailer",
+ "LabelMissing": "\u7f3a\u5c11",
+ "LabelOffline": "\u96e2\u7dda",
+ "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
+ "HeaderFrom": "\u7531",
+ "HeaderTo": "\u5230",
+ "LabelFrom": "\u7531\uff1a",
+ "LabelFromHelp": "\u4f8b\u5b50\uff1aD:\\Movies (\u5728\u4f3a\u670d\u5668\u4e0a)",
+ "LabelTo": "\u5230\uff1a",
+ "LabelToHelp": "\u4f8b\u5b50\uff1a\\\\MyServer\\Movies (\u5ba2\u6236\u7aef\u53ef\u4ee5\u8a2a\u554f\u7684\u8def\u5f91)",
+ "ButtonAddPathSubstitution": "\u6dfb\u52a0\u66ff\u63db\u8def\u5f91",
+ "OptionSpecialEpisode": "\u7279\u96c6",
+ "OptionMissingEpisode": "\u7f3a\u5c11\u4e86\u7684\u55ae\u5143",
+ "OptionUnairedEpisode": "\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
+ "OptionEpisodeSortName": "\u55ae\u5143\u6392\u5e8f\u540d\u7a31",
+ "OptionSeriesSortName": "\u96fb\u8996\u5287\u540d\u7a31",
+ "OptionTvdbRating": "Tvdb\u8a55\u5206",
+ "HeaderTranscodingQualityPreference": "\u8f49\u78bc\u54c1\u8cea\u504f\u597d\uff1a",
+ "OptionAutomaticTranscodingHelp": "\u4f3a\u670d\u5668\u5c07\u6c7a\u5b9a\u54c1\u8cea\u548c\u901f\u5ea6",
+ "OptionHighSpeedTranscodingHelp": "\u4f4e\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u5feb",
+ "OptionHighQualityTranscodingHelp": "\u9ad8\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u6162",
+ "OptionMaxQualityTranscodingHelp": "\u6700\u9ad8\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u66f4\u6162\uff0cCPU\u4f7f\u7528\u7387\u9ad8",
+ "OptionHighSpeedTranscoding": "\u9ad8\u901f\u5ea6",
+ "OptionHighQualityTranscoding": "\u9ad8\u54c1\u8cea",
+ "OptionMaxQualityTranscoding": "\u6700\u9ad8\u54c1\u8cea",
+ "OptionEnableDebugTranscodingLogging": "\u8a18\u9304\u8f49\u78bc\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
+ "OptionEnableDebugTranscodingLoggingHelp": "\u9019\u5c07\u5275\u5efa\u4e00\u500b\u975e\u5e38\u5927\u7684\u65e5\u8a8c\u6587\u4ef6\uff0c\u5efa\u8b70\u53ea\u9700\u8981\u9032\u884c\u6545\u969c\u6392\u9664\u6642\u555f\u52d5\u3002",
+ "OptionUpscaling": "\u5141\u8a31\u5ba2\u6236\u7aef\u8acb\u6c42\u653e\u5927\u7684\u8996\u983b",
+ "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u9019\u5c07\u5c0e\u81f4\u66f4\u9ad8\u7684\u8996\u983b\u54c1\u8cea\uff0c\u4f46\u6703\u589e\u52a0CPU\u7684\u4f7f\u7528\u7387\u3002",
+ "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u522a\u9664\u9019\u5408\u96c6\u4e2d\u7684\u4efb\u4f55\u96fb\u5f71\uff0c\u96fb\u8996\u5287\uff0c\u76f8\u518a\uff0c\u66f8\u7c4d\u6216\u904a\u6232\u3002",
+ "HeaderAddTitles": "\u6dfb\u52a0\u6a19\u984c",
+ "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8a2d\u5099",
+ "LabelEnableDlnaPlayToHelp": "Media Browser\u53ef\u4ee5\u5728\u60a8\u7684\u7db2\u7d61\u4e2d\u6aa2\u6e2c\u5230\u517c\u5bb9\u7684\u8a2d\u5099\uff0c\u4e26\u63d0\u4f9b\u9060\u7a0b\u64cd\u4f5c\u5b83\u5011\u7684\u80fd\u529b\u3002",
+ "LabelEnableDlnaDebugLogging": "\u8a18\u9304DLNA\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
+ "LabelEnableDlnaDebugLoggingHelp": "\u9019\u5c07\u5275\u5efa\u4e00\u500b\u975e\u5e38\u5927\u7684\u65e5\u8a8c\u6587\u4ef6\uff0c\u5efa\u8b70\u53ea\u9700\u8981\u9032\u884c\u6545\u969c\u6392\u9664\u6642\u555f\u52d5\u3002",
+ "LabelEnableDlnaClientDiscoveryInterval": "\u5c0b\u627e\u5ba2\u6236\u7aef\u6642\u9593\u9593\u9694\uff08\u79d2\uff09",
+ "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
+ "HeaderCustomDlnaProfiles": "\u81ea\u5b9a\u7fa9\u914d\u7f6e",
+ "HeaderSystemDlnaProfiles": "\u7cfb\u7d71\u914d\u7f6e",
+ "CustomDlnaProfilesHelp": "\u70ba\u65b0\u7684\u8a2d\u5099\u5275\u5efa\u81ea\u5b9a\u7fa9\u914d\u7f6e\u6216\u8986\u84cb\u539f\u6709\u7cfb\u7d71\u914d\u7f6e\u3002",
+ "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
+ "TitleDashboard": "\u63a7\u5236\u53f0",
+ "TabHome": "\u9996\u9801",
+ "TabInfo": "\u8cc7\u8a0a",
+ "HeaderLinks": "\u93c8\u63a5",
+ "HeaderSystemPaths": "\u7cfb\u7d71\u8def\u5f91",
+ "LinkCommunity": "\u793e\u5340",
+ "LinkGithub": "Github",
+ "LinkApi": "Api",
+ "LinkApiDocumentation": "API\u6587\u6a94",
+ "LabelFriendlyServerName": "\u53cb\u597d\u4f3a\u670d\u5668\u540d\u7a31\uff1a",
+ "LabelFriendlyServerNameHelp": "\u6b64\u540d\u7a31\u5c07\u7528\u65bc\u6a19\u8b58\u4f3a\u670d\u5668\u3002\u5982\u679c\u7559\u7a7a\uff0c\u8a08\u7b97\u6a5f\u540d\u7a31\u5c07\u88ab\u4f7f\u7528\u3002",
+ "LabelPreferredDisplayLanguage": "Preferred display language:",
+ "LabelPreferredDisplayLanguageHelp": "\u7ffb\u8b6fMedia Browser\u662f\u4e00\u500b\u6b63\u5728\u9032\u884c\u7684\u9805\u76ee\uff0c\u5c1a\u672a\u5b8c\u6210\u3002",
+ "LabelReadHowYouCanContribute": "\u95b1\u8b80\u95dc\u65bc\u5982\u4f55\u70baMedia Browser\u8ca2\u737b\u3002",
+ "HeaderNewCollection": "\u65b0\u5408\u96c6",
+ "HeaderAddToCollection": "Add to Collection",
+ "ButtonSubmit": "Submit",
+ "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",
+ "LabelCustomCss": "Custom css:",
+ "LabelCustomCssHelp": "Apply your own custom css to the web interface.",
+ "LabelLocalHttpServerPortNumber": "Local http port number:",
+ "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
+ "LabelPublicHttpPort": "Public http port number:",
+ "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
+ "LabelPublicHttpsPort": "Public https port number:",
+ "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
+ "LabelEnableHttps": "Report https as external address",
+ "LabelEnableHttpsHelp": "If enabled, the server will report an https url to clients as it's external address. This may break clients that do not yet support https.",
+ "LabelHttpsPort": "Local https port number:",
+ "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
+ "LabelWebSocketPortNumber": "\u7db2\u7d61\u5957\u63a5\u7aef\u53e3\uff1a",
+ "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 WAN Address:",
+ "LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Media Browser apps will use it when connecting remotely. Leave empty for automatic detection.",
+ "TabResume": "\u6062\u5fa9\u64ad\u653e",
+ "TabWeather": "\u5929\u6c23",
+ "TitleAppSettings": "\u5ba2\u6236\u7aef\u8a2d\u7f6e",
+ "LabelMinResumePercentage": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
+ "LabelMaxResumePercentage": "\u6700\u5927\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
+ "LabelMinResumeDuration": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u6642\u9593\uff08\u79d2\uff09\uff1a",
+ "LabelMinResumePercentageHelp": "\u5a92\u9ad4\u5982\u679c\u5728\u9019\u500b\u6642\u9593\u4e4b\u524d\u505c\u6b62\uff0c\u6703\u88ab\u5b9a\u70ba\u672a\u64ad\u653e\u3002",
+ "LabelMaxResumePercentageHelp": "\u5a92\u9ad4\u5982\u679c\u5728\u9019\u500b\u6642\u9593\u4e4b\u5f8c\u505c\u6b62\uff0c\u6703\u88ab\u5b9a\u70ba\u5df2\u64ad\u653e\u3002",
+ "LabelMinResumeDurationHelp": "\u5a92\u9ad4\u6bd4\u9019\u66f4\u77ed\u4e0d\u53ef\u6062\u5fa9\u64ad\u653e",
+ "TitleAutoOrganize": "Auto-Organize",
+ "TabActivityLog": "Activity Log",
+ "HeaderName": "Name",
+ "HeaderDate": "Date",
+ "HeaderSource": "Source",
+ "HeaderDestination": "Destination",
+ "HeaderProgram": "Program",
+ "HeaderClients": "Clients",
+ "LabelCompleted": "Completed",
+ "LabelFailed": "Failed",
+ "LabelSkipped": "Skipped",
+ "HeaderEpisodeOrganization": "Episode Organization",
+ "LabelSeries": "Series:",
+ "LabelSeasonNumber": "Season number:",
+ "LabelEpisodeNumber": "Episode number:",
+ "LabelEndingEpisodeNumber": "Ending episode number:",
+ "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
+ "HeaderSupportTheTeam": "Support the Media Browser Team",
+ "LabelSupportAmount": "Amount (USD)",
+ "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
+ "ButtonEnterSupporterKey": "Enter supporter key",
+ "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
+ "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
+ "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
+ "OptionEnableEpisodeOrganization": "Enable new episode organization",
+ "LabelWatchFolder": "Watch folder:",
+ "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
+ "ButtonViewScheduledTasks": "View scheduled tasks",
+ "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
+ "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
+ "LabelSeasonFolderPattern": "Season folder pattern:",
+ "LabelSeasonZeroFolderName": "Season zero folder name:",
+ "HeaderEpisodeFilePattern": "Episode file pattern",
+ "LabelEpisodePattern": "Episode pattern:",
+ "LabelMultiEpisodePattern": "Multi-Episode pattern:",
+ "HeaderSupportedPatterns": "Supported Patterns",
+ "HeaderTerm": "Term",
+ "HeaderPattern": "Pattern",
+ "HeaderResult": "Result",
+ "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
+ "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
+ "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
+ "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
+ "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
+ "LabelTransferMethod": "Transfer method",
+ "OptionCopy": "Copy",
+ "OptionMove": "Move",
+ "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderLatestNews": "Latest News",
+ "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
+ "HeaderRunningTasks": "Running Tasks",
+ "HeaderActiveDevices": "Active Devices",
+ "HeaderPendingInstallations": "Pending Installations",
+ "HeaderServerInformation": "Server Information",
+ "ButtonRestartNow": "Restart Now",
+ "ButtonRestart": "Restart",
+ "ButtonShutdown": "Shutdown",
+ "ButtonUpdateNow": "Update Now",
+ "TabHosting": "Hosting",
+ "PleaseUpdateManually": "Please shutdown the server and update manually.",
+ "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
+ "ServerUpToDate": "Media Browser Server is up to date",
+ "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
+ "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
+ "LabelDownMixAudioScale": "Audio boost when downmixing:",
+ "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
+ "ButtonLinkKeys": "Transfer Key",
+ "LabelOldSupporterKey": "Old supporter key",
+ "LabelNewSupporterKey": "New supporter key",
+ "HeaderMultipleKeyLinking": "Transfer to New Key",
+ "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
+ "LabelCurrentEmailAddress": "Current email address",
+ "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
+ "HeaderForgotKey": "Forgot Key",
+ "LabelEmailAddress": "Email address",
+ "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
+ "ButtonRetrieveKey": "Retrieve Key",
+ "LabelSupporterKey": "Supporter Key (paste from email)",
+ "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
+ "MessageInvalidKey": "Supporter key is missing or invalid.",
+ "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
+ "HeaderDisplaySettings": "Display Settings",
+ "TabPlayTo": "Play To",
+ "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
+ "LabelEnableBlastAliveMessages": "Blast alive messages",
+ "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
+ "LabelBlastMessageInterval": "Alive message interval (seconds)",
+ "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
+ "LabelDefaultUser": "Default user:",
+ "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
"TitleDlna": "DLNA",
"TitleChannels": "Channels",
"HeaderServerSettings": "Server Settings",
@@ -672,7 +1302,7 @@
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
"HeaderNewUsers": "New Users",
"ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password?",
+ "ButtonForgotPassword": "Forgot password",
"OptionDisableUserPreferences": "Disable access to user preferences",
"OptionDisableUserPreferencesHelp": "If enabled, only administrators will be able to configure user profile images, passwords, and language preferences.",
"HeaderSelectServer": "Select Server",
@@ -708,637 +1338,5 @@
"NameSeasonNumber": "Season {0}",
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
"TabJobs": "Jobs",
- "TabSyncJobs": "Sync Jobs",
- "LabelExit": "\u96e2\u958b",
- "LabelVisitCommunity": "\u8a2a\u554f\u793e\u5340",
- "LabelGithub": "Github",
- "LabelSwagger": "Swagger",
- "LabelStandard": "\u6a19\u6dee",
- "LabelApiDocumentation": "Api Documentation",
- "LabelDeveloperResources": "Developer Resources",
- "LabelBrowseLibrary": "\u700f\u89bd\u5a92\u9ad4\u5eab",
- "LabelConfigureMediaBrowser": "\u8a2d\u5b9aMedia Browser",
- "LabelOpenLibraryViewer": "\u6253\u958b\u5a92\u9ad4\u5eab\u700f\u89bd\u5668",
- "LabelRestartServer": "\u91cd\u65b0\u555f\u52d5\u4f3a\u5668\u670d",
- "LabelShowLogWindow": "\u986f\u793a\u65e5\u8a8c",
- "LabelPrevious": "\u4e0a\u4e00\u500b",
- "LabelFinish": "\u5b8c\u7d50",
- "LabelNext": "\u4e0b\u4e00\u500b",
- "LabelYoureDone": "\u5b8c\u6210!",
- "WelcomeToMediaBrowser": "\u6b61\u8fce\u4f86\u5230 Media Browser\uff01",
- "TitleMediaBrowser": "Media Browser",
- "ThisWizardWillGuideYou": "This wizard will help guide you through the setup process. To begin, please select your preferred language.",
- "TellUsAboutYourself": "\u8acb\u4ecb\u7d39\u4e00\u4e0b\u81ea\u5df1",
- "ButtonQuickStartGuide": "Quick start guide",
- "LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
- "MoreUsersCanBeAddedLater": "\u5f80\u5f8c\u53ef\u4ee5\u5728\u63a7\u5236\u53f0\u5167\u6dfb\u52a0\u66f4\u591a\u7528\u6236\u3002",
- "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",
- "LabelWindowsService": "Windows\u670d\u52d9",
- "AWindowsServiceHasBeenInstalled": "Windows\u670d\u52d9\u5df2\u7d93\u5b89\u88dd\u5b8c\u7562\u3002",
- "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",
- "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",
- "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>Server Dashboard<\/b>.",
- "LabelConfigureSettings": "\u914d\u7f6e\u8a2d\u5b9a",
- "LabelEnableVideoImageExtraction": "\u555f\u52d5\u8996\u983b\u622a\u5716\u63d0\u53d6",
- "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",
- "LabelEnableChapterImageExtractionForMovies": "\u63d0\u53d6\u96fb\u5f71\u7ae0\u7bc0\u622a\u5716",
- "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",
- "LabelEnableAutomaticPortMapping": "\u555f\u7528\u81ea\u52d5\u7aef\u53e3\u8f49\u767c",
- "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",
- "HeaderTermsOfService": "Media Browser Terms of Service",
- "MessagePleaseAcceptTermsOfService": "Please accept the terms of service and privacy policy before continuing.",
- "OptionIAcceptTermsOfService": "I accept the terms of service",
- "ButtonPrivacyPolicy": "Privacy policy",
- "ButtonTermsOfService": "Terms of Service",
- "HeaderDeveloperOptions": "Developer Options",
- "OptionEnableWebClientResponseCache": "Enable web client response caching",
- "OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
- "OptionEnableWebClientResourceMinification": "Enable web client resource minification",
- "LabelDashboardSourcePath": "Web client source path:",
- "LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
- "ButtonOk": "OK",
- "ButtonCancel": "\u53d6\u6d88",
- "ButtonNew": "\u5275\u5efa",
- "HeaderTV": "TV",
- "HeaderAudio": "Audio",
- "HeaderVideo": "Video",
- "HeaderPaths": "Paths",
- "TitleNotifications": "Notifications",
- "ButtonDonateWithPayPal": "Donate with PayPal",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "User name or email:",
- "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.",
- "HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
- "FolderTypeMovies": "Movies",
- "FolderTypeMusic": "Music",
- "FolderTypeAdultVideos": "Adult videos",
- "FolderTypePhotos": "Photos",
- "FolderTypeMusicVideos": "Music videos",
- "FolderTypeHomeVideos": "Home videos",
- "FolderTypeGames": "Games",
- "FolderTypeBooks": "Books",
- "FolderTypeTvShows": "TV",
- "FolderTypeInherit": "Inherit",
- "LabelContentType": "Content type:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "\u8a2d\u7f6e\u4f60\u7684\u5a92\u9ad4\u5eab",
- "ButtonAddMediaFolder": "\u6dfb\u52a0\u5a92\u9ad4\u6587\u4ef6\u593e",
- "LabelFolderType": "\u5a92\u9ad4\u6587\u4ef6\u593e\u985e\u578b\uff1a",
- "ReferToMediaLibraryWiki": "\u53c3\u7167\u5a92\u9ad4\u5eab\u7ef4\u57fa",
- "LabelCountry": "\u570b\u5bb6\uff1a",
- "LabelLanguage": "\u8a9e\u8a00\uff1a",
- "HeaderPreferredMetadataLanguage": "\u9996\u9078\u5a92\u9ad4\u8cc7\u6599\u8a9e\u8a00\uff1a",
- "LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599\u5230\u5a92\u9ad4\u6a94\u6848\u6240\u5728\u7684\u6587\u4ef6\u593e",
- "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",
- "LabelDownloadInternetMetadata": "\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u5716\u50cf\u53ca\u8cc7\u6599",
- "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",
- "TabPreferences": "\u504f\u597d",
- "TabPassword": "\u5bc6\u78bc",
- "TabLibraryAccess": "\u5a92\u9ad4\u5eab\u700f\u89bd\u6b0a\u9650",
- "TabAccess": "Access",
- "TabImage": "\u5716\u50cf",
- "TabProfile": "\u914d\u7f6e",
- "TabMetadata": "\u5a92\u9ad4\u8cc7\u6599",
- "TabImages": "\u5716\u50cf",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "\u6a19\u984c",
- "HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "\u986f\u793a\u7bc0\u76ee\u5b63\u5ea6\u5167\u7f3a\u5c11\u7684\u55ae\u5143",
- "LabelUnairedMissingEpisodesWithinSeasons": "\u5728\u7bc0\u76ee\u5b63\u5ea6\u5167\u986f\u793a\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
- "HeaderVideoPlaybackSettings": "\u8996\u983b\u56de\u653e\u8a2d\u7f6e",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "\u97f3\u983b\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
- "LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8a9e\u8a00\u504f\u597d\u9078\u9805\uff1a",
- "OptionDefaultSubtitles": "Default",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionNoSubtitles": "No Subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "\u914d\u7f6e",
- "TabSecurity": "\u5b89\u5168\u6027",
- "ButtonAddUser": "\u6dfb\u52a0\u7528\u6236",
- "ButtonAddLocalUser": "Add Local User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "\u4fdd\u5b58",
- "ButtonResetPassword": "\u91cd\u8a2d\u5bc6\u78bc",
- "LabelNewPassword": "\u65b0\u5bc6\u78bc\uff1a",
- "LabelNewPasswordConfirm": "\u78ba\u8a8d\u65b0\u5bc6\u78bc\uff1a",
- "HeaderCreatePassword": "\u5275\u5efa\u5bc6\u78bc",
- "LabelCurrentPassword": "\u7576\u524d\u7684\u5bc6\u78bc\uff1a",
- "LabelMaxParentalRating": "\u6700\u5927\u5141\u8a31\u7684\u5bb6\u9577\u8a55\u7d1a\uff1a",
- "MaxParentalRatingHelp": "\u5177\u6709\u8f03\u9ad8\u7684\u5bb6\u9577\u8a55\u7d1a\u5167\u5bb9\u5c07\u5f9e\u9019\u7528\u6236\u88ab\u96b1\u85cf",
- "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",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "\u522a\u9664\u5716\u50cf",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "\u4e0a\u8f09",
- "HeaderUploadNewImage": "\u4e0a\u8f09\u65b0\u5716\u50cf",
- "LabelDropImageHere": "Drop image here",
- "ImageUploadAspectRatioHelp": "\u63a8\u85a6\u4f7f\u67091:1\u5bec\u9ad8\u6bd4\u4f8b\u7684\u5716\u50cf\u3002\u53ea\u5141\u8a31JPG\/PNG\u683c\u5f0f",
- "MessageNothingHere": "\u9019\u88e1\u6c92\u6709\u4ec0\u9ebc\u3002",
- "MessagePleaseEnsureInternetMetadata": "\u8acb\u78ba\u4fdd\u5df2\u555f\u7528\u5f9e\u4e92\u806f\u7db2\u4e0b\u8f09\u5a92\u9ad4\u8cc7\u6599\u3002",
- "TabSuggested": "\u5efa\u8b70",
- "TabLatest": "\u6700\u65b0",
- "TabUpcoming": "\u5373\u5c07\u767c\u5e03",
- "TabShows": "\u7bc0\u76ee",
- "TabEpisodes": "\u55ae\u5143",
- "TabGenres": "\u985e\u578b",
- "TabPeople": "\u4eba\u7269",
- "TabNetworks": "\u7db2\u7d61",
- "HeaderUsers": "\u7528\u6236",
- "HeaderFilters": "\u904e\u6ffe\uff1a",
- "ButtonFilter": "\u904e\u6ffe",
- "OptionFavorite": "\u6211\u7684\u6700\u611b",
- "OptionLikes": "\u559c\u6b61",
- "OptionDislikes": "\u4e0d\u559c\u6b61",
- "OptionActors": "\u6f14\u54e1",
- "OptionGuestStars": "\u7279\u9080\u660e\u661f",
- "OptionDirectors": "\u5c0e\u6f14",
- "OptionWriters": "\u4f5c\u8005",
- "OptionProducers": "\u5236\u7247\u4eba",
- "HeaderResume": "Resume",
- "HeaderNextUp": "\u4e0b\u4e00\u96c6",
- "NoNextUpItemsMessage": "\u6c92\u6709\u627e\u5230\u3002\u958b\u59cb\u770b\u4f60\u7684\u7bc0\u76ee\uff01",
- "HeaderLatestEpisodes": "\u6700\u65b0\u7bc0\u76ee\u55ae\u5143",
- "HeaderPersonTypes": "\u4eba\u7269\u985e\u578b\uff1a",
- "TabSongs": "\u6b4c\u66f2",
- "TabAlbums": "\u5c08\u8f2f",
- "TabArtists": "\u6b4c\u624b",
- "TabAlbumArtists": "\u5c08\u8f2f\u6b4c\u624b",
- "TabMusicVideos": "Music Videos",
- "ButtonSort": "\u6392\u5e8f",
- "HeaderSortBy": "\u6392\u5e8f\u65b9\u5f0f\uff1a",
- "HeaderSortOrder": "\u6392\u5e8f\u6b21\u5e8f\uff1a",
- "OptionPlayed": "\u5df2\u64ad\u653e",
- "OptionUnplayed": "\u672a\u64ad\u653e",
- "OptionAscending": "\u5347\u5e8f",
- "OptionDescending": "\u964d\u5e8f",
- "OptionRuntime": "\u64ad\u653e\u9577\u5ea6",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "\u64ad\u653e\u6b21\u6578",
- "OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
- "OptionDateAdded": "\u6dfb\u52a0\u65e5\u671f",
- "OptionAlbumArtist": "\u5c08\u8f2f\u6b4c\u624b",
- "OptionArtist": "\u6b4c\u624b",
- "OptionAlbum": "\u5c08\u8f2f",
- "OptionTrackName": "\u66f2\u76ee\u540d\u7a31",
- "OptionCommunityRating": "\u793e\u5340\u8a55\u5206",
- "OptionNameSort": "\u540d\u5b57",
- "OptionFolderSort": "Folders",
- "OptionBudget": "\u9810\u7b97",
- "OptionRevenue": "\u6536\u5165",
- "OptionPoster": "\u6d77\u5831",
- "OptionPosterCard": "Poster card",
- "OptionBackdrop": "\u80cc\u666f",
- "OptionTimeline": "\u6642\u9593\u8ef8",
- "OptionThumb": "\u7e2e\u7565\u5716",
- "OptionThumbCard": "Thumb card",
- "OptionBanner": "\u6a6b\u5411\u5716",
- "OptionCriticRating": "\u8a55\u8ad6\u5bb6\u8a55\u50f9",
- "OptionVideoBitrate": "\u8996\u983b\u6bd4\u7279\u7387",
- "OptionResumable": "\u53ef\u6062\u5fa9",
- "ScheduledTasksHelp": "\u55ae\u64ca\u4e00\u500b\u4efb\u52d9\u4f86\u8abf\u6574\u5b83\u7684\u904b\u884c\u6642\u9593\u8868\u3002",
- "ScheduledTasksTitle": "Scheduled Tasks",
- "TabMyPlugins": "\u6211\u7684\u63d2\u4ef6",
- "TabCatalog": "\u76ee\u9304",
- "PluginsTitle": "\u63d2\u4ef6",
- "HeaderAutomaticUpdates": "\u81ea\u52d5\u66f4\u65b0",
- "HeaderNowPlaying": "\u6b63\u5728\u64ad\u653e",
- "HeaderLatestAlbums": "\u6700\u65b0\u5c08\u8f2f",
- "HeaderLatestSongs": "\u6700\u65b0\u6b4c\u66f2",
- "HeaderRecentlyPlayed": "\u6700\u8fd1\u64ad\u653e",
- "HeaderFrequentlyPlayed": "\u7d93\u5e38\u64ad\u653e",
- "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",
- "LabelVideoType": "\u8996\u983b\u985e\u578b\uff1a",
- "OptionBluray": "\u85cd\u5149",
- "OptionDvd": "DVD",
- "OptionIso": "\u93e1\u50cf\u6a94",
- "Option3D": "3D",
- "LabelFeatures": "\u529f\u80fd\uff1a",
- "LabelService": "Service:",
- "LabelStatus": "Status:",
- "LabelVersion": "Version:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "\u5b57\u5e55",
- "OptionHasTrailer": "Trailer",
- "OptionHasThemeSong": "\u4e3b\u984c\u66f2",
- "OptionHasThemeVideo": "\u4e3b\u984c\u8996\u983b",
- "TabMovies": "\u96fb\u5f71",
- "TabStudios": "\u5de5\u4f5c\u5ba4",
- "TabTrailers": "\u9810\u544a",
- "LabelArtists": "Artists:",
- "LabelArtistsHelp": "Separate multiple using ;",
- "HeaderLatestMovies": "\u6700\u65b0\u96fb\u5f71",
- "HeaderLatestTrailers": "\u6700\u65b0\u9810\u544a",
- "OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "IMDB\u8a55\u5206",
- "OptionParentalRating": "\u5bb6\u9577\u8a55\u7d1a",
- "OptionPremiereDate": "\u9996\u6620\u65e5\u671f",
- "TabBasic": "\u57fa\u672c",
- "TabAdvanced": "\u9032\u968e",
- "HeaderStatus": "\u72c0\u614b",
- "OptionContinuing": "\u6301\u7e8c",
- "OptionEnded": "\u5b8c\u7d50",
- "HeaderAirDays": "Air Days",
- "OptionSunday": "\u661f\u671f\u5929",
- "OptionMonday": "\u661f\u671f\u4e00",
- "OptionTuesday": "\u661f\u671f\u4e8c",
- "OptionWednesday": "\u661f\u671f\u4e09",
- "OptionThursday": "\u661f\u671f\u56db",
- "OptionFriday": "\u661f\u671f\u4e94",
- "OptionSaturday": "\u661f\u671f\u516d",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "\u7f3a\u5c11IMDB\u7de8\u865f",
- "OptionMissingTvdbId": "\u7f3a\u5c11TheTVDB\u7de8\u865f",
- "OptionMissingOverview": "\u7f3a\u5c11\u6982\u8ff0",
- "OptionFileMetadataYearMismatch": "\u6a94\u6848\/\u5a92\u9ad4\u8cc7\u6599\u5e74\u4efd\u4e0d\u5339\u914d",
- "TabGeneral": "\u4e00\u822c",
- "TitleSupport": "\u652f\u63f4",
- "TabLog": "\u65e5\u8a8c",
- "TabAbout": "\u95dc\u65bc",
- "TabSupporterKey": "\u652f\u6301\u8005\u5e8f\u865f",
- "TabBecomeSupporter": "\u6210\u70ba\u652f\u6301\u8005",
- "MediaBrowserHasCommunity": "Media Browser\u6709\u4e00\u500b\u7531\u7528\u6236\u548c\u8ca2\u737b\u8005\u5efa\u7acb\u7684\u7e41\u69ae\u793e\u5340\u3002",
- "CheckoutKnowledgeBase": "\u700f\u89bd\u6211\u5011\u7684\u77e5\u8b58\u5eab\uff0c\u80fd\u5e6b\u52a9\u4f60\u5145\u5206\u5229\u7528Media Browser\u3002",
- "SearchKnowledgeBase": "\u641c\u7d22\u77e5\u8b58\u5eab",
- "VisitTheCommunity": "\u8a2a\u554f\u793e\u5340",
- "VisitMediaBrowserWebsite": "\u8a2a\u554fMedia Browser\u7db2\u7ad9",
- "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",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "\u7981\u7528\u6b64\u7528\u6236",
- "OptionDisableUserHelp": "\u88ab\u7981\u7528\u7684\u7528\u6236\u5c07\u4e0d\u5141\u8a31\u9023\u63a5\u4f3a\u670d\u5668\u3002\u73fe\u6709\u7684\u9023\u63a5\u5c07\u88ab\u5373\u6642\u7d42\u6b62\u3002",
- "HeaderAdvancedControl": "\u9ad8\u7d1a\u63a7\u5236",
- "LabelName": "\u540d\u5b57\uff1a",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "\u5141\u8a31\u9019\u7528\u6236\u7ba1\u7406\u4f3a\u670d\u5668",
- "HeaderFeatureAccess": "\u53ef\u4ee5\u4f7f\u7528\u7684\u529f\u80fd",
- "OptionAllowMediaPlayback": "\u5141\u8a31\u5a92\u9ad4\u64ad\u653e",
- "OptionAllowBrowsingLiveTv": "\u5141\u8a31\u4f7f\u7528\u96fb\u8996\u529f\u80fd",
- "OptionAllowDeleteLibraryContent": "Allow deletion of library content",
- "OptionAllowManageLiveTv": "\u5141\u8a31\u7ba1\u7406\u96fb\u8996\u7bc0\u76ee\u9304\u5f71",
- "OptionAllowRemoteControlOthers": "Allow remote control of other users",
- "OptionAllowRemoteSharedDevices": "Allow remote control of shared devices",
- "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
- "HeaderRemoteControl": "Remote Control",
- "OptionMissingTmdbId": "\u7f3a\u5c11TMDB\u7de8\u865f",
- "OptionIsHD": "\u9ad8\u6e05",
- "OptionIsSD": "\u6a19\u6e05",
- "OptionMetascore": "\u8a55\u5206",
- "ButtonSelect": "\u9078\u64c7",
- "ButtonGroupVersions": "\u7248\u672c",
- "ButtonAddToCollection": "Add to Collection",
- "PismoMessage": "\u901a\u904e\u6350\u8d08\u7684\u8edf\u4ef6\u8a31\u53ef\u8b49\u4f7f\u7528Pismo File Mount\u3002",
- "TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
- "HeaderCredits": "Credits",
- "PleaseSupportOtherProduces": "\u8acb\u652f\u6301\u6211\u5011\u5176\u4ed6\u7684\u514d\u8cbb\u7522\u54c1\uff1a",
- "VersionNumber": "\u7248\u672c{0}",
- "TabPaths": "\u8def\u5f91",
- "TabServer": "\u4f3a\u670d\u5668",
- "TabTranscoding": "\u8f49\u78bc\u4e2d",
- "TitleAdvanced": "\u9032\u968e",
- "LabelAutomaticUpdateLevel": "\u81ea\u52d5\u66f4\u65b0\u7d1a\u5225",
- "OptionRelease": "Official Release",
- "OptionBeta": "\u516c\u6e2c\u7248\u672c",
- "OptionDev": "Dev (Unstable)",
- "LabelAllowServerAutoRestart": "\u5141\u8a31\u4f3a\u670d\u5668\u81ea\u52d5\u91cd\u65b0\u555f\u52d5\u53bb\u5b89\u88dd\u66f4\u65b0\u8cc7\u6599",
- "LabelAllowServerAutoRestartHelp": "\u4f3a\u670d\u5668\u53ea\u6703\u5728\u6c92\u6709\u6d3b\u8e8d\u7528\u6236\u53ca\u7a7a\u9592\u671f\u9593\u91cd\u65b0\u555f\u52d5\u3002",
- "LabelEnableDebugLogging": "\u8a18\u9304\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
- "LabelRunServerAtStartup": "\u5728\u7cfb\u7d71\u555f\u52d5\u6642\u904b\u884c\u4f3a\u670d\u5668",
- "LabelRunServerAtStartupHelp": "This will start the tray icon on windows startup. To start the windows service, uncheck this and run the service from the windows control panel. Please note that you cannot run both at the same time, so you will need to exit the tray icon before starting the service.",
- "ButtonSelectDirectory": "\u9078\u64c7\u76ee\u9304",
- "LabelCustomPaths": "\u6307\u5b9a\u6240\u9700\u7684\u81ea\u5b9a\u7fa9\u8def\u5f91\u3002\u7559\u7a7a\u4ee5\u4f7f\u7528\u9ed8\u8a8d\u503c\u3002",
- "LabelCachePath": "\u7de9\u5b58\u8def\u5f91\uff1a",
- "LabelCachePathHelp": "Specify a custom location for server cache files, such as images.",
- "LabelImagesByNamePath": "\u540d\u7a31\u5716\u50cf\u6587\u4ef6\u593e\u8def\u5f91\uff1a",
- "LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
- "LabelMetadataPath": "\u5a92\u9ad4\u8cc7\u6599\u6587\u4ef6\u593e\u8def\u5f91\uff1a",
- "LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata, if not saving within media folders.",
- "LabelTranscodingTempPath": "\u8f49\u78bc\u81e8\u6642\u8def\u5f91\uff1a",
- "LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "\u57fa\u672c",
- "TabTV": "\u96fb\u8996\u7bc0\u76ee",
- "TabGames": "\u904a\u6232",
- "TabMusic": "\u97f3\u6a02",
- "TabOthers": "\u5176\u4ed6",
- "HeaderExtractChapterImagesFor": "\u5f9e\u4ee5\u4e0b\u5a92\u9ad4\u63d0\u53d6\u7ae0\u7bc0\u622a\u5716\uff1a",
- "OptionMovies": "Movies",
- "OptionEpisodes": "Episodes",
- "OptionOtherVideos": "\u5176\u4ed6\u8996\u983b",
- "TitleMetadata": "Metadata",
- "LabelAutomaticUpdates": "Enable automatic updates",
- "LabelAutomaticUpdatesTmdb": "\u5f9eTheMovieDB.org\u81ea\u52d5\u66f4\u65b0",
- "LabelAutomaticUpdatesTvdb": "\u5f9eTheTVDB.com\u81ea\u52d5\u66f4\u65b0",
- "LabelAutomaticUpdatesFanartHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230fanart.tv\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
- "LabelAutomaticUpdatesTmdbHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230TheMovieDB.org\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
- "LabelAutomaticUpdatesTvdbHelp": "\u5982\u679c\u555f\u7528\uff0c\u82e5\u6709\u65b0\u7684\u5716\u50cf\u6dfb\u52a0\u5230TheTVDB.com\uff0c\u5b83\u5011\u5c07\u6703\u88ab\u81ea\u52d5\u4e0b\u8f09\u3002\u73fe\u6709\u7684\u5f71\u50cf\u4e0d\u6703\u88ab\u53d6\u4ee3\u3002",
- "LabelFanartApiKey": "Personal api key:",
- "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
- "ExtractChapterImagesHelp": "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 when videos are discovered, and also as a nightly scheduled task at 4am. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred download language:",
- "ButtonAutoScroll": "\u81ea\u52d5\u6efe\u52d5",
- "LabelImageSavingConvention": "\u5716\u50cf\u4fdd\u5b58\u547d\u540d\u898f\u5247\uff1a",
- "LabelImageSavingConventionHelp": "Media Browser\u80fd\u5920\u8b58\u5225\u4f86\u81ea\u5927\u90e8\u5206\u4e3b\u8981\u5a92\u9ad4\u61c9\u7528\u7a0b\u5f0f\u7522\u54c1\u547d\u540d\u7684\u5716\u50cf\u3002\u5982\u679c\u4f60\u4e5f\u4f7f\u7528\u5176\u4ed6\u7522\u54c1\uff0c\u9078\u64c7\u4f60\u4e0b\u8f09\u7684\u5716\u50cf\u4fdd\u5b58\u547d\u540d\u898f\u5247\u80fd\u5920\u5e6b\u52a9\u4f60\u3002",
- "OptionImageSavingCompatible": "Compatible - Media Browser\/Kodi\/Plex",
- "OptionImageSavingStandard": "Standard - MB2",
- "ButtonSignIn": "\u767b\u9304",
- "TitleSignIn": "\u767b\u9304",
- "HeaderPleaseSignIn": "\u8acb\u767b\u9304",
- "LabelUser": "\u7528\u6236\uff1a",
- "LabelPassword": "\u5bc6\u78bc\uff1a",
- "ButtonManualLogin": "Manual Login",
- "PasswordLocalhostMessage": "\u5f9e\u672c\u5730\u767b\u9304\u6642\uff0c\u5bc6\u78bc\u4e0d\u662f\u5fc5\u9700\u7684\u3002",
- "TabGuide": "\u6307\u5357",
- "TabChannels": "\u983b\u5ea6",
- "TabCollections": "Collections",
- "HeaderChannels": "\u983b\u5ea6",
- "TabRecordings": "\u9304\u5f71",
- "TabScheduled": "\u9810\u5b9a",
- "TabSeries": "\u96fb\u8996\u5287",
- "TabFavorites": "Favorites",
- "TabMyLibrary": "My Library",
- "ButtonCancelRecording": "\u53d6\u6d88\u9304\u5f71",
- "HeaderPrePostPadding": "Pre\/Post Padding",
- "LabelPrePaddingMinutes": "Pre-padding minutes:",
- "OptionPrePaddingRequired": "Pre-padding is required in order to record.",
- "LabelPostPaddingMinutes": "Post-padding minutes:",
- "OptionPostPaddingRequired": "Post-padding is required in order to record.",
- "HeaderWhatsOnTV": "\u6b63\u5728\u64ad\u653e\u7684\u96fb\u8996\u7bc0\u76ee",
- "HeaderUpcomingTV": "\u5373\u5c07\u767c\u4f48\u7684\u96fb\u8996\u7bc0\u76ee",
- "TabStatus": "Status",
- "TabSettings": "\u8a2d\u5b9a",
- "ButtonRefreshGuideData": "\u5237\u65b0\u96fb\u8996\u6307\u5357\u8cc7\u6599",
- "ButtonRefresh": "Refresh",
- "ButtonAdvancedRefresh": "Advanced Refresh",
- "OptionPriority": "\u512a\u5148",
- "OptionRecordOnAllChannels": "\u9304\u5f71\u6240\u4ee5\u983b\u5ea6\u7684\u7bc0\u76ee",
- "OptionRecordAnytime": "\u9304\u5f71\u6240\u6709\u6642\u6bb5\u7684\u7bc0\u76ee",
- "OptionRecordOnlyNewEpisodes": "\u53ea\u9304\u5f71\u6700\u65b0\u7684\u55ae\u5143",
- "HeaderDays": "\u9304\u5f71\u65e5",
- "HeaderActiveRecordings": "\u6b63\u5728\u9304\u5f71\u7684\u7bc0\u76ee",
- "HeaderLatestRecordings": "\u6700\u65b0\u9304\u5f71\u7684\u7bc0\u76ee",
- "HeaderAllRecordings": "\u6240\u6709\u9304\u5f71",
- "ButtonPlay": "\u64ad\u653e",
- "ButtonEdit": "\u7de8\u8f2f",
- "ButtonRecord": "\u958b\u59cb\u9304\u5f71",
- "ButtonDelete": "\u522a\u9664",
- "ButtonRemove": "\u6e05\u9664",
- "OptionRecordSeries": "\u9304\u5f71\u96fb\u8996\u5287",
- "HeaderDetails": "\u8a73\u7d30\u8cc7\u6599",
- "TitleLiveTV": "\u96fb\u8996\u529f\u80fd",
- "LabelNumberOfGuideDays": "Number of days of guide data to download:",
- "LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
- "LabelActiveService": "\u904b\u884c\u4e2d\u7684\u670d\u52d9",
- "LabelActiveServiceHelp": "\u53ef\u5b89\u88dd\u591a\u500b\u96fb\u8996\u529f\u80fd\u63d2\u4ef6\u53ef\uff0c\u4f46\u53ea\u6709\u4e00\u500b\u53ef\u4ee5\u5728\u540c\u4e00\u6642\u9593\u662f\u904b\u884c\u3002",
- "OptionAutomatic": "\u81ea\u52d5",
- "LiveTvPluginRequired": "\u9700\u8981\u5b89\u88dd\u81f3\u5c11\u4e00\u500b\u96fb\u8996\u529f\u80fd\u63d2\u4ef6\u53bb\u7e7c\u7e8c",
- "LiveTvPluginRequiredHelp": "\u8acb\u5b89\u88dd\u4e00\u500b\u6211\u5011\u63d0\u4f9b\u7684\u63d2\u4ef6\uff0c\u5982Next PVR\u7684\u6216ServerWmc\u3002",
- "LabelCustomizeOptionsPerMediaType": "Customize for media type:",
- "OptionDownloadThumbImage": "\u7e2e\u7565\u5716",
- "OptionDownloadMenuImage": "\u83dc\u55ae",
- "OptionDownloadLogoImage": "\u6a19\u8a8c",
- "OptionDownloadBoxImage": "\u5a92\u9ad4\u5305\u88dd",
- "OptionDownloadDiscImage": "\u5149\u789f",
- "OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "\u5a92\u9ad4\u5305\u88dd\u80cc\u9762",
- "OptionDownloadArtImage": "\u5716\u50cf",
- "OptionDownloadPrimaryImage": "\u4e3b\u8981\u5716",
- "HeaderFetchImages": "\u6293\u53d6\u5716\u50cf\uff1a",
- "HeaderImageSettings": "\u5716\u50cf\u8a2d\u7f6e",
- "TabOther": "Other",
- "LabelMaxBackdropsPerItem": "\u6bcf\u500b\u9805\u76ee\u80cc\u666f\u7684\u6700\u5927\u6578\u76ee\uff1a",
- "LabelMaxScreenshotsPerItem": "\u6bcf\u4ef6\u7269\u54c1\u622a\u5716\u7684\u6700\u5927\u6578\u91cf\uff1a",
- "LabelMinBackdropDownloadWidth": "\u6700\u5c0f\u80cc\u666f\u4e0b\u8f09\u5bec\u5ea6\uff1a",
- "LabelMinScreenshotDownloadWidth": "\u6700\u5c0f\u622a\u5716\u4e0b\u8f09\u5bec\u5ea6\uff1a",
- "ButtonAddScheduledTaskTrigger": "Add Trigger",
- "HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "\u6dfb\u52a0",
- "LabelTriggerType": "\u89f8\u767c\u985e\u578b\uff1a",
- "OptionDaily": "\u6bcf\u65e5",
- "OptionWeekly": "\u6bcf\u9031",
- "OptionOnInterval": "\u6bcf\u6642\u6bb5",
- "OptionOnAppStartup": "\u5728\u4f3a\u670d\u5668\u555f\u52d5",
- "OptionAfterSystemEvent": "\u7cfb\u7d71\u4e8b\u4ef6\u4e4b\u5f8c",
- "LabelDay": "\u65e5\uff1a",
- "LabelTime": "\u6642\u9593\uff1a",
- "LabelEvent": "\u4e8b\u4ef6\uff1a",
- "OptionWakeFromSleep": "\u5f9e\u4f11\u7720\u4e2d\u56de\u5fa9",
- "LabelEveryXMinutes": "\u6bcf\uff1a",
- "HeaderTvTuners": "\u8abf\u8ae7\u5668",
- "HeaderGallery": "Gallery",
- "HeaderLatestGames": "\u6700\u65b0\u7684\u904a\u6232",
- "HeaderRecentlyPlayedGames": "\u6700\u8fd1\u73a9\u904e\u7684\u904a\u6232",
- "TabGameSystems": "\u904a\u6232\u7cfb\u7d71",
- "TitleMediaLibrary": "\u5a92\u9ad4\u5eab",
- "TabFolders": "\u6587\u4ef6\u593e",
- "TabPathSubstitution": "\u66ff\u4ee3\u8def\u5f91",
- "LabelSeasonZeroDisplayName": "\u7b2c0\u5b63\u986f\u793a\u540d\u7a31\uff1a",
- "LabelEnableRealtimeMonitor": "\u555f\u7528\u5be6\u6642\u76e3\u63a7",
- "LabelEnableRealtimeMonitorHelp": "\u652f\u6301\u7684\u6587\u4ef6\u7cfb\u7d71\u4e0a\u7684\u66f4\u6539\uff0c\u5c07\u6703\u7acb\u5373\u8655\u7406\u3002",
- "ButtonScanLibrary": "\u6383\u63cf\u5a92\u9ad4\u5eab",
- "HeaderNumberOfPlayers": "\u73a9\u5bb6\u6578\u76ee",
- "OptionAnyNumberOfPlayers": "\u4efb\u4f55",
- "Option1Player": "1+",
- "Option2Player": "2+",
- "Option3Player": "3+",
- "Option4Player": "4+",
- "HeaderMediaFolders": "\u5a92\u9ad4\u6587\u4ef6\u593e",
- "HeaderThemeVideos": "\u4e3b\u984c\u8996\u983b",
- "HeaderThemeSongs": "\u4e3b\u984c\u66f2",
- "HeaderScenes": "\u5834\u666f",
- "HeaderAwardsAndReviews": "\u734e\u9805\u8207\u8a55\u8ad6",
- "HeaderSoundtracks": "\u539f\u8072\u97f3\u6a02",
- "HeaderMusicVideos": "\u97f3\u6a02\u8996\u983b",
- "HeaderSpecialFeatures": "\u7279\u8272",
- "HeaderCastCrew": "\u62cd\u651d\u4eba\u54e1\u53ca\u6f14\u54e1",
- "HeaderAdditionalParts": "\u9644\u52a0\u90e8\u4efd",
- "ButtonSplitVersionsApart": "Split Versions Apart",
- "ButtonPlayTrailer": "Trailer",
- "LabelMissing": "\u7f3a\u5c11",
- "LabelOffline": "\u96e2\u7dda",
- "PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
- "HeaderFrom": "\u7531",
- "HeaderTo": "\u5230",
- "LabelFrom": "\u7531\uff1a",
- "LabelFromHelp": "\u4f8b\u5b50\uff1aD:\\Movies (\u5728\u4f3a\u670d\u5668\u4e0a)",
- "LabelTo": "\u5230\uff1a",
- "LabelToHelp": "\u4f8b\u5b50\uff1a\\\\MyServer\\Movies (\u5ba2\u6236\u7aef\u53ef\u4ee5\u8a2a\u554f\u7684\u8def\u5f91)",
- "ButtonAddPathSubstitution": "\u6dfb\u52a0\u66ff\u63db\u8def\u5f91",
- "OptionSpecialEpisode": "\u7279\u96c6",
- "OptionMissingEpisode": "\u7f3a\u5c11\u4e86\u7684\u55ae\u5143",
- "OptionUnairedEpisode": "\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
- "OptionEpisodeSortName": "\u55ae\u5143\u6392\u5e8f\u540d\u7a31",
- "OptionSeriesSortName": "\u96fb\u8996\u5287\u540d\u7a31",
- "OptionTvdbRating": "Tvdb\u8a55\u5206",
- "HeaderTranscodingQualityPreference": "\u8f49\u78bc\u54c1\u8cea\u504f\u597d\uff1a",
- "OptionAutomaticTranscodingHelp": "\u4f3a\u670d\u5668\u5c07\u6c7a\u5b9a\u54c1\u8cea\u548c\u901f\u5ea6",
- "OptionHighSpeedTranscodingHelp": "\u4f4e\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u5feb",
- "OptionHighQualityTranscodingHelp": "\u9ad8\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u6162",
- "OptionMaxQualityTranscodingHelp": "\u6700\u9ad8\u54c1\u8cea\uff0c\u4f46\u7de8\u78bc\u901f\u5ea6\u66f4\u6162\uff0cCPU\u4f7f\u7528\u7387\u9ad8",
- "OptionHighSpeedTranscoding": "\u9ad8\u901f\u5ea6",
- "OptionHighQualityTranscoding": "\u9ad8\u54c1\u8cea",
- "OptionMaxQualityTranscoding": "\u6700\u9ad8\u54c1\u8cea",
- "OptionEnableDebugTranscodingLogging": "\u8a18\u9304\u8f49\u78bc\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
- "OptionEnableDebugTranscodingLoggingHelp": "\u9019\u5c07\u5275\u5efa\u4e00\u500b\u975e\u5e38\u5927\u7684\u65e5\u8a8c\u6587\u4ef6\uff0c\u5efa\u8b70\u53ea\u9700\u8981\u9032\u884c\u6545\u969c\u6392\u9664\u6642\u555f\u52d5\u3002",
- "OptionUpscaling": "\u5141\u8a31\u5ba2\u6236\u7aef\u8acb\u6c42\u653e\u5927\u7684\u8996\u983b",
- "OptionUpscalingHelp": "\u5728\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u9019\u5c07\u5c0e\u81f4\u66f4\u9ad8\u7684\u8996\u983b\u54c1\u8cea\uff0c\u4f46\u6703\u589e\u52a0CPU\u7684\u4f7f\u7528\u7387\u3002",
- "EditCollectionItemsHelp": "\u6dfb\u52a0\u6216\u522a\u9664\u9019\u5408\u96c6\u4e2d\u7684\u4efb\u4f55\u96fb\u5f71\uff0c\u96fb\u8996\u5287\uff0c\u76f8\u518a\uff0c\u66f8\u7c4d\u6216\u904a\u6232\u3002",
- "HeaderAddTitles": "\u6dfb\u52a0\u6a19\u984c",
- "LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8a2d\u5099",
- "LabelEnableDlnaPlayToHelp": "Media Browser\u53ef\u4ee5\u5728\u60a8\u7684\u7db2\u7d61\u4e2d\u6aa2\u6e2c\u5230\u517c\u5bb9\u7684\u8a2d\u5099\uff0c\u4e26\u63d0\u4f9b\u9060\u7a0b\u64cd\u4f5c\u5b83\u5011\u7684\u80fd\u529b\u3002",
- "LabelEnableDlnaDebugLogging": "\u8a18\u9304DLNA\u9664\u932f\u4fe1\u606f\u5230\u65e5\u8a8c",
- "LabelEnableDlnaDebugLoggingHelp": "\u9019\u5c07\u5275\u5efa\u4e00\u500b\u975e\u5e38\u5927\u7684\u65e5\u8a8c\u6587\u4ef6\uff0c\u5efa\u8b70\u53ea\u9700\u8981\u9032\u884c\u6545\u969c\u6392\u9664\u6642\u555f\u52d5\u3002",
- "LabelEnableDlnaClientDiscoveryInterval": "\u5c0b\u627e\u5ba2\u6236\u7aef\u6642\u9593\u9593\u9694\uff08\u79d2\uff09",
- "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Media Browser.",
- "HeaderCustomDlnaProfiles": "\u81ea\u5b9a\u7fa9\u914d\u7f6e",
- "HeaderSystemDlnaProfiles": "\u7cfb\u7d71\u914d\u7f6e",
- "CustomDlnaProfilesHelp": "\u70ba\u65b0\u7684\u8a2d\u5099\u5275\u5efa\u81ea\u5b9a\u7fa9\u914d\u7f6e\u6216\u8986\u84cb\u539f\u6709\u7cfb\u7d71\u914d\u7f6e\u3002",
- "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TitleDashboard": "\u63a7\u5236\u53f0",
- "TabHome": "\u9996\u9801",
- "TabInfo": "\u8cc7\u8a0a",
- "HeaderLinks": "\u93c8\u63a5",
- "HeaderSystemPaths": "\u7cfb\u7d71\u8def\u5f91",
- "LinkCommunity": "\u793e\u5340",
- "LinkGithub": "Github",
- "LinkApi": "Api",
- "LinkApiDocumentation": "API\u6587\u6a94",
- "LabelFriendlyServerName": "\u53cb\u597d\u4f3a\u670d\u5668\u540d\u7a31\uff1a",
- "LabelFriendlyServerNameHelp": "\u6b64\u540d\u7a31\u5c07\u7528\u65bc\u6a19\u8b58\u4f3a\u670d\u5668\u3002\u5982\u679c\u7559\u7a7a\uff0c\u8a08\u7b97\u6a5f\u540d\u7a31\u5c07\u88ab\u4f7f\u7528\u3002",
- "LabelPreferredDisplayLanguage": "Preferred display language:",
- "LabelPreferredDisplayLanguageHelp": "\u7ffb\u8b6fMedia Browser\u662f\u4e00\u500b\u6b63\u5728\u9032\u884c\u7684\u9805\u76ee\uff0c\u5c1a\u672a\u5b8c\u6210\u3002",
- "LabelReadHowYouCanContribute": "\u95b1\u8b80\u95dc\u65bc\u5982\u4f55\u70baMedia Browser\u8ca2\u737b\u3002",
- "HeaderNewCollection": "\u65b0\u5408\u96c6",
- "HeaderAddToCollection": "Add to Collection",
- "ButtonSubmit": "Submit",
- "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",
- "LabelLocalHttpServerPortNumber": "Local http port number:",
- "LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
- "LabelPublicHttpPort": "Public http port number:",
- "LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
- "LabelPublicHttpsPort": "Public https port number:",
- "LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
- "LabelEnableHttps": "Enable https for remote connections",
- "LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
- "LabelHttpsPort": "Local https port number:",
- "LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
- "LabelCertificatePath": "SSL Certificate path:",
- "LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
- "LabelWebSocketPortNumber": "\u7db2\u7d61\u5957\u63a5\u7aef\u53e3\uff1a",
- "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",
- "TabWeather": "\u5929\u6c23",
- "TitleAppSettings": "\u5ba2\u6236\u7aef\u8a2d\u7f6e",
- "LabelMinResumePercentage": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
- "LabelMaxResumePercentage": "\u6700\u5927\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
- "LabelMinResumeDuration": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u6642\u9593\uff08\u79d2\uff09\uff1a",
- "LabelMinResumePercentageHelp": "\u5a92\u9ad4\u5982\u679c\u5728\u9019\u500b\u6642\u9593\u4e4b\u524d\u505c\u6b62\uff0c\u6703\u88ab\u5b9a\u70ba\u672a\u64ad\u653e\u3002",
- "LabelMaxResumePercentageHelp": "\u5a92\u9ad4\u5982\u679c\u5728\u9019\u500b\u6642\u9593\u4e4b\u5f8c\u505c\u6b62\uff0c\u6703\u88ab\u5b9a\u70ba\u5df2\u64ad\u653e\u3002",
- "LabelMinResumeDurationHelp": "\u5a92\u9ad4\u6bd4\u9019\u66f4\u77ed\u4e0d\u53ef\u6062\u5fa9\u64ad\u653e",
- "TitleAutoOrganize": "Auto-Organize",
- "TabActivityLog": "Activity Log",
- "HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
- "HeaderDestination": "Destination",
- "HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
- "LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
- "HeaderEpisodeOrganization": "Episode Organization",
- "LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
- "LabelEndingEpisodeNumber": "Ending episode number:",
- "LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Media Browser Team",
- "LabelSupportAmount": "Amount (USD)",
- "HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by donating. A portion of all donations will be contributed to other free tools we depend on.",
- "ButtonEnterSupporterKey": "Enter supporter key",
- "DonationNextStep": "Once complete, please return and enter your supporter key, which you will receive by email.",
- "AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
- "AutoOrganizeTvHelp": "TV file organizing will only add episodes to existing series. It will not create new series folders.",
- "OptionEnableEpisodeOrganization": "Enable new episode organization",
- "LabelWatchFolder": "Watch folder:",
- "LabelWatchFolderHelp": "The server will poll this folder during the 'Organize new media files' scheduled task.",
- "ButtonViewScheduledTasks": "View scheduled tasks",
- "LabelMinFileSizeForOrganize": "Minimum file size (MB):",
- "LabelMinFileSizeForOrganizeHelp": "Files under this size will be ignored.",
- "LabelSeasonFolderPattern": "Season folder pattern:",
- "LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderEpisodeFilePattern": "Episode file pattern",
- "LabelEpisodePattern": "Episode pattern:",
- "LabelMultiEpisodePattern": "Multi-Episode pattern:",
- "HeaderSupportedPatterns": "Supported Patterns",
- "HeaderTerm": "Term",
- "HeaderPattern": "Pattern",
- "HeaderResult": "Result",
- "LabelDeleteEmptyFolders": "Delete empty folders after organizing",
- "LabelDeleteEmptyFoldersHelp": "Enable this to keep the download directory clean.",
- "LabelDeleteLeftOverFiles": "Delete left over files with the following extensions:",
- "LabelDeleteLeftOverFilesHelp": "Separate with ;. For example: .nfo;.txt",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
- "HeaderLatestNews": "Latest News",
- "HeaderHelpImproveMediaBrowser": "Help Improve Media Browser",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
- "HeaderPendingInstallations": "Pending Installations",
- "HeaderServerInformation": "Server Information",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
- "TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown the server and update manually.",
- "NewServerVersionAvailable": "A new version of Media Browser Server is available!",
- "ServerUpToDate": "Media Browser Server is up to date",
- "ErrorConnectingToMediaBrowserRepository": "There was an error connecting to the remote Media Browser repository.",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
- "MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
- "LabelDownMixAudioScale": "Audio boost when downmixing:",
- "LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
- "ButtonLinkKeys": "Transfer Key",
- "LabelOldSupporterKey": "Old supporter key",
- "LabelNewSupporterKey": "New supporter key",
- "HeaderMultipleKeyLinking": "Transfer to New Key",
- "MultipleKeyLinkingHelp": "If you received a new supporter key, use this form to transfer the old key's registrations to your new one.",
- "LabelCurrentEmailAddress": "Current email address",
- "LabelCurrentEmailAddressHelp": "The current email address to which your new key was sent.",
- "HeaderForgotKey": "Forgot Key",
- "LabelEmailAddress": "Email address",
- "LabelSupporterEmailAddress": "The email address that was used to purchase the key.",
- "ButtonRetrieveKey": "Retrieve Key",
- "LabelSupporterKey": "Supporter Key (paste from email)",
- "LabelSupporterKeyHelp": "Enter your supporter key to start enjoying additional benefits the community has developed for Media Browser.",
- "MessageInvalidKey": "Supporter key is missing or invalid.",
- "ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also be a Media Browser Supporter. Please donate and support the continued development of the core product. Thank you.",
- "HeaderDisplaySettings": "Display Settings",
- "TabPlayTo": "Play To",
- "LabelEnableDlnaServer": "Enable Dlna server",
- "LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Media Browser content.",
- "LabelEnableBlastAliveMessages": "Blast alive messages",
- "LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
- "LabelBlastMessageInterval": "Alive message interval (seconds)",
- "LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
- "LabelDefaultUser": "Default user:",
- "LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles."
+ "TabSyncJobs": "Sync Jobs"
} \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/News/NewsEntryPoint.cs b/MediaBrowser.Server.Implementations/News/NewsEntryPoint.cs
index eebb04031..0b1947970 100644
--- a/MediaBrowser.Server.Implementations/News/NewsEntryPoint.cs
+++ b/MediaBrowser.Server.Implementations/News/NewsEntryPoint.cs
@@ -107,7 +107,8 @@ namespace MediaBrowser.Server.Implementations.News
{
Date = i.Date,
Name = i.Title,
- Description = i.Link,
+ Description = i.Description,
+ Url = i.Link,
UserIds = _userManager.Users.Select(u => u.Id.ToString("N")).ToList()
}, cancellationToken));
diff --git a/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs b/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
index a233fe912..cf0138a29 100644
--- a/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
+++ b/MediaBrowser.Server.Implementations/Sync/SyncJobProcessor.cs
@@ -348,18 +348,18 @@ namespace MediaBrowser.Server.Implementations.Sync
public async Task SyncJobItems(SyncJobItem[] items, bool enableConversion, IProgress<double> progress, CancellationToken cancellationToken)
{
- var index = 0;
+ var numComplete = 0;
foreach (var item in items)
{
- double percent = index;
- percent /= items.Length;
-
- progress.Report(100 * percent);
-
cancellationToken.ThrowIfCancellationRequested();
+ double percentPerItem = 1;
+ percentPerItem /= items.Length;
+ var startingPercent = numComplete * percentPerItem * 100;
+
var innerProgress = new ActionableProgress<double>();
+ innerProgress.RegisterAction(p => progress.Report(startingPercent + (percentPerItem * p)));
var job = _syncRepo.GetJob(item.JobId);
await ProcessJobItem(job, item, enableConversion, innerProgress, cancellationToken).ConfigureAwait(false);
@@ -367,7 +367,10 @@ namespace MediaBrowser.Server.Implementations.Sync
job = _syncRepo.GetJob(item.JobId);
await UpdateJobStatus(job).ConfigureAwait(false);
- index++;
+ numComplete++;
+ double percent = numComplete;
+ percent /= items.Length;
+ progress.Report(100 * percent);
}
}
@@ -432,9 +435,9 @@ namespace MediaBrowser.Server.Implementations.Sync
var streamInfo = new StreamBuilder().BuildVideoItem(options);
var mediaSource = streamInfo.MediaSource;
var externalSubs = streamInfo.GetExternalSubtitles("dummy", false);
- var hasExternalSubs = externalSubs.Count > 0;
- var requiresConversion = streamInfo.PlayMethod == PlayMethod.Transcode || hasExternalSubs;
+ // Mark as requiring conversion if transcoding the video, or if any subtitles need to be extracted
+ var requiresConversion = streamInfo.PlayMethod == PlayMethod.Transcode || externalSubs.Any(i => RequiresExtraction(i, mediaSource));
if (requiresConversion && !enableConversion)
{
@@ -498,7 +501,7 @@ namespace MediaBrowser.Server.Implementations.Sync
jobItem.MediaSource = mediaSource;
}
- if (hasExternalSubs)
+ if (externalSubs.Count > 0)
{
// Save the job item now since conversion could take a while
await _syncRepo.Update(jobItem).ConfigureAwait(false);
@@ -511,6 +514,13 @@ namespace MediaBrowser.Server.Implementations.Sync
await _syncRepo.Update(jobItem).ConfigureAwait(false);
}
+ private bool RequiresExtraction(SubtitleStreamInfo stream, MediaSourceInfo mediaSource)
+ {
+ var originalStream = mediaSource.MediaStreams.FirstOrDefault(i => i.Type == MediaStreamType.Subtitle && i.Index == stream.Index);
+
+ return originalStream != null && !originalStream.IsExternal;
+ }
+
private async Task ConvertSubtitles(SyncJobItem jobItem,
IEnumerable<SubtitleStreamInfo> subtitles,
StreamInfo streamInfo,
diff --git a/MediaBrowser.Server.Implementations/Sync/SyncScheduledTask.cs b/MediaBrowser.Server.Implementations/Sync/SyncScheduledTask.cs
index 4edebb60f..360cf5421 100644
--- a/MediaBrowser.Server.Implementations/Sync/SyncScheduledTask.cs
+++ b/MediaBrowser.Server.Implementations/Sync/SyncScheduledTask.cs
@@ -60,8 +60,8 @@ namespace MediaBrowser.Server.Implementations.Sync
public Task Execute(CancellationToken cancellationToken, IProgress<double> progress)
{
- return new SyncJobProcessor(_libraryManager, _syncRepo, _syncManager, _logger, _userManager, _tvSeriesManager, _mediaEncoder, _subtitleEncoder, _config, _fileSystem).Sync(progress,
- cancellationToken);
+ return new SyncJobProcessor(_libraryManager, _syncRepo, _syncManager, _logger, _userManager, _tvSeriesManager, _mediaEncoder, _subtitleEncoder, _config, _fileSystem)
+ .Sync(progress, cancellationToken);
}
public IEnumerable<ITaskTrigger> GetDefaultTriggers()
diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec
index 2f875f536..77a575841 100644
--- a/Nuget/MediaBrowser.Common.Internal.nuspec
+++ b/Nuget/MediaBrowser.Common.Internal.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
- <version>3.0.543</version>
+ <version>3.0.544</version>
<title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
@@ -12,7 +12,7 @@
<description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.543" />
+ <dependency id="MediaBrowser.Common" version="3.0.544" />
<dependency id="NLog" version="3.1.0.0" />
<dependency id="SimpleInjector" version="2.6.1" />
</dependencies>
diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec
index 7224a73cb..00c8e097b 100644
--- a/Nuget/MediaBrowser.Common.nuspec
+++ b/Nuget/MediaBrowser.Common.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common</id>
- <version>3.0.543</version>
+ <version>3.0.544</version>
<title>MediaBrowser.Common</title>
<authors>Media Browser Team</authors>
<owners>ebr,Luke,scottisafool</owners>
diff --git a/Nuget/MediaBrowser.Model.Signed.nuspec b/Nuget/MediaBrowser.Model.Signed.nuspec
index f5a3a3de0..08757ddb5 100644
--- a/Nuget/MediaBrowser.Model.Signed.nuspec
+++ b/Nuget/MediaBrowser.Model.Signed.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Model.Signed</id>
- <version>3.0.543</version>
+ <version>3.0.544</version>
<title>MediaBrowser.Model - Signed Edition</title>
<authors>Media Browser Team</authors>
<owners>ebr,Luke,scottisafool</owners>
diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec
index e3cbe9d04..59c47fc26 100644
--- a/Nuget/MediaBrowser.Server.Core.nuspec
+++ b/Nuget/MediaBrowser.Server.Core.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MediaBrowser.Server.Core</id>
- <version>3.0.543</version>
+ <version>3.0.544</version>
<title>Media Browser.Server.Core</title>
<authors>Media Browser Team</authors>
<owners>ebr,Luke,scottisafool</owners>
@@ -12,7 +12,7 @@
<description>Contains core components required to build plugins for Media Browser Server.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
- <dependency id="MediaBrowser.Common" version="3.0.543" />
+ <dependency id="MediaBrowser.Common" version="3.0.544" />
</dependencies>
</metadata>
<files>