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
26
26
27
27
# File Open/Save Error strings
28
28
29
+ FILE_EXISTS_HEADER=The file already exists.
29
30
# The {0} here will be replaced by an actual error message
30
31
OPEN_DIALOG_ERROR=An error occurred when showing the open file dialog. (error {0})
31
32
# {0} will be replaced with a filename and {1} will be replaced by an error message
@@ -101,6 +102,10 @@ SAVE_AND_OVERWRITE=Overwrite
101
102
DELETE=Delete
102
103
BUTTON_YES=Yes
103
104
BUTTON_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
104
109
105
110
# Quick Edit
106
111
@@ -143,6 +148,7 @@ DND_SUCCESS_UNTAR_TITLE=Untar Completed Successfully
143
148
DND_SUCCESS_UNZIP=Successfully unzipped <b>{0}</b>.
144
149
# {0} will be replaced by a tar filename
145
150
DND_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?
146
152
147
153
# Image Viewer
148
154
IMAGE_FILE_TITLE=Image File
You can’t perform that action at this time.
0 commit comments