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

Added strings for translation for 1.10 Release #13469

Merged
merged 4 commits into from
Jun 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 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 the encoding",

// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE_MULTIPLE" : "{0} Problems",
Expand Down Expand Up @@ -415,6 +419,8 @@ define({
"CMD_CSS_QUICK_EDIT_NEW_RULE" : "New Rule",
"CMD_NEXT_DOC" : "Next Document",
"CMD_PREV_DOC" : "Previous Document",
"CMD_NAVIGATE_BACKWARD" : "Navigate Backward",
"CMD_NAVIGATE_FORWARD" : "Navigate Forward",
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document in List",
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document in List",
"CMD_SHOW_IN_TREE" : "Show in File Tree",
Expand Down