diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-17 12:03:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-17 12:03:14 -0400 |
| commit | 43ab885530a9b24eb03b060cbe0e895caf086fd7 (patch) | |
| tree | 5c33e3bf319d2022280383909197fd3386f9a32c /MediaBrowser.Server.Implementations/Localization/JavaScript | |
| parent | e765fef271760998e99259e021bf0a214702c77f (diff) | |
update latest channel content display
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json index 8e698095f..230e5fddc 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json @@ -38,6 +38,7 @@ "LabelEpisode": "Episode", "LabelSeries": "Series", "LabelStopping": "Stopping", + "ButtonStop": "Stop", "LabelCancelled": "(cancelled)", "LabelFailed": "(failed)", "LabelAbortedByServerShutdown": "(Aborted by server shutdown)", @@ -170,5 +171,15 @@ "MessageConfirmShutdown": "Are you sure you wish to shutdown Media Browser Server?", "ButtonUpdateNow": "Update Now", "NewVersionOfSomethingAvailable": "A new version of {0} is available!", - "VersionXIsAvailableForDownload": "Version {0} is now available for download." + "VersionXIsAvailableForDownload": "Version {0} is now available for download.", + "LabelVersionNumber": "Version {0}", + "LabelPlayMethodTranscoding": "Transcoding", + "LabelPlayMethodDirectStream": "Direct Streaming", + "LabelPlayMethodDirectPlay": "Direct Playing", + "LabelAudioCodec": "Audio: {0}", + "LabelVideoCodec": "Video: {0}", + "LabelRemoteAccessUrl": "Remote access: {0}", + "LabelRunningOnPort": "Running on port {0}.", + "LabelRunningOnPorts": "Running on ports {0} and {1}.", + "HeaderLatestFromChannel": "Latest from {0}" }
\ No newline at end of file |
