diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-01 15:41:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-01 15:41:35 -0400 |
| commit | 37683565e71fc132dd7aaf77d4418afd4ea5f643 (patch) | |
| tree | b45337e83829d314d60f4ed6e8edd97dd2bf41e5 /MediaBrowser.Server.Implementations/Localization/Server | |
| parent | 20d35a640570eab1a47e4bd8c156f1e8aeb7db2d (diff) | |
added new channel settings
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index a31c53b50..a920b8e57 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -563,6 +563,7 @@ "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", @@ -796,5 +797,8 @@ "HeaderWelcomeToMediaBrowserWebClient": "Welcome to the Media Browser Web Client", "ButtonDismiss": "Dismiss", "MessageLearnHowToCustomize": "Learn how to customize this page to your own personal tastes. Click your user icon in the top right corner of the screen to view and update your preferences.", - "ButtonEditOtherUserPreferences": "Edit this user's personal preferences." + "ButtonEditOtherUserPreferences": "Edit this user's personal preferences.", + "ChannelStreamOptionBestAvailable": "Best available", + "LabelChannelStreamOptionBestAvailable": "Preferred streaming quality:", + "LabelChannelStreamOptionBestAvailableHelp": "Determines the selected quality when channel content is available in multiple resolutions." }
\ No newline at end of file |
