Skip to content

Commit

Permalink
Added strings for translation for 1.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh95 committed Jun 19, 2017
1 parent e704f75 commit 783612a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ define({
"EXT_MODIFIED_WARNING" : "<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}.<br /><br />Do you want to save the file and overwrite those changes?",
"EXT_MODIFIED_MESSAGE" : "<span class='dialog-filename'>{0}</span> has been modified on disk outside of {APP_NAME}, but also has unsaved changes in {APP_NAME}.<br /><br />Which version do you want to keep?",
"EXT_DELETED_MESSAGE" : "<span class='dialog-filename'>{0}</span> has been deleted on disk outside of {APP_NAME}, but has unsaved changes in {APP_NAME}.<br /><br />Do you want to keep your changes?",
"DIRTY_FILE_ENCODING_CHANGE_WARN" : "Cannot change encoding of a dirty file",
"IGNORE_RELOAD_FROM_DISK" : "Ignore Changes and Reload from Disk",
"SAVE_FILE_ENCODING_CHANGE_WARN" : "Save the file before changing encoding",

// Generic dialog/button labels
"DONE" : "Done",
Expand Down Expand Up @@ -291,6 +294,7 @@ define({
"STATUSBAR_CODE_INSPECTION_TOOLTIP" : "{0}. Click to toggle report panel.",
"STATUSBAR_DEFAULT_LANG" : "(default)",
"STATUSBAR_SET_DEFAULT_LANG" : "Set as Default for .{0} Files",
"STATUSBAR_ENCODING_TOOLTIP" : "Select encoding to reopen/save the file with",

// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Problems",
Expand Down

0 comments on commit 783612a

Please sign in to comment.