diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-30 00:51:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-30 00:51:43 -0400 |
| commit | 8ec8b463942d132a71fd319535c63d7205075e54 (patch) | |
| tree | a63d5f1a48f2591eae4107b0547934df2206bcca /Emby.Server.Implementations/Localization/Core/en-US.json | |
| parent | 93676f683815c4f132b3d5c3a714ee08c2b01216 (diff) | |
allow separate configuration of date format
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core/en-US.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index 51bbf341f..9c58b4539 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -87,10 +87,5 @@ "User": "User", "System": "System", "Application": "Application", - "Plugin": "Plugin", - "LabelExit": "Exit", - "LabelVisitCommunity": "Visit Community", - "LabelBrowseLibrary": "Browse Library", - "LabelConfigureServer": "Configure Emby", - "LabelRestartServer": "Restart Server" + "Plugin": "Plugin" }
\ No newline at end of file |
