diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-11 07:48:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 07:48:23 -0700 |
| commit | 28223704f3c1c38c5a4acc65b38e2e8a1a06ea3d (patch) | |
| tree | 41b4e106e4b74ef6a3b65742cef551c3e0ef7183 /Emby.Server.Implementations/Localization/Core | |
| parent | 3342c29f4f4f0fa64da319090fa6f42baeba9df0 (diff) | |
| parent | f671eeb6b271c5c2e153181ab29a3a4ab0195bff (diff) | |
Merge pull request #7441 from 1337joe/add-external-stream-indicator
Add label for external audio/sub tracks
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index e06f8e6fe..d8c33d51b 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -12,6 +12,7 @@ "Default": "Default", "DeviceOfflineWithName": "{0} has disconnected", "DeviceOnlineWithName": "{0} is connected", + "External": "External", "FailedLoginAttemptWithUserName": "Failed login try from {0}", "Favorites": "Favorites", "Folders": "Folders", |
