diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-05 11:24:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-05 11:24:47 -0400 |
| commit | b8fb177fc8d54a5b9e29995e9ef1d4ad30a37344 (patch) | |
| tree | 8fb9ee9f7ce03a9de710212fe359fe428efbc31b /MediaBrowser.Server.Implementations/Localization/Server/server.json | |
| parent | 59c13ee90235c1ba438574639e55f0afc8a35e27 (diff) | |
added manual server form
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/server.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 9b608513f..1297ec0fc 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -1436,5 +1436,16 @@ "LabelSelectViewStyles": "Enable enhanced presentations for:", "LabelSelectViewStylesHelp": "If enabled, views will be built with metadata to offer categories such as Suggestions, Latest, Genres, and more. If disabled, they'll be displayed with simple folders.", "TabPhotos": "Photos", - "TabVideos": "Videos" + "TabVideos": "Videos", + "HeaderWelcomeToEmby": "Welcome to Emby", + "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.", + "ButtonSkip": "Skip", + "TextConnectToServerManually": "Connect to server manually", + "ButtonNewServer": "New Server", + "ButtonSignInWithConnect": "Sign in with Emby Connect", + "HeaderNewServer": "New Server", + "ButtonConnect": "Connect", + "LabelServerHost": "Host:", + "LabelServerHostHelp": "192.168.1.100 or https://myserver.com", + "LabelServerPort": "Port:" } |
