Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Converted some dialog titles to title case for #7887.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed May 28, 2014
1 parent 2850552 commit eff7304
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,37 @@ define({
"READ_DIRECTORY_ENTRIES_ERROR" : "An error occurred when reading the contents of the directory <span class='dialog-filename'>{0}</span>. (error {1})",

// File open/save error string
"ERROR_OPENING_FILE_TITLE" : "Error opening file",
"ERROR_OPENING_FILE_TITLE" : "Error Opening File",
"ERROR_OPENING_FILE" : "An error occurred when trying to open the file <span class='dialog-filename'>{0}</span>. {1}",
"ERROR_OPENING_FILES" : "An error occurred when trying to open the following files:",
"ERROR_RELOADING_FILE_TITLE" : "Error reloading changes from disk",
"ERROR_RELOADING_FILE_TITLE" : "Error Reloading Changes From Disk",
"ERROR_RELOADING_FILE" : "An error occurred when trying to reload the file <span class='dialog-filename'>{0}</span>. {1}",
"ERROR_SAVING_FILE_TITLE" : "Error saving file",
"ERROR_SAVING_FILE_TITLE" : "Error Saving File",
"ERROR_SAVING_FILE" : "An error occurred when trying to save the file <span class='dialog-filename'>{0}</span>. {1}",
"ERROR_RENAMING_FILE_TITLE" : "Error renaming file",
"ERROR_RENAMING_FILE_TITLE" : "Error Renaming File",
"ERROR_RENAMING_FILE" : "An error occurred when trying to rename the file <span class='dialog-filename'>{0}</span>. {1}",
"ERROR_DELETING_FILE_TITLE" : "Error deleting file",
"ERROR_DELETING_FILE_TITLE" : "Error Deleting File",
"ERROR_DELETING_FILE" : "An error occurred when trying to delete the file <span class='dialog-filename'>{0}</span>. {1}",
"INVALID_FILENAME_TITLE" : "Invalid {0}",
"INVALID_FILENAME_MESSAGE" : "{0} cannot use any system reserved words, end with dots (.) or use any of the following characters: <code class='emphasized'>{1}</code>",
"ENTRY_WITH_SAME_NAME_EXISTS" : "A file or directory with the name <span class='dialog-filename'>{0}</span> already exists.",
"ERROR_CREATING_FILE_TITLE" : "Error creating {0}",
"ERROR_CREATING_FILE_TITLE" : "Error Creating {0}",
"ERROR_CREATING_FILE" : "An error occurred when trying to create the {0} <span class='dialog-filename'>{1}</span>. {2}",

// Application preferences corrupt error strings
"ERROR_PREFS_CORRUPT_TITLE" : "Error reading preferences",
"ERROR_PREFS_CORRUPT_TITLE" : "Error Reading Preferences",
"ERROR_PREFS_CORRUPT" : "Your preferences file is not valid JSON. The file will be opened so that you can correct the format. You will need to restart {APP_NAME} for the changes to take effect.",

// Application error strings
"ERROR_IN_BROWSER_TITLE" : "Oops! {APP_NAME} doesn't run in browsers yet.",
"ERROR_IN_BROWSER_TITLE" : "Oops! {APP_NAME} Doesn't Run in Browsers Yet.",
"ERROR_IN_BROWSER" : "{APP_NAME} is built in HTML, but right now it runs as a desktop app so you can use it to edit local files. Please use the application shell in the <b>github.com/adobe/brackets-shell</b> repo to run {APP_NAME}.",

// ProjectManager max files error string
"ERROR_MAX_FILES_TITLE" : "Error Indexing Files",
"ERROR_MAX_FILES" : "The maximum number of files have been indexed. Actions that look up files in the index may function incorrectly.",

// Live Preview error strings
"ERROR_LAUNCHING_BROWSER_TITLE" : "Error launching browser",
"ERROR_LAUNCHING_BROWSER_TITLE" : "Error Launching Browser",
"ERROR_CANT_FIND_CHROME" : "The Google Chrome browser could not be found. Please make sure it is installed.",
"ERROR_LAUNCHING_BROWSER" : "An error occurred when launching the browser. (error {0})",

Expand Down Expand Up @@ -152,7 +152,7 @@ define({
"CHOOSE_FOLDER" : "Choose a folder",

"RELEASE_NOTES" : "Release Notes",
"NO_UPDATE_TITLE" : "You're up to date!",
"NO_UPDATE_TITLE" : "You're Up to Date!",
"NO_UPDATE_MESSAGE" : "You are running the latest version of {APP_NAME}.",

// Replace All (in single file)
Expand Down

0 comments on commit eff7304

Please sign in to comment.