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

Commit

Permalink
Move the JSLint strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMalbran committed Apr 1, 2013
1 parent 8364e2b commit 24c2a1a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,6 @@ define({
// Strings for main-view.html
"EXPERIMENTAL_BUILD" : "experimental build",
"DEVELOPMENT_BUILD" : "development build",
"JSLINT_ERRORS" : "JSLint Errors",
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",
"SEARCH_RESULTS" : "Search Results",
"OK" : "OK",
"DONT_SAVE" : "Don't Save",
Expand Down Expand Up @@ -336,6 +331,13 @@ define({
"UNKNOWN_ERROR" : "Unknown internal error.",
// For NOT_FOUND_ERR, see generic strings above

// extensions/default/JSLint
"JSLINT_ERRORS" : "JSLint Errors",
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",

// extensions/default/InlineColorEditor
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
"COLOR_EDITOR_ORIGINAL_COLOR_SWATCH_TIP" : "Original Color",
Expand Down

0 comments on commit 24c2a1a

Please sign in to comment.