mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
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
This commit is contained in:
parent
43cfabb23e
commit
65c61b0624
@ -839,5 +839,31 @@ define({
|
|||||||
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
|
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
|
||||||
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
|
"DESCRIPTION_LIVEDEV_WEBSOCKET_PORT" : "Port on which WebSocket Server runs for Live Preview",
|
||||||
"DESCRIPTION_LIVE_DEV_HIGHLIGHT_SETTINGS" : "Live Preview Highlight settings",
|
"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"
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user