diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-11-16 16:48:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 16:48:26 +0100 |
| commit | dc0e353b968e80b9532638f5a752f89572566d82 (patch) | |
| tree | 7f2d7ca1a28f88e8a33cb020135382990ba76141 /Emby.Server.Implementations/Localization/Core | |
| parent | d53f97d8034d134c8f1cc7b137656257ba0b5a80 (diff) | |
| parent | 5fe4ea2f4a7134d3d92de13fde7cd3570a42a772 (diff) | |
Merge pull request #4494 from nyanmisaka/hdr-title
Add video range info to the title
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index 6d8b222b4..f8f595faa 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -9,11 +9,13 @@ "Channels": "Channels", "ChapterNameValue": "Chapter {0}", "Collections": "Collections", + "Default": "Default", "DeviceOfflineWithName": "{0} has disconnected", "DeviceOnlineWithName": "{0} is connected", "FailedLoginAttemptWithUserName": "Failed login attempt from {0}", "Favorites": "Favorites", "Folders": "Folders", + "Forced": "Forced", "Genres": "Genres", "HeaderAlbumArtists": "Album Artists", "HeaderContinueWatching": "Continue Watching", @@ -77,6 +79,7 @@ "Sync": "Sync", "System": "System", "TvShows": "TV Shows", + "Undefined": "Undefined", "User": "User", "UserCreatedWithName": "User {0} has been created", "UserDeletedWithName": "User {0} has been deleted", |
