This repository was archived by the owner on Jul 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ERROR_PROJECT_SIZE_EXCEEDED=The total size of the files in your project has exce
2626
2727# File Open/Save Error strings
2828
29+ FILE_EXISTS_HEADER =The file already exists.
2930# The {0} here will be replaced by an actual error message
3031OPEN_DIALOG_ERROR =An error occurred when showing the open file dialog. (error {0})
3132# {0} will be replaced with a filename and {1} will be replaced by an error message
@@ -101,6 +102,10 @@ SAVE_AND_OVERWRITE=Overwrite
101102DELETE =Delete
102103BUTTON_YES =Yes
103104BUTTON_NO =No
105+ # "Use Imported" as in "Use the new imported version of this file vs. the existing one"
106+ USE_IMPORTED =Use New File
107+ # "Keep Existing" as in "Keep the existing version of this file vs. the imported one"
108+ KEEP_EXISTING =Keep Existing File
104109
105110# Quick Edit
106111
@@ -143,6 +148,7 @@ DND_SUCCESS_UNTAR_TITLE=Untar Completed Successfully
143148DND_SUCCESS_UNZIP =Successfully unzipped <b>{0}</b>.
144149# {0} will be replaced by a tar filename
145150DND_SUCCESS_UNTAR =Successfully untarred <b>{0}</b>.
151+ DND_FILE_REPLACE =A file named <span class='dialog-filename'>{0}</span> already exists. Do you want to use the new file or keep the existing one?
146152
147153# Image Viewer
148154IMAGE_FILE_TITLE =Image File
You can’t perform that action at this time.
0 commit comments