From 783612a30c00d9a2dafa76696ce95161cee551f8 Mon Sep 17 00:00:00 2001 From: Saurabh Kathpalia Date: Mon, 19 Jun 2017 16:24:10 +0530 Subject: [PATCH] Added strings for translation for 1.10 Release --- src/nls/root/strings.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 2ab813f6a96..3b8a2669f34 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -135,6 +135,9 @@ define({ "EXT_MODIFIED_WARNING" : "{0} has been modified on disk outside of {APP_NAME}.

Do you want to save the file and overwrite those changes?", "EXT_MODIFIED_MESSAGE" : "{0} has been modified on disk outside of {APP_NAME}, but also has unsaved changes in {APP_NAME}.

Which version do you want to keep?", "EXT_DELETED_MESSAGE" : "{0} has been deleted on disk outside of {APP_NAME}, but has unsaved changes in {APP_NAME}.

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", @@ -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",