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

Commit 65c61b0

Browse files
mbhavinethip
authored andcommitted
Adding strings for AutoUpdate and Related Files features (#14174)
* Adding strings for AutoUpdate and Related Files features * Addressing spacing issues * Normalizing whitespaces with spaces:4 Normalizing whitespaces with spaces:4
1 parent 43cfabb commit 65c61b0

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,5 +839,31 @@ define({
839839
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
840840
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
841841
"DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS" : "Live Preview Highlight settings",
842-
"DESCRIPTION_LIVEDEV_ENABLE_REVERSE_INSPECT" : "false to disable live preview reverse inspect"
842+
"DESCRIPTION_LIVEDEV_ENABLE_REVERSE_INSPECT" : "false to disable live preview reverse inspect",
843+
844+
// Strings for Auto Update
845+
"DOWNLOAD_FAILED" : "Download failed.",
846+
"DOWNLOAD_COMPLETE" : "Download complete!",
847+
"UPDATE_SUCCESSFUL" : "Update successful!",
848+
"UPDATE_FAILED" : "Update failed!",
849+
"VALIDATION_FAILED" : "Validation failed!",
850+
"INITIALISATION_FAILED" : "Initialization failed!",
851+
"CLEANUP_FAILED" : "Clean-up failed!",
852+
"WARNING_TYPE" : "Warning!",
853+
"CLICK_RESTART_TO_UPDATE" : "Click Restart to update Brackets.",
854+
"UPDATE_ON_NEXT_LAUNCH" : "The update will be applied on relaunch.",
855+
"VALIDATE_EXTENSIONS" : "Please validate all your extensions.",
856+
"GO_TO_SITE" : "Go to <a href = \"http://brackets.io/\"> brackets.io </a> to retry.",
857+
"INTERNET_UNAVAILABLE" : "No Internet connection available.",
858+
"UPDATEDIR_READ_FAILED" : "Update directory could not be read.",
859+
"UPDATEDIR_CLEAN_FAILED" : "Update directory could not be cleaned.",
860+
"INITIAL_DOWNLOAD" : "Downloading Update...",
861+
"RETRY_DOWNLOAD" : "Download failed. Retrying...Attempt ",
862+
"VALIDATING_INSTALLER" : "Download complete! Validating Installer...",
863+
"CHECKSUM_DID_NOT_MATCH" : "Checksum didn't match.",
864+
"INSTALLER_NOT_FOUND" : "Installer not found.",
865+
"DOWNLOAD_ERROR" : "Error occurred while downloading.",
866+
867+
// Strings for Related Files
868+
"CMD_FIND_RELATED_FILES" : "Find Related Files"
843869
});

0 commit comments

Comments
 (0)