diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-26 14:29:49 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-26 14:29:49 -0500 |
| commit | dfed3a11bcbce756277606c08f11253b447d455d (patch) | |
| tree | 1e4ffd86bf4ff3e967b50417ab53f70b0694bc93 /MediaBrowser.Server.Implementations/Localization/Server/en_US.json | |
| parent | 576768de594a56512693715d5748973984fe5f97 (diff) | |
fix swipebox
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server/en_US.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/en_US.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/en_US.json b/MediaBrowser.Server.Implementations/Localization/Server/en_US.json index 55ea45886..4ae46d0d2 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/en_US.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/en_US.json @@ -1,10 +1,11 @@ { "LabelExit": "Exit", "LabelVisitCommunity": "Visit Community", - "LabelGithubWiki": "Github Wiki", + "LabelGithub": "Github", "LabelSwagger": "Swagger", "LabelStandard": "Standard", - "LabelViewApiDocumentation": "View Api Documentation", + "LabelApiDocumentation": "Api Documentation", + "LabelDeveloperResources": "Developer Resources", "LabelBrowseLibrary": "Browse Library", "LabelConfigureMediaBrowser": "Configure Media Browser", "LabelOpenLibraryViewer": "Open Library Viewer", @@ -1215,7 +1216,7 @@ "HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Media Browser.", "MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.", "LabelCameraUploadPath": "Camera upload path:", - "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used.", + "LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.", "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device", "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.", "LabelCustomDeviceDisplayName": "Display name:", |
