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

Commit 4fc41ef

Browse files
authored
Merge pull request #13469 from adobe/saurabh95/1.10_Strings
Added strings for translation for 1.10 Release
2 parents e704f75 + bc2e302 commit 4fc41ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/nls/root/strings.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ define({
135135
"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?",
136136
"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?",
137137
"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",
138141

139142
// Generic dialog/button labels
140143
"DONE" : "Done",
@@ -291,6 +294,7 @@ define({
291294
"STATUSBAR_CODE_INSPECTION_TOOLTIP" : "{0}. Click to toggle report panel.",
292295
"STATUSBAR_DEFAULT_LANG" : "(default)",
293296
"STATUSBAR_SET_DEFAULT_LANG" : "Set as Default for .{0} Files",
297+
"STATUSBAR_ENCODING_TOOLTIP" : "Select the encoding",
294298

295299
// CodeInspection: errors/warnings
296300
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Problems",
@@ -415,6 +419,8 @@ define({
415419
"CMD_CSS_QUICK_EDIT_NEW_RULE" : "New Rule",
416420
"CMD_NEXT_DOC" : "Next Document",
417421
"CMD_PREV_DOC" : "Previous Document",
422+
"CMD_NAVIGATE_BACKWARD" : "Navigate Backward",
423+
"CMD_NAVIGATE_FORWARD" : "Navigate Forward",
418424
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document in List",
419425
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document in List",
420426
"CMD_SHOW_IN_TREE" : "Show in File Tree",

0 commit comments

Comments
 (0)