diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-04 23:41:56 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-04 23:41:56 -0400 |
| commit | c5319bb4ae9606e07d62525a022e5a67f85a7d43 (patch) | |
| tree | 248e5e889e93aa7e2ba2feccf07ca857fe8e6a64 /MediaBrowser.Server.Implementations/Localization/JavaScript/he.json | |
| parent | 2714127d2b663b735048da6d9def08efa38f2b5f (diff) | |
update playlist xml saving
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript/he.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/he.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/he.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/he.json index d5202486f..09445ed64 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/he.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/he.json @@ -178,7 +178,6 @@ "LabelVideoCodec": "Video: {0}", "LabelRemoteAccessUrl": "Remote access: {0}", "LabelRunningOnPort": "Running on port {0}.", - "LabelRunningOnPorts": "Running on ports {0} and {1}.", "HeaderLatestFromChannel": "Latest from {0}", "ButtonDownload": "Download", "LabelUnknownLanaguage": "Unknown language", @@ -282,6 +281,7 @@ "LabelLiveProgram": "LIVE", "LabelNewProgram": "NEW", "LabelPremiereProgram": "PREMIERE", + "LabelHDProgram": "HD", "HeaderChangeFolderType": "Change Folder Type", "HeaderChangeFolderTypeHelp": "To change the folder type, please remove and rebuild the collection with the new type.", "HeaderAlert": "Alert", @@ -318,6 +318,15 @@ "HeaderSelectPlayer": "Select Player:", "ButtonSelect": "\u05d1\u05d7\u05e8", "ButtonNew": "\u05d7\u05d3\u05e9", - "MessageInternetExplorerWebm": "For best results with Internet Explorer please install the WebM plugin for IE.", - "HeaderVideoError": "Video Error" + "MessageInternetExplorerWebm": "For best results with Internet Explorer please install the WebM playback plugin.", + "HeaderVideoError": "Video Error", + "ButtonAddToPlaylist": "Add to playlist", + "HeaderAddToPlaylist": "Add to Playlist", + "LabelName": "\u05e9\u05dd:", + "ButtonSubmit": "Submit", + "LabelSelectPlaylist": "Playlist:", + "OptionNewPlaylist": "New playlist...", + "MessageAddedToPlaylistSuccess": "Ok", + "ButtonViewSeriesRecording": "View series recording", + "ValueOriginalAirDate": "Original air date: {0}" }
\ No newline at end of file |
