diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-27 14:20:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-27 14:20:50 -0400 |
| commit | 7f9be0801dd583b385c53489050bbb402f4b296e (patch) | |
| tree | 7df9c5e5e329a9ae34f304d1aebb603713b14543 /MediaBrowser.Server.Implementations/Localization/Core | |
| parent | 29d00dcbcb4fdf70cc3e1931a505925d0288d274 (diff) | |
update core localization
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Core')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Core/core.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Core/core.json b/MediaBrowser.Server.Implementations/Localization/Core/core.json index a2d3c1c41..607436054 100644 --- a/MediaBrowser.Server.Implementations/Localization/Core/core.json +++ b/MediaBrowser.Server.Implementations/Localization/Core/core.json @@ -120,5 +120,10 @@ "UserStartedPlayingItemWithValues": "{0} has started playing {1}", "UserStoppedPlayingItemWithValues": "{0} has stopped playing {1}", "SubtitlesDownloadedForItem": "Subtitles downloaded for {0}", - "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}" + "SubtitleDownloadFailureForItem": "Subtitles failed to download for {0}", + "HeaderUnidentified": "Unidentified", + "HeaderImagePrimary": "Primary", + "HeaderImageBackdrop": "Backdrop", + "HeaderImageLogo": "Logo", + "HeaderUserPrimaryImage": "User Image" } |
