Skip to content

Commit 8f2593c

Browse files
committed
Add strings needed by Brackets for mozilla/brackets#847
1 parent 500613c commit 8f2593c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

locales/en-US/editor.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3031
OPEN_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
101102
DELETE=Delete
102103
BUTTON_YES=Yes
103104
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
104109

105110
# Quick Edit
106111

@@ -143,6 +148,7 @@ DND_SUCCESS_UNTAR_TITLE=Untar Completed Successfully
143148
DND_SUCCESS_UNZIP=Successfully unzipped <b>{0}</b>.
144149
# {0} will be replaced by a tar filename
145150
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?
146152

147153
# Image Viewer
148154
IMAGE_FILE_TITLE=Image File

0 commit comments

Comments
 (0)