You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,9 @@ define({
135
135
"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?",
136
136
"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?",
137
137
"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?",
138
+
"DIRTY_FILE_ENCODING_CHANGE_WARN" : "Cannot change encoding of a dirty file",
139
+
"IGNORE_RELOAD_FROM_DISK" : "Ignore changes and reload from disk",
140
+
"SAVE_FILE_ENCODING_CHANGE_WARN" : "Save the file before changing encoding",
138
141
139
142
// Generic dialog/button labels
140
143
"DONE" : "Done",
@@ -291,6 +294,7 @@ define({
291
294
"STATUSBAR_CODE_INSPECTION_TOOLTIP" : "{0}. Click to toggle report panel.",
292
295
"STATUSBAR_DEFAULT_LANG" : "(default)",
293
296
"STATUSBAR_SET_DEFAULT_LANG" : "Set as Default for .{0} Files",
297
+
"STATUSBAR_ENCODING_TOOLTIP" : "Select the encoding",
294
298
295
299
// CodeInspection: errors/warnings
296
300
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Problems",
@@ -415,6 +419,8 @@ define({
415
419
"CMD_CSS_QUICK_EDIT_NEW_RULE" : "New Rule",
416
420
"CMD_NEXT_DOC" : "Next Document",
417
421
"CMD_PREV_DOC" : "Previous Document",
422
+
"CMD_NAVIGATE_BACKWARD" : "Navigate Backward",
423
+
"CMD_NAVIGATE_FORWARD" : "Navigate Forward",
418
424
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document in List",
419
425
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document in List",
0 commit comments