Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
Add strings needed by Brackets for mozilla/brackets#847
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Jul 20, 2017
1 parent 500613c commit c6a80c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions locales/en-US/editor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ERROR_PROJECT_SIZE_EXCEEDED=The total size of the files in your project has exce

# File Open/Save Error strings

FILE_EXISTS_HEADER=The file already exists.
# The {0} here will be replaced by an actual error message
OPEN_DIALOG_ERROR=An error occurred when showing the open file dialog. (error {0})
# {0} will be replaced with a filename and {1} will be replaced by an error message
Expand Down Expand Up @@ -101,6 +102,10 @@ SAVE_AND_OVERWRITE=Overwrite
DELETE=Delete
BUTTON_YES=Yes
BUTTON_NO=No
# "Use Imported" as in "Use the new imported version of this file vs. the existing one"
USE_IMPORTED=Use New File
# "Keep Existing" as in "Keep the existing version of this file vs. the imported one"
KEEP_EXISTING=Keep Existing File

# Quick Edit

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

# Image Viewer
IMAGE_FILE_TITLE=Image File
Expand Down

0 comments on commit c6a80c5

Please sign in to comment.