Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Adding strings for AutoUpdate and Related Files features (#14174)
Browse files Browse the repository at this point in the history
* Adding strings for AutoUpdate and Related Files features

* Addressing spacing issues

* Normalizing whitespaces with spaces:4

Normalizing whitespaces with spaces:4
  • Loading branch information
mbhavi authored and nethip committed Mar 27, 2018
1 parent 43cfabb commit 65c61b0
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,5 +839,31 @@ define({
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
"DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS" : "Live Preview Highlight settings",
"DESCRIPTION_LIVEDEV_ENABLE_REVERSE_INSPECT" : "false to disable live preview reverse inspect"
"DESCRIPTION_LIVEDEV_ENABLE_REVERSE_INSPECT" : "false to disable live preview reverse inspect",

// Strings for Auto Update
"DOWNLOAD_FAILED" : "Download failed.",
"DOWNLOAD_COMPLETE" : "Download complete!",
"UPDATE_SUCCESSFUL" : "Update successful!",
"UPDATE_FAILED" : "Update failed!",
"VALIDATION_FAILED" : "Validation failed!",
"INITIALISATION_FAILED" : "Initialization failed!",
"CLEANUP_FAILED" : "Clean-up failed!",
"WARNING_TYPE" : "Warning!",
"CLICK_RESTART_TO_UPDATE" : "Click Restart to update Brackets.",
"UPDATE_ON_NEXT_LAUNCH" : "The update will be applied on relaunch.",
"VALIDATE_EXTENSIONS" : "Please validate all your extensions.",
"GO_TO_SITE" : "Go to <a href = \"http://brackets.io/\"> brackets.io </a> to retry.",
"INTERNET_UNAVAILABLE" : "No Internet connection available.",
"UPDATEDIR_READ_FAILED" : "Update directory could not be read.",
"UPDATEDIR_CLEAN_FAILED" : "Update directory could not be cleaned.",
"INITIAL_DOWNLOAD" : "Downloading Update...",
"RETRY_DOWNLOAD" : "Download failed. Retrying...Attempt ",
"VALIDATING_INSTALLER" : "Download complete! Validating Installer...",
"CHECKSUM_DID_NOT_MATCH" : "Checksum didn't match.",
"INSTALLER_NOT_FOUND" : "Installer not found.",
"DOWNLOAD_ERROR" : "Error occurred while downloading.",

// Strings for Related Files
"CMD_FIND_RELATED_FILES" : "Find Related Files"
});

0 comments on commit 65c61b0

Please sign in to comment.